summaryrefslogtreecommitdiff
path: root/speex
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2016-06-11 16:02:47 +1000
committerDanny Rawlins <monster.romster@gmail.com>2016-06-11 16:02:47 +1000
commit24b29205f5b2999a332c2cebf9d4659321afea0d (patch)
tree2702dba0bf3709003e1d8edcc7d39ea54e00801e /speex
parent1bd228c1880cf7cbec8c3e842743936e392303ae (diff)
downloadopt-24b29205f5b2999a332c2cebf9d4659321afea0d.tar.gz
opt-24b29205f5b2999a332c2cebf9d4659321afea0d.tar.xz
speex: contrib -> opt
Diffstat (limited to 'speex')
-rw-r--r--speex/.footprint37
-rw-r--r--speex/.md5sum1
-rw-r--r--speex/Pkgfile24
3 files changed, 62 insertions, 0 deletions
diff --git a/speex/.footprint b/speex/.footprint
new file mode 100644
index 000000000..ba7af4e8c
--- /dev/null
+++ b/speex/.footprint
@@ -0,0 +1,37 @@
+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/
+-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
diff --git a/speex/.md5sum b/speex/.md5sum
new file mode 100644
index 000000000..8bd92a8ff
--- /dev/null
+++ b/speex/.md5sum
@@ -0,0 +1 @@
+c4438b22c08e5811ff10e2b06ee9b9ae speex-1.2rc1.tar.gz
diff --git a/speex/Pkgfile b/speex/Pkgfile
new file mode 100644
index 000000000..2c1b55aa2
--- /dev/null
+++ b/speex/Pkgfile
@@ -0,0 +1,24 @@
+# Description: A free codec library for speech.
+# URL: http://www.speex.org/
+# Maintainer: Danny Rawlins, crux at romster dot me
+# Packager: Younes Hafri ycrux at club-internet dot fr
+# Depends on: libogg
+
+name=speex
+version=1.2rc1
+release=1
+source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=$PKG/usr/man \
+ --disable-static \
+ --enable-epic-48k
+
+ sed -i -e "/^SUBDIRS = /s/doc //" Makefile
+ make
+ make prefix=$PKG/usr install
+}

Generated by cgit