19 lines
677 B
Bash
19 lines
677 B
Bash
# Template file for 'x42-plugins'
|
|
pkgname=x42-plugins
|
|
version=20190206
|
|
revision=2
|
|
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="bluntphenomena <gregwyd@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/x42/x42-plugins"
|
|
distfiles="http://gareus.org/misc/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=0dab84018f9a8b5beca214d1fbe09d3900124c4329430e02a140e48f2a455767
|
|
|
|
pre_build() {
|
|
export OPTIMIZATIONS="-fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG"
|
|
}
|