packaging.adoc: Fix typos

This commit is contained in:
Nedko Arnaudov 2023-05-27 20:20:58 +03:00
parent e17b918a68
commit d3d18d5f09
1 changed files with 2 additions and 2 deletions

View File

@ -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