mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
alsa-lib: update to 1.0.28.
This commit is contained in:
parent
c9b410465a
commit
548b0ab858
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'alsa-lib'.
|
# Template build file for 'alsa-lib'.
|
||||||
pkgname=alsa-lib
|
pkgname=alsa-lib
|
||||||
version=1.0.27.2
|
version=1.0.28
|
||||||
revision=4
|
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"
|
||||||
hostmakedepends="automake libtool pkg-config python-devel"
|
hostmakedepends="automake libtool pkg-config python-devel"
|
||||||
|
@ -11,25 +11,24 @@ 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=690ed393e7efd4fc7e3a2d2cda5449298ca0c895197e5914e350882012430d19
|
checksum=3c074b85dde1b30e78ef4995579765833e5b693fbbd8f834c335e080cb734a6d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
alsa-lib-devel_package() {
|
alsa-lib-devel_package() {
|
||||||
depends="alsa-lib>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/*.so
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
alsa-lib-python_package() {
|
alsa-lib-python_package() {
|
||||||
lib32disabled=yes
|
|
||||||
short_desc+=" - python smixer plugin"
|
short_desc+=" - python smixer plugin"
|
||||||
replaces="alsa-lib<=1.0.25"
|
replaces="alsa-lib<=1.0.25"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue