summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpg123/.footprint2
-rw-r--r--mpg123/.md5sum2
-rw-r--r--mpg123/Pkgfile7
3 files changed, 7 insertions, 4 deletions
diff --git a/mpg123/.footprint b/mpg123/.footprint
index 467118fca..ba72f2dff 100644
--- a/mpg123/.footprint
+++ b/mpg123/.footprint
@@ -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/
diff --git a/mpg123/.md5sum b/mpg123/.md5sum
index 4b509c827..ca53333ec 100644
--- a/mpg123/.md5sum
+++ b/mpg123/.md5sum
@@ -1 +1 @@
-e2c9a1e52cf1d9f78d57e4015298a8aa mpg123-1.0.1.tar.bz2
+4a200fd83ad1e64b34d711349cd65f23 mpg123-1.1.0.tar.bz2
diff --git a/mpg123/Pkgfile b/mpg123/Pkgfile
index 0efa86150..6285a6f74 100644
--- a/mpg123/Pkgfile
+++ b/mpg123/Pkgfile
@@ -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
}

Generated by cgit