19 lines
666 B
Bash
19 lines
666 B
Bash
# Template file for 'x42-plugins'
|
|
pkgname=x42-plugins
|
|
version=20221119
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://x42-plugins.com"
|
|
distfiles="https://gareus.org/misc/x42-plugins/x42-plugins-${version}.tar.xz"
|
|
checksum=ab946213357640a3565cff0a07a9d08f23424dfb626207a8c1c6c3ef4f4f1089
|
|
|
|
pre_build() {
|
|
export OPTIMIZATIONS="-fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG"
|
|
}
|