r57 - in trunk/packages/vorbis-tools/debian: . patches

Clint Adams schizo at costa.debian.org
Mon Mar 27 01:26:54 UTC 2006


Author: schizo
Date: 2006-03-27 01:26:53 +0000 (Mon, 27 Mar 2006)
New Revision: 57

Modified:
   trunk/packages/vorbis-tools/debian/changelog
   trunk/packages/vorbis-tools/debian/patches/for_upstream-manpage_typos.diff
Log:
  * Fix additional oggenc man page typos with patch from A Costa.
    closes: #353186.


Modified: trunk/packages/vorbis-tools/debian/changelog
===================================================================
--- trunk/packages/vorbis-tools/debian/changelog	2006-03-27 00:53:49 UTC (rev 56)
+++ trunk/packages/vorbis-tools/debian/changelog	2006-03-27 01:26:53 UTC (rev 57)
@@ -1,3 +1,10 @@
+vorbis-tools (1.1.1-5) unstable; urgency=low
+
+  * Fix additional oggenc man page typos with patch from A Costa.
+    closes: #353186.
+
+ -- Clint Adams <schizo at debian.org>  Sun, 26 Mar 2006 20:11:50 -0500
+
 vorbis-tools (1.1.1-4) unstable; urgency=low
 
   * Build with LFS.  closes: #359068. 

Modified: trunk/packages/vorbis-tools/debian/patches/for_upstream-manpage_typos.diff
===================================================================
--- trunk/packages/vorbis-tools/debian/patches/for_upstream-manpage_typos.diff	2006-03-27 00:53:49 UTC (rev 56)
+++ trunk/packages/vorbis-tools/debian/patches/for_upstream-manpage_typos.diff	2006-03-27 01:26:53 UTC (rev 57)
@@ -1,6 +1,8 @@
 * Typos in manpages: Closes: #302150.
---- vorbis-tools-1.1.1.orig/vorbiscomment/vorbiscomment.1
-+++ vorbis-tools-1.1.1/vorbiscomment/vorbiscomment.1
+Index: vorbis-tools-1.1.1/vorbiscomment/vorbiscomment.1
+===================================================================
+--- vorbis-tools-1.1.1.orig/vorbiscomment/vorbiscomment.1	2006-03-26 20:13:12.465384300 -0500
++++ vorbis-tools-1.1.1/vorbiscomment/vorbiscomment.1	2006-03-26 20:13:12.517389390 -0500
 @@ -57,7 +57,7 @@
  To edit those comments:
  
@@ -10,8 +12,40 @@
      vorbiscomment -w -c file.txt file.ogg newfile.ogg
  
  To simply add a comment:
---- vorbis-tools-1.1.1.orig/oggenc/man/oggenc.1
-+++ vorbis-tools-1.1.1/oggenc/man/oggenc.1
+Index: vorbis-tools-1.1.1/oggenc/man/oggenc.1
+===================================================================
+--- vorbis-tools-1.1.1.orig/oggenc/man/oggenc.1	2005-06-03 06:15:10.000000000 -0400
++++ vorbis-tools-1.1.1/oggenc/man/oggenc.1	2006-03-26 20:14:06.382662896 -0500
+@@ -293,25 +293,25 @@
+ 
+ Specifying a high-quality encoding averaging 256 kbps (but still VBR).
+ .RS
+-oggenc infile.wav -b 256 out.ogg
++oggenc infile.wav -b 256 -o out.ogg
+ .RE
+ .PP
+ 
+ Specifying a maximum and average bitrate, and enforcing these.
+ .RS
+-oggenc infile.wav --managed -b 128 -M 160 out.ogg
++oggenc infile.wav --managed -b 128 -M 160 -o out.ogg
+ .RE
+ .PP
+ 
+ Specifying quality rather than bitrate (to a very high quality mode)
+ .RS
+-oggenc infile.wav -q 6 out.ogg
++oggenc infile.wav -q 6 -o out.ogg
+ .RE
+ .PP
+ 
+ Downsampling and downmixing to 11 kHz mono before encoding.
+ .RS
+-oggenc --resample 11025 --downmix infile.wav -q 1 out.ogg
++oggenc --resample 11025 --downmix infile.wav -q 1 -o out.ogg
+ .RE
+ .PP
+ 
 @@ -319,7 +319,7 @@
  .RS
  oggenc somefile.wav -t "The track title" -a "artist who performed this" -l




More information about the pkg-xiph-commits mailing list