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

Jan Steffens heftig at archlinux.org
Wed Feb 17 21:33:03 UTC 2016


    Date: Wednesday, February 17, 2016 @ 22:33:03
  Author: heftig
Revision: 259935

ffmpeg 3.0: Return to static ffmpeg

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-17 21:12:00 UTC (rev 259934)
+++ PKGBUILD	2016-02-17 21:33:03 UTC (rev 259935)
@@ -3,12 +3,12 @@
 
 pkgname=gst-libav
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Gstreamer libav Plugin"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://gstreamer.freedesktop.org/"
-depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg')
+depends=('gst-plugins-base-libs' 'bzip2')
 makedepends=('python' 'yasm')
 options=(!emptydirs)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
@@ -26,7 +26,7 @@
     --disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" \
     --with-package-name="GStreamer libav Plugin (Arch Linux)" \
     --with-package-origin="http://www.archlinux.org/" \
-    --with-system-libav
+    --without-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