ports/compat-32 (3.6): speexdsp-32: initial import
commit 227250ce9bdc127b6e46b64220d0a52d57104091 Author: Danny Rawlins <contact@romster.me> Date: Sun May 30 21:27:49 2021 +1000 speexdsp-32: initial import diff --git a/speexdsp-32/.footprint b/speexdsp-32/.footprint new file mode 100644 index 0000000..b42de55 --- /dev/null +++ b/speexdsp-32/.footprint @@ -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 diff --git a/speexdsp-32/.signature b/speexdsp-32/.signature new file mode 100644 index 0000000..718c63b --- /dev/null +++ b/speexdsp-32/.signature @@ -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 diff --git a/speexdsp-32/Pkgfile b/speexdsp-32/Pkgfile new file mode 100644 index 0000000..6a4f109 --- /dev/null +++ b/speexdsp-32/Pkgfile @@ -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 +}
participants (1)
-
crux@crux.nu