alsa-lib: update to 1.0.29.

This commit is contained in:
Juan RP 2015-02-27 08:31:11 +01:00
parent 29b9c13f73
commit 7561f36f17
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'alsa-lib'.
pkgname=alsa-lib
version=1.0.28
version=1.0.29
revision=1
build_style=gnu-configure
configure_args="--with-pythonlibs=-lpython2.7 --with-pythonincludes=-I${XBPS_CROSS_BASE}/usr/include/python2.7"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
checksum=3c074b85dde1b30e78ef4995579765833e5b693fbbd8f834c335e080cb734a6d
checksum=73043c35eb9636be0f4af6a240235c213f12a25feb1f04aeeac8cb7e30fcbdd0
pre_configure() {
autoreconf -fi
@ -27,10 +27,8 @@ alsa-lib-devel_package() {
vmove usr/share/aclocal
}
}
alsa-lib-python_package() {
short_desc+=" - python smixer plugin"
replaces="alsa-lib<=1.0.25"
pkg_install() {
vmove usr/lib/alsa-lib/smixer/smixer-python.so
}