Mon Oct 14 03:28:01 2019 UTC ()
gobject-introspection: update to 1.62.0

pkgsrc-specific changes: note Python 2.7 is no longer supported
(upstream dropped it several releases ago), and add a test target.

Change log:

1.62.0 - 2019-09-09
-------------------

* No changes since 1.61.2

1.61.2 - 2019-08-17
-------------------

* dumper: Use the distutils linker :mr:`170` (:user:`David Demelier <markand>`)
* structinfo: Fix offset in find_method() :mr:`171` (:user:`Florian M端llner <fmuellner>`)
* tests: Don't include "config.h" in installed files :mr:`172` (:user:`Philip Chimento <ptomato>`)
* meson: Make meson.override_find_program working on more complex use cases :mr:`173` (:user:`Thibault Saunier <thiblahute>`)

1.61.1 - 2019-08-07
-------------------

* Drop autotools build system :mr:`143`
* meson: require 0.49.2
* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
* Add documentation to the RelaxNG schema :mr:`139` (:user:`David Bellot <yimyom>`)
* Unused variable fixes :mr:`147` (:user:`Philip Chimento <ptomato>`)
* cachestore: handle cache getting deleted while loading it :mr:`148`
* Visual Studio builds: Use msvc_recommended_pragmas.h from GLib :mr:`150` (:user:`Chun-wei Fan <fanc999>`)
* Add Vulkan gir :mr:`155` (:user:`Matthew Waters <ystreet00>`)
* Make g_irepository_get_object_gtype_interfaces actually work :mr:`157` (:user:`Philip Chimento <ptomato>`)
* gimarshallingtests: Add a marshalling test case for GPtrArrays and GArrays of structures :mr:`160` (:user:`St辿phane Seng <stephaneseng>`)
* scanner: parse and expose function macros :mr:`159` (:user:`Mathieu Duponchelle <mathieudu>`)
* meson: use pkg-config directly for libffi cflags and libs :mr:`162` (:user:`Aaron Boxer <boxerab>`)
* meson: Fix wrong dependency type check for gio-unix :issue:`166` (:user:`Brook Milligan <brook-milligan>`)
* regress: Add regression test for signal with GError param :mr:`169` (:user:`Philip Chimento <ptomato>`)


(gutteridge)
diff -r1.65 -r1.66 pkgsrc/devel/gobject-introspection/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/gobject-introspection/PLIST
diff -r1.33 -r1.34 pkgsrc/devel/gobject-introspection/distinfo

cvs diff -r1.65 -r1.66 pkgsrc/devel/gobject-introspection/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gobject-introspection/Makefile 2019/10/07 09:28:10 1.65
+++ pkgsrc/devel/gobject-introspection/Makefile 2019/10/14 03:28:01 1.66
@@ -1,45 +1,50 @@ @@ -1,45 +1,50 @@
1# $NetBSD: Makefile,v 1.65 2019/10/07 09:28:10 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.66 2019/10/14 03:28:01 gutteridge Exp $
2 2
3DISTNAME= gobject-introspection-1.60.2 3DISTNAME= gobject-introspection-1.62.0
4CATEGORIES= devel gnome 4CATEGORIES= devel gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://wiki.gnome.org/Projects/GObjectIntrospection 9HOMEPAGE= https://wiki.gnome.org/Projects/GObjectIntrospection
10COMMENT= GObject Introspection 10COMMENT= GObject Introspection
11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
12 12
13DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree 13DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
15 15
 16PYTHON_VERSIONS_INCOMPATIBLE= 27
 17
16USE_TOOLS+= pkg-config flex bison 18USE_TOOLS+= pkg-config flex bison
17 19
18MESON_ARGS+= -Dpython=${PYTHONBIN} 20MESON_ARGS+= -Dpython=${PYTHONBIN}
19 21
20PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in 22PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in
21PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in 23PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in
22 24
23SUBST_CLASSES+= timet 25SUBST_CLASSES+= timet
24SUBST_STAGE.timet= pre-configure 26SUBST_STAGE.timet= pre-configure
25SUBST_FILES.timet= giscanner/ast.py 27SUBST_FILES.timet= giscanner/ast.py
26SUBST_FILES.timet+= tests/scanner/Regress-1.0-expected.gir 28SUBST_FILES.timet+= tests/scanner/Regress-1.0-expected.gir
27.include "../../mk/bsd.prefs.mk" 29.include "../../mk/bsd.prefs.mk"
28.if !empty(MACHINE_PLATFORM:MNetBSD-5.99.*) || !empty(MACHINE_PLATFORM:MNetBSD-[6-9].*) || !empty(MACHINE_PLATFORM:MMirBSD-*) 30.if !empty(MACHINE_PLATFORM:MNetBSD-5.99.*) || !empty(MACHINE_PLATFORM:MNetBSD-[6-9].*) || !empty(MACHINE_PLATFORM:MMirBSD-*)
29SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_INT64,g' 31SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_INT64,g'
30SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gint64,g' 32SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gint64,g'
31.else 33.else
32SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_LONG,g' 34SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_LONG,g'
33SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,glong,g' 35SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,glong,g'
34.endif 36.endif
35 37
36MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/girepository 38MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/girepository
37 39
 40do-test:
 41 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ninja -C output test
 42
