From 056f3e59a8b169e5ccc1579556288aa15d138097 Mon Sep 17 00:00:00 2001 From: Paper Date: Sat, 20 Mar 2021 23:19:47 +0100 Subject: [PATCH] New package: lsp-plugins-1.1.30 --- srcpkgs/lsp-plugins/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/lsp-plugins/template diff --git a/srcpkgs/lsp-plugins/template b/srcpkgs/lsp-plugins/template new file mode 100644 index 000000000000..052294c1296c --- /dev/null +++ b/srcpkgs/lsp-plugins/template @@ -0,0 +1,18 @@ +# Template file for 'lsp-plugins' +pkgname=lsp-plugins +version=1.1.30 +revision=1 +build_style=gnu-makefile +hostmakedepends="pkg-config php" +makedepends="libsndfile-devel libX11-devel libglvnd-devel lv2 cairo-devel ladspa-sdk + jack-devel libstdc++-devel" +short_desc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST" +maintainer="Paper " +license="LGPL-3.0-or-later" +homepage="https://lsp-plug.in/" +distfiles="https://github.com/sadko4u/lsp-plugins/archive/${version}/${version}.tar.gz" +checksum=9cf43257729093c240375b3640b1514dff34b092b83b54a5ee68d7e8565c8f80 + +do_build() { + make CFLAGS="-fno-rtti" +}