Date: Tuesday, September 24, 2013 @ 15:49:28 Author: heftig Revision: 195011
1.2.0 Modified: gst-plugins-good/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-24 13:47:18 UTC (rev 195010) +++ PKGBUILD 2013-09-24 13:49:28 UTC (rev 195011) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gst-plugins-good -pkgver=1.1.4 +pkgver=1.2.0 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Good Plugins" arch=('i686' 'x86_64') @@ -12,20 +12,22 @@ makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python') options=(!libtool !emptydirs) source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('34728258775e152dbe8a25034cda91f2461abfa43ec0eef8aea06a87c4215df4') +sha256sums=('2256a6b2744ea18d8810642cf9061a2f12f4b7eba87d3fbc98004262b4f0fdfa') build() { cd $pkgname-$pkgver - sed -i -e '/AC_PATH_XTRA/d' configure.ac - aclocal -I m4 -I common/m4 - autoconf - automake --add-missing + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --enable-experimental \ - --with-package-name="GStreamer Good Plugins (Archlinux)" \ + --with-package-name="GStreamer Good Plugins (Arch Linux)" \ --with-package-origin="http://www.archlinux.org/" + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } + # Disable for now: fails with soup timeout #check() { # cd $pkgname-$pkgver
