[arch-commits] Commit in midi_matrix.lv2/repos (2 files)

David Runge dvzrv at archlinux.org
Sat Apr 14 00:49:52 UTC 2018


    Date: Saturday, April 14, 2018 @ 00:49:52
  Author: dvzrv
Revision: 316232

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: midi_matrix.lv2/repos/community-testing-x86_64/PKGBUILD (from rev 316231, midi_matrix.lv2/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-04-14 00:49:52 UTC (rev 316232)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=midi_matrix.lv2
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="A 3-in-1 filter plugin with a simple UI enabling you to easily accomplish 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=('libgl')
+makedepends=('cmake' 'lv2')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
+md5sums=('96b74972b0ab0b0a1ab5629c234fe70f')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        ..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}



More information about the arch-commits mailing list