Search Criteria
Package Details: gst-plugins-intel-msdk-git 1.3.3.rc9.r78.g6ab2418-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gst-plugins-intel-msdk-git.git (read-only, click to copy) |
---|---|
Package Base: | gst-plugins-intel-msdk-git |
Description: | GStreamer plugins for Intel Media SDK (MSDK) (git version) |
Upstream URL: | https://github.com/intel/gstreamer-media-SDK/ |
Licenses: | LGPL2.1 |
Conflicts: | gst-plugins-intel-msdk |
Provides: | gst-plugins-intel-msdk |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-07-24 00:49 (UTC) |
Last Updated: | 2022-01-29 19:12 (UTC) |
Dependencies (16)
- gcc-libs (fastgcc, gccrs-libs-git, gcc-libs-git)
- glib2 (glib2-nodocs-git, glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- gst-plugins-bad (gst-plugins-bad-git)
- gst-plugins-base-libs (gst-plugins-base-libs-git)
- gstreamer (gstreamer-git)
- intel-media-sdk (intel-media-stack-bin, intel-media-sdk-git)
- libdrm (libdrm-grate-git, libdrm-minimal-git, libdrm-git)
- libgl (glshim-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd)
- libsystemd (systemd-libs-homed-containers, systemd-libs-selinux, systemd-libs-git, systemd-libs)
- libva (libva-git, libva-minimal-git, intel-media-stack-bin, libva-headless)
- libxcb (libxcb-git)
- libxkbcommon (libxkbcommon-git)
- libxrandr (libxrandr-git)
- wayland (wayland-git, wayland-nodocs-git)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Latest Comments
dbermond commented on 2022-01-29 19:12 (UTC)
@dreieck Fixed.
dreieck commented on 2022-01-29 17:48 (UTC)
Fails to build for me:
dbermond commented on 2020-02-16 20:25 (UTC)
@Gone2wild pkgconf is part of the base-devel group and should not be added to any PKGBUILD. Please see the wiki about this:
https://wiki.archlinux.org/index.php/PKGBUILD#makedepends
Gone2wild commented on 2020-02-16 19:56 (UTC)
The build process requires the separate package "pkgconf" now, which is not in the delendencies list.
MichaelChou commented on 2018-12-21 14:57 (UTC)
It seems like
gstmsdk
is the future. But I haven't successfully builtgst-plugins-bad
withmsdk
enabled.dbermond commented on 2018-10-05 02:15 (UTC)
Important note:
in short: the next time you update your system, use this command:
# pacman -Syu intel-media-driver
. If you're using intel-media-driver-git you're not affected and you can skip this note.the long story: intel-media-driver is now in the [community] official repository (it is a dependency of intel-media-sdk, which in turn is a dependency of this package). intel-media-driver from the official repository changed the pkgver major number, causing it to be seen as a downgrade by pacman (and AUR helpers of course). This means that pacman will not automatically pull/install intel-media-driver from official repositories when you simply use the usual -Syu. You need to manually specify intel-media-driver alongside with the -Syu command as shown above.