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

David Runge dvzrv at archlinux.org
Thu Jul 16 17:59:27 UTC 2020


    Date: Thursday, July 16, 2020 @ 17:59:26
  Author: dvzrv
Revision: 664140

upgpkg: midi_matrix.lv2 0.26.0-1: Upgrading to 0.26.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner <dev at open-music-kontrollers.ch>.
Switching to meson from arch-meson and enabling LTO and PIE.
Removing useless prepare().
Enabling test in check().

Modified:
  midi_matrix.lv2/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-16 17:55:22 UTC (rev 664139)
+++ PKGBUILD	2020-07-16 17:59:26 UTC (rev 664140)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=midi_matrix.lv2
-pkgver=0.24.0
+pkgver=0.26.0
 pkgrel=1
 pkgdesc="A plugin for MIDI channel filtering, multiplication and rerouting"
 arch=('x86_64')
@@ -11,27 +11,29 @@
 depends=('glibc' 'libglvnd' 'libx11')
 makedepends=('glu' 'lv2' 'meson' 'sord')
 checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('e5b18f94ea3e1d27d103739c979fc57609367a0630a62e9727767fe2fdf4efbb9027060198a91e2b6a6ca83195ef88540a5275dc967067a2c9608b1fa6cb7eac')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('b2d7418de8d158562cc9b2dc6a7c37f1490a947e40861555d7f9baf68457eac67d7d9201cd42589b6f6b0d39e402611e5d241fe8899fb2eb04ea596abb20e78f'
+            'SKIP')
+b2sums=('d90b1c31499e3e388639abefffdb63a610ce2de5e073d59e2bca98b50e23038c93b4b555c8c565dade60dd3b3d16ed206a4fd53ec65a604317b3b67445421c71'
+        'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -v build
-}
-
 build() {
   cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
-             --libdir=lib \
-             --buildtype=release \
-             build
+  meson --prefix=/usr \
+        --libdir=lib \
+        --buildtype plain \
+        --auto-features enabled \
+        --wrap-mode nodownload \
+        -D b_lto=true \
+        -D b_pie=true \
+        build
   ninja -C build
 }
 
 check() {
   cd "$pkgname-$pkgver"
-  # check fails due to currently broken lv2_validate in lv2
-  #  meson test -C build
+  meson test -C build
   lv2lint -Mpack -I "build/" "http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter"
 }
 



More information about the arch-commits mailing list