[arch-commits] Commit in carla/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jul 30 17:31:22 UTC 2018


    Date: Monday, July 30, 2018 @ 17:31:22
  Author: dvzrv
Revision: 364976

upgpkg: carla 1.9.9-2

Removing qt4 and zynaddsubfx dependency. Boiling makedepends down to qt5-tools, moving everything else to depends. Removing optdepends and packages not being used by a standard build: fftw, mxml, ntk, projectm, zlib.

Modified:
  carla/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-30 16:42:21 UTC (rev 364975)
+++ PKGBUILD	2018-07-30 17:31:22 UTC (rev 364976)
@@ -6,27 +6,15 @@
 _name=Carla
 pkgname=carla
 pkgver=1.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Audio Plugin Host"
 arch=('x86_64')
 url="https://kxstudio.linuxaudio.org/Applications:Carla"
 license=('GPL2')
 groups=('pro-audio')
-depends=('file'  'python-pyqt5' 'qt5-svg')
-makedepends=('fluidsynth' 'gtk2' 'gtk3' 'liblo' 'linuxsampler' 'projectm'
-'pulseaudio' 'python-rdflib' 'qt4' 'qt5-tools' 'zynaddsubfx')
-optdepends=('fftw: extra native plugin support'
-            'fluidsynth: .sf2 sampler support'
-            'gtk2: LV2 GTK2 UI support'
-            'gtk3: LV2 GTK3 UI support'
-            'linuxsampler: .gig and .sf2 sampler support'
-            'mxml: extra native plugin support'
-            'ntk: extra native plugin support'
-            'projectm: native visualization plugin'
-            'python-pyliblo: OSC support'
-            'python-rdflib: LADSPA-RDF support'
-            'qt4: LV2 QT4 UI support'
-            'zlib: extra native plugin support')
+depends=('file' 'fluidsynth' 'gtk2' 'gtk3' 'linuxsampler' 'python-pyqt5'
+'python-pyliblo' 'python-rdflib' 'qt5-svg')
+makedepends=('qt5-tools')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz")
 sha512sums=('74f5880c60ca95b0173f2a408ae00235e1f422a8672436ab925caf9c1fd718da90182f092ad304f578082119381ef100ec210b6f3556a58a3cd1b28f50977a2e')
 



More information about the arch-commits mailing list