diff --git a/man/meson.build b/man/meson.build index b18214e28..0418327b3 100644 --- a/man/meson.build +++ b/man/meson.build @@ -19,6 +19,14 @@ manpages = [ [ 'pw-mon', '1' ] ] +if get_option('pipewire-jack') + manpages += [[ 'pw-jack', '1' ]] +endif + +if get_option('pipewire-pulseaudio') + manpages += [[ 'pw-pulse', '1' ]] +endif + foreach m : manpages file = m.get(0) + '.' + m.get(1) infile = file + '.xml.in' diff --git a/man/pw-jack.1.xml.in b/man/pw-jack.1.xml.in new file mode 100644 index 000000000..84f5bb751 --- /dev/null +++ b/man/pw-jack.1.xml.in @@ -0,0 +1,70 @@ + + + + + + + + + + pw-jack [options] COMMAND [FILE] + + + +

pw-jack modifies the LD_LIBRARY_PATH environment + variable so that applications will load PipeWire's reimplementation + of the JACK client libraries instead of JACK's own + libraries. This results in JACK clients being redirected to + PipeWire.

+ +

If PipeWire's reimplementation of the JACK client libraries + has been installed as a system-wide replacement for JACK's + own libraries, then the whole system already behaves in that way, + in which case pw-jack has no practical effect.

+
+ + + + + + + + + + +
+

pw-jack sndfile-jackplay /usr/share/sounds/freedesktop/stereo/bell.oga

+
+ +
+

Using PipeWire for audio is currently considered to be + experimental.

+
+ +
+

The PipeWire Developers <@PACKAGE_BUGREPORT@>; + PipeWire is available from

+
+ +
+

+ , + , + +

+
+ +
diff --git a/man/pw-pulse.1.xml.in b/man/pw-pulse.1.xml.in new file mode 100644 index 000000000..5607f6462 --- /dev/null +++ b/man/pw-pulse.1.xml.in @@ -0,0 +1,70 @@ + + + + + + + + + + pw-pulse [options] COMMAND [FILE] + + + +

pw-pulse modifies the LD_LIBRARY_PATH environment + variable so that applications will load PipeWire's reimplementation + of the PulseAudio client libraries instead of PulseAudio's own + libraries. This results in PulseAudio clients being redirected to + PipeWire.

+ +

If PipeWire's reimplementation of the PulseAudio client libraries + has been installed as a system-wide replacement for PulseAudio's + own libraries, then the whole system already behaves in that way, + in which case pw-pulse has no practical effect.

+
+ + + + + + + + + + +
+

pw-pulse gst123 /usr/share/sounds/freedesktop/stereo/bell.oga

+
+ +
+

Using PipeWire for audio is currently considered to be + experimental.

+
+ +
+

The PipeWire Developers <@PACKAGE_BUGREPORT@>; + PipeWire is available from

+
+ +
+

+ , + , + +

+
+ +