From: Andres Mejia Date: Wed, 27 Jul 2011 03:27:34 +0000 (-0400) Subject: Add patch to fix manpage errors in mp4box manpage. X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~282 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8371e7d1eccf8f63c5c9caf415fc87a9a11af188;p=gpac.git Add patch to fix manpage errors in mp4box manpage. --- diff --git a/debian/patches/mp4box-manpage-fix.patch b/debian/patches/mp4box-manpage-fix.patch new file mode 100644 index 0000000..a7c879b --- /dev/null +++ b/debian/patches/mp4box-manpage-fix.patch @@ -0,0 +1,22 @@ +Description: Patch to fix various manpage warnings. +Origin: http://git.debian.org/?p=pkg-multimedia/gpac.git;a=blob;f=debian/patches/mp4box-manpage-fix.patch +--- a/doc/man/mp4box.1 ++++ b/doc/man/mp4box.1 +@@ -387,7 +387,7 @@ + .B \-set-kms [tkID=]kms_uri + changes KMS location for all tracks or a given one if tkID is specified. + .TP +-.B \DRM file syntax for GPAC ISMACryp ++.B DRM file syntax for GPAC ISMACryp + File is XML and shall start with xml header. File root is an "ISMACryp" element. File is a list of "ISMACrypTrack" elements. + .br + ISMACrypTrack attributes: +@@ -614,7 +614,7 @@ + .B \-rap=TIME + duration in ms of base carousel - default: 0 (off). you can specify the RAP period of a single ESID (not in DIMS) with -rap=ESID=X:time. + .TP +-.B \Runtime Options ++.B Runtime Options + The following options can be used at prompt: + .br + q: quits diff --git a/debian/patches/series b/debian/patches/series index 657af2a..b9c0597 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ soname-fix.patch +mp4box-manpage-fix.patch