summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902019-07-24 09:31:44 +0200
committerfrancoism902019-07-24 09:31:44 +0200
commitfe57598d5e1ae44eb7293f48e1475240d50deebe (patch)
treec4bfaecdfaa69b462ca78119f4afdfeb2a3f5bbe
parent24b193e6e3658432fc278c379e3712d734849e61 (diff)
downloadaur-fe57598d5e1ae44eb7293f48e1475240d50deebe.tar.gz
updpkg: fix missing libmfx
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7306bb6deb7a..f2a16ff6e71e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-qsv
pkgdesc = Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)
pkgver = 4.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.ffmpeg.org/
arch = x86_64
license = GPL3
@@ -58,12 +58,13 @@ pkgbase = ffmpeg-qsv
depends = xz
depends = zlib
depends = libfdk-aac
+ depends = libmfx
depends = intel-media-sdk
optdepends = ladspa: LADSPA filters
optdepends = libva-utils: Intel VA-API Media Applications and Scripts for libva
optdepends = libva-intel-driver: VA-API implementation for Intel G45 and HD Graphics family
optdepends = libva-mesa-driver: VA-API implementation for gallium
- optdepends = intel-compute-runtime: Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond.
+ optdepends = intel-compute-runtime: Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond
optdepends = beignet: OpenCL implementation for Intel IvyBridge+ iGPUs
optdepends = opencl-mesa: OpenCL support for AMD/ATI Radeon mesa drivers
optdepends = opencl-amd: OpenCL userspace driver as provided in the amdgpu-pro driver stack
diff --git a/PKGBUILD b/PKGBUILD
index b2efc4e339c1..0d8921f4ed11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_srcname=ffmpeg
pkgname=ffmpeg-qsv
pkgver=4.1.4
-pkgrel=1
+pkgrel=2
pkgdesc='Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)'
arch=(x86_64)
url='https://www.ffmpeg.org/'
@@ -64,6 +64,7 @@ depends=(
xz
zlib
libfdk-aac
+ libmfx
intel-media-sdk
)
makedepends=(
@@ -78,7 +79,7 @@ optdepends=(
'libva-utils: Intel VA-API Media Applications and Scripts for libva'
'libva-intel-driver: VA-API implementation for Intel G45 and HD Graphics family'
'libva-mesa-driver: VA-API implementation for gallium'
- 'intel-compute-runtime: Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond.'
+ 'intel-compute-runtime: Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond'
'beignet: OpenCL implementation for Intel IvyBridge+ iGPUs'
'opencl-mesa: OpenCL support for AMD/ATI Radeon mesa drivers'
'opencl-amd: OpenCL userspace driver as provided in the amdgpu-pro driver stack'