19 lines
683 B
Bash
19 lines
683 B
Bash
# Template file for 'x42-plugins'
|
|
pkgname=x42-plugins
|
|
version=20200411
|
|
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://github.com/x42/x42-plugins"
|
|
distfiles="https://gareus.org/misc/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=d2c07782896128873b1d6fd82e4730ef44cfe61e1cd730ee9e00b12f283ac778
|
|
|
|
pre_build() {
|
|
export OPTIMIZATIONS="-fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG"
|
|
}
|