diff options
Diffstat (limited to 'abs/core/alsa-lib/PKGBUILD')
-rw-r--r-- | abs/core/alsa-lib/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/abs/core/alsa-lib/PKGBUILD b/abs/core/alsa-lib/PKGBUILD index f3550a9..c0009d0 100644 --- a/abs/core/alsa-lib/PKGBUILD +++ b/abs/core/alsa-lib/PKGBUILD @@ -2,23 +2,21 @@ # Maintainer: judd <jvinet@zeroflux.org> pkgname=alsa-lib -pkgver=1.0.23 -pkgrel=2 +pkgver=1.0.24.1 +pkgrel=1 pkgdesc="An alternative implementation of Linux sound support" arch=('i686' 'x86_64') url="http://www.alsa-project.org" depends=('glibc') -optdepends=('python2') +optdepends=('python2: for python smixer plugin') makedepends=('python2') license=('GPL') options=(!libtool) source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2) -md5sums=('f48b50421d8a69d2d806d9c47e534f0d') -sha1sums=('8abcd773f1686a182c08fd53f0d7b353cfcf9f56') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7 + ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.6" --with-pythonincludes=-I/usr/include/python2.6 make || return 1 } @@ -26,4 +24,4 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install || return 1 } - +md5sums=('7cc05f25e1d5b65da8fb3fdcd540f226') |