diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-13 10:20:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-13 10:20:17 +0000 |
commit | 465d38022231b31df6198440922798c4cdbe2d97 (patch) | |
tree | b86a7aff54e37e20b2d34f6ca35f319cd1f10ec9 /graphics | |
parent | 8a97bf097532e128275d222eec7126e8593b52bd (diff) | |
download | pkgsrc-465d38022231b31df6198440922798c4cdbe2d97.tar.gz |
Update to 0.1.9. Set LICENSE to gnu-gpl-v2.
0.1.9
------------------------------------------------------------------------
Added Leica RWL raw format in list of supported files.
Updated to LibRaw 0.7.2 :
- More accurate types conversion in libraw_datastream.h to make compilers happy.
- New postprocessing parameter auto_bright_thr: set portion of clipped pixels for
auto brightening code (instead of dcraw-derived hardcoded 1%).
- '-U' option for dcraw_emu sample sets auto_bright_thr parameter.
Updated to LibRaw 0.7.1 :
- Fixed broken OpenMP support.
Updated to LibRaw 0.7.0 :
- Black (masked) pixels data extracted from RAW and avaliable in application.
- Application can turn off RAW data filtering (black level subtraction,
zero pixels removal and raw tone curve).
- New 'input framework' released. Reading raw data from file and memory buffer supported from scratch.
LibRaw-using application can implement own data reading functions (e.g. reading from network stream).
- Fuji SuperCCD: raw data extracted without 45-degree rotation.
- New sample applications: 4channels and unprocessed_raw.
- Imported (subsequentally) new dcraw versions from 8.89 to 8.93 (up to date)
Updated to libraw 0.6.15:
- more accurate pentax dSLR support
- fixes in Kodak 620x/720x identification
- faster identification procedure for some formats.
- Fixed bug in custom gamma curve creation
Updated to libraw 0.6.14:
- user-specified gamma curve.
- Pentax K2000/Km support.
- Changes in Canon sRAW processing (support for 5D2 fw 1.07).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libkdcraw/Makefile | 6 | ||||
-rw-r--r-- | graphics/libkdcraw/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile index 9f29dee67e9..2aac9e62e04 100644 --- a/graphics/libkdcraw/Makefile +++ b/graphics/libkdcraw/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2009/02/27 23:13:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2009/05/13 10:20:17 wiz Exp $ # -DISTNAME= libkdcraw-0.1.8 +DISTNAME= libkdcraw-0.1.9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kipi/} EXTRACT_SUFX= .tar.bz2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kipi-plugins.org/ COMMENT= C++ interface around dcraw +LICENSE= gnu-gpl-v2 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes diff --git a/graphics/libkdcraw/distinfo b/graphics/libkdcraw/distinfo index d869feb096b..38c97bc0ce2 100644 --- a/graphics/libkdcraw/distinfo +++ b/graphics/libkdcraw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/02/27 23:13:26 wiz Exp $ +$NetBSD: distinfo,v 1.7 2009/05/13 10:20:17 wiz Exp $ -SHA1 (libkdcraw-0.1.8.tar.bz2) = 40f7194796f1c4bfd2b4094360cf68436346700d -RMD160 (libkdcraw-0.1.8.tar.bz2) = c7d0abbbf6fa7bbc51703a05b89f553b3a7d47b0 -Size (libkdcraw-0.1.8.tar.bz2) = 692912 bytes +SHA1 (libkdcraw-0.1.9.tar.bz2) = 85a892e1b3368da9329efce1c0588500d3fe45bc +RMD160 (libkdcraw-0.1.9.tar.bz2) = 489a5a872fcfb24943d0a1cb39cf05ff545f0062 +Size (libkdcraw-0.1.9.tar.bz2) = 708121 bytes |