public
Description: GL based toolkit for creating visually impressive graphical user interfaces
Homepage: http://www.clutter-project.org
Clone URL: git://github.com/ebassi/clutter.git
Search Repo:
2008-05-29  Emmanuele Bassi  <ebassi@openedhand.com>

  * README: Update the configure arguments list.

git-svn-id: https://svn.o-hand.com/repos/clutter/trunk/clutter@2779 
ecf2853b-e7f2-0310-bfc1-8ca4a3543e6b
ebassi (author)
Thu May 29 02:27:21 -0700 2008
commit  bbc43c0c28e54992999c5ae89bc529f9203590a1
tree    e9b012fb7c353319f1df09a7e9e07535fcc53cd2
parent  81db1795473ac2d9c9e1ed14a18c9c5f285b1193
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+2008-05-29 Emmanuele Bassi <ebassi@openedhand.com>
0
+
0
+ * README: Update the configure arguments list.
0
+
0
 2008-05-28 Neil Roberts <neil@o-hand.com>
0
 
0
   * clutter/cogl/gles/cogl-gles2-wrapper.c
0
...
1
 
2
3
4
...
23
24
25
26
27
 
 
28
29
30
 
31
32
33
...
74
75
76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
78
79
 
80
81
82
...
93
94
95
96
 
97
98
99
100
101
102
103
 
104
105
106
...
124
125
126
127
 
 
128
129
130
...
138
139
140
141
 
142
143
144
...
146
147
148
 
 
 
 
149
150
151
...
 
1
2
3
4
...
23
24
25
 
 
26
27
28
29
 
30
31
32
33
...
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
 
97
98
99
100
...
111
112
113
 
114
115
116
117
118
 
119
120
121
122
123
124
...
142
143
144
 
145
146
147
148
149
...
157
158
159
 
160
161
162
163
...
165
166
167
168
169
170
171
172
173
174
0
@@ -1,4 +1,4 @@
0
-Clutter 0.7 README.
0
+Clutter 0.8 README.
0
 ===================
0
 
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
 
0
-Clutter is LGPL licensed.
0
-
0
+Clutter is licensed under the terms of the GNU Lesser General Public
0
+License, version 2.1 or (at your option) later.
0
 
0
 INSTALLATION
0
-====
0
+============
0
 
0
 See the INSTALL file. Info on specific Clutter options;
0
 
0
@@ -74,9 +74,27 @@ See the INSTALL file. Info on specific Clutter options;
0
           win32:
0
                 Windows WGL backend
0
 
0
+ --with-imagebackend=[gdk-pixbuf/internal]
0
+ Select the image loading backend used by COGL (default=gdk-pixbuf)
0
+
0
+ gdk-pixbuf: Depend on gdk-pixbuf-2.0
0
+
0
+ internal: Internal JPEG and PNG loader. Should only be used
0
+ for testing on new platforms
0
+
0
+ --with-gles=[1.1/2.0]
0
+ Select the GLES version (for EGL backends) (default=1.1)
0
+
0
+ --with-json=[internal/check]
0
+ Select the JSON-GLib copy to use (default=internal)
0
+
0
+ internal: Use the internal copy of JSON-GLib for ClutterScript
0
+
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
 
0
 VERSIONING
0
-====
0
+==========
0
 
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
 
0
 HACKING
0
-====
0
+=======
0
 
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
 
0
-
0
 BUGS
0
 ====
0
+
0
 Bugs should be reported to the OpenedHand Bugzilla at:
0
 
0
   http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter
0
@@ -124,7 +142,8 @@ obtained using gdb are greatly appreciated.
0
 
0
 
0
 PATCHES
0
-====
0
+=======
0
+
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
 
0
 
0
 RELEASE NOTES
0
-====
0
+=============
0
 
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
 
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
+ stability.
0
+
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.