2011-10-26 15:00:09 +00:00
|
|
|
# Template file for 'mpg123'
|
|
|
|
pkgname=mpg123
|
2012-03-30 12:55:08 +00:00
|
|
|
version=1.13.7
|
2011-10-26 15:00:09 +00:00
|
|
|
distfiles="http://www.${pkgname}.de/download/${pkgname}-${version}.tar.bz2"
|
|
|
|
build_style=gnu-configure
|
2011-10-26 15:27:25 +00:00
|
|
|
configure_args="--with-module-suffix=.so --with-optimization=4
|
|
|
|
--with-default-audio=alsa --with-audio=pulse,jack,alsa,sdl
|
|
|
|
--enable-ipv6=yes --enable-network=yes"
|
2011-10-26 15:00:09 +00:00
|
|
|
short_desc="Fast console mpeg audio decoder/player."
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
homepage="http://www.mpg123.de/"
|
|
|
|
license="LGPL-2.1"
|
2012-03-30 12:55:08 +00:00
|
|
|
checksum=83e6ee82c665285542d5c12f94d77777612f527526efeccb64f54f825a6ab332
|
2011-10-26 15:00:09 +00:00
|
|
|
long_desc="
|
|
|
|
This is the fast and Free (LGPL license) real time MPEG Audio Layer 1, 2 and
|
|
|
|
3 decoding library and console player. It uses floating point or integer
|
|
|
|
math, along with several special optimizations (3DNow, SSE, ARM, ...) to make
|
|
|
|
it most efficient."
|
|
|
|
|
2011-10-26 15:27:25 +00:00
|
|
|
subpackages="${pkgname}-alsa ${pkgname}-jack ${pkgname}-pulseaudio
|
|
|
|
${pkgname}-sdl lib${pkgname} ${pkgname}-devel"
|
2011-10-26 15:00:09 +00:00
|
|
|
|
2011-10-26 15:30:35 +00:00
|
|
|
Add_dependency run mpg123-alsa ">=${version}" # default output plugin
|
2011-10-26 15:00:09 +00:00
|
|
|
|
|
|
|
Add_dependency build libltdl-devel
|
|
|
|
Add_dependency build pulseaudio-devel
|
|
|
|
Add_dependency build SDL-devel
|
|
|
|
Add_dependency build alsa-lib-devel
|
|
|
|
Add_dependency build jack-devel
|