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: wiz
Date: Sun Jul 17 16:54:15 UTC 2022
Modified Files:
pkgsrc/graphics/gegl: Makefile PLIST
Log Message:
gegl: enable introspection and vala support
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/graphics/gegl/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/gegl/PLIST
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.107 pkgsrc/graphics/gegl/Makefile:1.108
--- pkgsrc/graphics/gegl/Makefile:1.107 Thu Jul 14 23:46:22 2022
+++ pkgsrc/graphics/gegl/Makefile Sun Jul 17 16:54:15 2022
@@ -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.9
.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"
Index: pkgsrc/graphics/gegl/PLIST
diff -u pkgsrc/graphics/gegl/PLIST:1.38 pkgsrc/graphics/gegl/PLIST:1.39
--- pkgsrc/graphics/gegl/PLIST:1.38 Fri May 13 20:56:09 2022
+++ pkgsrc/graphics/gegl/PLIST Sun Jul 17 16:54:15 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index