mpg123: update to 1.0.0
This commit is contained in:
parent
87fbd2edbe
commit
c75404f473
@ -1,6 +1,20 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/mpg123
|
-rwxr-xr-x root/root usr/bin/mpg123
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/mpg123.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rwxr-xr-x root/root usr/lib/libmpg123.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libmpg123.so -> libmpg123.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libmpg123.so.0 -> libmpg123.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libmpg123.so.0.0.0
|
||||||
|
drwxr-xr-x root/root usr/lib/mpg123/
|
||||||
|
-rwxr-xr-x root/root usr/lib/mpg123/output_alsa.la
|
||||||
|
-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
|
||||||
|
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/
|
drwxr-xr-x root/root usr/man/
|
||||||
drwxr-xr-x root/root usr/man/man1/
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
-rw-r--r-- root/root usr/man/man1/mpg123.1.gz
|
-rw-r--r-- root/root usr/man/man1/mpg123.1.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
0d02c3937689b86cc5fc940480ef7d14 mpg123-0.68.tar.bz2
|
5cc2c2a56cad02b2557c79aadf289eb0 mpg123-1.0.0.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: alsa-lib
|
# Depends on: alsa-lib
|
||||||
|
|
||||||
name=mpg123
|
name=mpg123
|
||||||
version=0.68
|
version=1.0.0
|
||||||
release=1
|
release=1
|
||||||
source=(http://www.mpg123.de/download/$name-$version.tar.bz2)
|
source=(http://www.mpg123.de/download/$name-$version.tar.bz2)
|
||||||
|
|
||||||
@ -13,8 +13,7 @@ build() {
|
|||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--with-cpu=x86 \
|
--with-cpu=x86 \
|
||||||
--with-audio=alsa \
|
--with-audio=alsa
|
||||||
--enable-gapless=yes
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user