pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gegl gegl complains about outdated babl, expr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/712a05108bd4
branches:  trunk
changeset: 311154:712a05108bd4
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Aug 03 06:43:41 2018 +0000

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

diffstat:

 graphics/gegl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 393d18fcee79 -r 712a05108bd4 graphics/gegl/Makefile
--- a/graphics/gegl/Makefile    Thu Aug 02 17:00:28 2018 +0000
+++ b/graphics/gegl/Makefile    Fri Aug 03 06:43:41 2018 +0000
@@ -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 @@
 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