Skip to content
Snippets Groups Projects
Commit 68149132 authored by David Runge's avatar David Runge :chipmunk:
Browse files

Upgrade to 0.14.0.

Run native test suite instead of calling lv2lint manually.
parent e1c3b7c9
No related branches found
No related tags found
No related merge requests found
# Maintainer: David Runge <dvzrv@archlinux.org>
pkgname=vm.lv2
pkgver=0.12.0
pkgver=0.14.0
pkgrel=1
pkgdesc="A virtual machine LV2 plugin bundle"
arch=('x86_64')
......@@ -12,33 +12,21 @@ depends=('glibc' 'libglvnd' 'libx11' 'lv2-host')
makedepends=('glew' 'glu' 'lv2' 'meson')
checkdepends=('lv2lint')
source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz"{,.asc})
sha512sums=('21398ca6cdf266beb1eeccf70f401fed5c2b6472a5d64d962b3930e8b9d17b7c830e3a0a40a015adbd1b14a319f5bdd5a9ae966dd0ca36f37222ebd42c89bf6a'
sha512sums=('d5494c1b38652b3d3324864507047c2da83922f8d6f57e8b3606b869b30d9c1af1b082d0b4b4cac374fc6b6d4f0e0968058149709cb92842628fa0175ed2f023'
'SKIP')
b2sums=('529516d02f21bdf9789dc5a8de1c979c3d6fe1b99163361afa875f43e085f303bd3f190ce7111c1536af3d71a654f33130952089a8b22250757ff57824a6b480'
b2sums=('1f10180521f9ccde1f6f0a415115a712528b3dc089b42647f2ce37bf27ffdf36481a154797c72e197dc497e9fbfab2d1ef7477ac5b44a41f073822ef488506ef'
'SKIP')
validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev@open-music-kontrollers.ch>
build() {
cd "$pkgname-$pkgver"
meson --prefix=/usr \
--libdir=lib \
--libexecdir lib \
--sbindir bin \
--buildtype plain \
--auto-features enabled \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
build
arch-meson build
ninja -C build
}
check() {
cd "$pkgname-$pkgver"
_plugin_names=('atom' 'audio' 'control' 'cv' 'midi')
for _plugin in ${_plugin_names[@]}; do
lv2lint -Mpack -I "build/" "http://open-music-kontrollers.ch/lv2/vm#${_plugin}"
done
ninja -C build test
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment