Date: Saturday, April 9, 2011 @ 07:36:02 Author: bisson Revision: 118909
fix FS#23549 (libavcore is now within libavutil) Modified: audacious-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-09 11:33:53 UTC (rev 118908) +++ PKGBUILD 2011-04-09 11:36:02 UTC (rev 118909) @@ -1,10 +1,11 @@ # $Id$ # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <[email protected]> +# Maintainer: Gaetan Bisson <[email protected]> pkgname=audacious-plugins pkgver=2.4.4 -pkgrel=2 +pkgrel=3 pkgdesc='Plugins for Audacious' arch=('i686' 'x86_64') url='http://audacious-media-player.org/' @@ -44,6 +45,9 @@ build() { cd "$srcdir/$pkgname-$pkgver" + + sed 's/libavcore >= 0.12.0//g' -i configure # FS#23549 + [[ $CARCH == x86_64 ]] && extraopts='' || extraopts='--disable-sse2' ./configure \ --prefix=/usr \
