29 lines
1.0 KiB
Bash
29 lines
1.0 KiB
Bash
# Template file for 'mpg123-sdl'
|
|
# Sync with mpg123
|
|
pkgname=mpg123-sdl
|
|
version=1.31.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
# --with-cpu not necessary, upstream detects features correctly
|
|
configure_args="--with-optimization=0 --with-default-audio=alsa"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="alsa-lib-devel SDL2-devel"
|
|
depends="libmpg123>=${version}<=${version}_9999"
|
|
short_desc="Fast console MPEG audio decoder/player - SDL output plugin"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-only"
|
|
homepage="https://www.mpg123.org/"
|
|
changelog="https://www.mpg123.org/cgi-bin/scm/mpg123/trunk/NEWS"
|
|
distfiles="${SOURCEFORGE_SITE}/mpg123/mpg123-${version}.tar.bz2
|
|
https://www.mpg123.org/download/mpg123-${version}.tar.bz2"
|
|
checksum="5dcb0936efd44cb583498b6585845206f002a7b19d5066a2683be361954d955a
|
|
5dcb0936efd44cb583498b6585845206f002a7b19d5066a2683be361954d955a"
|
|
|
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
|
configure_args+=" --disable-lfs-alias"
|
|
fi
|
|
|
|
post_install() {
|
|
find ${DESTDIR} -name output_sdl.so -o '(' -not -type d -delete ')'
|
|
}
|