libsndfile: 1.0.18pre18 -> 1.0.18pre19

This commit is contained in:
Danny Rawlins 2007-12-10 12:11:17 +11:00
parent c584e4688a
commit d00a8c5a1e
3 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sndfile-convert
-rwxr-xr-x root/root usr/bin/sndfile-info
-rwxr-xr-x root/root usr/bin/sndfile-jackplay
-rwxr-xr-x root/root usr/bin/sndfile-play
-rwxr-xr-x root/root usr/bin/sndfile-regtest
drwxr-xr-x root/root usr/include/

View File

@ -1 +1 @@
b00d496a2936c6bb62979889940b7294 libsndfile-1.0.18pre18.tar.gz
6d8d218c5e476b7433723d50129ffa8e libsndfile-1.0.18pre19.tar.gz

View File

@ -6,7 +6,7 @@
# Nice to have: sqlite3
name=libsndfile
version=1.0.18pre18
version=1.0.18pre19
release=1
source=(http://www.mega-nerd.com/tmp/libsndfile-$version.tar.gz)
@ -16,8 +16,7 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-static \
--disable-dependency-tracking
--disable-static
make
make DESTDIR=$PKG install