summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--speex/.footprint6
-rw-r--r--speex/.md5sum2
-rw-r--r--speex/Pkgfile7
3 files changed, 8 insertions, 7 deletions
diff --git a/speex/.footprint b/speex/.footprint
index 07a57f3d5..ccf8714ed 100644
--- a/speex/.footprint
+++ b/speex/.footprint
@@ -14,9 +14,9 @@ drwxr-xr-x root/root usr/include/speex/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libspeex.a
-rwxr-xr-x root/root usr/lib/libspeex.la
-lrwxrwxrwx root/root usr/lib/libspeex.so -> libspeex.so.1.5.0
-lrwxrwxrwx root/root usr/lib/libspeex.so.1 -> libspeex.so.1.5.0
--rwxr-xr-x root/root usr/lib/libspeex.so.1.5.0
+lrwxrwxrwx root/root usr/lib/libspeex.so -> libspeex.so.1.5.1
+lrwxrwxrwx root/root usr/lib/libspeex.so.1 -> libspeex.so.1.5.1
+-rwxr-xr-x root/root usr/lib/libspeex.so.1.5.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/speex.pc
drwxr-xr-x root/root usr/share/
diff --git a/speex/.md5sum b/speex/.md5sum
index 64ff66dc0..529360dff 100644
--- a/speex/.md5sum
+++ b/speex/.md5sum
@@ -1 +1 @@
-6ae7db3bab01e1d4b86bacfa8ca33e81 speex-1.2rc2.tar.gz
+8ab7bb2589110dfaf0ed7fa7757dc49c speex-1.2.0.tar.gz
diff --git a/speex/Pkgfile b/speex/Pkgfile
index 2cef057c6..5fa94394d 100644
--- a/speex/Pkgfile
+++ b/speex/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: libogg
name=speex
-version=1.2rc2
+version=1.2.0
release=1
source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
@@ -14,9 +14,10 @@ build() {
./configure \
--prefix=/usr \
- --enable-epic-48k
+ --enable-epic-48k \
+ --enable-binaries
sed -i -e "/^SUBDIRS = /s/doc //" Makefile
make
- make prefix=$PKG/usr install
+ make DESTDIR=$PKG install
}

Generated by cgit