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

David Runge dvzrv at archlinux.org
Thu Apr 5 19:48:49 UTC 2018


    Date: Thursday, April 5, 2018 @ 19:48:48
  Author: dvzrv
Revision: 314494

archrelease: copy trunk to community-x86_64

Added:
  ir.lv2/repos/community-x86_64/
  ir.lv2/repos/community-x86_64/PKGBUILD
    (from rev 314493, ir.lv2/trunk/PKGBUILD)

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

Copied: ir.lv2/repos/community-x86_64/PKGBUILD (from rev 314493, ir.lv2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-04-05 19:48:48 UTC (rev 314494)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=ir.lv2
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="A no-latency/low-latency, realtime, high performance signal convolver especially for creating reverb effects"
+arch=('x86_64')
+url="https://tomszilagyi.github.io/plugins/ir.lv2/"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gtk2' 'libsamplerate' 'zita-convolver')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('9ed7dd7fb0099cb71ef259345dcff4007bf28fd2e19c29b5566816cf7f53426d8956d342610d92a3e031a53017a5224add28719c298c107630ccde3392ddfb06')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {ChangeLog,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list