CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
speex: updated to 1.2rc2
authorVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 16:39:40 +0000 (16:39 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 16:39:40 +0000 (16:39 +0000)
speex/.footprint
speex/.md5sum
speex/Pkgfile

index ba7af4e8c2f990a67505000883972907e84fd9a8..deb9e6409846909ddda6f2773330fcaf30a4b0a9 100644 (file)
@@ -1,19 +1,11 @@
 drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
--rwxr-xr-x     root/root       usr/bin/speexdec
--rwxr-xr-x     root/root       usr/bin/speexenc
 drwxr-xr-x     root/root       usr/include/
 drwxr-xr-x     root/root       usr/include/speex/
 -rw-r--r--     root/root       usr/include/speex/speex.h
 -rw-r--r--     root/root       usr/include/speex/speex_bits.h
--rw-r--r--     root/root       usr/include/speex/speex_buffer.h
 -rw-r--r--     root/root       usr/include/speex/speex_callbacks.h
 -rw-r--r--     root/root       usr/include/speex/speex_config_types.h
--rw-r--r--     root/root       usr/include/speex/speex_echo.h
 -rw-r--r--     root/root       usr/include/speex/speex_header.h
--rw-r--r--     root/root       usr/include/speex/speex_jitter.h
--rw-r--r--     root/root       usr/include/speex/speex_preprocess.h
--rw-r--r--     root/root       usr/include/speex/speex_resampler.h
 -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/
@@ -21,17 +13,8 @@ drwxr-xr-x   root/root       usr/lib/
 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
--rwxr-xr-x     root/root       usr/lib/libspeexdsp.la
-lrwxrwxrwx     root/root       usr/lib/libspeexdsp.so -> libspeexdsp.so.1.5.0
-lrwxrwxrwx     root/root       usr/lib/libspeexdsp.so.1 -> libspeexdsp.so.1.5.0
--rwxr-xr-x     root/root       usr/lib/libspeexdsp.so.1.5.0
 drwxr-xr-x     root/root       usr/lib/pkgconfig/
 -rw-r--r--     root/root       usr/lib/pkgconfig/speex.pc
--rw-r--r--     root/root       usr/lib/pkgconfig/speexdsp.pc
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/speexdec.1.gz
--rw-r--r--     root/root       usr/man/man1/speexenc.1.gz
 drwxr-xr-x     root/root       usr/share/
 drwxr-xr-x     root/root       usr/share/aclocal/
 -rw-r--r--     root/root       usr/share/aclocal/speex.m4
index 8bd92a8ff40c57574d7e9c8ea5ad89b7b08d1159..64ff66dc00543303322d1b6d621fa2dd908fc6c0 100644 (file)
@@ -1 +1 @@
-c4438b22c08e5811ff10e2b06ee9b9ae  speex-1.2rc1.tar.gz
+6ae7db3bab01e1d4b86bacfa8ca33e81  speex-1.2rc2.tar.gz
index dad86fda65071ecab385c8dcce385ff4f159e499..536accde8f8ea831efd3ec07fc5949e9495c6c05 100644 (file)
@@ -6,17 +6,16 @@
 # Depends on: libogg
 
 name=speex
-version=1.2rc1
+version=1.2rc2
 release=1
 source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
 
 build() {
-  cd $name-$versio
+  cd $name-$version
 
   ./configure --prefix=/usr \
               --mandir=$PKG/usr/man \
               --disable-static \
-              --enable-epic-48k \
               --build=aarch64-unknown-linux-gnueabi
 
   sed -i -e "/^SUBDIRS = /s/doc //" Makefile