community/x42-plugins to 20180320-4

This commit is contained in:
Kevin Mihelich 2018-07-27 13:48:13 +00:00
parent 464388956f
commit 2f5bc95c73

View file

@ -7,13 +7,13 @@
pkgname=x42-plugins
pkgver=20180320
pkgrel=3
pkgrel=4
pkgdesc="Collection of LV2 plugins"
arch=('x86_64')
url="https://github.com/x42/x42-plugins"
license=('GPL')
depends=('jack' 'libglvnd' 'liblo' 'libltc' 'pango' 'zita-convolver')
makedepends=('gtk2' 'ftgl' 'ttf-freefont' 'lv2')
depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
makedepends=('gtk2' 'ttf-liberation' 'lv2')
groups=('lv2-plugins' 'pro-audio')
source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz"
'zita-convolver4.patch')
@ -23,12 +23,15 @@ sha512sums=('3e2f13179073b38e846e0855031e7f842b535ad13f64b309ca4da8c0738a77ab8b7
prepare() {
cd "${pkgname}-${pkgver}/convoLV2"
patch -Np1 -i ../../zita-convolver4.patch
cd ..
# replace ttf-freefont with ttf-liberation
export FONTFILE=/usr/share/fonts/TTF/LiberationSans-Bold.ttf
}
build() {
cd "${pkgname}-${pkgver}"
export OPTIMIZATIONS="-ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only"
FONTFILE=/usr/share/fonts/TTF/FreeSansBold.ttf make
make
}
package() {