38BUILDLINK_API_DEPENDS.glib2+= glib2>=2.58.0 43BUILDLINK_API_DEPENDS.glib2+= glib2>=2.58.0
39.include "../../devel/glib2/buildlink3.mk" 44.include "../../devel/glib2/buildlink3.mk"
40BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0 45BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0
41.include "../../devel/libffi/buildlink3.mk" 46.include "../../devel/libffi/buildlink3.mk"
42.include "../../devel/meson/build.mk" 47.include "../../devel/meson/build.mk"
43.include "../../lang/python/application.mk" 48.include "../../lang/python/application.mk"
44.include "../../lang/python/extension.mk" 49.include "../../lang/python/extension.mk"
45.include "../../mk/bsd.pkg.mk" 50.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/devel/gobject-introspection/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/gobject-introspection/PLIST 2019/06/03 10:47:20 1.12
+++ pkgsrc/devel/gobject-introspection/PLIST 2019/10/14 03:28:01 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.12 2019/06/03 10:47:20 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.13 2019/10/14 03:28:01 gutteridge Exp $
2bin/g-ir-annotation-tool 2bin/g-ir-annotation-tool
3bin/g-ir-compiler 3bin/g-ir-compiler
4bin/g-ir-generate 4bin/g-ir-generate
5bin/g-ir-inspect 5bin/g-ir-inspect
6bin/g-ir-scanner 6bin/g-ir-scanner
7include/gobject-introspection-1.0/giarginfo.h 7include/gobject-introspection-1.0/giarginfo.h
8include/gobject-introspection-1.0/gibaseinfo.h 8include/gobject-introspection-1.0/gibaseinfo.h
9include/gobject-introspection-1.0/gicallableinfo.h 9include/gobject-introspection-1.0/gicallableinfo.h
10include/gobject-introspection-1.0/giconstantinfo.h 10include/gobject-introspection-1.0/giconstantinfo.h
11include/gobject-introspection-1.0/gienuminfo.h 11include/gobject-introspection-1.0/gienuminfo.h
12include/gobject-introspection-1.0/gifieldinfo.h 12include/gobject-introspection-1.0/gifieldinfo.h
13include/gobject-introspection-1.0/gifunctioninfo.h 13include/gobject-introspection-1.0/gifunctioninfo.h
14include/gobject-introspection-1.0/giinterfaceinfo.h 14include/gobject-introspection-1.0/giinterfaceinfo.h
@@ -24,26 +24,27 @@ include/gobject-introspection-1.0/gitype @@ -24,26 +24,27 @@ include/gobject-introspection-1.0/gitype
24include/gobject-introspection-1.0/gitypes.h 24include/gobject-introspection-1.0/gitypes.h
25include/gobject-introspection-1.0/giunioninfo.h 25include/gobject-introspection-1.0/giunioninfo.h
26include/gobject-introspection-1.0/giversion.h 26include/gobject-introspection-1.0/giversion.h
27include/gobject-introspection-1.0/giversionmacros.h 27include/gobject-introspection-1.0/giversionmacros.h
28include/gobject-introspection-1.0/givfuncinfo.h 28include/gobject-introspection-1.0/givfuncinfo.h
29lib/girepository-1.0/DBus-1.0.typelib 29lib/girepository-1.0/DBus-1.0.typelib
30lib/girepository-1.0/DBusGLib-1.0.typelib 30lib/girepository-1.0/DBusGLib-1.0.typelib
31lib/girepository-1.0/GIRepository-2.0.typelib 31lib/girepository-1.0/GIRepository-2.0.typelib
32lib/girepository-1.0/GL-1.0.typelib 32lib/girepository-1.0/GL-1.0.typelib
33lib/girepository-1.0/GLib-2.0.typelib 33lib/girepository-1.0/GLib-2.0.typelib
34lib/girepository-1.0/GModule-2.0.typelib 34lib/girepository-1.0/GModule-2.0.typelib
35lib/girepository-1.0/GObject-2.0.typelib 35lib/girepository-1.0/GObject-2.0.typelib
36lib/girepository-1.0/Gio-2.0.typelib 36lib/girepository-1.0/Gio-2.0.typelib
 37lib/girepository-1.0/Vulkan-1.0.typelib
