Blame SOURCES/vorbis-tools-1.4.0-man-page.patch

ca5afe
From b3a6187e1843e55c47b6e55d11e01399ab3894a0 Mon Sep 17 00:00:00 2001
ca5afe
From: Kamil Dudka <kdudka@redhat.com>
ca5afe
Date: Tue, 28 May 2013 13:44:02 +0200
ca5afe
Subject: [PATCH 1/6] Remove the --quiet (-q) option from vorbiscomment.1 man page.
ca5afe
ca5afe
---
ca5afe
 vorbiscomment/vorbiscomment.1 |    4 +---
ca5afe
 1 files changed, 1 insertions(+), 3 deletions(-)
ca5afe
ca5afe
diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1
ca5afe
index 0108e78..2bceb83 100644
ca5afe
--- a/vorbiscomment/vorbiscomment.1
ca5afe
+++ b/vorbiscomment/vorbiscomment.1
ca5afe
@@ -39,13 +39,11 @@ Reads, modifies, and appends Ogg Vorbis audio file metadata tags.
ca5afe
 .IP "-a, --append"
ca5afe
 Append comments.
ca5afe
 .IP "-c file, --commentfile file"
ca5afe
-Take comments from a file. The file is the same format as is output by the the -l option or given to the -t option: one element per line in 'tag=value' format. If the file is /dev/null and -w was passed, the existing comments will be removed.
ca5afe
+Take comments from a file. The file is the same format as is output by the -l option or given to the -t option: one element per line in 'tag=value' format. If the file is /dev/null and -w was passed, the existing comments will be removed.
ca5afe
 .IP "-h, --help"
ca5afe
 Show command help.
ca5afe
 .IP "-l, --list"
ca5afe
 List the comments in the Ogg Vorbis file.
ca5afe
-.IP "-q, --quiet"
ca5afe
-Quiet mode.  No messages are displayed.
ca5afe
 .IP "-t 'name=value', --tag 'name=value'"
ca5afe
 Specify a new tag on the command line. Each tag is given as a single string. The part before the '=' is treated as the tag name and the part after as the value.
ca5afe
 .IP "-w, --write"
ca5afe
-- 
ca5afe
1.7.1
ca5afe
ca5afe
ca5afe
From 78ade241f35c6e4119e40ad879748a6d6a1a1821 Mon Sep 17 00:00:00 2001
ca5afe
From: Kamil Dudka <kdudka@redhat.com>
ca5afe
Date: Tue, 28 May 2013 13:46:31 +0200
ca5afe
Subject: [PATCH 2/6] Mention the -V option in ogginfo.1 man page.
ca5afe
ca5afe
---
ca5afe
 ogginfo/ogginfo.1 |    2 ++
ca5afe
 1 files changed, 2 insertions(+), 0 deletions(-)
ca5afe
ca5afe
diff --git a/ogginfo/ogginfo.1 b/ogginfo/ogginfo.1
ca5afe
index 126da20..bde5490 100644
ca5afe
--- a/ogginfo/ogginfo.1
ca5afe
+++ b/ogginfo/ogginfo.1
ca5afe
@@ -49,6 +49,8 @@ Quiet mode. This may be specified multiple times. Doing so once will remove
ca5afe
 the detailed informative messages, twice will remove warnings as well.
ca5afe
 .IP -v
ca5afe
 Verbose mode. At the current time, this does not do anything.
ca5afe
+.IP -V
ca5afe
+Output version information and exit.
ca5afe
 
ca5afe
 .SH AUTHORS
ca5afe
 .br
ca5afe
-- 
ca5afe
1.7.1
ca5afe
ca5afe
ca5afe
From fa810af21f475cf073891088d40bbaf952fd1e28 Mon Sep 17 00:00:00 2001
ca5afe
From: Kamil Dudka <kdudka@redhat.com>
ca5afe
Date: Tue, 28 May 2013 13:48:06 +0200
ca5afe
Subject: [PATCH 3/6] Fix typos in oggdec.1 man page.
ca5afe
ca5afe
---
ca5afe
 oggdec/oggdec.1 |    4 ++--
ca5afe
 1 files changed, 2 insertions(+), 2 deletions(-)
