diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-17 16:54:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-17 16:54:15 +0000 |
commit | a90e572826cacdc769e39277b15f6c6e2f812abb (patch) | |
tree | 0dce929064c690d97b9c206d43fb847bda3e6f01 | |
parent | 475af0d5f3d33b4ea37035fefd962aa6239a3690 (diff) | |
download | pkgsrc-a90e572826cacdc769e39277b15f6c6e2f812abb.tar.gz |
gegl: enable introspection and vala support
Bump PKGREVISION
-rw-r--r-- | graphics/gegl/Makefile | 11 | ||||
-rw-r--r-- | graphics/gegl/PLIST | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 390705b4799..2f340e5c01f 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -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 @@ HOMEPAGE= http://gegl.org/ 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 @@ pre-build: .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 @@ BUILDLINK_API_DEPENDS.babl+= babl>=0.1.90 .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 --git a/graphics/gegl/PLIST b/graphics/gegl/PLIST index 89034b2bc1b..4cec313435a 100644 --- a/graphics/gegl/PLIST +++ b/graphics/gegl/PLIST @@ -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/transformops.${SOEXT} 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-npd-0.4.${SOEXT} 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/sv/LC_MESSAGES/gegl-0.4.mo 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 |