alsa-lib: update to 1.0.29.
This commit is contained in:
parent
29b9c13f73
commit
7561f36f17
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'alsa-lib'.
|
# Template build file for 'alsa-lib'.
|
||||||
pkgname=alsa-lib
|
pkgname=alsa-lib
|
||||||
version=1.0.28
|
version=1.0.29
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pythonlibs=-lpython2.7 --with-pythonincludes=-I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
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"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.alsa-project.org"
|
homepage="http://www.alsa-project.org"
|
||||||
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=3c074b85dde1b30e78ef4995579765833e5b693fbbd8f834c335e080cb734a6d
|
checksum=73043c35eb9636be0f4af6a240235c213f12a25feb1f04aeeac8cb7e30fcbdd0
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
@ -27,10 +27,8 @@ alsa-lib-devel_package() {
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
alsa-lib-python_package() {
|
alsa-lib-python_package() {
|
||||||
short_desc+=" - python smixer plugin"
|
short_desc+=" - python smixer plugin"
|
||||||
replaces="alsa-lib<=1.0.25"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/alsa-lib/smixer/smixer-python.so
|
vmove usr/lib/alsa-lib/smixer/smixer-python.so
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue