CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
speex: updated to 1.2.0
authorVictor Martinez <pitillo@ono.com>
Thu, 5 Oct 2017 03:52:37 +0000 (05:52 +0200)
committerVictor Martinez <pitillo@ono.com>
Thu, 5 Oct 2017 03:52:37 +0000 (05:52 +0200)
speex/.footprint
speex/.md5sum
speex/Pkgfile

index deb9e6409846909ddda6f2773330fcaf30a4b0a9..05e4d8c0f0d1ba58af53bbebc954e0deb997ca79 100644 (file)
@@ -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/
index 64ff66dc00543303322d1b6d621fa2dd908fc6c0..529360dffdeb3e322a42a382471aef91f4d4d10e 100644 (file)
@@ -1 +1 @@
-6ae7db3bab01e1d4b86bacfa8ca33e81  speex-1.2rc2.tar.gz
+8ab7bb2589110dfaf0ed7fa7757dc49c  speex-1.2.0.tar.gz
index 536accde8f8ea831efd3ec07fc5949e9495c6c05..215a5c44cf2fa61ddf3c05ecfcb4886d70fca19d 100644 (file)
@@ -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