tech-pkg archive

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

Re: pkgsrc ImageMagick



Hi,

From: Paul Goyette <paul%whooppee.com@localhost>, Date: Tue, 25 Sep 2012 
06:10:36 -0700 (PDT)

> I'm bringing some of my packages more up-to-date and noticed that the
> print/poppler package now requires graphics/lcms2 (earlier release
> used graphics/lcms).
> 
> Yet the graphics/ImageMagick package still requires graphics/lcms and
> will not recognize if lcms2 is installed.  So I end up with both
> versions on my system.

ImageMagick package is buildlinked to lcms not lcms2.
Try the following patch.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/ImageMagick/Makefile,v
retrieving revision 1.184
diff -u -r1.184 Makefile
--- Makefile    18 Aug 2012 01:37:42 -0000      1.184
+++ Makefile    25 Sep 2012 20:57:45 -0000
@@ -80,7 +80,7 @@
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/lcms/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"


> So, I was wondering what would be required to enable ImageMagick to
> work with either version of lcms package?

With lcms2, ImageMagick's display works fine on my NetBSD/amd64 current.

--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3




Home | Main Index | Thread Index | Old Index