37lib/girepository-1.0/cairo-1.0.typelib 38lib/girepository-1.0/cairo-1.0.typelib
38lib/girepository-1.0/fontconfig-2.0.typelib 39lib/girepository-1.0/fontconfig-2.0.typelib
39lib/girepository-1.0/freetype2-2.0.typelib 40lib/girepository-1.0/freetype2-2.0.typelib
40lib/girepository-1.0/libxml2-2.0.typelib 41lib/girepository-1.0/libxml2-2.0.typelib
41lib/girepository-1.0/win32-1.0.typelib 42lib/girepository-1.0/win32-1.0.typelib
42lib/girepository-1.0/xfixes-4.0.typelib 43lib/girepository-1.0/xfixes-4.0.typelib
43lib/girepository-1.0/xft-2.0.typelib 44lib/girepository-1.0/xft-2.0.typelib
44lib/girepository-1.0/xlib-2.0.typelib 45lib/girepository-1.0/xlib-2.0.typelib
45lib/girepository-1.0/xrandr-1.3.typelib 46lib/girepository-1.0/xrandr-1.3.typelib
46lib/gobject-introspection/giscanner/__init__.py 47lib/gobject-introspection/giscanner/__init__.py
47lib/gobject-introspection/giscanner/_giscanner.so 48lib/gobject-introspection/giscanner/_giscanner.so
48lib/gobject-introspection/giscanner/_version.py 49lib/gobject-introspection/giscanner/_version.py
49lib/gobject-introspection/giscanner/annotationmain.py 50lib/gobject-introspection/giscanner/annotationmain.py
@@ -142,25 +143,26 @@ lib/pkgconfig/gobject-introspection-1.0. @@ -142,25 +143,26 @@ lib/pkgconfig/gobject-introspection-1.0.
142lib/pkgconfig/gobject-introspection-no-export-1.0.pc 143lib/pkgconfig/gobject-introspection-no-export-1.0.pc
143man/man1/g-ir-compiler.1 144man/man1/g-ir-compiler.1
144man/man1/g-ir-generate.1 145man/man1/g-ir-generate.1
145man/man1/g-ir-scanner.1 146man/man1/g-ir-scanner.1
146share/aclocal/introspection.m4 147share/aclocal/introspection.m4
147share/gir-1.0/DBus-1.0.gir 148share/gir-1.0/DBus-1.0.gir
148share/gir-1.0/DBusGLib-1.0.gir 149share/gir-1.0/DBusGLib-1.0.gir
149share/gir-1.0/GIRepository-2.0.gir 150share/gir-1.0/GIRepository-2.0.gir
150share/gir-1.0/GL-1.0.gir 151share/gir-1.0/GL-1.0.gir
151share/gir-1.0/GLib-2.0.gir 152share/gir-1.0/GLib-2.0.gir
152share/gir-1.0/GModule-2.0.gir 153share/gir-1.0/GModule-2.0.gir
153share/gir-1.0/GObject-2.0.gir 154share/gir-1.0/GObject-2.0.gir
154share/gir-1.0/Gio-2.0.gir 155share/gir-1.0/Gio-2.0.gir
 156share/gir-1.0/Vulkan-1.0.gir
155share/gir-1.0/cairo-1.0.gir 157share/gir-1.0/cairo-1.0.gir
156share/gir-1.0/fontconfig-2.0.gir 158share/gir-1.0/fontconfig-2.0.gir
157share/gir-1.0/freetype2-2.0.gir 159share/gir-1.0/freetype2-2.0.gir
158share/gir-1.0/gir-1.2.rnc 160share/gir-1.0/gir-1.2.rnc
159share/gir-1.0/libxml2-2.0.gir 161share/gir-1.0/libxml2-2.0.gir
160share/gir-1.0/win32-1.0.gir 162share/gir-1.0/win32-1.0.gir
161share/gir-1.0/xfixes-4.0.gir 163share/gir-1.0/xfixes-4.0.gir
162share/gir-1.0/xft-2.0.gir 164share/gir-1.0/xft-2.0.gir
163share/gir-1.0/xlib-2.0.gir 165share/gir-1.0/xlib-2.0.gir
164share/gir-1.0/xrandr-1.3.gir 166share/gir-1.0/xrandr-1.3.gir
165share/gobject-introspection-1.0/Makefile.introspection 167share/gobject-introspection-1.0/Makefile.introspection
166share/gobject-introspection-1.0/gdump.c 168share/gobject-introspection-1.0/gdump.c

