summaryrefslogtreecommitdiffstats
path: root/extra/speex
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:48:33 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:48:33 +0200
commitffbe2bcfb032231b94e912db2b4cb5a3665161a5 (patch)
tree79bf635cba601b682c63de2492b0fe883099cea0 /extra/speex
parentfc6a7a18ab4793ec0c637e15503822ee88d429b7 (diff)
downloadnutyx-extra-ffbe2bcfb032231b94e912db2b4cb5a3665161a5.tar.gz
nutyx-extra-ffbe2bcfb032231b94e912db2b4cb5a3665161a5.tar.bz2
nutyx-extra-ffbe2bcfb032231b94e912db2b4cb5a3665161a5.tar.xz
nutyx-extra-ffbe2bcfb032231b94e912db2b4cb5a3665161a5.zip
Ajout de speex#1.2.rc1-1
Diffstat (limited to 'extra/speex')
-rw-r--r--extra/speex/.footprint39
-rw-r--r--extra/speex/.md5sum1
-rwxr-xr-xextra/speex/Pkgfile21
3 files changed, 61 insertions, 0 deletions
diff --git a/extra/speex/.footprint b/extra/speex/.footprint
new file mode 100644
index 000000000..6a71b2864
--- /dev/null
+++ b/extra/speex/.footprint
@@ -0,0 +1,39 @@
+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/
+-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
+-rw-r--r-- root/root usr/lib/libspeexdsp.a
+-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/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
diff --git a/extra/speex/.md5sum b/extra/speex/.md5sum
new file mode 100644
index 000000000..8bd92a8ff
--- /dev/null
+++ b/extra/speex/.md5sum
@@ -0,0 +1 @@
+c4438b22c08e5811ff10e2b06ee9b9ae speex-1.2rc1.tar.gz
diff --git a/extra/speex/Pkgfile b/extra/speex/Pkgfile
new file mode 100755
index 000000000..96c986ee6
--- /dev/null
+++ b/extra/speex/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Format de compression audio spécialement adapté pour la voix
+# URL: http://www.speex.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# 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=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/doc
+}