From d3d18d5f094e77240c75731c10d9a0008decb9aa Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sat, 27 May 2023 20:20:58 +0300 Subject: [PATCH] packaging.adoc: Fix typos --- packaging.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging.adoc b/packaging.adoc index 7e108d3..04529e9 100644 --- a/packaging.adoc +++ b/packaging.adoc @@ -71,8 +71,8 @@ All different releases of JACK should be considered internally incompatible - th * app that uses jack as only audio interfaces, (jack_keyboard for example), depends on "jack client library" package and on the "jack server frontend" virtual package * app that uses jack as alternative (not the only) audio interface, (mplayer for exmaple), depends on "jack client library" and suggests "jack server frontend" virtual package * ardour depends on "jack client library" and depends on "jackd" package, because it can start jack server through jackd binary. -* qjackctl if build without jackdbus support (unsupported scenario in LADI project) depends on "jack client library". If build with jackdbus, it depends on "jack server frontend" package. qjackctl can start jack server through either jackd or jackdbus binary. -* laditools depend on "jackdbus" only +* qjackctl if built without jackdbus support (unsupported scenario in LADI project) depends on "jack client library". If built with jackdbus, it depends on "jack server frontend" package. qjackctl can start jack server through either jackd or jackdbus binary. +* laditools depends on "jackdbus" only == JACK server auto-start behaviour of libjack.so