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

Maxime Gauduin alucryd at archlinux.org
Thu Feb 18 18:45:13 UTC 2016


    Date: Thursday, February 18, 2016 @ 19:45:12
  Author: alucryd
Revision: 259972

Use ffmpeg2.8: gst-libav 1.6.3-3

Modified:
  gst-libav/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-18 18:38:38 UTC (rev 259971)
+++ PKGBUILD	2016-02-18 18:45:12 UTC (rev 259972)
@@ -3,12 +3,12 @@
 
 pkgname=gst-libav
 pkgver=1.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Gstreamer libav Plugin"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://gstreamer.freedesktop.org/"
-depends=('gst-plugins-base-libs' 'bzip2')
+depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg2.8')
 makedepends=('python' 'yasm')
 options=(!emptydirs)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
@@ -22,11 +22,13 @@
 build() {
   cd $pkgname-$pkgver
 
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg2.8/pkgconfig'
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" \
     --with-package-name="GStreamer libav Plugin (Arch Linux)" \
     --with-package-origin="http://www.archlinux.org/" \
-    --without-system-libav
+    --with-system-libav
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



More information about the arch-commits mailing list