mpg123: update to 1.18.0.

This commit is contained in:
Juan RP 2014-02-01 11:41:24 +01:00
parent 1f7fd50ec7
commit 8d1ac54533
1 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'mpg123'
pkgname=mpg123
version=1.17.0
version=1.18.0
revision=1
build_style=gnu-configure
configure_args="--with-module-suffix=.so --with-optimization=4
@ -13,12 +13,7 @@ maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.mpg123.de/"
license="LGPL-2.1"
distfiles="http://www.${pkgname}.de/download/${pkgname}-${version}.tar.bz2"
checksum=b22e2b1f8700ff2d0998a80d6251988ac472a643b3c4a04fad4777d80c32f5f9
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."
checksum=45612282d585afbdf83267b0be477ca42d8a82d77a17af687f8fc1e371617cce
mpg123-jack_package() {
depends="libmpg123>=${version}"
@ -59,17 +54,18 @@ mpg123-alsa_package() {
libmpg123_package() {
short_desc+=" - Runtime library"
pkg_install() {
vmove "usr/lib/*.so*"
vmove "usr/lib/*.so.*"
vmove usr/lib/mpg123/output_dummy.so
vmove usr/lib/mpg123/output_oss.so
}
}
mpg123-devel_package() {
depends="libmpg123>=${version}"
depends="libmpg123>=${version}_${revision}"
short_desc+=" - Development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}