[SCM] libltc/master: Added man pages fixing patch
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sat Nov 3 19:00:02 UTC 2012
The following commit has been merged in the master branch:
commit 0971ca3c5eb49fc92b088c16168369cf1b82167f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sat Nov 3 19:58:34 2012 +0100
Added man pages fixing patch
diff --git a/debian/patches/01-fix_man_pages.patch b/debian/patches/01-fix_man_pages.patch
new file mode 100644
index 0000000..046b56c
--- /dev/null
+++ b/debian/patches/01-fix_man_pages.patch
@@ -0,0 +1,56 @@
+Description: Patch fixing man pages
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: yes
+
+Index: libltc/doc/man/man3/ltc.h.3
+===================================================================
+--- libltc.orig/doc/man/man3/ltc.h.3 2012-11-03 19:38:02.213808124 +0100
++++ libltc/doc/man/man3/ltc.h.3 2012-11-03 19:40:20.085804641 +0100
+@@ -570,7 +570,7 @@
+ .PP
+ LTC has 10 bytes per frame: 0 <= bytecnt < 10 use SMPTESetTime(\&.\&.) to set the current frame before Encoding\&. see tests/encoder\&.c for an example\&.
+ .PP
+-The default output signal is @ -3dBFS (38\&.\&.218 at 8 bit unsigned)\&. see also \fBltc_encoder_set_volume\fP
++The default output signal is @ \-3dBFS (38\&.\&.218 at 8 bit unsigned)\&. see also \fBltc_encoder_set_volume\fP
+ .PP
+ if speed is <0 bits are encoded in reverse\&. slowdown > 10\&.0 requires custom buffer sizes; see \fBltc_encoder_set_bufsize\fP
+ .PP
+@@ -585,7 +585,7 @@
+ .PP
+ \fBReturns:\fP
+ .RS 4
+-0 on success, -1 if byte is invalud or buffer overflow (speed > 10\&.0)
++0 on success, \-1 if byte is invalud or buffer overflow (speed > 10\&.0)
+ .RE
+ .PP
+
+@@ -750,7 +750,7 @@
+ .PP
+ \fBReturns:\fP
+ .RS 4
+-0 on success, -1 if allocation fails (which makes the encoder unusable, call \fBltc_encoder_free\fP or realloc the buffer)
++0 on success, \-1 if allocation fails (which makes the encoder unusable, call \fBltc_encoder_free\fP or realloc the buffer)
+ .RE
+ .PP
+
+@@ -812,9 +812,9 @@
+ .SS "int ltc_encoder_set_volume (\fBLTCEncoder\fP * e, double dBFS)"
+ set the volume of the generated LTC signal
+ .PP
+-typically LTC is sent at 0dBu ; in EBU callibrated systems that corresponds to -18dBFS\&. - by default libltc creates -3dBFS
++typically LTC is sent at 0dBu ; in EBU callibrated systems that corresponds to \-18dBFS\&. - by default libltc creates \-3dBFS
+ .PP
+-since libltc generated 8bit audio-data, the minium dBFS is about -42dB which corresponds to 1 bit\&.
++since libltc generated 8bit audio-data, the minium dBFS is about \-42dB which corresponds to 1 bit\&.
+ .PP
+ 0dB corresponds to a signal range of 127 1\&.\&.255 with 128 at the center\&.
+ .PP
+@@ -827,7 +827,7 @@
+ .PP
+ \fBReturns:\fP
+ .RS 4
+-0 on success, -1 if the value was out of range
++0 on success, \-1 if the value was out of range
+ .RE
+ .PP
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c96bd68
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_man_pages.patch
--
libltc packaging
More information about the pkg-multimedia-commits
mailing list