90c11f037f
Changes: WB coefficients check was too strong, weakened Fixed possible buffer underrun in modern Samsung loader
27 lines
748 B
Makefile
27 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.32 2019/08/31 14:20:05 nia Exp $
|
|
|
|
DISTNAME= LibRaw-0.19.5
|
|
PKGNAME= ${DISTNAME:tl}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://www.libraw.org/data/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.libraw.org/
|
|
COMMENT= Raw decoding/processing library
|
|
LICENSE= gnu-lgpl-v2.1 OR cddl-1.0
|
|
|
|
USE_LANGUAGES= c c++03
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
GNU_CONFIGURE= yes
|
|
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 "options.mk"
|
|
.include "../../graphics/lcms2/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|