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

David Runge dvzrv at archlinux.org
Thu Jul 16 18:42:11 UTC 2020


    Date: Thursday, July 16, 2020 @ 18:42:11
  Author: dvzrv
Revision: 664152

upgpkg: mephisto.lv2 0.12.0-1: Upgrading to 0.12.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.

Modified:
  mephisto.lv2/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-16 18:36:59 UTC (rev 664151)
+++ PKGBUILD	2020-07-16 18:42:11 UTC (rev 664152)
@@ -1,23 +1,35 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=mephisto.lv2
-pkgver=0.8.8
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
 arch=('x86_64')
 url="https://open-music-kontrollers.ch/lv2/mephisto/"
 license=('Artistic2.0')
 groups=('lv2-plugins' 'pro-audio')
-depends=('fontconfig' 'glew' 'glibc' 'libevdev' 'libglvnd' 'libvterm' 'libx11'
+depends=('fontconfig' 'glibc' 'libevdev' 'libglvnd' 'libvterm' 'libx11'
 'ttf-fira-code')
-makedepends=('faust' 'glu' 'lv2' 'meson')
+makedepends=('faust' 'fontconfig' 'glew' 'glu' 'lv2' 'meson')
 checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('7c07ed64cb665da1f753a67177e0d789ea1ba229b0ea674fad6844bfd03a09c8551e568386ae5ec4192d2beb21dc8472d9cacf851831c149cd43041129d22738')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('beeff7e314d98f5c4611c5258065ce10149f55a281d3d367425e12755ffb29a55095b1a5d6296a76bc912d0bd27a313aac4f481178792418abc600b5cd8128af'
+            'SKIP')
+b2sums=('ac177e28c1394c8a0d52fc6f5f95a5c3c99ee77147d7898483ea5a85e1b07b312787b7d48480b15ded794c14284d55228f4a765d6ca2b69290f8ceb02c75ca62'
+        'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
 
 build() {
   cd "$pkgname-$pkgver"
-  meson --prefix=/usr build
+  meson --prefix=/usr \
+        --libexecdir lib \
+        --sbindir bin \
+        --buildtype plain \
+        --auto-features enabled \
+        --wrap-mode nodownload \
+        -D b_lto=true \
+        -D b_pie=true \
+        build
   ninja -C build
 }
 
@@ -31,7 +43,7 @@
 }
 
 package() {
-  depends+=('libfaust.so')
+  depends+=('libGLEW.so' 'libfaust.so' 'libfontconfig.so')
   cd "$pkgname-$pkgver"
   DESTDIR="${pkgdir}" ninja -C build install
   # devendoring ttf-fira-code



More information about the arch-commits mailing list