summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-08-01 13:42:52 +0200
committerChristopher Arndt2018-08-01 13:42:52 +0200
commiteebd7e02876e44452087224d6fe7a52a4c1fbcf2 (patch)
tree5705dc73ab9d61dd6f70d6fc25d16633e9f0799f
parentb1ee265805c0b1eeea371ea20c0d859f099009ea (diff)
downloadaur-eebd7e02876e44452087224d6fe7a52a4c1fbcf2.tar.gz
Remove DEFAULT_QT from make arguments (again?); remove superfluous fluidsynth entry in makedepends
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 824019a47fd5..61939ea5eff0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = carla-git
pkgdesc = Audio Plugin Host
pkgver = 1.9.9.r0.gc03571a9
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://kxstudio.sf.net/carla
changelog = changelog.txt
arch = i686
arch = x86_64
license = GPL2
- makedepends = fluidsynth
makedepends = git
makedepends = gtk2
makedepends = gtk3
@@ -27,7 +26,7 @@ pkgbase = carla-git
optdepends = gtk3: LV2 GTK3 UI support
optdepends = python-pyliblo: OSC control support
optdepends = python-rdflib: LADSPA-RDF support
- optdepends = qt4: LV2 QT4 UI support
+ optdepends = qt4: LV2 Qt4 UI support
optdepends = zynaddsubfx: zynaddsubfx sound banks
provides = carla
conflicts = carla
diff --git a/PKGBUILD b/PKGBUILD
index b1f146c440c5..ba7948c115c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=carla-git
pkgver=1.9.9.r0.gc03571a9
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Audio Plugin Host"
arch=("i686" "x86_64")
@@ -24,7 +24,6 @@ depends=(
'python-pyqt5'
)
makedepends=(
- 'fluidsynth'
'git'
'gtk2'
'gtk3'
@@ -35,7 +34,7 @@ optdepends=(
'gtk3: LV2 GTK3 UI support'
'python-pyliblo: OSC control support'
'python-rdflib: LADSPA-RDF support'
- 'qt4: LV2 QT4 UI support'
+ 'qt4: LV2 Qt4 UI support'
'zynaddsubfx: zynaddsubfx sound banks'
)
source=("$pkgname"::"git://github.com/falkTX/Carla.git")
@@ -51,7 +50,6 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
make \
- DEFAULT_QT=5 \
MOC_QT5=/usr/bin/moc-qt5 \
RCC_QT5=/usr/bin/rcc-qt5 \
UIC_QT5=/usr/bin/uic-qt5
@@ -60,7 +58,6 @@ build() {
package() {
cd "$srcdir/$pkgname"
make \
- DEFAULT_QT=5 \
MOC_QT5=/usr/bin/moc-qt5 \
RCC_QT5=/usr/bin/rcc-qt5 \
UIC_QT5=/usr/bin/uic-qt5 \