# Maintainer: David Runge # Contributor: Llewelyn Trahaearn # Contributor: falkTX # ALARM: Kevin Mihelich # - make with NOOPT=true _name=Carla pkgname=carla _commit=e6faf35ca1a0b20f241aa38de64c070cfe5593a1 # refs/tags/v2.5.6 pkgver=2.5.6 pkgrel=1 pkgdesc="Audio Plugin Host" arch=(x86_64) url="https://kxstudio.linuxaudio.org/Applications:Carla" license=(GPL-2.0-or-later) groups=(pro-audio) depends=( gcc-libs glibc hicolor-icon-theme libx11 python python-pyqt5 python-pyliblo python-rdflib qt5-base qt5-svg sdl2 sh ) makedepends=( alsa-lib file fluidsynth freetype2 git libglvnd liblo libpulse libsndfile python-requests python-tornado qt5-tools ) optdepends=( 'jack: for using carla with JACK' 'lv2-host: for the LV2 plugin' 'vst-host: for the VST plugin' 'python-requests: for qtweb backend' 'python-tornado: for MOD UI' ) provides=( dssi-host ladspa-host lv2-host vst-host vst3-host ) source=(git+https://github.com/falkTX/$pkgname#tag=$_commit?signed) sha512sums=('SKIP') b2sums=('SKIP') validpgpkeys=(62B11043D2F6EB6672D93103CDBAA37ABC74FBA0) # falkTX pkgver() { cd $pkgname git describe --tag | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/v//g' } build() { make NOOPT=true features -C $pkgname make NOOPT=true -C $pkgname } package() { depends+=( alsa-lib libasound.so file libmagic.so fluidsynth libfluidsynth.so freetype2 libfreetype.so libglvnd libGL.so liblo liblo.so libpulse libpulse.so libpulse-simple.so libsndfile libsndfile.so ) make NOOPT=true DEFAULT_QT=5 DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/" find "$pkgdir" -type f -iname "*.so" -exec chmod +x {} + } # vim:set ts=2 sw=2 et: