[med-svn] r3741 - in trunk/packages/pvrg-jpeg/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Fri Aug 7 09:25:36 UTC 2009
Author: malat-guest
Date: 2009-08-07 09:25:36 +0000 (Fri, 07 Aug 2009)
New Revision: 3741
Modified:
trunk/packages/pvrg-jpeg/trunk/debian/control
trunk/packages/pvrg-jpeg/trunk/debian/patches/cmakelists.txt.patch
trunk/packages/pvrg-jpeg/trunk/debian/patches/marker_o_rdwr.patch
Log:
more lintian
Modified: trunk/packages/pvrg-jpeg/trunk/debian/control
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/control 2009-08-07 09:15:59 UTC (rev 3740)
+++ trunk/packages/pvrg-jpeg/trunk/debian/control 2009-08-07 09:25:36 UTC (rev 3741)
@@ -13,8 +13,11 @@
Package: pvrg-jpeg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: netpbm
+Suggests: netpbm, libjpeg-progs
Description: Stanford PVRG JPEG tool
PVRG is the JPEG implementation from Stanford Portable Video Research Group
.
This package contains the pvrg-jpeg command line tool.
+ Contrary to cjpeg/djpeg, pvrg-jpeg can also compress in lossless JPEG
+ which is defined in ITU-T T.81, ISO/IEC IS 10918-1. It also support in
+ a single codec 8bits and 12bits lossy JPEG compression/decompression.
Modified: trunk/packages/pvrg-jpeg/trunk/debian/patches/cmakelists.txt.patch
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/patches/cmakelists.txt.patch 2009-08-07 09:15:59 UTC (rev 3740)
+++ trunk/packages/pvrg-jpeg/trunk/debian/patches/cmakelists.txt.patch 2009-08-07 09:25:36 UTC (rev 3741)
@@ -1,3 +1,6 @@
+The main author prefer cmake type build system, original build system
+was replaced by a cmake based one
+
--- pvrg.orig/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100
+++ pvrg-1.2.1/CMakeLists.txt 2008-12-22 14:05:09.000000000 +0100
@@ -0,0 +1,147 @@
Modified: trunk/packages/pvrg-jpeg/trunk/debian/patches/marker_o_rdwr.patch
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/patches/marker_o_rdwr.patch 2009-08-07 09:15:59 UTC (rev 3740)
+++ trunk/packages/pvrg-jpeg/trunk/debian/patches/marker_o_rdwr.patch 2009-08-07 09:25:36 UTC (rev 3741)
@@ -1,3 +1,5 @@
+deprecated O_WRONLY, replaced by portable O_RDWR
+
--- jpegdir.orig/marker.c 2005-02-03 15:06:00.000000000 -0800
+++ jpegdir/marker.c 2005-02-03 13:44:53.000000000 -0800
@@ -666,11 +666,11 @@
More information about the debian-med-commit
mailing list