community/x42-plugins to 20200714-3

This commit is contained in:
Kevin Mihelich 2020-08-08 18:04:00 +00:00
parent b35427174b
commit 26578feb24

View file

@ -6,7 +6,7 @@
pkgname=x42-plugins
pkgver=20200714
pkgrel=2
pkgrel=3
pkgdesc="Collection of LV2 plugins"
arch=('x86_64')
url="https://github.com/x42/x42-plugins"
@ -16,10 +16,7 @@ depends=('cairo' 'ftgl' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd'
'libx11')
makedepends=('fftw' 'gendesk' 'glib2' 'help2man' 'jack' 'liblo' 'libltc'
'libsamplerate' 'libsndfile' 'lv2' 'pango' 'ttf-dejavu' 'zita-convolver')
# NOTE: requires kxstudio-lv2-extensions to be packaged to provide the required
# extensions for the meters and mixtri plugin during check()
# https://github.com/KXStudio/LV2-Extensions/issues/1
checkdepends=('lv2lint')
checkdepends=('kxstudio-lv2-extensions' 'lv2lint')
optdepends=('jack: for standalone applications'
'liblo: for standalone applications')
source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz"
@ -197,8 +194,7 @@ check() {
;;
meters.lv2 )
for _meter in "${_meters[@]}"; do
lv2lint -Mpack -I "${_name}/build" "http://gareus.org/oss/lv2/${_name//.lv2/}#${_meter}" \
|| echo "Requires packaged extensions: https://github.com/KXStudio/LV2-Extensions"
lv2lint -Mpack -I "${_name}/build" "http://gareus.org/oss/lv2/${_name//.lv2/}#${_meter}"
done
;;
midifilter.lv2 )
@ -207,8 +203,7 @@ check() {
done
;;
mixtri.lv2 )
lv2lint -Mpack -I "${_name}/build" "http://gareus.org/oss/lv2/${_name//.lv2/}#lv2" \
|| echo "Requires packaged extensions: https://github.com/KXStudio/LV2-Extensions"
lv2lint -Mpack -I "${_name}/build" "http://gareus.org/oss/lv2/${_name//.lv2/}#lv2"
;;
onsettrigger.lv2 )
for _onsettrigger in "${_onsettriggers[@]}"; do