summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Runge2021-01-15 23:08:24 +0000
committerDavid Runge2021-01-15 23:08:24 +0000
commit7e58d2176d20c9e5f88186239777cd06becdcc12 (patch)
treebe20a33968bd6b490c3ca4418347f944bd5eee4f /PKGBUILD
parentddd2a2c63aa2dfbd6cf4f14a6c73bb0e6d71e762 (diff)
downloadaur-7e58d2176d20c9e5f88186239777cd06becdcc12.tar.gz
Add jack2-dbus to depends.
Cadence requires using the dbus integration for jack2. However, dbus integration is incompatible with pipewire.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 751c6d2256ea..c2fbc29aa023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_name=Cadence
pkgname=cadence
pkgver=0.9.1
-pkgrel=3
+pkgrel=4
pkgdesc="JACK toolbox for audio production."
arch=('x86_64')
url="https://kx.studio/Applications:Cadence"
license=('GPL2')
groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'jack' 'python-dbus'
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'jack2-dbus' 'python-dbus'
'python-pyqt5' 'qt5-base' 'qt5-svg')
makedepends=('a2jmidid' 'jack_capture' 'libpulse' 'pulseaudio-jack'
'python-rdflib' 'zita-ajbridge')