diff options
author | markd <markd@pkgsrc.org> | 2006-04-12 13:16:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-04-12 13:16:26 +0000 |
commit | f770416cfeb778b4e415ffa10de1746cdef6ab6e (patch) | |
tree | 51fff0387ca4a10db600d093230cbddd7c39e6e7 /graphics/dcraw | |
parent | 7de99399a78395bf316a4b1a5721c3ade031ca05 (diff) | |
download | pkgsrc-f770416cfeb778b4e415ffa10de1746cdef6ab6e.tar.gz |
Update dcraw to 8.13
* Fixed camera WB for Canon EOS 10D, 300D, and clones.
* Added the Leica D-Lux 2.
* Added the Leaf Aptus 75.
Correctly handle the DNG AsShotWhiteXY tag.
* Better support the Imacon Ixpress 22-Mp.
* Don't search for the best black value in colorcheck().
Added new color matrix for the Nikon E700, E800, and E950.
* Added getreal(), and use getint() more often.
* Use unmagnified dimensions in write_ppm16().
* Support the Olympus E-330.
Added "-D" option to output unscaled raw pixels.
For DNG, support ICC profiles and short AsShotNeutral tags.
Fix defective pixels and columns in Phase One images.
Diffstat (limited to 'graphics/dcraw')
-rw-r--r-- | graphics/dcraw/Makefile | 4 | ||||
-rw-r--r-- | graphics/dcraw/distinfo | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index a3ed9d86bea..fe67e4f107e 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2006/03/04 21:29:46 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/12 13:16:26 markd Exp $ # DISTNAME= dcraw -PKGNAME= dcraw-8.05 +PKGNAME= dcraw-8.13 CATEGORIES= graphics MASTER_SITES= http://www.cybercom.net/~dcoffin/dcraw/ DISTFILES= dcraw.c dcraw.1 diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo index 56db908e34d..d22755f454a 100644 --- a/graphics/dcraw/distinfo +++ b/graphics/dcraw/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.20 2006/02/09 10:58:20 drochner Exp $ +$NetBSD: distinfo,v 1.21 2006/04/12 13:16:26 markd Exp $ -SHA1 (dcraw-8.05/dcraw.c) = df64d94dff90e98ceebf8e82a54f6d9a4149ab87 -RMD160 (dcraw-8.05/dcraw.c) = 2df39bf6c095676a2aefba88771b19315b3612f1 -Size (dcraw-8.05/dcraw.c) = 187174 bytes -SHA1 (dcraw-8.05/dcraw.1) = dfd2bc0d865b5cf03144cab1883623f5751dc9de -RMD160 (dcraw-8.05/dcraw.1) = 93a67dc2ef0ebe118db83f7197594963c2c681b0 -Size (dcraw-8.05/dcraw.1) = 4318 bytes +SHA1 (dcraw-8.13/dcraw.c) = 104c144c793b04af9a50c9f35c3feb7175c6e67e +RMD160 (dcraw-8.13/dcraw.c) = f6caed87b71a3e814e685dc75eb2150535a0cdee +Size (dcraw-8.13/dcraw.c) = 190843 bytes +SHA1 (dcraw-8.13/dcraw.1) = dfd2bc0d865b5cf03144cab1883623f5751dc9de +RMD160 (dcraw-8.13/dcraw.1) = 93a67dc2ef0ebe118db83f7197594963c2c681b0 +Size (dcraw-8.13/dcraw.1) = 4318 bytes SHA1 (patch-aa) = f1a9d3eb800da346918e86aeaed1c1e66932247b |