[arch-commits] Commit in moony.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Jan 16 16:20:59 UTC 2021


    Date: Saturday, January 16, 2021 @ 16:20:58
  Author: dvzrv
Revision: 821156

archrelease: copy trunk to community-x86_64

Added:
  moony.lv2/repos/community-x86_64/PKGBUILD
    (from rev 821155, moony.lv2/trunk/PKGBUILD)
Deleted:
  moony.lv2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  103 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 16:20:49 UTC (rev 821155)
+++ PKGBUILD	2021-01-16 16:20:58 UTC (rev 821156)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=moony.lv2
-pkgver=0.34.0
-pkgrel=1
-pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/moony/"
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-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"{,.asc})
-sha512sums=('4a83aa90495124f641a7f1f4147c0ef3e4cb05b8c92f016cb03e186039fa749b56cb527664d14f3bfe7b66ff5640193cf2ddc954cf21e9c6670531f236c8c027'
-            'SKIP')
-b2sums=('8d60c31216e5cd7a534a8387b968ec10b5d04a029099605e738ab5dc55438c0c6bb2e09de4e40df25b974cff7476497788881f4e054255095e34ed0ebb28208d'
-        '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
-  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
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: moony.lv2/repos/community-x86_64/PKGBUILD (from rev 821155, moony.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-16 16:20:58 UTC (rev 821156)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=moony.lv2
+pkgver=0.36.0
+pkgrel=1
+pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/moony/"
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'libglvnd' 'libx11' 'lv2-host')
+makedepends=('glew' 'glu' 'lv2' 'meson' 'sord')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('ed69b64b33be65d054ccd3628bc5bfc6769e12a233d75f91db72f6d33e273943cb5ae39553300189106b546e6177816144431fbd5305468af6f93d37a469be20'
+            'SKIP')
+b2sums=('bee8fa535dbbe05e7f19766642155cc7495472348cc3d0b12701c2d8a628e2b1b84934c345c849bf1a46941ef5b20c25b891e0565ab220c194c9a0abeeb76a70'
+        '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
+  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
+}
+
+package() {
+  depends+=('libGLEW.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list