Re: [clutter] clutter-gtk release for clutter 1.2.0

2010-03-13 Thread Bastien Nocera
On Sat, 2010-03-13 at 09:56 +, Peter Robinson wrote:
 Hi All,
 
 Is there any plans to cut a clutter-gtk release that's compatible with
 the clutter 1.2 release? It seems the current 0.10.2 release is not.

If it's for gnome-games, I worked around the problem by requiring an
older clutter-gtk, which (seems to) work(s) just fine with the new
clutter.

See:
http://cvs.fedoraproject.org/viewvc/rpms/gnome-games/devel/gnome-games-use-old-clutter-gtk.patch?revision=1.1view=markup

Cheers

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



Re: [clutter] Some questions about Clutter-GST

2009-10-20 Thread Bastien Nocera
On Tue, 2009-10-20 at 09:50 -0600, Kevin DeKorte wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I've been having some great luck with clutter-gst and clutter-gtk and in
 fact created a new project with it
 
 http://code.google.com/p/fosfor/
 
 Looks something like this:
 http://1.bp.blogspot.com/_8vVUG9EUYMg/Srk-JPdRiNI/Euw/BUQcZH8-dQk/s1600-h/Screenshot-.-MediaWall.png
 
 but I've ran into a couple of issues and I wonder if you can point me in
 the right direction.

That's nice, but it would be nicer if those changes could be
retro-fitted into Totem somehow.

We've been needing a reworked fullscreen UI for a while now.

Cheers

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



Re: [clutter] releases for Clutter 1.0 and integration libraries

2009-07-29 Thread Bastien Nocera
On Wed, 2009-07-29 at 10:45 +0100, Emmanuele Bassi wrote:
 hi everyone;
snip
 [0] 
snip
  as for Clutter-GStreamer, Damien has plans about
 changing some API and using playbin2 and other features of GStreamer
 before committing to 1.0.

Note that a lot of the hacks that use to be in Totem's BaconVideoWidget
(and that seem to be copy/pasted on occasions) should be filed as
GStreamer bugs against playbin2.

Using playbin2 should not require working-around the element as a lot of
applications currently do, so please file bugs so playbin2 can be made
easier to use.

Cheers

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



[clutter] Re: [ANNOUNCE] Clutter 0.9.4 (core) - 1.0.0rc1, developers snapshot

2009-06-20 Thread Bastien Nocera
On Sat, 2009-06-20 at 10:43 +0100, Emmanuele Bassi wrote:
 hi everyone;
 
 Clutter 0.9.4 is now available for download at:
 
   http://www.clutter-project.org/sources/clutter/0.9/

Could we get a new clutter-gtk release as well? Between the API churn
and the not-released yet deps, we haven't been able to build gnome-games
in Fedora since the first devel release for 2.27.x.

Cheers

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



[clutter] Stable crashes on startup

2007-04-17 Thread Bastien Nocera
Heya,

I still get crashes using the 0.2 branch:

$ glxinfo 
direct rendering: Yes

#0  0x in ?? ()
#1  0x2aabf317 in sync_gl_viewport (stage=0x620020) at 
clutter-stage.c:220
#2  0x2aac03c4 in clutter_stage_request_coords (self=0x620020, 
box=0x7fff22b9d9b0) at clutter-stage.c:579
#3  0x2aac5ea4 in clutter_actor_request_coords (self=0x0, 
box=0x7fff22b9d9b0) at clutter-actor.c:419
#4  0x2aac7a61 in clutter_actor_set_size (self=0x620020, width=640, 
height=480) at clutter-actor.c:1058
#5  0x003d7fc29ad0 in g_type_create_instance () from 
/lib64/libgobject-2.0.so.0
#6  0x003d7fc1175d in g_object_set () from /lib64/libgobject-2.0.so.0
#7  0x003d7fc0f5b4 in g_object_newv () from /lib64/libgobject-2.0.so.0
#8  0x003d7fc0ffdc in g_object_new_valist () from /lib64/libgobject-2.0.so.0
#9  0x003d7fc10211 in g_object_new () from /lib64/libgobject-2.0.so.0
#10 0x2aabfa96 in clutter_stage_get_default () at clutter-stage.c:908
#11 0x2aabaa3e in clutter_stage_init (context=0x0, error=0x0) at 
clutter-main.c:897
#12 0x2aabb0b4 in clutter_init (argc=0x7fff22b9df1c, argv=value 
optimized out) at clutter-main.c:1069
#13 0x00401385 in main (argc=1, argv=0x7fff22b9e098) at behave.c:19

Trunk works, but doesn't support clutter-gtk...

Any ideas?

-- 
Bastien Nocera [EMAIL PROTECTED] 

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]