mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
mpg123: update to 1.29.3.
link against SDL2
This commit is contained in:
parent
1ae9ea8561
commit
6779efbd48
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'mpg123'
|
# Template file for 'mpg123'
|
||||||
pkgname=mpg123
|
pkgname=mpg123
|
||||||
version=1.29.2
|
version=1.29.3
|
||||||
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"
|
--enable-ipv6=yes --enable-network=yes"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="alsa-lib-devel jack-devel pulseaudio-devel sndio-devel SDL-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"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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=9071214ebdfc1b6ed0c0a85d530010bbb8ebc044cfe5ae5930e83f7e6b7937e6
|
checksum=963885d8cc77262f28b77187c7d189e32195e64244de2530b798ddf32183e847
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# No LFS required with musl
|
# No LFS required with musl
|
||||||
|
|
Loading…
Add table
Reference in a new issue