diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 20:12:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 20:12:05 +0000 |
commit | 7e5bb87ca70171143eee4350596bb9eefa2b96bc (patch) | |
tree | acf6f2e2750ab0911045dcb104d674cefbcee8d7 /graphics/jpeg/Makefile | |
parent | ad75b12948381bcf8548f60da221de0d6e34e682 (diff) | |
download | pkgsrc-7e5bb87ca70171143eee4350596bb9eefa2b96bc.tar.gz |
Update to 9a:
Version 9a 19-Jan-2014
-----------------------
Add support for wide gamut color spaces (JFIF version 2).
Improve clarity and accuracy in color conversion modules.
Note: Requires rebuild of test images.
Extend the bit depth support to all values from 8 to 12
(BITS_IN_JSAMPLE configuration option in jmorecfg.h).
jpegtran now supports N bits sample data precision with all N from 8 to 12
in a single instance. Thank to Roland Fassauer for inspiration.
Try to resolve issues with new boolean type definition.
Thank also to v4hn for suggestion.
Enable option to use default Huffman tables for lossless compression
(for hardware solution), and in this case improve lossless RGB compression
with reversible color transform. Thank to Benny Alexandar for hint.
Extend the entropy decoding structure, so that extraneous bytes between
compressed scan data and following marker can be reported correctly.
Thank to Nigel Tao for hint.
Add jpegtran -wipe option and extension for -crop.
Thank to Andrew Senior, David Clunie, and Josef Schmid for suggestion.
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 876bc4a2a53..ab7c5b0d24b 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2013/10/11 14:54:05 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2014/01/27 20:12:05 wiz Exp $ -DISTNAME= jpegsrc.v9 +DISTNAME= jpegsrc.v9a PKGNAME= ${DISTNAME:S/src.v/-/} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.ijg.org/files/ |