From a2d8add0f8c5f0f4e180521af6027fc02dd66ab4 Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Mon, 17 Nov 2014 10:44:31 +0100 Subject: [PATCH 1/3] 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 | 127 --------------------------------------------------- 4 files changed, 9 insertions(+), 132 deletions(-) delete mode 100644 man/paplay.1.xml.in diff --git a/configure.ac b/configure.ac index edf3273..8f9e351 100644 --- a/configure.ac +++ b/configure.ac @@ -1452,7 +1452,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 d80ba6a..2fe477f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -22,7 +22,6 @@ noinst_DATA = \ pulseaudio.1.xml \ esdcompat.1.xml \ pax11publish.1.xml \ - paplay.1.xml \ pacat.1.xml \ pacmd.1.xml \ pactl.1.xml \ @@ -45,7 +44,6 @@ dist_man_MANS = \ pulseaudio.1 \ esdcompat.1 \ pax11publish.1 \ - paplay.1 \ pacat.1 \ pacmd.1 \ pactl.1 \ @@ -69,7 +67,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 1c5a6c0..d510f30 100644 --- a/man/pacat.1.xml.in +++ b/man/pacat.1.xml.in @@ -36,7 +36,8 @@ USA.

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.

@@ -244,6 +245,13 @@ USA. +
+

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 843b172..0000000 --- a/man/paplay.1.xml.in +++ /dev/null @@ -1,127 +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

-
- -
-

- , -

-
- -
-- 1.7.9.5