[SCM] libdv/master: Fix hyphen-used-as-minus-sign.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 9 00:38:56 UTC 2012


The following commit has been merged in the master branch:
commit b93a6ef10d5e8f7d934c8ee29a13d2adc19bcd6e
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 9 01:39:11 2012 +0100

    Fix hyphen-used-as-minus-sign.

diff --git a/debian/patches/0007-manpages.patch b/debian/patches/0007-manpages.patch
new file mode 100644
index 0000000..1c7266f
--- /dev/null
+++ b/debian/patches/0007-manpages.patch
@@ -0,0 +1,33 @@
+Description: Fix hyphen-used-as-minus-sign.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ encodedv/encodedv.1 |    2 +-
+ playdv/playdv.1     |    4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+--- libdv.orig/encodedv/encodedv.1
++++ libdv/encodedv/encodedv.1
+@@ -90,7 +90,7 @@ Choose output-filter: [>raw<]
+ .TP
+ \fB\-q\fR, \fB\-\-static\-qno\fR=\fItable-no\fR
+ Static qno tables for quantisation on 2 VLC passes. 
+-For turbo (but somewhat lossy encoding) try -q [1,2] -p [2,3].
++For turbo (but somewhat lossy encoding) try \-q [1,2] \-p [2,3].
+ There are only two static qno tables registered right now:
+ 
+ 1 : for sharp DV pictures
+--- libdv.orig/playdv/playdv.1
++++ libdv/playdv/playdv.1
+@@ -61,9 +61,9 @@ target audio device; e.g. /dev/dsp, whic
+ \fB\-\-audio\-file\fR=\fIfile\fR
+ send raw decoded audio stream to \fIfile\fR, skipping audio ioctls.
+ .TP
+-\fB\-\-audio\-mix\fR=\fI(-16 .. 16)\fR
++\fB\-\-audio\-mix\fR=\fI(\-16 .. 16)\fR
+ mixing level of 4 channel audio for 32KHz 12bit. 0 [default].
+--16 selects second channel, 16 selects first channel.
++\-16 selects second channel, 16 selects first channel.
+ .PP
+ Video Output Options
+ .TP
diff --git a/debian/patches/series b/debian/patches/series
index 93b65fd..abb84ac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-move_config_h_to_apps.patch
 0005-no_as_needed.patch
 0006-misspellings.patch
+0007-manpages.patch

-- 
libdv packaging



More information about the pkg-multimedia-commits mailing list