115b5f911a
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.
29 lines
721 B
Makefile
29 lines
721 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/02/16 22:17:36 gls Exp $
|
|
#
|
|
|
|
DISTNAME= LibRaw-0.13.1
|
|
PKGNAME= ${DISTNAME:tl}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.libraw.org/data/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.libraw.org/
|
|
COMMENT= Raw decoding/processing library
|
|
LICENSE= gnu-lgpl-v2.1 OR cddl-1.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
CONFIGURE_ARGS+= --disable-examples
|
|
CONFIGURE_ARGS+= --disable-demosaic-pack-gpl2
|
|
CONFIGURE_ARGS+= --disable-demosaic-pack-gpl3
|
|
|
|
PKGCONFIG_OVERRIDE+= libraw.pc.in
|
|
PKGCONFIG_OVERRIDE+= libraw_r.pc.in
|
|
|
|
.include "../../graphics/lcms/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|