From acc14a75e33c35d5a531e743ca28d56d0ce8f889 Mon Sep 17 00:00:00 2001 From: Artur Sinila Date: Sat, 26 Jun 2021 04:00:10 +0300 Subject: [PATCH] New package: zam-plugins-3.14 --- srcpkgs/zam-plugins/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/zam-plugins/template diff --git a/srcpkgs/zam-plugins/template b/srcpkgs/zam-plugins/template new file mode 100644 index 000000000000..d2a09fc9bbf1 --- /dev/null +++ b/srcpkgs/zam-plugins/template @@ -0,0 +1,22 @@ +# Template file for 'zam-plugins' +pkgname=zam-plugins +version=3.14 +revision=1 +build_style=gnu-makefile +make_use_env=yes +make_build_args="HAVE_ZITA_CONVOLVER=true" +hostmakedepends="pkg-config git gendesk" +makedepends="libX11-devel libglvnd-devel liblo-devel jack-devel ladspa-sdk + libsamplerate-devel zita-convolver-devel" +# Use system zita-convolver instead of the vendored one +short_desc="LADSPA/LV2/VST/JACK audio plugins for high-quality processing" +maintainer="Artur Sinila " +license="GPL-2.0-or-later" +homepage="http://zamaudio.com/" +changelog="https://raw.githubusercontent.com/zamaudio/zam-plugins/master/changelog" + +do_fetch() { + git clone --depth 1 --branch ${version} --single-branch \ + --recurse-submodules --shallow-submodules https://github.com/zamaudio/zam-plugins \ + zam-plugins-${version} +}