diff options
author | gdt <gdt@pkgsrc.org> | 2006-02-20 15:02:22 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-02-20 15:02:22 +0000 |
commit | edb2b07bf88ec34f96415b3b49f30cac6424fb89 (patch) | |
tree | 20cfb585eb1730c1319a713cdee9d7cb752d0f1e /graphics | |
parent | a62db642ee459b0973cf9623027aa502eb94a95d (diff) | |
download | pkgsrc-edb2b07bf88ec34f96415b3b49f30cac6424fb89.tar.gz |
Depend on tiff and jpeg, thus adding tifficc and jpegicc. PKGREVISION++.
(gdt's judgement is that anyone paying attention to color management
will surely have jpeg and tiff libraries installed anyway, so this
isn't bloat. If it is thought to be bloat, a better fix is to
PKG_OPTIONS other programs to refrain from using lcms.)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lcms/Makefile | 11 | ||||
-rw-r--r-- | graphics/lcms/PLIST | 5 |
2 files changed, 12 insertions, 4 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index f83b3f6da77..53e6c95f9f2 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2005/12/07 17:47:06 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/02/20 15:02:22 gdt Exp $ DISTNAME= lcms-1.15 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.littlecms.com/ \ http://www.abaforum.es/martim/ @@ -15,8 +16,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= check -CONFIGURE_ARGS+= --without-jpeg -CONFIGURE_ARGS+= --without-tiff +# XXX Does this disable tiff with deflate? CONFIGURE_ARGS+= --without-zlib # Avoid an ICE in gcc2 on sparc64 @@ -31,4 +31,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/${_f_} ${PREFIX}/share/doc/lcms/${_f_} .endfor +# XXX Is this needed to enable use of tiff with deflate? +#.include "../../devel/zlib/buildlink3.mk" + +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/lcms/PLIST b/graphics/lcms/PLIST index b12bc5f1178..16d45d55eb5 100644 --- a/graphics/lcms/PLIST +++ b/graphics/lcms/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2005/01/17 12:11:46 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/02/20 15:02:22 gdt Exp $ bin/icc2ps bin/icclink bin/icctrans +bin/jpegicc +bin/tiffdiff +bin/tifficc bin/wtpt include/icc34.h include/lcms.h |