From 90a67f11740de2712608c0878e4a709dcda8fbf6 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 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..aeb20fcfc406 --- /dev/null +++ b/srcpkgs/zam-plugins/template @@ -0,0 +1,27 @@ +# Template file for 'zam-plugins' +pkgname=zam-plugins +version=3.14 +revision=1 +create_wrksrc=yes +build_wrksrc=${pkgname}-${version} +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" +_dpf_commit="08669d1bc30c6e971fde800eade4ca40104ba8b2" +distfiles="https://github.com/zamaudio/zam-plugins/archive/refs/tags/${version}.tar.gz + https://github.com/DISTRHO/DPF/archive/${_dpf_commit}.tar.gz" +checksum="4a73a73fa03cc6d7faf2d65840349d2a33e7aaef5a13c6345f534b6c434e7b42 + c4359020d1defb7ae2547b5dbdc0cf33f6e0e9cdd3ef75300533b4c4c9f1b9f4" + +post_extract() { + mv DPF-${_dpf_commit}/* $build_wrksrc/dpf +}