speex: 1.2rc1 -> 1.2rc2

This commit is contained in:
Danny Rawlins 2016-08-08 20:09:46 +10:00
parent f5961a6288
commit b22d0d5cca
3 changed files with 7 additions and 18 deletions

View File

@ -6,32 +6,23 @@ 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/
-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
-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
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/speexdec.1.gz
-rw-r--r-- root/root usr/share/man/man1/speexenc.1.gz

View File

@ -1 +1 @@
c4438b22c08e5811ff10e2b06ee9b9ae speex-1.2rc1.tar.gz
6ae7db3bab01e1d4b86bacfa8ca33e81 speex-1.2rc2.tar.gz

View File

@ -5,7 +5,7 @@
# 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)
@ -14,8 +14,6 @@ build() {
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man \
--disable-static \
--enable-epic-48k
sed -i -e "/^SUBDIRS = /s/doc //" Makefile