cvs diff -r1.33 -r1.34 pkgsrc/devel/gobject-introspection/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/gobject-introspection/distinfo 2019/08/20 13:56:40 1.33
+++ pkgsrc/devel/gobject-introspection/distinfo 2019/10/14 03:28:01 1.34
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: distinfo,v 1.33 2019/08/20 13:56:40 wiz Exp $ 1$NetBSD: distinfo,v 1.34 2019/10/14 03:28:01 gutteridge Exp $
2 2
3SHA1 (gobject-introspection-1.60.2.tar.xz) = 735d3ad08a2f32837bc34e3f47be588a405f3b29 3SHA1 (gobject-introspection-1.62.0.tar.xz) = 6c51a15d3c067bb99b4b5c799d449c82c873f2b7
4RMD160 (gobject-introspection-1.60.2.tar.xz) = 6455f1b5e4427b8f0a26efb94597a476ed9ca96e 4RMD160 (gobject-introspection-1.62.0.tar.xz) = d9f1d8b15259ca9e77c5103b3bf79df4f7976ee2
5SHA512 (gobject-introspection-1.60.2.tar.xz) = 8e8c1c3a025cb6c18933302ada8cce7c4826f22eef791c80a97abb28379239f8d99312e1237bcea1060f4d5cf65441909b9da434561982209bb4976b1f22529e 5SHA512 (gobject-introspection-1.62.0.tar.xz) = b460a95fd7a323e9b0c9a45e680ebe98bbae7632abfa53b3e0b0ec050775cab17dde693314d6d4f8e93614c32b5587f8ce0b4a4c9ee9ba46c029ce029014e638
6Size (gobject-introspection-1.60.2.tar.xz) = 1285000 bytes 6Size (gobject-introspection-1.62.0.tar.xz) = 980732 bytes
7SHA1 (patch-giscanner_ast.py) = 06b3d8903d126028d2d5144c6d6a508209c834b9 7SHA1 (patch-giscanner_ast.py) = 06b3d8903d126028d2d5144c6d6a508209c834b9
8SHA1 (patch-giscanner_ccompiler.py) = 03faf472ad9384670e7f15a647e069606d44daba 8SHA1 (patch-giscanner_ccompiler.py) = 03faf472ad9384670e7f15a647e069606d44daba
9SHA1 (patch-giscanner_gdumpparser.py) = 83d6c72d070b2e32d90131148b566a1a2fb9aa77 9SHA1 (patch-giscanner_gdumpparser.py) = 83d6c72d070b2e32d90131148b566a1a2fb9aa77
10SHA1 (patch-giscanner_girparser.py) = 1156b7146568667dcb56ae7fecfc0f1be91b78ec 10SHA1 (patch-giscanner_girparser.py) = 1156b7146568667dcb56ae7fecfc0f1be91b78ec
11SHA1 (patch-meson.build) = eb67bfe1a9dd46986b9b6e0d296c385e2924a0e8 11SHA1 (patch-meson.build) = eb67bfe1a9dd46986b9b6e0d296c385e2924a0e8
12SHA1 (patch-tests_scanner_Regress-1.0-expected.gir) = f6f044a24045d38d78b9c511813be8442ce45b16 12SHA1 (patch-tests_scanner_Regress-1.0-expected.gir) = f6f044a24045d38d78b9c511813be8442ce45b16
13SHA1 (patch-tools_compiler.c) = 799d5a086338e08378b8b249e6808e8b1a8101dc 13SHA1 (patch-tools_compiler.c) = 799d5a086338e08378b8b249e6808e8b1a8101dc
14SHA1 (patch-tools_generate.c) = 3fa74dd0e2c7658768a4278b984be38bff729d94 14SHA1 (patch-tools_generate.c) = 3fa74dd0e2c7658768a4278b984be38bff729d94
15SHA1 (patch-tools_meson.build) = 6b9f2f1b11d1eca62fbc136c3ac56692db7cacde 15SHA1 (patch-tools_meson.build) = 6b9f2f1b11d1eca62fbc136c3ac56692db7cacde