From fd263f048b44ad7fb2c65ea435ab4182f63b4021 Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Mon, 17 Nov 2014 10:44:31 +0100 Subject: [PATCH] man: Drop separate paplay man page, move info to pacat man page see https://bugs.freedesktop.org/show_bug.cgi?id=68135 pacat and paplay man pages both claim to describe the paplay program (which is actually a symlink to pacat) -- this is inconsistent and redundant, so drop the paplay man page a follow-up patch will add man page symlink for all programs implemented by pacat, not just paplay Signed-off-by: Peter Meerwald --- configure.ac | 1 - man/Makefile.am | 3 -- man/pacat.1.xml.in | 10 +++- man/paplay.1.xml.in | 125 -------------------------------------------- 4 files changed, 9 insertions(+), 130 deletions(-) delete mode 100644 man/paplay.1.xml.in diff --git a/configure.ac b/configure.ac index 3c714724c..6a8016766 100644 --- a/configure.ac +++ b/configure.ac @@ -1453,7 +1453,6 @@ po/Makefile.in man/pulseaudio.1.xml man/esdcompat.1.xml man/pax11publish.1.xml -man/paplay.1.xml man/pacat.1.xml man/pacmd.1.xml man/pactl.1.xml diff --git a/man/Makefile.am b/man/Makefile.am index 5ba4e68c3..bead05c01 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -20,7 +20,6 @@ noinst_DATA = \ pulseaudio.1.xml \ esdcompat.1.xml \ pax11publish.1.xml \ - paplay.1.xml \ pacat.1.xml \ pacmd.1.xml \ pactl.1.xml \ @@ -43,7 +42,6 @@ dist_man_MANS = \ pulseaudio.1 \ esdcompat.1 \ pax11publish.1 \ - paplay.1 \ pacat.1 \ pacmd.1 \ pactl.1 \ @@ -67,7 +65,6 @@ EXTRA_DIST = \ pulseaudio.1.xml.in \ esdcompat.1.xml.in \ pax11publish.1.xml.in \ - paplay.1.xml.in \ pacat.1.xml.in \ pacmd.1.xml.in \ pactl.1.xml.in \ diff --git a/man/pacat.1.xml.in b/man/pacat.1.xml.in index ba213ffb9..fb63e93ae 100644 --- a/man/pacat.1.xml.in +++ b/man/pacat.1.xml.in @@ -34,7 +34,8 @@ License along with PulseAudio; if not, see .

pacat is a simple tool for playing back or capturing raw or encoded audio files on a PulseAudio sound - server.

+ server. It understands all audio file formats supported by + libsndfile.

@@ -242,6 +243,13 @@ License along with PulseAudio; if not, see . +
+

Due to a limitation in libsndfile + paplay currently does not always set the correct channel + mapping for playback of multichannel (i.e. surround) audio files, even + if the channel mapping information is available in the audio file.

+
+

The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from

diff --git a/man/paplay.1.xml.in b/man/paplay.1.xml.in deleted file mode 100644 index a459cfdef..000000000 --- a/man/paplay.1.xml.in +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - paplay [options] FILE - paplay --help - paplay --version - - - -

paplay is a simple tool for playing back audio - files on a PulseAudio sound server. It understands all audio file - formats supported by libsndfile.

-
- - - - - - - - - - - - - - - - - - - - - - - -
- -

Due to a limitation in libsndfile - paplay currently does not always set the correct channel - mapping for playback of multichannel (i.e. surround) audio files, even if the channel mapping information is - available in the audio file.

- -
- -
-

The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from

-
- -
-

- , -

-
- -
-- 2.34.1