Matthew Allum | 10 Jul 18:46

[ANNOUNCE] Clutter 0.8.0 (core)

Hello all!

Clutter 0.8.0 - 'Smogun' - is now available for download at:

  http://www.clutter-project.org/sources/clutter/0.8

MD5 Checksums:

  ec7be7de08d7d52660231566a14df5c0  clutter-0.8.0.tar.gz
  e24e8c2efdbf3970788407808b4218dd  clutter-0.8.0.tar.bz2

What is Clutter
===============

Clutter is an open source software library which aids the creation of
modern, fast, visually rich and animated graphical user interfaces with
minimal effort.

It is a mid-level toolkit built around OpenGL and OpenGL ES technologies
for both desktop and mobile support. Clutter takes full advantage of the
power of OpenGL, but substitutes a simple and intuitive API for the
complexity of writing OpenGL code -- it makes common and typical UI
tasks (such as animations and text rendering) easy and effortless, yet,
remains extensible to accommodate even the most radical next-generation
UI designs.

Clutter is licensed under the terms of the GNU Lesser General Public
License version 2.1.

Clutter currently requires:
(Continue reading)

Colin Guthrie | 11 Jul 11:17

Re: [ANNOUNCE] Clutter 0.8.0 (core)

Matthew Allum wrote:
> Hello all!
> 
> Clutter 0.8.0 - 'Smogun' - is now available for download at:

Cool :)

Just trying to update packages and I get:

mv -f .deps/clutter-frame-source.Tpo .deps/clutter-frame-source.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile 
x86_64-mandriva-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. 
-I../clutter/pango -I../clutter -I../clutter/json -I../clutter 
-DCLUTTER_PREFIX=\""/usr"\" -DCLUTTER_LIBDIR=\""/usr/lib64"\" 
-DCLUTTER_DATADIR=\""/usr/share"\" -DCLUTTER_COMPILATION=1 
-DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread 
-I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gtk-2.0 
  -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS     -O2 -g -pipe 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -MT clutter-group.lo -MD -MP -MF 
.deps/clutter-group.Tpo -c -o clutter-group.lo clutter-group.c
clutter-fixed.c:905: error: redefinition of ‘clutter_qmulx’
clutter-fixed.h:294: error: previous definition of ‘clutter_qmulx’ was here
clutter-fixed.c:944: error: redefinition of ‘clutter_qdivx’
clutter-fixed.h:320: error: previous definition of ‘clutter_qdivx’ was here

Am I doing something stooopid?

(Continue reading)

Matthew Allum | 11 Jul 11:48

Re: Re: [ANNOUNCE] Clutter 0.8.0 (core)

Hi;

On Fri, 2008-07-11 at 10:17 +0100, Colin Guthrie wrote:
> 
> Just trying to update packages and I get:
> 
> 
> mv -f .deps/clutter-frame-source.Tpo .deps/clutter-frame-source.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile 
> x86_64-mandriva-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. 
> -I../clutter/pango -I../clutter -I../clutter/json -I../clutter 
> -DCLUTTER_PREFIX=\""/usr"\" -DCLUTTER_LIBDIR=\""/usr/lib64"\" 
> -DCLUTTER_DATADIR=\""/usr/share"\" -DCLUTTER_COMPILATION=1 
> -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread 
> -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 
> -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 
> -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gtk-2.0 
>   -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS     -O2 -g -pipe 
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
> --param=ssp-buffer-size=4 -MT clutter-group.lo -MD -MP -MF 
> .deps/clutter-group.Tpo -c -o clutter-group.lo clutter-group.c
> clutter-fixed.c:905: error: redefinition of ‘clutter_qmulx’
> clutter-fixed.h:294: error: previous definition of ‘clutter_qmulx’ was here
> clutter-fixed.c:944: error: redefinition of ‘clutter_qdivx’
> clutter-fixed.h:320: error: previous definition of ‘clutter_qdivx’ was here
> 
> 
> Am I doing something stooopid?
> 

(Continue reading)

Matthew Allum | 11 Jul 11:53

Re: Re: [ANNOUNCE] Clutter 0.8.0 (core)

On Fri, 2008-07-11 at 10:48 +0100, Matthew Allum wrote:
> 
> Is anyone else seeing this ?
> 

Seems people are; http://bugzilla.openedhand.com/show_bug.cgi?id=1038

I suggest we move discussion there.

  == Matthew

Colin Guthrie | 11 Jul 11:55

Re: [ANNOUNCE] Clutter 0.8.0 (core)

Matthew Allum wrote:
>> Am I doing something stooopid?
> 
> What version of glib are you using ? This problem has been seen with
> glib trunk at least, but Im hoping not a release version.

I was going to include the version but then figured it wouldn't be it at 
fault... silly me!

We're using glib 2.17.3, so as it's odd, not a stable version, but as we 
are currently rolling out the gnome 2.23 for testing before 2.24 stable 
is released, I think this is needed (I could be wrong, as I'm not really 
involved with the gnome packaging in Mandriva).

Col

Colin Guthrie | 13 Jul 15:05

Re: [ANNOUNCE] Clutter 0.8.0 (core)

Matthew Allum wrote:
> Hello all!
> 
> Clutter 0.8.0 - 'Smogun' - is now available for download at:

Out of curiosity, what are the timescales for releasing all the bindings 
and other stuff for 0.8? (perl, python, gtk, cairo, gst etc. etc.)

Col

--

-- 
To unsubscribe send a mail to clutter+unsubscribe <at> o-hand.com

Matthew Allum | 14 Jul 00:45

Re: Re: [ANNOUNCE] Clutter 0.8.0 (core)

Hi;

On Sun, 2008-07-13 at 14:05 +0100, Colin Guthrie wrote:
> 
> Out of curiosity, what are the timescales for releasing all the bindings 
> and other stuff for 0.8? (perl, python, gtk, cairo, gst etc. etc.)
> 

The best I can say currently is in coming weeks :) - gtk,gst,cairo
should be this week, not sure about bindings. Obviously faster if people
send patches :)

  == Matthew

Thomas Van Machelen | 14 Jul 09:13

Re: Re: [ANNOUNCE] Clutter 0.8.0 (core)

Hi,

On Mon, Jul 14, 2008 at 12:45 AM, Matthew Allum <mallum <at> openedhand.com> wrote:
> Hi;
>
> On Sun, 2008-07-13 at 14:05 +0100, Colin Guthrie wrote:
>>
>> Out of curiosity, what are the timescales for releasing all the bindings
>> and other stuff for 0.8? (perl, python, gtk, cairo, gst etc. etc.)
>>
>
> The best I can say currently is in coming weeks :) - gtk,gst,cairo
> should be this week, not sure about bindings.

Mono bindings are up to date with 0.8.0 as of yesterdag.

Regards,
Thomas

> Obviously faster if people
> send patches :)
>
>  == Matthew
>
> --
> To unsubscribe send a mail to clutter+unsubscribe <at> o-hand.com
>
>
Matthew Allum | 14 Jul 11:57

Re: Re: [ANNOUNCE] Clutter 0.8.0 (core)

On Mon, 2008-07-14 at 09:13 +0200, Thomas Van Machelen wrote:
> 
> Mono bindings are up to date with 0.8.0 as of yesterdag.
> 

Woot!

  == Matthew


Gmane