[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Jan 23 09:48:33 UTC 2020
Date: Thursday, January 23, 2020 @ 09:48:33
Author: alucryd
Revision: 373820
upgpkg: ffmpeg 1:4.2.2-2
Modified:
ffmpeg/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-23 05:53:31 UTC (rev 373819)
+++ PKGBUILD 2020-01-23 09:48:33 UTC (rev 373820)
@@ -6,7 +6,7 @@
pkgname=ffmpeg
pkgver=4.2.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
@@ -21,7 +21,6 @@
gmp
gnutls
gsm
- intel-media-sdk
jack
lame
libass.so
@@ -31,6 +30,7 @@
libdrm
libfreetype.so
libiec61883
+ libmfx
libmodplug
libomxil-bellagio
libpulse
@@ -70,7 +70,10 @@
ladspa
nasm
)
-optdepends=('ladspa: LADSPA filters')
+optdepends=(
+ 'intel-media-sdk: Intel QuickSync support'
+ 'ladspa: LADSPA filters'
+)
provides=(
libavcodec.so
libavdevice.so
@@ -99,8 +102,6 @@
build() {
cd ffmpeg
- export PKG_CONFIG_PATH=/opt/intel/mediasdk/lib/pkgconfig
-
./configure \
--prefix=/usr \
--disable-debug \
More information about the arch-commits
mailing list