speexdsp-32: initial import

This commit is contained in:
Danny Rawlins 2021-05-30 21:27:49 +10:00
parent 0c86a2a92f
commit 227250ce9b
3 changed files with 38 additions and 0 deletions

9
speexdsp-32/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rw-r--r-- root/root usr/lib32/libspeexdsp.a
-rwxr-xr-x root/root usr/lib32/libspeexdsp.la
lrwxrwxrwx root/root usr/lib32/libspeexdsp.so -> libspeexdsp.so.1.5.1
lrwxrwxrwx root/root usr/lib32/libspeexdsp.so.1 -> libspeexdsp.so.1.5.1
-rwxr-xr-x root/root usr/lib32/libspeexdsp.so.1.5.1
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/speexdsp.pc

5
speexdsp-32/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXcdXZ2B+K2D3LvvMsu8J/HXEzm42xrJwWAJrnoopHYCTPzj2sKHxnD70XC1Je6/pv2TV2Z4FC7vRnLUtB5KehQs=
SHA256 (Pkgfile) = 62d98c6e4e53359ea0879c6656524865adefc166b9bc3adcb6047919ee196300
SHA256 (.footprint) = 0ba4f3ed23fb2d2e422fedad39aff03e0f5134f52b48a9cb8ad97b277cfeae55
SHA256 (speexdsp-1.2.0.tar.gz) = 682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771

24
speexdsp-32/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: DSP library derived from speex
# URL: https://www.speex.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: speexdsp
name=speexdsp-32
version=1.2.0
release=1
source=(https://ftp.osuosl.org/pub/xiph/releases/speex/speexdsp-$version.tar.gz)
build() {
cd speexdsp-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32
sed -i -e '/^SUBDIRS *=/s|\bdoc\b||' Makefile
make
make DESTDIR=$PKG install
rm -r $PKG/usr/include
}