[arch-commits] Commit in moony.lv2/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Apr 15 14:20:51 UTC 2021


    Date: Thursday, April 15, 2021 @ 14:20:51
  Author: dvzrv
Revision: 919077

upgpkg: moony.lv2 0.38.0-1: Upgrade to 0.38.0.

Run the native test suite instead of running lv2lint manually.
Add the additional makedepends libvterm.

Modified:
  moony.lv2/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 14:17:14 UTC (rev 919076)
+++ PKGBUILD	2021-04-15 14:20:51 UTC (rev 919077)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=moony.lv2
-pkgver=0.36.0
+pkgver=0.38.0
 pkgrel=1
 pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
 arch=('x86_64')
@@ -9,37 +9,24 @@
 license=('Artistic2.0')
 groups=('lv2-plugins' 'pro-audio')
 depends=('glibc' 'libglvnd' 'libx11' 'lv2-host')
-makedepends=('glew' 'glu' 'lv2' 'meson' 'sord')
+makedepends=('glew' 'glu' 'libvterm' 'lv2' 'meson' 'sord')
 checkdepends=('lv2lint')
 source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('ed69b64b33be65d054ccd3628bc5bfc6769e12a233d75f91db72f6d33e273943cb5ae39553300189106b546e6177816144431fbd5305468af6f93d37a469be20'
+sha512sums=('bde2d89119e15da2484547e6c6470174db4ed9474ee4089d0d0aeafcc6165f9aff6933a6f1038a80af6ed72570e2b806548e6d21086b8a89e13191dd6bc13740'
             'SKIP')
-b2sums=('bee8fa535dbbe05e7f19766642155cc7495472348cc3d0b12701c2d8a628e2b1b84934c345c849bf1a46941ef5b20c25b891e0565ab220c194c9a0abeeb76a70'
+b2sums=('28e8fff4bbd36e06718a0239759c4d287ab1950ba7c3475332ec901c81d473e3427882d61e21270f45c2278c89b157e7fc4c864f06aa324f4cb286f2ada261e4'
         'SKIP')
 validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at 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=('a1xa1' 'a2xa2' 'a4xa4' 'c1a1xc1a1' 'c1xc1' 'c2a1xc2a1'
-  'c2xc2' 'c4a1xc4a1' 'c4xc4')
-  for _plugin in ${_plugin_names[@]}; do
-    lv2lint -Mpack -I "build/" "http://open-music-kontrollers.ch/lv2/moony#${_plugin}"
-  done
+  ninja -C build test
 }
 
 package() {



More information about the arch-commits mailing list