[arch-commits] Commit in gst-libav/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Sep 23 21:59:50 UTC 2015
Date: Wednesday, September 23, 2015 @ 23:59:50
Author: heftig
Revision: 247187
1.5.91
Modified:
gst-libav/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-23 21:58:27 UTC (rev 247186)
+++ PKGBUILD 2015-09-23 21:59:50 UTC (rev 247187)
@@ -2,18 +2,18 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gst-libav
-pkgver=1.4.5
+pkgver=1.5.91
pkgrel=1
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' 'ffmpeg')
makedepends=('python' 'yasm')
options=(!emptydirs)
provides=("gst-ffmpeg=$pkgver-$pkgrel")
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('605c62624604f3bb5c870844cc1f2711779cc533b004c2aa1d8c0d58557afbbc')
+sha256sums=('1473e8254d7446bacdea3a7481313d9125f17cfdacc0b4cc413abeab535217fd')
prepare() {
cd $pkgname-$pkgver
@@ -25,7 +25,8 @@
./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/"
+ --with-package-origin="http://www.archlinux.org/" \
+ --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