mpg123: rebuild for corrected shlib-provides; lib32disabled=yes.
This commit is contained in:
parent
40bcd7a3c1
commit
15b7fd613d
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mpg123'
|
# Template file for 'mpg123'
|
||||||
pkgname=mpg123
|
pkgname=mpg123
|
||||||
version=1.19.0
|
version=1.19.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-module-suffix=.so --with-optimization=4
|
configure_args="--with-module-suffix=.so --with-optimization=4
|
||||||
--with-default-audio=alsa --enable-ipv6=yes --enable-network=yes"
|
--with-default-audio=alsa --enable-ipv6=yes --enable-network=yes"
|
||||||
|
@ -16,6 +16,7 @@ distfiles="http://www.${pkgname}.de/download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=869024e01d7cb4dae1aea2f2a10420d4be7e1ac02a9c434d06d727599169b01b
|
checksum=869024e01d7cb4dae1aea2f2a10420d4be7e1ac02a9c434d06d727599169b01b
|
||||||
|
|
||||||
mpg123-jack_package() {
|
mpg123-jack_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="libmpg123>=${version}"
|
depends="libmpg123>=${version}"
|
||||||
short_desc+=" - JACK output plugin"
|
short_desc+=" - JACK output plugin"
|
||||||
replaces="libmpg123<1.13.4_1"
|
replaces="libmpg123<1.13.4_1"
|
||||||
|
@ -25,6 +26,7 @@ mpg123-jack_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
mpg123-pulseaudio_package() {
|
mpg123-pulseaudio_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="libmpg123>=${version}"
|
depends="libmpg123>=${version}"
|
||||||
short_desc+=" - Pulseaudio output plugin"
|
short_desc+=" - Pulseaudio output plugin"
|
||||||
replaces="libmpg123<1.13.4_1"
|
replaces="libmpg123<1.13.4_1"
|
||||||
|
@ -34,6 +36,7 @@ mpg123-pulseaudio_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
mpg123-sdl_package() {
|
mpg123-sdl_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="libmpg123>=${version}"
|
depends="libmpg123>=${version}"
|
||||||
short_desc+=" - SDL output plugin"
|
short_desc+=" - SDL output plugin"
|
||||||
replaces="libmpg123<1.13.4_1"
|
replaces="libmpg123<1.13.4_1"
|
||||||
|
@ -43,6 +46,7 @@ mpg123-sdl_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
mpg123-alsa_package() {
|
mpg123-alsa_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="libmpg123>=${version}"
|
depends="libmpg123>=${version}"
|
||||||
short_desc+=" - ALSA output plugin"
|
short_desc+=" - ALSA output plugin"
|
||||||
replaces="libmpg123<1.13.4_1"
|
replaces="libmpg123<1.13.4_1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue