pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  9 21:51:57 UTC 2018

Modified Files:
        pkgsrc/graphics/gimp: Makefile

Log Message:
gimp: switch to lcms2.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.295 -r1.296 pkgsrc/graphics/gimp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gimp/Makefile
diff -u pkgsrc/graphics/gimp/Makefile:1.295 pkgsrc/graphics/gimp/Makefile:1.296
--- pkgsrc/graphics/gimp/Makefile:1.295 Tue Sep  4 08:26:18 2018
+++ pkgsrc/graphics/gimp/Makefile       Sun Sep  9 21:51:57 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.295 2018/09/04 08:26:18 wiz Exp $
+# $NetBSD: Makefile,v 1.296 2018/09/09 21:51:57 wiz Exp $
 
 DISTNAME=      gimp-2.10.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.bz2
@@ -69,8 +69,7 @@ BUILDLINK_API_DEPENDS.gegl+=          gegl>=0.4.
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/gexiv2/buildlink3.mk"
 .include "../../graphics/jasper/buildlink3.mk"
-BUILDLINK_API_DEPENDS.lcms+=           lcms>=1.12
-.include "../../graphics/lcms/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/libart/buildlink3.mk"
 .include "../../graphics/libexif/buildlink3.mk"
 .include "../../graphics/libmypaint/buildlink3.mk"



Home | Main Index | Thread Index | Old Index