Search Criteria
Package Details: gst-plugins-intel-msdk-git 1.3.3.rc9.r44.g1aae2ee-2
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: | |
Conflicts: | |
Provides: | |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-07-24 00:49 |
Last Updated: | 2018-11-23 11:43 |
Dependencies (16)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gst-plugins-bad (gst-plugins-bad-git)
- gst-plugins-base-libs (gst-plugins-base-git)
- gstreamer (gstreamer-git)
- intel-media-sdk (intel-media-server-studio, intel-media-stack-bin, intel-media-sdk-git)
- libdrm (libdrm-grate-git, libdrm-git, libdrm-minimal-git)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- libsystemd (libsystemd-eudev-standalone, systemd-light-libs, systemd-cdown-libs-git, systemd-libs-git, systemd-libs-selinux, systemd-libs)
- libva (libva-git, libva-hantro-h264-git, intel-media-stack-bin, libva-minimal-git, libva-headless)
- libxcb (libxcb-git)
- libxkbcommon (libxkbcommon-git)
- libxrandr (libxrandr-git)
- wayland (wayland-git, wayland-nodocs-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
dbermond commented on 2020-02-16 20:25
@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
The build process requires the separate package "pkgconf" now, which is not in the delendencies list.
MichaelChou commented on 2018-12-21 14:57
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
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.