|
|
|
|
Clutter 1.0 stable 发布
作者:
刘鹏
日期:
2009-08-11
Clutter 1.0 stable 版本正式发布了,这也意味着 Clutter API 基本趋于稳定,本文转载了 Clutter 开发人员发到邮件列表的邮件内容。
|
|
Clutter 1.0 stable 版本正式发布了,邮件如下所示:
hi everyone;
I wanted to give a proper notice about how we're going to play the 1.0
release of Clutter and relative integration libraries.
Clutter 1.0.0 is going to be the first stable release of the 1.0 cycle,
and the first release of the 1.0 API cycle.
for Clutter-GTK and for Clutter-GStreamer, both Damien (clutter-gst
maintainer extraordinaire) and myself (as clutter-gtk maintainer) feel
that we still need some time to iron out API and features before
committing the two modules to a stable API guarantee. for this reason,
both Clutter-GTK and Clutter-GStreamer will be released as 0.10[0]. both
libraries will depend on Clutter 1.0.
other libraries, like Clutter-MozEmbed and Clutter-Box2D, will depend on
Clutter 1.0 as well, and they will probably be using the 0.10 version
number, given their relative infancy; it will be decided on a
case-by-case basis.
so, just to recap:
Clutter:
+---- core: 1.0 +-------------> 1.2
+---- gtk: 0.10 +---> 1.0 +---> 1.2
+---- gst: 0.10 +---> 1.0 +---> 1.2
...
Clutter 1.0.0 is now available for download at:
http://www.clutter-project.org/sources/clutter/1.0/
MD5 Checksums:
dac6352daeef0926eab31c1a57e69148 clutter-1.0.0.tar.gz
eb1a3db895d914dc29caadd15bc1f5e0 clutter-1.0.0.tar.bz2
Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces. Clutter is licensed under
the terms of the GNU Lesser General Public License version 2.1.
Clutter currently requires:
* GLib >= 2.16.0
* Cairo >= 1.6
* Pango >= 1.20
* OpenGL >= 1.4, OpenGL|ES 1.1 or OpenGL|ES 2.0
* GLX, SDL, WGL, Quartz or an EGL Implementation
The official website is: http://www.clutter-project.org
The Clutter blog is at: http://www.clutter-project.org/blog
To subscribe to the Clutter mailing list, send mail to: clutter+subscribe@o-hand.com
The official mailing list archive is: http://lists.o-hand.com/clutter/
API reference: http://www.clutter-project.org/docs/clutter/stable/
|
|