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

David Runge dvzrv at archlinux.org
Thu Dec 7 20:55:52 UTC 2017


    Date: Thursday, December 7, 2017 @ 20:55:50
  Author: dvzrv
Revision: 273179

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: vco-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 273178, vco-plugins/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-07 20:55:50 UTC (rev 273179)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=vco-plugins
+pkgver=0.3.0
+pkgrel=3
+pkgdesc="LADSPA anti-aliased oscillator plugins"
+arch=('x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/VCO-plugins-${pkgver}.tar.bz2")
+sha512sums=('44e066acdda38137dcc6a6b504a8453f8d0d25c90ba091e71a48554b47e60365a1e6b0bad694ec7340d399951b8b0592507be153370d1b4924d399310cf106c5')
+
+build() {
+  cd "VCO-plugins-${pkgver}"
+  make
+}
+
+package() {
+  cd "VCO-plugins-${pkgver}"
+
+  # plugin
+  install -Dm755 blvco.so "${pkgdir}/usr/lib/ladspa/blvco.so"
+  ln -s blvco.so "${pkgdir}/usr/lib/ladspa/vco_sawpulse.so"
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}



More information about the arch-commits mailing list