mpg123: update to 1.30.0.
This commit is contained in:
parent
371f6e4882
commit
5be3df4770
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'mpg123'
|
# Template file for 'mpg123'
|
||||||
pkgname=mpg123
|
pkgname=mpg123
|
||||||
version=1.29.3
|
version=1.30.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# --with-cpu not necessary, upstream detects features correctly
|
# --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"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="alsa-lib-devel jack-devel pulseaudio-devel sndio-devel SDL2-devel"
|
makedepends="alsa-lib-devel jack-devel pulseaudio-devel sndio-devel SDL2-devel"
|
||||||
short_desc="Fast console MPEG audio decoder/player"
|
short_desc="Fast console MPEG audio decoder/player"
|
||||||
|
@ -13,7 +12,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=963885d8cc77262f28b77187c7d189e32195e64244de2530b798ddf32183e847
|
checksum=397ead52f0299475f2cefd38c3835977193fd9b1db6593680346c4e9109ed61c
|
||||||
|
|
||||||
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