diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2017-01-23 23:27:08 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2017-01-23 23:27:08 +0100 |
commit | 544e2b372016e81234da83cbead482dd3edf22f0 (patch) | |
tree | f6d48b7309495752fab8c1837b8f67717378cb30 /speex | |
parent | 8975973034fc3173ae2989d413292c3e45b5c8cd (diff) | |
parent | 021ebd78c1b7ef7b68fdb8713f13eca4d3149c13 (diff) | |
download | opt-544e2b372016e81234da83cbead482dd3edf22f0.tar.gz opt-544e2b372016e81234da83cbead482dd3edf22f0.tar.xz |
Merge branch '3.2' into 3.3
Diffstat (limited to 'speex')
-rw-r--r-- | speex/.footprint | 6 | ||||
-rw-r--r-- | speex/.md5sum | 2 | ||||
-rw-r--r-- | speex/Pkgfile | 7 |
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 } |