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

Ike Devolder idevolder at archlinux.org
Mon Feb 25 08:38:40 UTC 2019


    Date: Monday, February 25, 2019 @ 08:38:36
  Author: idevolder
Revision: 435661

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: dpf-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 435660, dpf-plugins/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-02-25 08:38:36 UTC (rev 435661)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=dpf-plugins
+pkgver=1.1
+pkgrel=3
+pkgdesc="Collection of DPF-based plugins"
+arch=('x86_64')
+url="https://github.com/DISTRHO/DPF-Plugins"
+license=('custom:ISC' 'GPL2' 'GPL3' 'LGPL3' 'MIT')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('liblo' 'projectm')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/DISTRHO/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('b624693ed5d20018352506f159c15188f32a6c2d2fd3996055efa2606ccbb02a8a8116713efe6480c2686bb8e1d318c40c4c5217d101c0d897a90d623845feee')
+
+prepare() {
+  mv -v "DPF-Plugins-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make BUILD_VST=true \
+       BUILD_DSSI=true \
+       BUILD_LV2=true \
+       BUILD_JACK=true
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" \
+       PREFIX=/usr \
+       install
+  # docs
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # licenses
+  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 dpf/LICENSE \
+    "${pkgdir}/usr/share/licenses/${pkgname}/dpf/LICENSE"
+  install -vDm 644 plugins/Kars/LICENSE \
+    "${pkgdir}/usr/share/licenses/${pkgname}/Kars/LICENSE"
+  install -vDm 644 plugins/AmplitudeImposer/LICENSE \
+    "${pkgdir}/usr/share/licenses/${pkgname}/AmplitudeImposer/LICENSE"
+  install -vDm 644 plugins/CycleShifter/LICENSE \
+    "${pkgdir}/usr/share/licenses/${pkgname}/CycleShifter/LICENSE"
+  install -vDm 644 plugins/SoulForce/LICENSE \
+    "${pkgdir}/usr/share/licenses/${pkgname}/SoulForce/LICENSE"
+}



More information about the arch-commits mailing list