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

David Runge dvzrv at archlinux.org
Sun Jan 24 20:49:58 UTC 2021


    Date: Sunday, January 24, 2021 @ 20:49:57
  Author: dvzrv
Revision: 829147

upgpkg: jack2 1.9.17-2: Rebuild to disable autostart.

The automatic start of jackd/jackdbus by client applications
has been a controversial and problematic feature.
Most usability problems that users are facing stem from the
fact that clients intransparently start jackd with whatever
predetermined configuration is found in .jackdrc.

Modified:
  jack2/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 20:49:33 UTC (rev 829146)
+++ PKGBUILD	2021-01-24 20:49:57 UTC (rev 829147)
@@ -8,7 +8,7 @@
 pkgname=('jack2' 'jack2-dbus')
 pkgdesc="The JACK low-latency audio server"
 pkgver=1.9.17
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://github.com/jackaudio/jack2"
 license=('GPL2' 'LGPL2.1')
@@ -38,6 +38,7 @@
   export PYTHONPATH="${PWD}:${PYTHONPATH}"
   waf configure --prefix=/usr \
                 --htmldir="/usr/share/doc/${pkgbase}/" \
+                --autostart=none \
                 --systemd-unit \
                 --classic \
                 --dbus



More information about the arch-commits mailing list