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

David Runge dvzrv at archlinux.org
Fri Jan 15 23:08:25 UTC 2021


    Date: Friday, January 15, 2021 @ 23:08:24
  Author: dvzrv
Revision: 821042

upgpkg: cadence 0.9.1-4: Add jack2-dbus to depends.

Cadence requires using the dbus integration for jack2.
However, dbus integration is incompatible with pipewire.

Modified:
  cadence/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-15 23:04:20 UTC (rev 821041)
+++ PKGBUILD	2021-01-15 23:08:24 UTC (rev 821042)
@@ -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')



More information about the arch-commits mailing list