mpg123: update to 1.1.0
This commit is contained in:
parent
a612600897
commit
609e6c0574
mpg123
@ -13,6 +13,8 @@ drwxr-xr-x root/root usr/lib/mpg123/
|
||||
-rwxr-xr-x root/root usr/lib/mpg123/output_alsa.so
|
||||
-rwxr-xr-x root/root usr/lib/mpg123/output_dummy.la
|
||||
-rwxr-xr-x root/root usr/lib/mpg123/output_dummy.so
|
||||
-rwxr-xr-x root/root usr/lib/mpg123/output_oss.la
|
||||
-rwxr-xr-x root/root usr/lib/mpg123/output_oss.so
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libmpg123.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
|
@ -1 +1 @@
|
||||
e2c9a1e52cf1d9f78d57e4015298a8aa mpg123-1.0.1.tar.bz2
|
||||
4a200fd83ad1e64b34d711349cd65f23 mpg123-1.1.0.tar.bz2
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Description: Commandline MP3 player
|
||||
# URL: http://www.mpg123.de
|
||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||
# Depends on: alsa-lib
|
||||
# Depends on: libtool, alsa-lib
|
||||
|
||||
name=mpg123
|
||||
version=1.0.1
|
||||
version=1.1.0
|
||||
release=1
|
||||
source=(http://www.mpg123.de/download/$name-$version.tar.bz2)
|
||||
|
||||
@ -13,7 +13,8 @@ build() {
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--with-cpu=x86 \
|
||||
--with-audio=alsa
|
||||
--with-audio="alsa oss dummy" \
|
||||
--with-default-audio=alsa
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user