Re: Guile-Clutter 1.12.2 released

2015-11-19 Thread Amirouche Boubekki
Le 2015-11-19 05:43, David Pirotte a écrit : Hello, We are pleased to announce Guile-Clutter 1.12.2, the next maintenance release for the Guile-Clutter 1.0 series. Thanks David and the team for making GNOME Clutter available in GNU Guile. I really like Clutter (and clutter but that's a story

Re: guile-clutter, clutter-devel: add custom bindings for ClutterMatrix

2014-05-09 Thread David Pirotte
Hello, This is a new patch for the ClutterMatrix bindings, please ignore the previous one. Indeed scm_list_ref expects 2 SCM args, this new patch now correctly calls scm_from_int over scm_list_ref second argument, all calls. Cheers, David ;; -- Le Fri, 9 May 2014 12:27:17 -0300, David Pirotte

Re: guile-clutter, clutter-devel: updating clutter and guile-clutter version references

2014-04-20 Thread David Pirotte
Oups, > Patch review solicited: note that configure.ac did refer to an inexistant > guile > version, I think, which I deleted: > >GUILE_EFFECTIVE_VERSION=no > -all_versions="2.2 2.0 1.10" > +all_versions="2.2 2.0" > > I did mention that in the commit message though, should I

Re: guile-clutter: fixing ClutterMargin special wrapper

2014-04-18 Thread David Pirotte
Hi Mark, > Rather: > scm_scm_to_clutter_margin: Use scm_to_double, not scm_to_uint8. > > > * clutter/gnome/gw/clutter-support.c: scm_scm_to_clutter_margin to use > > Rather: > * clutter/gnome/gw/clutter-support.c (scm_scm_to_clutter_margin): Use Thank you, I have changed the commit message as s

Re: guile-clutter: fixing ClutterMargin special wrapper

2014-04-18 Thread Mark H Weaver
Hi David, David Pirotte writes: > From a8166f67bd752ff7c71af50b27cfc52b2de4fe37 Mon Sep 17 00:00:00 2001 > From: David PIROTTE > Date: Fri, 18 Apr 2014 16:24:43 -0300 > Subject: [PATCH] fixing ClutterMargin special wrapper Rather: scm_scm_to_clutter_margin: Use scm_to_double, not scm_to_uint8.

Re: guile-clutter

2011-12-07 Thread joakim
Andy Wingo writes: > On Fri 09 Sep 2011 16:11, joa...@verona.se writes: > >> I would like to experiment with guile-clutter. >> It seems, though, that guile-clutter is a bit out of date and wont build >> with clutter-1.0 which is shipped with Fedora 15. >> >> Is this correct or have I missed somet

Re: guile-clutter

2011-12-07 Thread Andy Wingo
On Fri 09 Sep 2011 16:11, joa...@verona.se writes: > I would like to experiment with guile-clutter. > It seems, though, that guile-clutter is a bit out of date and wont build > with clutter-1.0 which is shipped with Fedora 15. > > Is this correct or have I missed something? It's correct. Do I re