mpg123: update to 0.66

This commit is contained in:
Juergen Daubert 2007-06-05 07:46:46 +02:00
parent 43b3820434
commit cb77491621
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
b15d3e442dcf86133df70f1f3eff7c59 mpg123-0.65.tar.bz2
6753c7ce5bb35bd65c535b2b6322a9aa mpg123-0.66.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: alsa-lib
name=mpg123
version=0.65
version=0.66
release=1
source=(http://www.mpg123.de/download/$name-$version.tar.bz2)
@ -12,8 +12,7 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-cpu=i586 \
--with-optimization=2 \
--with-cpu=x86 \
--with-audio=alsa \
--enable-gapless=yes
make