Update to 0.1.8:
0.1.8 ------------------------------------------------------------------------ Updated to libraw 0.6.13: - Bugfixes in RIFF reading code. . Updated to libraw 0.6.12: - Hasselblad V96C support. Updated to libraw 0.6.11: - Fixed serious bug in loading metadata from external JPG file. Updated to libraw 0.6.10: - Support for loading White Balance data from Sony ARW files edited with Sony IDC software. Updated to libraw 0.6.9: - Better support for Samsung S85. - Fixed possible integer overflow in wavelet denoising code. Updated to libraw 0.6.8: - Changes in QuickTake 100 files processing. Updated to libraw 0.6.7: -Added support for Samsung S85. -Changes in external jpeg (metadata) processing. Updated to libraw 0.6.6: -Changes in Panasonic FZ50 processing code. Updated to libraw 0.6.5: -Fixed file descriptor and buffer memory leak when thumbnail extractor is called, but library object is not properly initialized. -Fixes in Imacon files unpacking. -Fixes in Hasselblad .fff files unpacking. Fix PPM color preview extraction.
This commit is contained in:
parent
58a3420586
commit
d34e1110c9
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2009/01/06 18:57:14 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2009/02/27 23:13:26 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libkdcraw-0.1.7
|
||||
DISTNAME= libkdcraw-0.1.8
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kipi/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/01/06 18:57:14 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.6 2009/02/27 23:13:26 wiz Exp $
|
||||
|
||||
SHA1 (libkdcraw-0.1.7.tar.bz2) = d778983c089a43838e310cfc774cfb80b579c9ec
|
||||
RMD160 (libkdcraw-0.1.7.tar.bz2) = b24f3f5f14e1d6fb1d190b05d045318ca7ea8146
|
||||
Size (libkdcraw-0.1.7.tar.bz2) = 690965 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue