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

Jan Steffens heftig at archlinux.org
Thu Jul 24 18:51:38 UTC 2014


    Date: Thursday, July 24, 2014 @ 20:51:38
  Author: heftig
Revision: 217820

Incompatible with ffmpeg 2.3, has segfaults and fails tests

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-24 13:47:43 UTC (rev 217819)
+++ PKGBUILD	2014-07-24 18:51:38 UTC (rev 217820)
@@ -3,13 +3,13 @@
 
 pkgname=gst-libav
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Gstreamer libav Plugin"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://gstreamer.freedesktop.org/"
-depends=('gst-plugins-base-libs' 'ffmpeg')
-makedepends=('python')
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('python' 'yasm')
 options=(!emptydirs)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
@@ -23,7 +23,7 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-static --with-system-libav \
+    --disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" \
     --with-package-name="GStreamer libav Plugin (Arch Linux)" \
     --with-package-origin="http://www.archlinux.org/"
 




More information about the arch-commits mailing list