From: Victor Martinez Date: Thu, 5 Oct 2017 03:52:37 +0000 (+0200) Subject: speex: updated to 1.2.0 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=1557bb0f5159b8f6977b742401c59cb1a22d34bf;hp=063f7e70c2f4ea4253b65aa62efdb78d719982ed;p=ports%2Fopt-arm64.git speex: updated to 1.2.0 --- diff --git a/speex/.footprint b/speex/.footprint index deb9e64..05e4d8c 100644 --- a/speex/.footprint +++ b/speex/.footprint @@ -9,10 +9,11 @@ drwxr-xr-x root/root usr/include/speex/ -rw-r--r-- root/root usr/include/speex/speex_stereo.h -rw-r--r-- root/root usr/include/speex/speex_types.h 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 64ff66d..529360d 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 536accd..215a5c4 100644 --- a/speex/Pkgfile +++ b/speex/Pkgfile @@ -6,7 +6,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,8 +14,8 @@ build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=$PKG/usr/man \ - --disable-static \ + --enable-epic-48k \ + --enable-binaries \ --build=aarch64-unknown-linux-gnueabi sed -i -e "/^SUBDIRS = /s/doc //" Makefile