sox: 12.18.2 -> 13.0.0
This commit is contained in:
parent
8de49f3e12
commit
fbc940e7fd
@ -1,19 +1,24 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/libst-config
|
||||
-rwxr-xr-x root/root usr/bin/play
|
||||
lrwxrwxrwx root/root usr/bin/rec -> play
|
||||
lrwxrwxrwx root/root usr/bin/play -> sox
|
||||
lrwxrwxrwx root/root usr/bin/rec -> sox
|
||||
-rwxr-xr-x root/root usr/bin/sox
|
||||
-rwxr-xr-x root/root usr/bin/soxmix
|
||||
lrwxrwxrwx root/root usr/bin/soxmix -> /usr/bin/sox
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/st.h
|
||||
-rw-r--r-- root/root usr/include/ststdint.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libst.a
|
||||
-rwxr-xr-x root/root usr/lib/libst.la
|
||||
lrwxrwxrwx root/root usr/lib/libst.so -> libst.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libst.so.0 -> libst.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libst.so.0.0.0
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
lrwxrwxrwx root/root usr/man/man1/play.1.gz -> sox.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/rec.1.gz -> sox.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/sox.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/soxexam.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/soxmix.1.gz -> sox.1.gz
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/libst.3.gz
|
||||
drwxr-xr-x root/root usr/man/man7/
|
||||
-rw-r--r-- root/root usr/man/man7/soxexam.7.gz
|
||||
|
@ -1 +1 @@
|
||||
ba25e512a6c824d6e56d76767a18af99 sox-12.18.2.tar.gz
|
||||
0243d62895caee558b5294d5b78cfbcb sox-13.0.0.tar.gz
|
||||
|
21
sox/Pkgfile
21
sox/Pkgfile
@ -2,16 +2,23 @@
|
||||
# URL: http://sox.sourceforge.net/
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: Martin Opel, mo at obbl-net dot de
|
||||
# Depends on: libvorbis libmad lame alsa-lib
|
||||
|
||||
# Depends on: libvorbis libmad lame alsa-lib libsndfile flac libsamplerate
|
||||
#12.18.2
|
||||
name=sox
|
||||
version=12.18.2
|
||||
version=13.0.0
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/sox/$name-$version.tar.gz)
|
||||
source=(http://dl.sourceforge.net/sourceforge/sox/sox-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make && make prefix=$PKG/usr install install-lib
|
||||
cd sox-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--with-gnu-ld
|
||||
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
ln -fs /usr/bin/sox $PKG/usr/bin/soxmix
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user