contrib/zam-plugins/Pkgfile

23 lines
820 B
Plaintext

# Description: Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
# URL: https://github.com/zamaudio/zam-plugins
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: git jack ladspa libglvnd liblo lv2 zita-convolver
name=zam-plugins
version=3.11
release=1
source=(https://github.com/zamaudio/zam-plugins/archive/$version/$name-$version.tar.gz
https://github.com/DISTRHO/DPF/archive/68b3a57a78d814810972584ed571662fe5cfb8f0/dpf-68b3a57a78.tar.gz
zita-convolver4.patch system-zita-convolver.patch)
dpf_git=https://github.com/DISTRHO/DPF.git
zam_git=https://github.com/zamaudio/zam-plugins.git
build() {
cd $name-$version
export HAVE_ZITA_CONVOLVER=true
cp -r $SRC/DPF-68b3a57a78d814810972584ed571662fe5cfb8f0/* dpf/
make
make DESTDIR=$PKG PREFIX='/usr/' install
}