pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gegl



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Aug  3 06:43:41 UTC 2018

Modified Files:
        pkgsrc/graphics/gegl: Makefile

Log Message:
gegl complains about outdated babl, express this in makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/gegl/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/gegl/Makefile
diff -u pkgsrc/graphics/gegl/Makefile:1.65 pkgsrc/graphics/gegl/Makefile:1.66
--- pkgsrc/graphics/gegl/Makefile:1.65  Mon Jul 16 01:10:30 2018
+++ pkgsrc/graphics/gegl/Makefile       Fri Aug  3 06:43:41 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2018/07/16 01:10:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.66 2018/08/03 06:43:41 maya Exp $
 
 DISTNAME=      gegl-0.4.4
 CATEGORIES=    graphics
@@ -34,7 +34,7 @@ PLIST.v4l=    yes
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} gcut gegl-gcut
 
-BUILDLINK_API_DEPENDS.babl+=   babl>=0.1.48
+BUILDLINK_API_DEPENDS.babl+=   babl>=0.1.52
 .include "../../graphics/babl/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/jasper/buildlink3.mk"



Home | Main Index | Thread Index | Old Index