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

David Runge dvzrv at gemini.archlinux.org
Fri Apr 15 23:34:10 UTC 2022


    Date: Friday, April 15, 2022 @ 23:34:10
  Author: dvzrv
Revision: 1186634

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

Remove fixes for removal of -Werror and forced passing of tests as upstream fixed this.
Add debug package.

Modified:
  mephisto.lv2/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-15 20:33:04 UTC (rev 1186633)
+++ PKGBUILD	2022-04-15 23:34:10 UTC (rev 1186634)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=mephisto.lv2
-pkgver=0.18.0
+pkgver=0.18.2
 pkgrel=1
 pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
 arch=(x86_64)
@@ -11,21 +11,14 @@
 depends=(glibc libglvnd libvterm libx11 lv2-host ttf-fira-code ttf-fira-sans)
 makedepends=(faust fontconfig glew glu lv2 meson)
 checkdepends=(lv2lint)
+options=(debug)
 source=(https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz{,.asc})
-sha512sums=('1ed3f2fd005069163d4180bdce1104236a66746d1572561c4e4dcfafede73b460601ee10b0f4d64c8bf1b25c0810d71103a0ec9cf02944519791f47c69e2dddc'
+sha512sums=('6136dcc32c41bd494f156e84be0fb417efbcb42fbddfaff7f54d3e11dc4bba29957cf919b25ada27b8d0e796abbfbe3c7bd0e0fba3698d4871b166b38ba5fa2d'
             'SKIP')
-b2sums=('ee925a28644ae1144af73ae0dbf4ddf7cf062fddfe3b8422f812f573fd82f53a4aac93178219afacba37afad683f99280fea48aedb0dd4c751a30ffd9938a69e'
+b2sums=('5ef07088b8ba006dcfc511c7b34a4fabb5482b4a3bd7287ecafbdb0414a10d7f7058a21ea66e94e78c35c3b32dc0e9911e40b920f1dddcd8f377e5596b521c7d'
         'SKIP')
 validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
 
-prepare() {
-  local _subproject
-  # disable accidental -Werror in subprojects
-  for _subproject in $pkgname-$pkgver/subprojects/*/meson.build; do
-    sed -e 's/werror=true/werror=false/g' -i $_subproject
-  done
-}
-
 build() {
   arch-meson build $pkgname-$pkgver
   ninja -C build
@@ -32,7 +25,7 @@
 }
 
 check() {
-  ninja -C build test || echo "Known issue with lv2lint call, upstream has been notified."
+  ninja -C build test
 }
 
 package() {



More information about the arch-commits mailing list