0
Clutter it an open source software library for creating fast, visually
0
@@ -23,11 +23,11 @@ The official mailing list archive is:
0
New bug page on Bugzilla:
0
http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter
0
-Clutter is LGPL licensed.
0
+Clutter is licensed under the terms of the GNU Lesser General Public
0
+License, version 2.1 or (at your option) later.
0
See the INSTALL file. Info on specific Clutter options;
0
@@ -74,9 +74,27 @@ See the INSTALL file. Info on specific Clutter options;
0
+ --with-imagebackend=[gdk-pixbuf/internal]
0
+ Select the image loading backend used by COGL (default=gdk-pixbuf)
0
+ gdk-pixbuf: Depend on gdk-pixbuf-2.0
0
+ internal: Internal JPEG and PNG loader. Should only be used
0
+ for testing on new platforms
0
+ Select the GLES version (for EGL backends) (default=1.1)
0
+ --with-json=[internal/check]
0
+ Select the JSON-GLib copy to use (default=internal)
0
+ internal: Use the internal copy of JSON-GLib for ClutterScript
0
+ check: Check for the existence of a system copy of JSON-GLib
0
+ and if it is available, make Clutter depend on it
0
Clutter uses the common "Linux kernel" versioning system, where
0
even-numbered minor versions are stable and odd-numbered minor
0
@@ -93,14 +111,14 @@ numbers are only used for released archives; odd micro numbers are
0
only used on the SVN repository.
0
If you want to hack on and improve Clutter, check the contained TODO
0
file for pending tasks, and HACKING for general coding guidelines.
0
Bugs should be reported to the OpenedHand Bugzilla at:
0
http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter
0
@@ -124,7 +142,8 @@ obtained using gdb are greatly appreciated.
0
Patches should be submitted using Bugzilla. Patches fixing a bug should be
0
attached to the bug report; patches for new features or for fixing bugs not
0
yet reported should be attached to a newly opened bug. Patches should always
0
@@ -138,7 +157,7 @@ If diffing against the SVN repository, you should use:
0
Relevant information for developers with existing Clutter applications
0
wanting to port to newer releases (See NEWS for general new feature info).
0
@@ -146,6 +165,10 @@ wanting to port to newer releases (See NEWS for general new feature info).
0
Release Notes for Clutter 0.8
0
-------------------------------
0
+* Clutter now depends on PangoCairo for the font rendering. The PangoClutter
0
+ API is still considered semi-private and no guarantees are made on its
0
* ClutterShader API has been slightly changed: the ClutterStage:bound
0
property, clutter_shader_bind() and clutter_shader_is_bound() have
0
been renamed to :compiled, clutter_shader_compile() and
Comments
No one has commented yet.