diff options
author | Juergen Daubert <jue@jue.li> | 2007-06-05 07:46:46 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-06-05 07:46:46 +0200 |
commit | cb7749162118cb9d6825f440fcf570398b5b7901 (patch) | |
tree | 15810cf0e4091b9810dc31a602e7b7392eff51ed /mpg123/Pkgfile | |
parent | 43b382043434c3632515021f2a58b22d931f7f3e (diff) | |
download | opt-cb7749162118cb9d6825f440fcf570398b5b7901.tar.gz opt-cb7749162118cb9d6825f440fcf570398b5b7901.tar.xz |
mpg123: update to 0.66
Diffstat (limited to 'mpg123/Pkgfile')
-rw-r--r-- | mpg123/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mpg123/Pkgfile b/mpg123/Pkgfile index 8ef69d056..65928e561 100644 --- a/mpg123/Pkgfile +++ b/mpg123/Pkgfile @@ -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 |