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

David Runge dvzrv at archlinux.org
Thu Apr 15 10:32:07 UTC 2021


    Date: Thursday, April 15, 2021 @ 10:32:07
  Author: dvzrv
Revision: 918983

upgpkg: mephisto.lv2 0.16.0-1: Upgrade to 0.16.0.

Run native test suite and add missing ttf-fira-sans dependency.

Modified:
  mephisto.lv2/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++--------------------
 1 file changed, 6 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 10:17:36 UTC (rev 918982)
+++ PKGBUILD	2021-04-15 10:32:07 UTC (rev 918983)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=mephisto.lv2
-pkgver=0.14.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
 arch=('x86_64')
@@ -8,39 +8,25 @@
 url="https://open-music-kontrollers.ch/lv2/mephisto/"
 license=('Artistic2.0')
 groups=('lv2-plugins' 'pro-audio')
-depends=('glibc' 'libglvnd' 'libvterm' 'libx11' 'ttf-fira-code')
+depends=('glibc' 'libglvnd' 'libvterm' 'libx11' 'lv2-host' 'ttf-fira-code' 'ttf-fira-sans')
 makedepends=('faust' 'fontconfig' 'glew' 'glu' 'lv2' 'meson')
 checkdepends=('lv2lint')
 source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('8fe192ce5d9108cc736437998b8a3cc44eeda8ace55bb781c69c257122bd2a8fac730f3a00bb6ac212b903063b5832ce036a8f6dedf3ffc3ec991f364f973370'
+sha512sums=('d5b954303f36c5351bf301b499b555556dc141b13f612be9ecbbfea24c62ecc2afdfc5de868795c635ed5806efe189b3b174b76e01e3764ab4616a0d82ed2657'
             'SKIP')
-b2sums=('4b0c22285a4188c63d7c57988c27cca69573052d0cf196e400fcf9a2a9e1e3334a10af3d51998b1922660cf094cea9f29cad3d713bb7783dec96b419befac1c4'
+b2sums=('71bf6ecdbdaacf6bb100d93b8f36be68b3b09798955fd786e06b21bc7c49332aa84fd21cdcb412debf83312073db36773495ab55f9fe598c0651c2e616ed8fdb'
         'SKIP')
 validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
 
 build() {
   cd "$pkgname-$pkgver"
-  meson --prefix=/usr \
-        --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() {
-  local _names=('audio_1x1' 'audio_2x2' 'audio_4x4' 'audio_8x8' 'cv_1x1'
-  'cv_2x2' 'cv_4x4' 'cv_8x8')
-  local _name
-
   cd "$pkgname-$pkgver"
-  for _name in ${_plugin_names[@]}; do
-    lv2lint -Mpack -I "build/" "http://open-music-kontrollers.ch/lv2/mephisto#${_plugin}"
-  done
+  ninja -C build test
 }
 
 package() {



More information about the arch-commits mailing list