void-packages/srcpkgs/x42-plugins/template
2021-04-10 23:51:20 -03:00

19 lines
672 B
Bash

# Template file for 'x42-plugins'
pkgname=x42-plugins
version=20210409
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="cairo-devel pango-devel glu-devel jack-devel libsndfile-devel
libsamplerate-devel zita-convolver-devel libltc-devel lv2"
short_desc="Collection of LV2 plugins"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="GPL-2.0-or-later"
homepage="https://x42-plugins.com"
distfiles="https://gareus.org/misc/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=4423ea27ccc3f6e93a687d344a8ad5177b830d2bac25be8c36ae12ed0e3092e4
pre_build() {
export OPTIMIZATIONS="-fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG"
}