Fri Jan 20 12:33:07 2012 UTC ()
Update to jpeg-8d:

Version 8d  15-Jan-2012
-----------------------

Add cjpeg -rgb option to create RGB JPEG files.
Using this switch suppresses the conversion from RGB
colorspace input to the default YCbCr JPEG colorspace.
This feature allows true lossless JPEG coding of RGB color images.
The recommended command for this purpose is currently
cjpeg -rgb -block 1 -arithmetic.
SmartScale capable decoder (introduced with IJG JPEG 8) required.
Thank to Michael Koch for the initial suggestion.

Add option to disable the region adjustment in the transupp crop code.
Thank to Jeffrey Friedl for the suggestion.

Thank to Richard Jones and Edd Dawson for various minor corrections.

Thank to Akim Demaille for configure.ac cleanup.


(wiz)
diff -r1.44 -r1.45 pkgsrc/graphics/jpeg/Makefile
diff -r1.13 -r1.14 pkgsrc/graphics/jpeg/distinfo

cvs diff -r1.44 -r1.45 pkgsrc/graphics/jpeg/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/jpeg/Makefile 2011/01/21 11:28:13 1.44
+++ pkgsrc/graphics/jpeg/Makefile 2012/01/20 12:33:07 1.45
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.44 2011/01/21 11:28:13 adam Exp $ 1# $NetBSD: Makefile,v 1.45 2012/01/20 12:33:07 wiz Exp $
2 2
3DISTNAME= jpegsrc.v8c 3DISTNAME= jpegsrc.v8d
4PKGNAME= ${DISTNAME:S/src.v/-/} 4PKGNAME= ${DISTNAME:S/src.v/-/}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://www.ijg.org/files/ 6MASTER_SITES= http://www.ijg.org/files/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.ijg.org/ 9HOMEPAGE= http://www.ijg.org/
10COMMENT= IJG's jpeg compression utilities 10COMMENT= IJG's jpeg compression utilities
11 11
12CONFLICTS= libjpeg-turbo-[0-9]* 12CONFLICTS= libjpeg-turbo-[0-9]*
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.13 -r1.14 pkgsrc/graphics/jpeg/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/jpeg/distinfo 2011/01/21 11:28:13 1.13
+++ pkgsrc/graphics/jpeg/distinfo 2012/01/20 12:33:07 1.14
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.13 2011/01/21 11:28:13 adam Exp $ 1$NetBSD: distinfo,v 1.14 2012/01/20 12:33:07 wiz Exp $
2 2
3SHA1 (jpegsrc.v8c.tar.gz) = f0a3b88ac4db19667798bee971537eeed552bce9 3SHA1 (jpegsrc.v8d.tar.gz) = f080b2fffc7581f7d19b968092ba9ebc234556ff
4RMD160 (jpegsrc.v8c.tar.gz) = b8455bec3e0d370069c64cc0bd41d25a859dc796 4RMD160 (jpegsrc.v8d.tar.gz) = b268252793b8050a25baf12d2bb07a507cbefb5d
5Size (jpegsrc.v8c.tar.gz) = 986681 bytes 5Size (jpegsrc.v8d.tar.gz) = 991456 bytes
6SHA1 (patch-af) = 5faed54759b871cc12447364d8b21b2fc05ecc15 6SHA1 (patch-af) = 5faed54759b871cc12447364d8b21b2fc05ecc15
7SHA1 (patch-ag) = 04d5977ad490c4ba9b2a38a8e22bc23b50359656 7SHA1 (patch-ag) = 04d5977ad490c4ba9b2a38a8e22bc23b50359656