2019-08-21 10:02:54 +00:00
|
|
|
# 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
|
2022-11-13 12:32:57 +00:00
|
|
|
# Depends on: git ladspa libglvnd liblo libsamplerate lv2 zita-convolver
|
2019-08-21 10:02:54 +00:00
|
|
|
|
|
|
|
name=zam-plugins
|
2023-11-05 09:57:02 +01:00
|
|
|
version=4.2
|
2022-12-15 09:41:11 +00:00
|
|
|
release=1
|
2023-11-05 09:57:02 +01:00
|
|
|
_dpfcommit=63dfb7610bc37dee69f4a303f3e3362529d95f24
|
|
|
|
_puglcommit=2e98e220b5b860c1c8cd5809fad61baf27380a37
|
2019-08-21 10:02:54 +00:00
|
|
|
source=(https://github.com/zamaudio/zam-plugins/archive/$version/$name-$version.tar.gz
|
2022-12-15 09:41:11 +00:00
|
|
|
https://github.com/DISTRHO/DPF/archive/$_dpfcommit/dpf-$_dpfcommit.tar.gz
|
|
|
|
https://github.com/DISTRHO/pugl/archive/$_puglcommit/pugl-$_puglcommit.tar.gz)
|
2019-08-21 10:02:54 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2022-12-15 09:41:11 +00:00
|
|
|
|
|
|
|
cp -r $SRC/DPF-$_dpfcommit/* dpf/
|
|
|
|
cp -r $SRC/pugl-$_puglcommit/* dpf/dgl/src/pugl-upstream
|
|
|
|
make HAVE_JACK=false
|
|
|
|
make DESTDIR=$PKG PREFIX=/usr/ install
|
2019-08-21 10:02:54 +00:00
|
|
|
}
|