Summary
This is a library for GNU Guile to create language bindings via GObject Introspection. Guile GI has two primary components: - The gi scheme modules: guile modules that provide functionality to dynamically generate Scheme API from GObject typelib files. - libguile-gi.so or libguile-gi.dll: a compiled module that contains glue code to interface with GObject. To create bindings, use the use-typelibs syntax found in the (gi) library.
Versions
v9999 :: 0 :: gentoo
- Modified
- License
- GPL-3
- USE flags
- test
v0.3.2-r2 :: 0 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- ~amd64
- USE flags
- test
v0.3.1-r2 :: 0 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- ~amd64
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-libs / gobject-introspection : Introspection system for GObject-based libraries
dev-scheme / guile : GNU Ubiquitous Intelligent Language for Extensions
Runtime Dependencies
dev-libs / gobject-introspection : Introspection system for GObject-based libraries
dev-scheme / guile : GNU Ubiquitous Intelligent Language for Extensions
Bugs
- 785361
- dev-scheme/guile-gi-0.3.1 fails to compile
- 832752
- dev-scheme/guile-gi-0.3.2 - make[1]: [Makefile:<snip>: module/gi.go] Error 1
- 880955
- dev-scheme/guile-gi-0.3.2-r2 - src/gig_callback.c: error: incompatible function pointer types passing
- 912065
- dev-scheme/guile-gi-0.3.2-r2 fails tests (PYTHON-3.12-SYSTEM): make[3]: [Makefile:2063: value.log] Segmentation fault
- 912761
- dev-scheme/guile-gi-0.3.2-r2 - In procedure module-lookup: Unbound variable: connect
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Maciej Barć · gentoo
dev-scheme: use dostrip instead of RESTRICT
Bug: https://bugs.gentoo.org/905898 Signed-off-by: Maciej Barć <xgqt@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Maciej Barć · gentoo
dev-scheme/guile-gi: drop useless static-libs USE flag
as QA requested https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302 Signed-off-by: Maciej Barć <xgqt@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Maciej Barć · gentoo
dev-scheme/guile-gi: add static-libs USE flag
Closes: https://bugs.gentoo.org/845162 Signed-off-by: Maciej Barć <xgqt@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Maciej Barć · gentoo
dev-scheme/guile-gi: bump to 0.3.2
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org> - Maciej Barć · gentoo
dev-scheme/guile-gi: live - virtualx tests + formatting
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Maciej Barć · gentoo
dev-scheme/guile-gi: new package; add version 0.3.1 and live
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>