diff options
author | David Runge | 2021-01-15 23:08:24 +0000 |
---|---|---|
committer | David Runge | 2021-01-15 23:08:24 +0000 |
commit | 7e58d2176d20c9e5f88186239777cd06becdcc12 (patch) | |
tree | be20a33968bd6b490c3ca4418347f944bd5eee4f /PKGBUILD | |
parent | ddd2a2c63aa2dfbd6cf4f14a6c73bb0e6d71e762 (diff) | |
download | aur-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-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |