./devel/lua-gi, Gobject-introspection based dynamic Lua binding

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.2nb2, Package name: lua53-gi-0.9.2nb2, Maintainer: pkgsrc-users

LGI is gobject-introspection based dynamic Lua binding to GObject based
libraries. It allows using GObject-based libraries directly from Lua.


Required to run:
[devel/glib2] [devel/libffi] [devel/gobject-introspection] [lang/lua53]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 284.632 KB

Version history: (Expand)


CVS history: (Expand)


   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-07-02 12:26:19 by Nia Alarie | Files touched by this commit (29)
Log message:
Add 'lua' category to Lua modules.

While here, normalize some packages with strange variable order.
   2020-06-30 16:52:24 by Nia Alarie | Files touched by this commit (1)
Log message:
lua-gi: add LUA_VERSIONS_ACCEPTED
   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.
   2020-02-15 06:43:49 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/lua-gi) Updated 0.9.1 to 0.9.2. ChangeLog from README.md

### 0.9.2 (9-Oct-2017)

 - fix assorted crashes in closure callback invocation code
 - fix double-free bug caused by incorrect annotation of \ 
Gio.DBusProxy.get_interface_info
 - fix marshaling of arrays of pointers
 - make objects unusable in __gc metamethod
 - work around API break in GLib 2.54
 - use structured GLib logging when available
 - add Gio.Async support also for static methods and global functions
 - better error message when Gtk.init fails
 - add support for Travis
 - don't hardcode pkg-config executable
 - fix URI in GStreamer sample
 - fix flags for DBus samples
   2017-08-12 17:46:56 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4)
Log message:
Update devel/lua-gi to 0.9.1

Reviewed by maya@

Changes:
* marshal NULL strings as nil instead of empty strings. This allows use of e.g. \ 
DataInputStream:read_line() APIs.
* fix and improve build for OSX and Win-based configurations
* add support for arrays with lengths as struct fields
* allow GLib.Variant construction for lightuserdata
* fix gtop binding (certain structs could not be imported)
* adapt to new set of annotations in newer glib
* assorted Lua5.3 fixes, lgi is now fully Lua5.3 compatible
* fix binding of Gdk.Rectangle from newer GDK