pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gegl gegl: enable introspection and vala support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/405136bdbc2d
branches:  trunk
changeset: 381997:405136bdbc2d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 17 16:54:15 2022 +0000

description:
gegl: enable introspection and vala support

Bump PKGREVISION

diffstat:

 graphics/gegl/Makefile |  11 ++++++-----
 graphics/gegl/PLIST    |   6 +++++-
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs (75 lines):

diff -r 0aba472f34dd -r 405136bdbc2d graphics/gegl/Makefile
--- a/graphics/gegl/Makefile    Sun Jul 17 16:38:34 2022 +0000
+++ b/graphics/gegl/Makefile    Sun Jul 17 16:54:15 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2022/07/14 23:46:22 dholland Exp $
+# $NetBSD: Makefile,v 1.108 2022/07/17 16:54:15 wiz Exp $
 
 DISTNAME=      gegl-0.4.36
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
@@ -11,11 +11,10 @@
 COMMENT=       Graph based image processing framework
 LICENSE=       gnu-gpl-v3
 
-MESON_ARGS+=   -Dintrospection=false
 MESON_ARGS+=   -Dlibv4l=disabled
 MESON_ARGS+=   -Dlibv4l2=disabled
 # Some binaries that are required to generate docs
-# are built with RPATH $ORIGIN. DIsable docs explicitly.
+# are built with RPATH $ORIGIN. Disable docs explicitly.
 MESON_ARGS+=   -Ddocs=false
 
 USE_LANGUAGES= c c++
@@ -60,7 +59,8 @@
 .include "../../devel/meson/build.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.babl+=   babl>=0.1.90
+BUILDLINK_API_DEPENDS.babl+=   babl>=0.1.92nb1
+.include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/babl/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
@@ -68,6 +68,7 @@
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../textproc/json-glib/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
diff -r 0aba472f34dd -r 405136bdbc2d graphics/gegl/PLIST
--- a/graphics/gegl/PLIST       Sun Jul 17 16:38:34 2022 +0000
+++ b/graphics/gegl/PLIST       Sun Jul 17 16:54:15 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.38 2022/05/13 20:56:09 tnn Exp $
+@comment $NetBSD: PLIST,v 1.39 2022/07/17 16:54:15 wiz Exp $
 bin/gegl
 bin/gegl-imgcmp
 include/gegl-0.4/gegl-apply.h
@@ -135,6 +135,7 @@
 lib/gegl-0.4/vector-stroke.${SOEXT}
 lib/gegl-0.4/webp-load.${SOEXT}
 lib/gegl-0.4/webp-save.${SOEXT}
+lib/girepository-1.0/Gegl-0.4.typelib
 lib/libgegl-0.4.${SOEXT}
 ${PLIST.darwin}lib/libgegl-0.4.0.dylib
 ${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0
@@ -143,6 +144,7 @@
 lib/libgegl-sc-0.4.${SOEXT}
 lib/pkgconfig/gegl-0.4.pc
 lib/pkgconfig/gegl-sc-0.4.pc
+share/gir-1.0/Gegl-0.4.gir
 share/locale/bs/LC_MESSAGES/gegl-0.4.mo
 share/locale/ca/LC_MESSAGES/gegl-0.4.mo
 share/locale/da/LC_MESSAGES/gegl-0.4.mo
@@ -179,3 +181,5 @@
 share/locale/tr/LC_MESSAGES/gegl-0.4.mo
 share/locale/uk/LC_MESSAGES/gegl-0.4.mo
 share/locale/zh_CN/LC_MESSAGES/gegl-0.4.mo
+share/vala/vapi/gegl-0.4.deps
+share/vala/vapi/gegl-0.4.vapi



Home | Main Index | Thread Index | Old Index