vp-build/srcpkgs/x42-plugins/template

19 lines
674 B
Bash

# Template file for 'x42-plugins'
pkgname=x42-plugins
version=20220327
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/x42-plugins/x42-plugins-${version}.tar.xz"
checksum=221b8fa939426c2c44c53e41f40bb8d91410978b0312fcfaf8786cb93d36295b
pre_build() {
export OPTIMIZATIONS="-fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG"
}