Quantcast
Channel: LinuxMusicians
Viewing all articles
Browse latest Browse all 2877

System Tuning and Configuration • Re: Pipewire questions, first time in use ever

$
0
0

So in Debian world this should please everyone...?

Code:

jackd | pipewire-jack

in the control file

Since from the packaging perspective pipewire-jack can be seen as yet another jack daemon it could also be added to the dependency list of the meta-package jackd, which in its source version is called jackd-defaults.
That would be:

Code:

Depends: jackd2 | jackd1 | pipewire-jack, ${misc:Depends}

in the control file of that package.
This would ensure that every package which holds a dependency to jackd

Code:

apt-cache rdepends jackd

sees this dependency satisfied when pipewire-jack is installed.
For AVL you could easily do this by repackaging jackd with an increment in the version number.

I can see no red flag anywhere.

Statistics: Posted by novalix — Mon Apr 08, 2024 7:34 am



Viewing all articles
Browse latest Browse all 2877

Trending Articles