[SCM] libltc/master: Removed patch fixed upstream
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Nov 15 21:27:22 UTC 2012
The following commit has been merged in the master branch:
commit cbf81ef25bfc7c5119ce0d2c642a4dd4d6f4d209
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Nov 15 22:27:01 2012 +0100
Removed patch fixed upstream
diff --git a/debian/patches/01-fix_man_pages.patch b/debian/patches/01-fix_man_pages.patch
deleted file mode 100644
index 046b56c..0000000
--- a/debian/patches/01-fix_man_pages.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-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
deleted file mode 100644
index c96bd68..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-fix_man_pages.patch
--
libltc packaging
More information about the pkg-multimedia-commits
mailing list