[arch-commits] Commit in zam-plugins/repos (2 files)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 20:09:44
  Author: dvzrv
Revision: 314503

archrelease: copy trunk to community-x86_64

Added:
  zam-plugins/repos/community-x86_64/
  zam-plugins/repos/community-x86_64/PKGBUILD
(from rev 314502, zam-plugins/trunk/PKGBUILD)

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

Copied: zam-plugins/repos/community-x86_64/PKGBUILD (from rev 314502, 
zam-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 20:09:44 UTC (rev 314503)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=zam-plugins
+pkgver=3.10
+pkgrel=4
+pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
+arch=('x86_64')
+url="https://github.com/zamaudio/zam-plugins";
+license=('GPL2')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('jack' 'libglvnd' 'liblo' 'zita-convolver')
+makedepends=('git' 'ladspa' 'libx11' 'libgl' 'lv2')
+source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver}";
+"git+https://github.com/distrho/dpf.git";)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule init
+  git config submodule.dpf.url "${srcdir}/dpf"
+  git submodule update
+  # use system zita-convolver
+  sed -e 
's|\"../../lib/zita-convolver-3.1.0/zita-convolver.h\"||' \
+-i plugins/Zam{Verb,HeadX2}/convolution.{cpp,hpp}
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {README.md,changelog}
+}


[arch-commits] Commit in zam-plugins/repos (2 files)

2018-03-31 Thread David Runge via arch-commits
Date: Saturday, March 31, 2018 @ 21:55:59
  Author: dvzrv
Revision: 313655

archrelease: copy trunk to community-testing-x86_64

Added:
  zam-plugins/repos/community-testing-x86_64/
  zam-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 313654, zam-plugins/trunk/PKGBUILD)

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

Copied: zam-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 313654, 
zam-plugins/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-31 21:55:59 UTC (rev 313655)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=zam-plugins
+pkgver=3.10
+pkgrel=3
+pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
+arch=('x86_64')
+url="https://github.com/zamaudio/zam-plugins";
+license=('GPL2')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('fftw' 'libglvnd' 'jack' 'liblo' 'zita-convolver')
+makedepends=('git' 'ladspa' 'libx11' 'libgl' 'liblo' 'lv2')
+source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver}";
+"git+https://github.com/distrho/dpf.git";)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule init
+  git config submodule.dpf.url "${srcdir}/dpf"
+  git submodule update
+  # use system zita-convolver
+  sed -e 
's|\"../../lib/zita-convolver-3.1.0/zita-convolver.h\"||' \
+-i plugins/Zam{Verb,HeadX2}/convolution.{cpp,hpp}
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {README.md,changelog}
+}