diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-20 12:33:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-20 12:33:07 +0000 |
commit | 4eaca6e471e55ec9065fa3d183bcbbde26a1f507 (patch) | |
tree | 655b735ebdc2cd47e7093a1e801f578d8fac9430 /graphics/jpeg | |
parent | 93086eda8a75f239fbdb5d31d85427f62a511e69 (diff) | |
download | pkgsrc-4eaca6e471e55ec9065fa3d183bcbbde26a1f507.tar.gz |
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.
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 4 | ||||
-rw-r--r-- | graphics/jpeg/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index ba314b66c46..951b034c79f 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2011/01/21 11:28:13 adam Exp $ +# $NetBSD: Makefile,v 1.45 2012/01/20 12:33:07 wiz Exp $ -DISTNAME= jpegsrc.v8c +DISTNAME= jpegsrc.v8d PKGNAME= ${DISTNAME:S/src.v/-/} CATEGORIES= graphics MASTER_SITES= http://www.ijg.org/files/ diff --git a/graphics/jpeg/distinfo b/graphics/jpeg/distinfo index e5e29535a59..4bf97450437 100644 --- a/graphics/jpeg/distinfo +++ b/graphics/jpeg/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2011/01/21 11:28:13 adam Exp $ +$NetBSD: distinfo,v 1.14 2012/01/20 12:33:07 wiz Exp $ -SHA1 (jpegsrc.v8c.tar.gz) = f0a3b88ac4db19667798bee971537eeed552bce9 -RMD160 (jpegsrc.v8c.tar.gz) = b8455bec3e0d370069c64cc0bd41d25a859dc796 -Size (jpegsrc.v8c.tar.gz) = 986681 bytes +SHA1 (jpegsrc.v8d.tar.gz) = f080b2fffc7581f7d19b968092ba9ebc234556ff +RMD160 (jpegsrc.v8d.tar.gz) = b268252793b8050a25baf12d2bb07a507cbefb5d +Size (jpegsrc.v8d.tar.gz) = 991456 bytes SHA1 (patch-af) = 5faed54759b871cc12447364d8b21b2fc05ecc15 SHA1 (patch-ag) = 04d5977ad490c4ba9b2a38a8e22bc23b50359656 |