summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-01-06 16:09:03 -0800
committerLlewelyn Trahaearn2017-01-06 16:09:03 -0800
commit95a38564f5348b4e3a5d98322ca577d8b45f1673 (patch)
tree9ca2ba97e61db2928217e5d3318dba8575555bca
parent69d4cf1755d3e0774cd0f8c8d8952ae144e21d4c (diff)
downloadaur-95a38564f5348b4e3a5d98322ca577d8b45f1673.tar.gz
Update dependencies.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0f41fe770b1..f432d6e056e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
# Generated by mksrcinfo v8
-# Thu Jan 5 22:49:56 UTC 2017
+# Sat Jan 7 00:08:48 UTC 2017
pkgbase = carla
pkgdesc = Audio Plugin Host
pkgver = 1.9.7
- pkgrel = 1
+ pkgrel = 2
url = http://kxstudio.sf.net/carla
arch = i686
arch = x86_64
license = GPL2
makedepends = gtk2
makedepends = gtk3
- makedepends = pygtk
makedepends = python-pyliblo
makedepends = python-pyqt4
makedepends = python-pyqt5
makedepends = python-rdflib
makedepends = qt4
- makedepends = qt5-base
+ makedepends = qt5-svg
makedepends = zynaddsubfx
depends = file
depends = fftw
@@ -31,11 +30,10 @@ pkgbase = carla
depends = zlib
optdepends = gtk2: LV2 GTK2 UI support
optdepends = gtk3: LV2 GTK3 UI support
- optdepends = pygtk: NekoFilter UI
optdepends = python-pyliblo: OSC support
optdepends = python-rdflib: LADSPA-RDF support
optdepends = qt4: LV2 QT4 UI support
- optdepends = qt5-base: LV2 QT5 UI support
+ optdepends = qt5-svg: LV2 QT5 UI support
optdepends = zynaddsubfx: ZynAddSubFX banks
provides = carla
conflicts = carla-git
diff --git a/PKGBUILD b/PKGBUILD
index c95f5b2a6bcf..48e595b659e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,20 @@
pkgname=carla
pkgver=1.9.7
-pkgrel=1
+pkgrel=2
pkgdesc="Audio Plugin Host"
arch=('i686' 'x86_64')
url="http://kxstudio.sf.net/carla"
license=('GPL2')
depends=('file' 'fftw' 'fluidsynth' 'glu' 'liblo' 'linuxsampler' 'mxml' 'ntk-git' 'projectm' 'python' 'zlib')
-makedepends=('gtk2' 'gtk3' 'pygtk' 'python-pyliblo' 'python-pyqt4' 'python-pyqt5' 'python-rdflib' 'qt4' 'qt5-base' 'zynaddsubfx')
+makedepends=('gtk2' 'gtk3' 'python-pyliblo' 'python-pyqt4' 'python-pyqt5' 'python-rdflib' 'qt4' 'qt5-svg' 'zynaddsubfx')
optdepends=(
'gtk2: LV2 GTK2 UI support'
'gtk3: LV2 GTK3 UI support'
- 'pygtk: NekoFilter UI'
'python-pyliblo: OSC support'
'python-rdflib: LADSPA-RDF support'
'qt4: LV2 QT4 UI support'
- 'qt5-base: LV2 QT5 UI support'
+ 'qt5-svg: LV2 QT5 UI support'
'zynaddsubfx: ZynAddSubFX banks'
)
provides=("${pkgname}")