Re: [clutter] Clutter in Freevo

2008-04-15 Thread Emmanuele Bassi
On Mon, 2008-04-14 at 17:17 -0700, Blake Ramsdell wrote: On Mon, Apr 14, 2008 at 5:03 PM, Blake Ramsdell [EMAIL PROTECTED] wrote: ~$ python -c import clutter Woo!1!! ** (-c:25584): WARNING **: failed to bind GLXGetProcAddress or GLXGetProcAddressARB ~/Source/OpenSource$ python

Re: [clutter] A little whining about version numbers

2008-04-15 Thread Emmanuele Bassi
On Mon, 2008-04-14 at 12:11 -0700, Blake Ramsdell wrote: On Thu, Apr 10, 2008 at 12:20 AM, Emmanuele Bassi [EMAIL PROTECTED] wrote: I should also strongly point out that, by using trunk, you're tracking a highly unstable development branch. so, if something breaks, you get to keep both

Re: [clutter] Clutter in Freevo

2008-04-15 Thread Emmanuele Bassi
On Mon, 2008-04-14 at 19:28 -0700, Blake Ramsdell wrote: On Mon, Apr 14, 2008 at 3:24 PM, Emmanuele Bassi [EMAIL PROTECTED] wrote: no, since libGL.so might not be the actual library (it really depends on the platform). By the way, I see other examples of people going directly to

Re: [clutter] Clutter in Freevo

2008-04-15 Thread Florent
Hi patching clutter/__init__.py to set the flags on import might do the trick: +try: +import dl +sys.setdlopenflags(dl.RTLD_LAZY|dl.RTLD_GLOBAL) +except ImportError: +pass + # For broken embedded programs which forgot to call Sys_SetArgv if not hasattr(sys,

[clutter] [ANNOUNCE] PyClutter 0.6.2

2008-04-15 Thread Emmanuele Bassi
hi everyone; PyClutter 0.6.2 is now available for download at: http://www.clutter-project.org/sources/pyclutter/0.6/ MD5 checksums: 4560b8b3782994b884712bd653bdebb6 pyclutter-0.6.2.tar.gz de070811cc7a994980b9e4de8cc87f4a pyclutter-0.6.2.tar.bz2 this is the second release of the stable

Re: [clutter] Clutter in Freevo

2008-04-15 Thread Jason Tackaberry
On Tue, 2008-04-15 at 12:50 +0200, Florent wrote: (with the lazy flag should still work). WELL DONE ! Very nice indeed! Thanks to Blake and Emmanuele. Cheers, Jason. -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] A little whining about version numbers

2008-04-15 Thread Blake Ramsdell
On Tue, Apr 15, 2008 at 1:15 AM, Emmanuele Bassi [EMAIL PROTECTED] wrote: in any case, and after the experience of 0.2, 0.4 and 0.6, making the bindings track trunk is an incredibly bad idea; the bindings will have to wait until the API in trunk enters a slushy state, with a semi-frozen

Latest WebKit work (was: Re: [clutter] A little whining about version numbers)

2008-04-15 Thread Blake Ramsdell
On Thu, Apr 10, 2008 at 2:12 AM, Gwenole Beauchesne [EMAIL PROTECTED] wrote: You can maintain your own tree since the relevant parts from clutter-cairo for WebKit/Clutter don't differ much from 0.6.0. That is, you only need: - clutter_cairo_surface_resize() [rev 2408] -