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

Upgrading to 0.8.0.

Adding glu to makedepends and lv2lint to checkdepends.
Running lv2lint against the entire lv2 bundle.
Updating maintainer info.
parent 8f9904bb
No related branches found
No related tags found
No related merge requests found
# Maintainer: David Runge <dave@sleepmap.de>
# Maintainer: David Runge <dvzrv@archlinux.org>
pkgname=vm.lv2
pkgver=0.6.0
pkgver=0.8.0
pkgrel=1
pkgdesc="A virtual machine LV2 plugin bundle"
arch=('x86_64')
url="https://open-music-kontrollers.ch/lv2/vm/#"
license=('Artistic2.0')
groups=('lv2-plugins' 'pro-audio')
depends=('libgl')
makedepends=('lv2' 'meson' 'sord')
depends=('glibc' 'libglvnd')
makedepends=('glu' 'lv2' 'meson')
checkdepends=('lv2lint')
source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz")
md5sums=('7313588b1e5b9794fc70c1b7acb31134')
sha512sums=('343be1c9f48f2a10995bc10cc774eaf89228ef7b5e76f5da75cd8d9fe396cf583db039e432e919fab3d39f37732282e46dd998b448baf06950ea4e36ec69fe74')
build() {
cd "$pkgname-$pkgver"
......@@ -21,11 +23,13 @@ build() {
ninja -C build
}
# check fails due to currently broken lv2_validate in lv2
# check() {
# cd "$pkgname-$pkgver"
# meson test -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
}
package() {
cd "$pkgname-$pkgver"
......
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