pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libkdcraw Update to 0.1.9. Set LICENSE to gnu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90018205ba3e
branches:  trunk
changeset: 392892:90018205ba3e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 13 10:20:17 2009 +0000

description:
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:

 graphics/libkdcraw/Makefile |  6 ++++--
 graphics/libkdcraw/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 3a292b30414a -r 90018205ba3e graphics/libkdcraw/Makefile
--- a/graphics/libkdcraw/Makefile       Wed May 13 10:15:00 2009 +0000
+++ b/graphics/libkdcraw/Makefile       Wed May 13 10:20:17 2009 +0000
@@ -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 @@
 HOMEPAGE=      http://www.kipi-plugins.org/
 COMMENT=       C++ interface around dcraw
 
+LICENSE=       gnu-gpl-v2
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
diff -r 3a292b30414a -r 90018205ba3e graphics/libkdcraw/distinfo
--- a/graphics/libkdcraw/distinfo       Wed May 13 10:15:00 2009 +0000
+++ b/graphics/libkdcraw/distinfo       Wed May 13 10:20:17 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index