[arch-commits] CVS update of arch/build/lib/libao (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Aug 5 13:10:10 UTC 2007
Date: Sunday, August 5, 2007 @ 09:10:09
Author: jgc
Path: /home/cvs-arch/arch/build/lib/libao
Modified: PKGBUILD (1.15 -> 1.16)
upgpkg: libao 0.8.8-1
Change esd to a makedepend, it is a plugin after all. Would do the same thing with alsa, but skipping it because I am afraid it will break dependencies for other apps
----------+
PKGBUILD | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
Index: arch/build/lib/libao/PKGBUILD
diff -u arch/build/lib/libao/PKGBUILD:1.15 arch/build/lib/libao/PKGBUILD:1.16
--- arch/build/lib/libao/PKGBUILD:1.15 Mon May 15 17:04:37 2006
+++ arch/build/lib/libao/PKGBUILD Sun Aug 5 09:10:09 2007
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD,v 1.15 2006/05/15 21:04:37 uid1016 Exp $
+# $Id: PKGBUILD,v 1.16 2007/08/05 13:10:09 jgc Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
pkgname=libao
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
pkgdesc="Cross-platform audio output library and plugins"
-arch=(i686 x86_64)
-depends=('esd')
-source=(http://downloads.xiph.org/releases/ao/$pkgname-$pkgver.tar.gz)
url="http://www.xiph.org/ao"
-md5sums=('12e136a4c0995068ff134997c84421ed')
+arch=(i686 x86_64)
+license=('GPL')
+depends=('glibc' 'alsa-lib')
+makedepends=('esd')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b92cba3cbcf1ee9bc221118a85d23dcd')
build() {
- cd $startdir/src/${pkgname}-${pkgver}
+ cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr --enable-alsa09 --disable-arts
make || return 1
- make DESTDIR=$startdir/pkg install
- find $startdir/pkg -name '*.la' -exec rm {} \;
+ make DESTDIR=${startdir}/pkg install
}
-
More information about the arch-commits
mailing list