pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp needs cmsCreate_sRGBProfile to prov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0428870c333a
branches:  trunk
changeset: 475813:0428870c333a
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu May 27 01:09:36 2004 +0000

description:
gimp needs cmsCreate_sRGBProfile to provide the
libcdisplay_proof library.

So require lcms>=1.12.

(wiz@ suggested that this should just be done for gimp
and this was okayed by maintainer, adam@.)

diffstat:

 graphics/gimp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a8236f16ced7 -r 0428870c333a graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Thu May 27 00:51:39 2004 +0000
+++ b/graphics/gimp/Makefile    Thu May 27 01:09:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2004/05/03 06:46:01 adam Exp $
+# $NetBSD: Makefile,v 1.99 2004/05/27 01:09:36 reed Exp $
 #
 
 DISTNAME=      gimp-2.0.1
@@ -35,6 +35,8 @@
 USE_BUILTIN.fontconfig=                    no
 BUILDLINK_DEPENDS.fontconfig+=     fontconfig>=2.2.0
 
+BUILDLINK_DEPENDS.lcms+=       lcms>=1.12
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-perl
 #CONFIGURE_ARGS+=      --disable-print



Home | Main Index | Thread Index | Old Index