Date: Saturday, January 27, 2018 @ 00:15:58 Author: dvzrv Revision: 287339
Adding carla 1.9.8 from AUR (40 votes). Added: carla/ carla/repos/ carla/trunk/ carla/trunk/PKGBUILD ----------+ PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) Added: carla/trunk/PKGBUILD =================================================================== --- carla/trunk/PKGBUILD (rev 0) +++ carla/trunk/PKGBUILD 2018-01-27 00:15:58 UTC (rev 287339) @@ -0,0 +1,36 @@ +# Maintainer: David Runge <[email protected]> +# 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: Property changes on: carla/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
