pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/lcms Depend on tiff and jpeg, thus adding tif...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b221b79fdce
branches:  trunk
changeset: 508501:3b221b79fdce
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Feb 20 15:02:22 2006 +0000

description:
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:

 graphics/lcms/Makefile |  11 ++++++++---
 graphics/lcms/PLIST    |   5 ++++-
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (47 lines):

diff -r a5fea254e518 -r 3b221b79fdce graphics/lcms/Makefile
--- a/graphics/lcms/Makefile    Mon Feb 20 14:29:17 2006 +0000
+++ b/graphics/lcms/Makefile    Mon Feb 20 15:02:22 2006 +0000
@@ -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 @@
 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 @@
        ${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 -r a5fea254e518 -r 3b221b79fdce graphics/lcms/PLIST
--- a/graphics/lcms/PLIST       Mon Feb 20 14:29:17 2006 +0000
+++ b/graphics/lcms/PLIST       Mon Feb 20 15:02:22 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index