alsa-lib: rebuild to have corrected shlib-provides.
This commit is contained in:
parent
50aaebe223
commit
33e76930c1
|
@ -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.27.2
|
||||||
revision=3
|
revision=4
|
||||||
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"
|
||||||
|
@ -40,6 +40,7 @@ alsa-lib-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
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…
Reference in New Issue