Path to this page:
./
devel/gobject-introspection,
GObject Introspection
Branch: CURRENT,
Version: 1.66.1nb1,
Package name: gobject-introspection-1.66.1nb1,
Maintainer: pkgsrc-usersThe goal of the project is to describe the APIs and collect them in
a uniform, machine readable format.
Required to run:[
textproc/py-expat] [
devel/glib2] [
devel/libffi] [
textproc/py-cElementTree] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/meson]
Master sites: (Expand)
SHA1: c1a9aa497bbe0b639f9ea4505c5fadfd765f9c98
RMD160: 6366843cf6c781c32b4d1edf5a4fef82003e2d3c
Filesize: 989.047 KB
Version history: (Expand)
- (2021-01-11) Updated to version: gobject-introspection-1.66.1nb1
- (2020-12-21) Updated to version: gobject-introspection-1.66.1
- (2020-12-05) Updated to version: gobject-introspection-1.66.0nb1
- (2020-09-29) Updated to version: gobject-introspection-1.66.0
- (2020-04-13) Updated to version: gobject-introspection-1.64.1
- (2020-03-11) Updated to version: gobject-introspection-1.64.0
CVS history: (Expand)
2021-01-11 20:15:24 by Jonathan Perkin | Files touched by this commit (3) |  |
Log message:
gobject-introspection: Exclude system paths from LD_LIBRARY_PATH.
During builds, g-ir-scanner sets LD_LIBRARY_PATH in the environment for the C
compiler, with a path set for every -L argument passed to it. This can cause
problems when system paths are added but the compiler is trying to link against
libraries that have built against pkgsrc libraries, as LD_LIBRARY_PATH has a
higher precedence than the RUNPATH built correctly into the libraries.
Fixes issue seen on SunOS where /usr/lib/libgcc_s.so was selected ahead of the
correct GCC library built into the cairo libraries during a build of pango.
Bump PKGREVISION.
|
2020-12-20 23:00:43 by Patrick Welche | Files touched by this commit (2) |  |
Log message:
Update gobject-introspection to 1.66.1
* Update glib annotations
* Windows: Fix running on different drives :mr:`239`
* gimarshallingtests: Add more tests for flags :mr:`235`
* Revert "giscanner: Fix section matching for documentation :mr:`237`" \
see :issue:`360`
|
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2020-09-29 12:45:58 by Patrick Welche | Files touched by this commit (2) |  |
Log message:
Update gobject-introspection to 1.66.0
1.66.0 - 2020-09-12
-------------------
* Support the gtk-doc action syntax :mr:`203`
* Meson fixes with glib and/or g-i is a subproject :mr:`206` :mr:`208`
* GITypeInfo storage type utility API :mr:`205`
* Meson: Fix build as subproject :mr:`214`
* Fixing XDG_DATA_DIRS logic :mr:`215`
* libgirepository: Add a couple missing nullable annotations :mr:`217` :mr:`225`
* dumper: Fix missing symbols in LTO case or with overridden symbol visibility \
settings :mr:`216`
* Documentation improvements: :mr:`220` :mr:`232`
* Remove old autoconf fallback code for the python tools :mr:`221`
* meson: Rename option `gi_cross_use_{host -> prebuilt}_gi` mr:`211`
* meson: Don't override finding executables when using pre-built tools. :mr:`212`
* meson: gir: add a dependency for g-ir-compiler for building .girs :mr:`228`
* meson: Use pkgconfig generator :mr:`207`
* Fix gi-dump-types.c to build on Windows :mr:`218`
* giscanner: parse block comments for members and fields :mr:`230`
* Add the notion of standalone doc sections :mr:`226`
* giscanner: Add support for using clang-cl :mr:`234`
* giscanner: Fix section matching for documentation :mr:`237`
|
2020-07-04 12:04:46 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Explicitly disable g-ir-doc-tool, since it's not in PLIST.
|
2020-04-12 22:29:09 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
gobject-introspection: update to 1.64.1.
1.64.1 - 2020-04-05
-------------------
* Replace calls to deprecated xml.etree.cElementTree removed in Python 3.9 \
:mr:`202` (:user:`Stephen Gallagher <sgallagher>`)
* gimarshallingtests: Use g_assert_cmpfloat_with_epsilon. Fixes tests on some \
architectures :mr:`200` (:user:`Iain Lane <iainl>`)
|
2020-03-11 11:09:36 by Thomas Klausner | Files touched by this commit (6) |  |
Log message:
gobject-introspection: update to 1.64.0.
1.64.0 - 2020-03-07
-------------------
* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
* Fix regress scanner tests for non-gcc/clang compilers :mr:`197` \
(:user:`Chun-wei Fan <fanc999>`)
* Document how to update glib GIR :mr:`199` (:user:`Bastien Nocera <hadess>`)
1.63.2 - 2020-01-17
-------------------
* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
* Add GMemoryMonitor to glib annotations :mr:`193` (:user:`Bastien Nocera \
<hadess>`)
* Fix build reproducibility :mr:`192` (:user:`Joshua Watt <jpewhacker>`)
* Drop deprecated xml.etree.ElementTree.Element.getchildren() calls :mr:`194` \
(:user:`Miro Hrončok <hroncok>`)
* Support Python 3.8.x+ on Windows :mr:`195` (:user:`Chun-wei Fan <fanc999>`)
* Cross compile support :mr:`64` (:user:`Alexander Kanavin <alex.kanavin>`)
* meson: Visual Studio builds: Use -utf-8 where available :mr:`196` \
(:user:`Chun-wei Fan <fanc999>`)
1.63.1 - 2019-11-24
-------------------
* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
* build: require meson 0.50.1
* build: use proper dylib versioning on macOS :mr:`177` (:user:`Tom Schoonjans \
<tschoonj>`)
* scanner: Support array arguments with static keyword :mr:`176` \
(:user:`Emmanuele Bassi <ebassi>`)
* website: Add Ruby-GNOME to user list :mr:`178` (:user:`kojix2`)
* Fix non-libtool code being run with no nob-libtool dependencies :mr:`179` \
(:user:`Alistair Buxton <ali1234>`)
* meson: change "cairo" from a boolean to a feature option :mr:`180`
* meson: change "doctool" from a boolean to a feature option :mr:`181`
* Fix a memory leak in g_irepository_get_object_gtype_interfaces() :mr:`182` \
(:user:`Philip Chimento <ptomato>`)
* ccompiler.py: Fix macro defines with quotes on MSVC :mr:`183` (:user:`Chun-wei \
Fan <fanc999>`)
* tests: Actually test libregress by specifying the LD_LIBRARY_PATH :mr:`174` \
(:user:`Corentin Noël <tintou>`)
* examples: Make self contained and add build system integration examples :mr:`189`
* autotools: Make INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR respect \
prefix/datadir/libdir :mr:`190`
* girepository: Also store GType cache misses :mr:`191` (:user:`Carlos Garnacho \
<carlosg>`)
* docs: Document GI_CROSS_LAUNCHER envvar :mr:`175` (:user:`Emmanuele Bassi \
<ebassi>`)
|
2020-03-08 17:42:31 by Benny Siegert | Files touched by this commit (67) |
Log message:
Revbump packages depending on libffi after .so version change.
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
|