mpg123: update to 1.27.2.
Closes: #30722 (added --with-cpu comment) Closes: #31028 [via git-merge-pr]
This commit is contained in:
parent
12c6a5960c
commit
cfbb70b0b5
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'mpg123'
|
# Template file for 'mpg123'
|
||||||
pkgname=mpg123
|
pkgname=mpg123
|
||||||
version=1.26.5
|
version=1.27.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
# --with-cpu not necessary, upstream detects features correctly
|
||||||
configure_args="--with-optimization=0 --with-default-audio=alsa
|
configure_args="--with-optimization=0 --with-default-audio=alsa
|
||||||
--enable-ipv6=yes --enable-network=yes"
|
--enable-ipv6=yes --enable-network=yes"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://www.mpg123.org/"
|
homepage="https://www.mpg123.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/mpg123/mpg123-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/mpg123/mpg123-${version}.tar.bz2"
|
||||||
checksum=502a97e0d935be7e37d987338021d8f301bae35c2884f2a83d59c4b52466ef06
|
checksum=52f6ceb962c05db0c043bb27acf5a721381f5f356ac4610e5221f50293891b04
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# No LFS required with musl
|
# No LFS required with musl
|
||||||
|
|
Loading…
Reference in New Issue