void-packages/srcpkgs/swh-plugins/template
lemmi a5397902c7 swh-plugins: orphan
candidate for removal, remaining reverse dependencies

flowblade:
not a hard dependency. swh-lv2 replacement not working at this point

pulseaudio-equalizer-ladspa:
last update 3 years ago
2022-09-22 03:35:04 -04:00

21 lines
687 B
Bash

# Template file for 'swh-plugins'
pkgname=swh-plugins
version=0.4.17
revision=1
wrksrc="ladspa-${version}"
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config gettext-devel gettext
perl-Locale-gettext perl-Locale-PO perl-XML-Parser"
makedepends="fftw-devel libgsm-devel libxml2-devel"
short_desc="SWH Plugins package for the LADSPA plugin system"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://plugin.org.uk/"
distfiles="https://github.com/swh/ladspa/archive/v${version}.tar.gz"
checksum=d1b090feec4c5e8f9605334b47faaad72db7cc18fe91d792b9161a9e3b821ce7
conflicts="swh-lv2"
CFLAGS="-fPIC"
pre_configure() {
autoreconf -fi
}