speexdsp: initial commit version 1.2rc3

This commit is contained in:
Alan Mizrahi 2017-06-20 11:12:08 +09:00
parent 3f03135ea4
commit 132ced71de
4 changed files with 45 additions and 0 deletions

18
speexdsp/.footprint Normal file
View File

@ -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/

1
speexdsp/.md5sum Normal file
View File

@ -0,0 +1 @@
70d9d31184f7eb761192fd1ef0b73333 speexdsp-1.2rc3.tar.gz

5
speexdsp/.signature Normal file
View File

@ -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

21
speexdsp/Pkgfile Normal file
View File

@ -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
}