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

David Runge dvzrv at archlinux.org
Sat Jan 27 00:22:45 UTC 2018


    Date: Saturday, January 27, 2018 @ 00:22:41
  Author: dvzrv
Revision: 287344

archrelease: copy trunk to community-testing-x86_64

Added:
  carla/repos/community-testing-x86_64/
  carla/repos/community-testing-x86_64/PKGBUILD
    (from rev 287343, carla/trunk/PKGBUILD)

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

Copied: carla/repos/community-testing-x86_64/PKGBUILD (from rev 287343, carla/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-01-27 00:22:41 UTC (rev 287344)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
+# Contributor: falkTX <falktx [at] gmail [dot] com>
+
+_name=Carla
+pkgname=carla
+pkgver=1.9.8
+pkgrel=2
+pkgdesc="Audio Plugin Host"
+arch=('x86_64')
+url="https://kxstudio.sf.net/carla"
+license=('GPL2')
+depends=('file' 'fftw' 'fluidsynth' 'liblo' 'linuxsampler' 'mxml' 'projectm' 'python' 'qt5-base')
+makedepends=('gtk2' 'gtk3' 'pulseaudio' 'python-pyliblo' 'python-pyqt5' 'python-rdflib' 'qt4' 'qt5-svg' 'zynaddsubfx')
+optdepends=('gtk2: LV2 GTK2 UI support'
+            'gtk3: LV2 GTK3 UI support'
+            'python-pyliblo: OSC support'
+            'python-rdflib: LADSPA-RDF support'
+            'qt4: LV2 QT4 UI support'
+            'zynaddsubfx: ZynAddSubFX banks'
+)
+source=("https://github.com/falkTX/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('0f801fdf7704bb3eb62e684134567df3e83a6c7dfad201479039158480f9fbc0c9a91bc007131091c29a87b4cbb2d831797c8c517de9c36399ec7348a8889f5d')
+
+build() {
+  cd "${_name}-${pkgver}"
+  make features
+  make DEFAULT_QT=5
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  make DEFAULT_QT=5 DESTDIR="${pkgdir}/" PREFIX=/usr install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list