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

David Runge dvzrv at archlinux.org
Fri Jan 15 09:36:36 UTC 2021


    Date: Friday, January 15, 2021 @ 09:36:35
  Author: dvzrv
Revision: 820991

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-15 09:33:47 UTC (rev 820990)
+++ PKGBUILD	2021-01-15 09:36:35 UTC (rev 820991)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=midi_matrix.lv2
-pkgver=0.26.0
-pkgrel=1
-pkgdesc="A plugin for MIDI channel filtering, multiplication and rerouting"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/midi_matrix/"
-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=('b2d7418de8d158562cc9b2dc6a7c37f1490a947e40861555d7f9baf68457eac67d7d9201cd42589b6f6b0d39e402611e5d241fe8899fb2eb04ea596abb20e78f'
-            'SKIP')
-b2sums=('d90b1c31499e3e388639abefffdb63a610ce2de5e073d59e2bca98b50e23038c93b4b555c8c565dade60dd3b3d16ed206a4fd53ec65a604317b3b67445421c71'
-        'SKIP')
-validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
-
-build() {
-  cd "$pkgname-$pkgver"
-  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"
-  meson test -C build
-  lv2lint -Mpack -I "build/" "http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter"
-}
-
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: midi_matrix.lv2/repos/community-x86_64/PKGBUILD (from rev 820990, midi_matrix.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-15 09:36:35 UTC (rev 820991)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=midi_matrix.lv2
+pkgver=0.28.0
+pkgrel=1
+pkgdesc="A plugin for MIDI channel filtering, multiplication and rerouting"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/midi_matrix/"
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'libglvnd' 'libx11')
+makedepends=('glew' 'glu' 'lv2' 'meson' 'sord')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('89b6806347f2617834374194064e83bfc76e6c78654b18eaf73489b060416905ebf42178859525eb90595492120c524bd278fc0ee045885dfeb006cf821ec2dc'
+            'SKIP')
+b2sums=('6329d07bffb236a5e2faab5a58c900ba3c12e20f3af05d52d1086c6f39f399b1473c9f8fe96a56badb5018ee473ea8b65b670f017204bf842f3bc2084c18362b'
+        'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
+
+build() {
+  cd "$pkgname-$pkgver"
+  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"
+  meson test -C build
+  lv2lint -Mpack -I "build/" "http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter"
+}
+
+
+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