zita-convolver: initial commit, version 4.0.3
This commit is contained in:
parent
4c3c87f554
commit
9dea9cd762
7
zita-convolver/.footprint
Normal file
7
zita-convolver/.footprint
Normal file
@ -0,0 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/zita-convolver.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libzita-convolver.so -> libzita-convolver.so.4.0.3
|
||||
lrwxrwxrwx root/root usr/lib/libzita-convolver.so.4 -> libzita-convolver.so.4.0.3
|
||||
-rwxr-xr-x root/root usr/lib/libzita-convolver.so.4.0.3
|
5
zita-convolver/.signature
Normal file
5
zita-convolver/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF335k+YLb0MuW63r/3N1DP1d4fgDduiw6F00MG8xzjMaV+tOB733W7zhODzTXTq1W7RWHHH257N6QjHSvPGTWUw8=
|
||||
SHA256 (Pkgfile) = b132e059d6acaa70f2c8157028d062319d87a333bb2589ef9e897e518096a208
|
||||
SHA256 (.footprint) = aec910d8b7742003d0330fdf6b99e67bcd38e8f302382cff7ba0661f863ef006
|
||||
SHA256 (zita-convolver-4.0.3.tar.bz2) = 9aa11484fb30b4e6ef00c8a3281eebcfad9221e3937b1beb5fe21b748d89325f
|
18
zita-convolver/Pkgfile
Normal file
18
zita-convolver/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: A fast, partitioned convolution engine library
|
||||
# URL: https://kokkinizita.linuxaudio.org/linuxaudio/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: fftw
|
||||
|
||||
name=zita-convolver
|
||||
version=4.0.3
|
||||
release=1
|
||||
source=(https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version/source
|
||||
sed -e '/native/d' \
|
||||
-e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
|
||||
-i Makefile
|
||||
make
|
||||
make SUFFIX="" PREFIX=/usr DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user