sox: 14.0.0 -> 14.0.1

This commit is contained in:
Danny Rawlins 2008-02-16 17:38:17 +11:00
parent 38ba6297ef
commit 13da5ac53c
4 changed files with 8 additions and 4 deletions

View File

@ -3,7 +3,7 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/play -> sox
lrwxrwxrwx root/root usr/bin/rec -> sox
-rwxr-xr-x root/root usr/bin/sox
lrwxrwxrwx root/root usr/bin/soxmix -> /usr/bin/sox
lrwxrwxrwx root/root usr/bin/soxmix -> sox
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/sox.h
-rw-r--r-- root/root usr/include/soxstdint.h

View File

@ -1 +1 @@
c0c242fb2760cea9dc30de884eb1facc sox-14.0.0.tar.gz
6c95af60b20b9655531bf3162c0be937 sox-14.0.1.tar.gz

1
sox/.sha256sum Normal file
View File

@ -0,0 +1 @@
52398a49bef64aa6e06b158cb59b3e1790fa1bf94262b896688bcfdcf539ca73 sox-14.0.1.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: libvorbis libmad lame alsa-lib libsndfile flac libsamplerate
name=sox
version=14.0.0
version=14.0.1
release=1
source=(http://dl.sourceforge.net/sourceforge/sox/sox-$version.tar.gz)
@ -19,6 +19,9 @@ build() {
make
make prefix=$PKG/usr install
ln -fs /usr/bin/sox $PKG/usr/bin/soxmix
pushd $PKG/usr/bin
ln -s sox $PKG/usr/bin/soxmix
popd
}