[med-svn] r3742 - trunk/packages/pvrg-jpeg/trunk/debian/patches

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Aug 7 09:35:45 UTC 2009


Author: malat-guest
Date: 2009-08-07 09:35:45 +0000 (Fri, 07 Aug 2009)
New Revision: 3742

Added:
   trunk/packages/pvrg-jpeg/trunk/debian/patches/jpeg.1.patch
Log:
patch doc

Added: trunk/packages/pvrg-jpeg/trunk/debian/patches/jpeg.1.patch
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/patches/jpeg.1.patch	                        (rev 0)
+++ trunk/packages/pvrg-jpeg/trunk/debian/patches/jpeg.1.patch	2009-08-07 09:35:45 UTC (rev 3742)
@@ -0,0 +1,217 @@
+Replace jpeg with pvrg-jpeg. Properly escape all - with \
+
+--- pvrg.orig/jpeg.1	2009-08-07 11:27:32.000000000 +0200
++++ pvrg/jpeg.1	2009-08-07 11:30:21.000000000 +0200
+@@ -1,35 +1,35 @@
+-.TH JPEG 1 "14 June 1993"
++.TH PVRG\-JPEG 1 "14 June 1993"
+ .UC 4
+ .SH NAME
+-jpeg \- JPEG compression and decompression
++pvrg\-jpeg \- JPEG compression and decompression
+ .SH SYNOPSIS
+ .B
+-jpeg -iw ImageWidth -ih ImageHeight [-JFIF] [-q(l) Q-Factor]
++pvrg\-jpeg \-iw ImageWidth \-ih ImageHeight [\-JFIF] [\-q(l) Q\-Factor]
+ .B
+-     [-a] [-b] [-d] [-k predictortype] [-n] [-o] [-y] [-z]
++     [\-a] [\-b] [\-d] [\-k predictortype] [\-n] [\-O] [\-y] [\-z] [\-g]
+ .B
+-     [-p PrecisionValue] [-t pointtransform]
++     [\-p PrecisionValue] [\-t pointtransform]
+ .B
+-     [-r ResyncInterval] [-s StreamName]
++     [\-r ResyncInterval] [\-s StreamName] [\-o OutBaseName]
+ .B
+-     [[-ci ComponentIndex1] [-fw FrameWidth1] [-fh FrameHeight1]
++     [[\-ci ComponentIndex1] [\-fw FrameWidth1] [\-fh FrameHeight1]
+ .B
+-      [-hf HorizontalFrequency1] [-vf VerticalFrequency1]
++      [\-hf HorizontalFrequency1] [\-vf VerticalFrequency1]
+ .B
+       ComponentFile1]
+ .B
+-     [[-ci ComponentIndex2] [-fw FrameWidth2] [-fh FrameHeight2]
++     [[\-ci ComponentIndex2] [\-fw FrameWidth2] [\-fh FrameHeight2]
+ .B
+-      [-hf HorizontalFrequency2] [-vf VerticalFrequency2]
++      [\-hf HorizontalFrequency2] [\-vf VerticalFrequency2]
+ .B
+       ComponentFile2]
+ .B
+      ....
+ .br
+ .SH DESCRIPTION
+-.I jpeg
+-is a still-image compression/decompression program that performs
+-JPEG encoding and decoding of multiple raster-scanned files.
++.I pvrg\-jpeg
++is a still\-image compression/decompression program that performs
++JPEG encoding and decoding of multiple raster\-scanned files.
+ .PP
+ .SH OPTIONS
+ .TP
+@@ -44,78 +44,78 @@
+ specifies the height of the tallest component. This
+ corresponds to the height of the ``original image''.
+ .TP
+-.B -JFIF
++.B \-JFIF
+ specifies that a JFIF header is placed on the encoded stream.  This is
+ unnecessary for decoding.
+ .TP
+-.B Q-Factor
++.B Q\-Factor
+ option specifies a multiplicative factor for the quantization: each
+ quantization coefficient of the default matrix is scaled by
+-(Q-Factor/50). A Q-Factor of 0 is the same thing as a Q-Factor of 50
++(Q\-Factor/50). A Q\-Factor of 0 is the same thing as a Q\-Factor of 50
+ because it disables this function. 
+-.B -q
++.B \-q
+ specifies an 8 bit
+ quantization matrix;
+-.B -ql
++.B \-ql
+ specifies a 16 bit quantization matrix,
+ useful for 12 bit data.
+ .TP
+-.B -a
+-enables the double-precision floating point Reference DCT.  (Default
++.B \-a
++enables the double\-precision floating point Reference DCT.  (Default
+ is Chen DCT.)
+ .TP
+-.B -b
++.B \-b
+ enables the Lee DCT.  (Default is Chen DCT.)
+ .TP
+-.B -d
++.B \-d
+ enables decoding.  See below.
+ .TP
+-.B -k predictortype
+-The lossless predictor type, specified as an integer between 1-7. 
++.B \-k predictortype
++The lossless predictor type, specified as an integer between 1\-7. 
+ If specified, then lossless mode is used.
+ .TP
+-.B -n
++.B \-n
+ This option specifies that the files should not be transmitted in
+ interleaved format.
+ .TP
+-.B -o
++.B \-o
+ signals that the command interpreter will read from the standard
+ input.
+ .TP
+-.B -p
+-Specifies the precision.  Normally should be between 2-16 for
++.B \-p
++Specifies the precision.  Normally should be between 2\-16 for
+ lossless; 8 or 12 for DCT.  If it is specified as a number greater
+ than 8 then the input is considered to be unsigned shorts (16 bits,
+ msb first). Not aggressively checked.
+ .TP
+-.B -t pointtransform
++.B \-t pointtransform
+ Specifies the shifting (right) upon loading input and shifting (left)
+ upon writing input.  Generally used by the lossless mode only.  Can
+ be used by the DCT mode to add or subtract bits.
+ .TP
+-.B -y
++.B \-y
+ for decoding only, signals that 
+ .I no
+ resynchronization is enabled,
+ thus ignore any markers found in the data stream.
+ .TP
+-.B -z
++.B \-z
+ enables use of default Huffman tables. This converts the coding from a
+-two-pass system using the first pass to generate custom tables to a
+-one-pass system using internal default tables. With this option, the
++two\-pass system using the first pass to generate custom tables to a
++one\-pass system using internal default tables. With this option, the
+ compression speed is nearly doubled, but because the internal tables
+ are not custom to the image, the compressed file size increases
+ slightly.
+ .TP
+ .B ResyncInterval
+ specifies a resync (restart)
+-interval for the input file--if set to 0 (default), resynchronization
++interval for the input file\-\-if set to 0 (default), resynchronization
+ is disabled; otherwise it signifies the number of MDU
+ between a resync marker.
+ .TP
+ .B StreamName
+ is the place to  load(decoder)/store(encoder)
+-the coded image--if unspecified it defaults to
++the coded image\-\-if unspecified it defaults to
+ .B ComponentFile1.jpg.
+ 
+ .br
+@@ -129,7 +129,7 @@
+ 1; U is in 2; V is in 3.  The file specfications, if left undisturbed,
+ will result in component location of 1 for the first component file, 2
+ for the second component file, and so on.  If 
+-.B -ci
++.B \-ci
+ is specified for the
+ previous component file, then the next component index defaults to the
+ previous component index plus 1.
+@@ -152,12 +152,11 @@
+ FrameWidth, this should equal the file size of the component.  See the
+ above discussion on the actual specification.
+ .TP
+-.B Hor-Frequency
++.B Hor\-Frequency
+ specifies the block sampling frequency of
+ the component in the horizontal direction for every MDU transmitted.
+ .TP
+-.B
+-Ver-Frequency
++.B Ver\-Frequency
+ specifies the block sampling frequency of
+ the component in the vertical direction. When multiplied together with
+ the Horizontal frequency, it corresponds to the number of blocks of
+@@ -168,7 +167,7 @@
+ represents the directory path location of the \fIn\fRth component file.
+ .PP
+ .SH EXAMPLES
+-In order to encode a set of raster-scanned files:
++In order to encode a set of raster\-scanned files:
+ 128x128 in
+ .B image.Y;
+ 64x128 in
+@@ -181,7 +180,7 @@
+ 
+ .br
+ .B
+-jpeg -iw 128 -ih 128  -hf 2 image.Y image.U image.V -s image.jpg
++pvrg\-jpeg \-iw 128 \-ih 128  \-hf 2 image.Y image.U image.V \-s image.jpg
+ .br
+ 
+ In order to decode a compressed file in
+@@ -190,7 +189,7 @@
+ 
+ .br
+ .B
+-jpeg -d -s image.jpg
++pvrg\-jpeg \-d \-s image.jpg
+ .br
+ 
+ The three output files will be in
+@@ -212,11 +211,6 @@
+ .I doc.ps
+ for more details.
+ .PP
+-.SH FTP
+-.I jpeg
+-is available by anonymous ftp from
+-.I havefun.stanford.edu:pub/jpeg/JPEGv1.2.tar.Z.
+-.PP
+ .SH BUGS
+ Somewhat slower than many commercial implementations,
+ some bugs are probably lurking around.


Property changes on: trunk/packages/pvrg-jpeg/trunk/debian/patches/jpeg.1.patch
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native




More information about the debian-med-commit mailing list