Search Criteria
Package Details: gst-plugins-intel-msdk 1.3.3.rc9-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/gst-plugins-intel-msdk.git (read-only, click to copy) |
---|---|
Package Base: | gst-plugins-intel-msdk |
Description: | GStreamer plugins for Intel Media SDK (MSDK) |
Upstream URL: | https://github.com/intel/gstreamer-media-SDK/ |
Licenses: | LGPL2.1 |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 2 |
Popularity: | 0.003120 |
First Submitted: | 2018-07-24 00:49 (UTC) |
Last Updated: | 2022-01-29 19:12 (UTC) |
Dependencies (15)
- gcc-libs (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-git, systemd-libs-selinux, systemd-libs)
- libva (libva-minimal-git, intel-media-stack-bin, libva-git, libva-headless)
- libxcb (libxcb-git)
- libxkbcommon (libxkbcommon-git)
- libxrandr (libxrandr-git)
- wayland (wayland-git, wayland-nodocs-git)
- cmake (cmake-git) (make)
Required by (0)
Sources (5)
- 010-gst-plugins-intel-msdk-fix-intel-media-sdk-directories.patch
- 020-gst-plugins-intel-msdk-fix-libdrm-include-directory.patch
- 030-gst-plugins-intel-msdk-fix-link-and-install.patch
- 040-gst-plugins-intel-msdk-fix-for-gst-plugins-bad-1.18.patch
- https://github.com/intel/gstreamer-media-SDK/archive/v1.3.3-rc9/gst-plugins-intel-msdk-1.3.3.rc9.tar.gz
Latest Comments
guiodic commented on 2021-11-04 16:29 (UTC)
only to follow
dbermond commented on 2021-09-17 21:11 (UTC)
@Samega7Cattac This is an upstream issue already reported here and here. It looks like that upstream needs to update their API. Please discuss it there.
Samega7Cattac commented on 2021-09-15 11:28 (UTC)
dbermond commented on 2018-11-08 02:00 (UTC)
@fthiery That's because intel-media-sdk now ships limfx as shared library (libmfx.so) instead of a static one (libmfx.a), and the library name is hardcoded in the source code. I've reflected this change here and now the package is building fine.
fthiery commented on 2018-11-06 12:58 (UTC) (edited on 2018-11-06 12:58 (UTC) by fthiery)
This does not build on my system (at least with https://aur.archlinux.org/packages/intel-media-stack-bin/), what am i doing wrong here ?
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.
dbermond commented on 2018-08-18 14:37 (UTC)
@francoism90 The current stable release and also the git master branch are deprecated because upstream developers have switched from cmake to meson. The current development is being made in the topic_linux_and_window branch, which will be merged into the master branch somewhere in the future.
https://github.com/intel/gstreamer-media-SDK/issues/55#issuecomment-349442747
These patches addresses build and install issues that I have encountered. While upstream do not completely move on to meson I will be using them. The patch that fixes intel msdk directories can now be replaced by exporting the pkgconfig environment variable. The libdrm header issue is not fixed even in the topic_linux_and_window branch.
francoism90 commented on 2018-08-18 07:29 (UTC)
@dbermond Could you give more details about this package?
Why aren't these patches upstream?
Thanks.