libsndfile: 1.0.18pre22 -> 1.0.18pre23b

This commit is contained in:
Danny Rawlins 2008-09-11 19:21:31 +10:00
parent a87f26c627
commit 1d42a11d85
4 changed files with 6 additions and 18 deletions

View File

@ -4,6 +4,8 @@ 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-metadata-get
-rwxr-xr-x root/root usr/bin/sndfile-metadata-set
-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,2 +1 @@
091cac0beef27075301c8cf5fc509d7d libsndfile-1.0.18pre22-missing-headers-gcc43.patch
a7bd599ab8239406e6866493b9f47bca libsndfile-1.0.18pre22.tar.gz
f50162a22e3b61c35b66cc203c72a0d0 libsndfile-1.0.18pre23b.tar.gz

View File

@ -6,14 +6,12 @@
# Optional: sqlite3
name=libsndfile
version=1.0.18pre22
version=1.0.18pre23b
release=1
source=(http://www.mega-nerd.com/tmp/$name-$version.tar.gz
$name-1.0.18pre22-missing-headers-gcc43.patch)
source=(http://www.mega-nerd.com/tmp/$name-$version.tar.gz)
build() {
cd $name-$version
patch -p 1 -i $SRC/$name-1.0.18pre22-missing-headers-gcc43.patch
cd $name-${version/b/}
./configure \
--prefix=/usr \

View File

@ -1,11 +0,0 @@
diff -pruN libsndfile-1.0.18pre22.orig/examples/sndfilehandle.cc libsndfile-1.0.18pre22/examples/sndfilehandle.cc
--- libsndfile-1.0.18pre22.orig/examples/sndfilehandle.cc 2008-08-22 17:33:56.945139000 +1000
+++ libsndfile-1.0.18pre22/examples/sndfilehandle.cc 2008-08-22 17:35:55.298142042 +1000
@@ -17,6 +17,7 @@
*/
#include <cstdio>
+#include <cstring>
#include <sndfile.hh>