summaryrefslogtreecommitdiff
path: root/speexdsp
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2017-06-20 11:12:08 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2017-06-20 11:12:08 +0900
commit132ced71de31cbb8154f17143ce083a5e9d26b16 (patch)
tree0aa4eeda94dbd6996dc9f7cc23e8dbb1371c9086 /speexdsp
parent3f03135ea41f941381bbe7d7ecf513d7eebce744 (diff)
downloadopt-132ced71de31cbb8154f17143ce083a5e9d26b16.tar.gz
opt-132ced71de31cbb8154f17143ce083a5e9d26b16.tar.xz
speexdsp: initial commit version 1.2rc3
Diffstat (limited to 'speexdsp')
-rw-r--r--speexdsp/.footprint18
-rw-r--r--speexdsp/.md5sum1
-rw-r--r--speexdsp/.signature5
-rw-r--r--speexdsp/Pkgfile21
4 files changed, 45 insertions, 0 deletions
diff --git a/speexdsp/.footprint b/speexdsp/.footprint
new file mode 100644
index 000000000..372c07a0c
--- /dev/null
+++ b/speexdsp/.footprint
@@ -0,0 +1,18 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/speex/
+-rw-r--r-- root/root usr/include/speex/speex_echo.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/speexdsp_config_types.h
+-rw-r--r-- root/root usr/include/speex/speexdsp_types.h
+drwxr-xr-x root/root usr/lib/
+-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/speexdsp.pc
+drwxr-xr-x root/root usr/share/
diff --git a/speexdsp/.md5sum b/speexdsp/.md5sum
new file mode 100644
index 000000000..9d056e399
--- /dev/null
+++ b/speexdsp/.md5sum
@@ -0,0 +1 @@
+70d9d31184f7eb761192fd1ef0b73333 speexdsp-1.2rc3.tar.gz
diff --git a/speexdsp/.signature b/speexdsp/.signature
new file mode 100644
index 000000000..065f74fd2
--- /dev/null
+++ b/speexdsp/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/alan.pub
+RWSHHtGdlW9unGAz/G0kLKcbjeJynH7Bgu2JjA2WLiVj4hlJOciu5zQ1AwV1ohe2KGYXufBadaCea33FA+le2u19y1zN3ZHxJQs=
+SHA256 (Pkgfile) = 8c276a31820d897f28d799a1fb3569162560ebd6b2c9eca218d68714b2722c01
+SHA256 (.footprint) = 83dafb2214852de91289cd68d5792a599da4c10871f7c3f5684619b801ff2ba0
+SHA256 (speexdsp-1.2rc3.tar.gz) = 4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1
diff --git a/speexdsp/Pkgfile b/speexdsp/Pkgfile
new file mode 100644
index 000000000..e00d1a5b6
--- /dev/null
+++ b/speexdsp/Pkgfile
@@ -0,0 +1,21 @@
+# Description: DSP library derived from speex
+# URL: http://www.speex.org/
+# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
+# Depends on:
+
+name=speexdsp
+version=1.2rc3
+release=1
+source=(http://downloads.us.xiph.org/releases/speex/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure \
+ --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share/doc
+}

Generated by cgit