summaryrefslogtreecommitdiff
path: root/graphics/libraw
diff options
context:
space:
mode:
authorgls <gls>2011-02-16 22:17:36 +0000
committergls <gls>2011-02-16 22:17:36 +0000
commit3b474682a811a9d19e5bbab4e65105ed0bea60f1 (patch)
treefb35adafed6b6725e5330510f02bad82dd308655 /graphics/libraw
parent74fe7160bfa7e8378b9422051c2c49b62bc1f540 (diff)
downloadpkgsrc-3b474682a811a9d19e5bbab4e65105ed0bea60f1.tar.gz
Updated graphics/libraw to 0.13.1
Upstream changes: LibRaw 0.13.1 (2011-02-08) * dcraw_emu documentation updated * ./configure stuff changed for correct linking on some systems * FBDD denoising is disabled for full-color images and 4-color bayer data (including forced 4-color via four_color_rgb option) LibRaw 0.13.0 (since 0.12.x) (2011-02-06) * New low-level buffering code for Huffman decompression. Canon CR2 files are opened about 1.5x times faster than on LibRaw 0.12, other huffman-comressed files unpacks in 1.2-1.3 times faster. * New exposure correction code based on linear-cubic root combination. Correction range is from 0.25 (-2 stops) to 8 (+3 stops) * All 0.12.x features, including new cameras support and half-size/green-matching fixes. * Changes and additions in demosaic-pack-GPL3 (all imported from RawTherapee): o Banding suppression code. o High-frequency noise suppression. o Green channels local averaging to suppress maze artifacts. o OpenMP speed-up in median filters (demosaic pack GPL2) o OpenMP speed-up in green equilibration (demosaic pack GPL3) * Bug fixes and improvements: o Better parsing of unknown command-line params in dcraw_emu sample o Brigtness table in ahd_demosaic is calculated in reversed order to prevent possible (very unlikely) multithreaded app problem. o Fixed file extension in half_mt.c sample. o Fixed incomplete data fields reset in LibRaw::recycle() o Patches for ./configure system for better LCMS2 support o math.h included before any other includes to make KDE compile with Visual C++ happy o Fuji FinePix S5500 size adjusted to ignore (rare?) garbage at top of frame. LibRaw 0.12.4 (2011-02-05) * Fixed green matching/half-size incompatibility.
Diffstat (limited to 'graphics/libraw')
-rw-r--r--graphics/libraw/Makefile4
-rw-r--r--graphics/libraw/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile
index 58e0f3d4a22..27bbe4b56b3 100644
--- a/graphics/libraw/Makefile
+++ b/graphics/libraw/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2011/02/03 21:38:07 gls Exp $
+# $NetBSD: Makefile,v 1.9 2011/02/16 22:17:36 gls Exp $
#
-DISTNAME= LibRaw-0.12.4
+DISTNAME= LibRaw-0.13.1
PKGNAME= ${DISTNAME:tl}
CATEGORIES= graphics
MASTER_SITES= http://www.libraw.org/data/
diff --git a/graphics/libraw/distinfo b/graphics/libraw/distinfo
index a751573ef30..ae16f98e483 100644
--- a/graphics/libraw/distinfo
+++ b/graphics/libraw/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/02/03 21:38:07 gls Exp $
+$NetBSD: distinfo,v 1.7 2011/02/16 22:17:36 gls Exp $
-SHA1 (LibRaw-0.12.4.tar.gz) = aa7fa1ea278d58212cc107f7914ffdac17e6b999
-RMD160 (LibRaw-0.12.4.tar.gz) = f10485f3a063b970827e6bdf1b1a9864ec8d819f
-Size (LibRaw-0.12.4.tar.gz) = 770619 bytes
+SHA1 (LibRaw-0.13.1.tar.gz) = 287103a6b3b537a851d01541e5bf6a60638c7a7c
+RMD160 (LibRaw-0.13.1.tar.gz) = 632fbf61558161eec65dbf16123d4b92117f124f
+Size (LibRaw-0.13.1.tar.gz) = 775445 bytes