ca5afe
ca5afe
diff --git a/oggdec/oggdec.1 b/oggdec/oggdec.1
ca5afe
index fb12b18..1035cb6 100644
ca5afe
--- a/oggdec/oggdec.1
ca5afe
+++ b/oggdec/oggdec.1
ca5afe
@@ -6,7 +6,7 @@ oggdec - simple decoder, Ogg Vorbis file to PCM audio file (Wave or RAW).
ca5afe
 .SH "SYNOPSIS"
ca5afe
 .B oggdec
ca5afe
 [
ca5afe
-.B -Qhv
ca5afe
+.B -QhV
ca5afe
 ] [
ca5afe
 .B -b bits_per_sample
ca5afe
 ] [
ca5afe
@@ -48,7 +48,7 @@ Print help message.
ca5afe
 Display version information.
ca5afe
 .IP "-b n, --bits=n"
ca5afe
 Bits per sample.  Valid values are 8 or 16.
ca5afe
-.IP "-e n, --endian=n"
ca5afe
+.IP "-e n, --endianness=n"
ca5afe
 Set endianness for 16-bit output.  0 (default) is little-endian (Intel byte order).  1 is big-endian (sane byte order).
ca5afe
 .IP "-R, --raw"
ca5afe
 Output in raw format.  If not specified, writes Wave file (RIFF headers).
ca5afe
-- 
ca5afe
1.7.1
ca5afe
ca5afe
ca5afe
From 8c8d416cc17cb07dac72ad71d3ef0cc5e09c3bd3 Mon Sep 17 00:00:00 2001
ca5afe
From: Kamil Dudka <kdudka@redhat.com>
ca5afe
Date: Tue, 28 May 2013 14:00:07 +0200
ca5afe
Subject: [PATCH 4/6] Document the --scale option of oggenc.
ca5afe
ca5afe
---
ca5afe
 oggenc/man/oggenc.1 |    5 +++++
ca5afe
 oggenc/oggenc.c     |    1 +
ca5afe
 2 files changed, 6 insertions(+), 0 deletions(-)
ca5afe
ca5afe
diff --git a/oggenc/man/oggenc.1 b/oggenc/man/oggenc.1
ca5afe
index 411e2a9..633e5ec 100755
ca5afe
--- a/oggenc/man/oggenc.1
ca5afe
+++ b/oggenc/man/oggenc.1
ca5afe
@@ -47,6 +47,9 @@ oggenc \- encode audio into the Ogg Vorbis format
ca5afe
 .B --downmix 
ca5afe
 ]
ca5afe
 [
ca5afe
+.B --scale
ca5afe
+]
ca5afe
+[
ca5afe
 .B -s
ca5afe
 .I serial
ca5afe
 ]
ca5afe
@@ -164,6 +167,8 @@ useful for downsampling for lower-bitrate encoding.
ca5afe
 .IP "--downmix"
ca5afe
 Downmix input from stereo to mono (has no effect on non-stereo streams). Useful
ca5afe
 for lower-bitrate encoding.
ca5afe
+.IP "--scale"
ca5afe
+Input scaling factor (helps with clipping inputs).
ca5afe
 .IP "--advanced-encode-option optionname=value"
ca5afe
 Sets an advanced option. See the Advanced Options section for details.
ca5afe
 .IP "-s, --serial"
ca5afe
diff --git a/oggenc/oggenc.c b/oggenc/oggenc.c
ca5afe
index 9c3e9cd..ea105b2 100644
ca5afe
--- a/oggenc/oggenc.c
ca5afe
+++ b/oggenc/oggenc.c
ca5afe
@@ -513,6 +513,7 @@ static void usage(void)
ca5afe
         " --resample n         Resample input data to sampling rate n (Hz)\n"
ca5afe
         " --downmix            Downmix stereo to mono. Only allowed on stereo\n"
ca5afe
         "                      input.\n"
ca5afe
+        " --scale              Input scaling factor (helps with clipping inputs).\n"
ca5afe
         " -s, --serial         Specify a serial number for the stream. If encoding\n"
ca5afe
         "                      multiple files, this will be incremented for each\n"
ca5afe
         "                      stream after the first.\n"));
ca5afe
-- 
ca5afe
1.7.1
ca5afe
ca5afe
ca5afe
From 3dcdecdcb520150b53a7e3e7d346e23a49f4018a Mon Sep 17 00:00:00 2001
ca5afe
From: Kamil Dudka <kdudka@redhat.com>
ca5afe
Date: Tue, 28 May 2013 14:05:22 +0200
ca5afe
Subject: [PATCH 5/6] Document --remote and -delay in ogg123.1 man page.
ca5afe
ca5afe
---
ca5afe
 ogg123/ogg123.1 |    6 ++++++
ca5afe
 1 files changed, 6 insertions(+), 0 deletions(-)
ca5afe
ca5afe
diff --git a/ogg123/ogg123.1 b/ogg123/ogg123.1
ca5afe
index 160a876..935cab6 100644
ca5afe
--- a/ogg123/ogg123.1
ca5afe
+++ b/ogg123/ogg123.1
ca5afe
@@ -73,6 +73,10 @@ Specify output file for file devices.  The filename "-" writes to standard
ca5afe
 out.  If the file already exists,
ca5afe
 .B ogg123
ca5afe
 will overwrite it.
ca5afe
+.IP "-l s, --delay s"
ca5afe
+Set termination timeout in milliseconds. ogg123 will skip to the next song on
ca5afe
+SIGINT (Ctrl-C), and will terminate if two SIGINTs are received within the
ca5afe
+specified timeout 's'. (default 500)
ca5afe
 .IP "-h, --help"
ca5afe
 Show command help.
ca5afe
 .IP "-k n, --skip n"
ca5afe
@@ -106,6 +110,8 @@ times slower than normal speed.  May be with -x for interesting fractional
ca5afe
 speeds.
ca5afe
 .IP "-r, --repeat"
ca5afe
 Repeat playlist indefinitely.
ca5afe
+.IP "-R, --remote"
ca5afe
+Use remote control interface.
ca5afe
 .IP "-z, --shuffle"
ca5afe
 Play files in pseudo-random order.
ca5afe
 .IP "-Z, --random"
ca5afe
-- 
ca5afe
1.7.1
ca5afe
ca5afe
ca5afe
From ecd9cd8d881fadbb24bc948980bb6125f7b2c710 Mon Sep 17 00:00:00 2001
ca5afe
From: Kamil Dudka <kdudka@redhat.com>
ca5afe
Date: Tue, 28 May 2013 14:14:32 +0200
ca5afe
Subject: [PATCH 6/6] Document the --config (-c) option of ogg123.
ca5afe
ca5afe
---
ca5afe
 ogg123/cmdline_options.c |    1 +
ca5afe
 ogg123/ogg123.1          |    2 ++
ca5afe
 2 files changed, 3 insertions(+), 0 deletions(-)
ca5afe
ca5afe
diff --git a/ogg123/cmdline_options.c b/ogg123/cmdline_options.c
ca5afe
index d663cc6..8abf4c5 100644
ca5afe
--- a/ogg123/cmdline_options.c
ca5afe
+++ b/ogg123/cmdline_options.c
ca5afe
@@ -373,6 +373,7 @@ void cmdline_usage (void)
ca5afe
   printf ("\n");
ca5afe
 
ca5afe
   printf (_("Miscellaneous options\n"));
ca5afe
+  printf (_("  -c c, --config c        Config options from command-line.\n"));
ca5afe
   printf (_("  -l s, --delay s         Set termination timeout in milliseconds. ogg123\n"
ca5afe
 	    "                          will skip to the next song on SIGINT (Ctrl-C),\n"
ca5afe
 	    "                          and will terminate if two SIGINTs are received\n"
ca5afe
diff --git a/ogg123/ogg123.1 b/ogg123/ogg123.1
ca5afe
index 935cab6..1b419f7 100644
ca5afe
--- a/ogg123/ogg123.1
ca5afe
+++ b/ogg123/ogg123.1
ca5afe
@@ -73,6 +73,8 @@ Specify output file for file devices.  The filename "-" writes to standard
ca5afe
 out.  If the file already exists,
ca5afe
 .B ogg123
ca5afe
 will overwrite it.
ca5afe
+.IP "-c c, --config c"
ca5afe
+Config options from command-line.
ca5afe
 .IP "-l s, --delay s"
ca5afe
 Set termination timeout in milliseconds. ogg123 will skip to the next song on
ca5afe
 SIGINT (Ctrl-C), and will terminate if two SIGINTs are received within the
ca5afe
-- 
ca5afe
1.7.1
ca5afe