mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/x42-plugins to 20200714-2
This commit is contained in:
parent
7bc702efd2
commit
1ac0b1ab8d
1 changed files with 11 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=x42-plugins
|
||||
pkgver=20200714
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Collection of LV2 plugins"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/x42/x42-plugins"
|
||||
|
@ -16,10 +16,10 @@ 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: adding moony.lv2 as a stop-gap solution until kxstudio-lv2-extensions
|
||||
# can be packaged to provide the required extensions for the meters plugin
|
||||
# during check()
|
||||
checkdepends=('lv2lint' 'moony.lv2')
|
||||
# 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')
|
||||
optdepends=('jack: for standalone applications'
|
||||
'liblo: for standalone applications')
|
||||
source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz"
|
||||
|
@ -129,6 +129,8 @@ prepare() {
|
|||
--pkgname "com.x42_plugins.x42_${name}" \
|
||||
--name "x42-${name}" \
|
||||
--pkgdesc "${comments[$name]}" \
|
||||
--exec "x42-${name}" \
|
||||
--icon "x42-${name}" \
|
||||
--genericname "${generic[$name]}"
|
||||
;;
|
||||
esac
|
||||
|
@ -195,7 +197,8 @@ check() {
|
|||
;;
|
||||
meters.lv2 )
|
||||
for _meter in "${_meters[@]}"; do
|
||||
lv2lint -Mpack -I "${_name}/build" "http://gareus.org/oss/lv2/${_name//.lv2/}#${_meter}"
|
||||
lv2lint -Mpack -I "${_name}/build" "http://gareus.org/oss/lv2/${_name//.lv2/}#${_meter}" \
|
||||
|| echo "Requires packaged extensions: https://github.com/KXStudio/LV2-Extensions"
|
||||
done
|
||||
;;
|
||||
midifilter.lv2 )
|
||||
|
@ -204,7 +207,8 @@ check() {
|
|||
done
|
||||
;;
|
||||
mixtri.lv2 )
|
||||
lv2lint -Mpack -I "${_name}/build" "http://gareus.org/oss/lv2/${_name//.lv2/}#lv2"
|
||||
lv2lint -Mpack -I "${_name}/build" "http://gareus.org/oss/lv2/${_name//.lv2/}#lv2" \
|
||||
|| echo "Requires packaged extensions: https://github.com/KXStudio/LV2-Extensions"
|
||||
;;
|
||||
onsettrigger.lv2 )
|
||||
for _onsettrigger in "${_onsettriggers[@]}"; do
|
||||
|
|
Loading…
Reference in a new issue