summaryrefslogtreecommitdiffstats
path: root/abs/core/alsa-lib
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-06 22:24:10 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-06 22:24:10 (GMT)
commita9836c708d7c835f1caf63a56c45daef98bdb277 (patch)
tree42911f99f73d76828e90f5a978bb2035a565add4 /abs/core/alsa-lib
parent3158aaa527160da2dbfbbf563846e1007a0773dc (diff)
downloadlinhes_pkgbuild-a9836c708d7c835f1caf63a56c45daef98bdb277.zip
linhes_pkgbuild-a9836c708d7c835f1caf63a56c45daef98bdb277.tar.gz
linhes_pkgbuild-a9836c708d7c835f1caf63a56c45daef98bdb277.tar.bz2
alsa-lib 1.0.25
Diffstat (limited to 'abs/core/alsa-lib')
-rw-r--r--abs/core/alsa-lib/PKGBUILD12
-rw-r--r--abs/core/alsa-lib/__changelog1
2 files changed, 6 insertions, 7 deletions
diff --git a/abs/core/alsa-lib/PKGBUILD b/abs/core/alsa-lib/PKGBUILD
index c0009d0..b04e7ef 100644
--- a/abs/core/alsa-lib/PKGBUILD
+++ b/abs/core/alsa-lib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 94180 2010-10-05 03:01:02Z eric $
+# $Id: PKGBUILD 147696 2012-01-27 07:25:15Z tpowa $
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=alsa-lib
-pkgver=1.0.24.1
+pkgver=1.0.25
pkgrel=1
pkgdesc="An alternative implementation of Linux sound support"
arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@ source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.6" --with-pythonincludes=-I/usr/include/python2.6
- make || return 1
+ ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
+ make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
-md5sums=('7cc05f25e1d5b65da8fb3fdcd540f226')
+md5sums=('06fe5819020c6684b991dcffc5471304')
diff --git a/abs/core/alsa-lib/__changelog b/abs/core/alsa-lib/__changelog
deleted file mode 100644
index c02f65c..0000000
--- a/abs/core/alsa-lib/__changelog
+++ /dev/null
@@ -1 +0,0 @@
---withpythonlibs="...python2.6..." -mh