[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jan 4 12:05:51 UTC 2020


    Date: Saturday, January 4, 2020 @ 12:05:51
  Author: alucryd
Revision: 372549

upgpkg: ffmpeg 1:4.2.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-04 11:42:00 UTC (rev 372548)
+++ PKGBUILD	2020-01-04 12:05:51 UTC (rev 372549)
@@ -5,9 +5,8 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-_gitcommit=cbb3c9497549f8856d8cd37ac63af1406a784e58
-pkgver=4.2.1
-pkgrel=4
+pkgver=4.2.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -22,6 +21,7 @@
   gmp
   gnutls
   gsm
+  intel-media-sdk
   jack
   lame
   libass.so
@@ -81,7 +81,7 @@
   libswresample.so
   libswscale.so
 )
-source=("git+https://git.ffmpeg.org/ffmpeg.git#commit=${_gitcommit}")
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
 sha256sums=(SKIP)
 
 pkgver() {
@@ -99,6 +99,8 @@
 build() {
   cd ffmpeg
 
+  export PKG_CONFIG_PATH=/opt/intel/mediasdk/lib/pkgconfig
+
   ./configure \
     --prefix=/usr \
     --disable-debug \
@@ -119,6 +121,7 @@
     --enable-libgsm \
     --enable-libiec61883 \
     --enable-libjack \
+    --enable-libmfx \
     --enable-libmodplug \
     --enable-libmp3lame \
     --enable-libopencore_amrnb \



More information about the arch-commits mailing list