mpg123: update to 1.14.4.

This commit is contained in:
Juan RP 2012-07-27 08:58:32 +02:00
parent e303686bfa
commit fec5ed6800

View file

@ -1,26 +1,22 @@
# Template file for 'mpg123'
pkgname=mpg123
version=1.14.2
distfiles="http://www.${pkgname}.de/download/${pkgname}-${version}.tar.bz2"
version=1.14.4
revision=1
subpackages="mpg123-alsa mpg123-jack mpg123-pulseaudio mpg123-sdl libmpg123 mpg123-devel"
build_style=gnu-configure
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"
depends="mpg123-alsa>=1.14.1"
makedepends="pkg-config libltdl-devel pulseaudio-devel SDL-devel alsa-lib-devel jack-devel"
revision=2
short_desc="Fast console mpeg audio decoder/player"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.mpg123.de/"
license="LGPL-2.1"
checksum=d8be84ac0d9f63e78b14f2fad54e11d13a5dfe91059ac601e1429b5625ef5853
distfiles="http://www.${pkgname}.de/download/${pkgname}-${version}.tar.bz2"
checksum=9ca189f24eb4ec6b5046b64d72c3c8439fd9ea300ce1b8b91a05cd6a9d3e5c12
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."
subpackages="${pkgname}-alsa ${pkgname}-jack ${pkgname}-pulseaudio
${pkgname}-sdl lib${pkgname} ${pkgname}-devel"