unsigned long long overdue update to clutter-1.10.8.

joint work with jasper@ and robert@ ; mpi@ made it all possible!
ok jasper@ robert@
This commit is contained in:
ajacoutot 2012-07-07 12:49:17 +00:00
parent 917b24e9e7
commit 4cd1d659b0
14 changed files with 415 additions and 303 deletions

View File

@ -1,38 +1,35 @@
# $OpenBSD: Makefile,v 1.13 2012/01/31 09:24:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2012/07/07 12:49:17 ajacoutot Exp $
COMMENT= OpenGL-based interactive canvas library
DISTNAME= clutter-${MAJOR}.6
REVISION= 7
SHARED_LIBS += clutter-glx-1.0 0.0 # .0.6
GNOME_PROJECT= clutter
GNOME_VERSION= ${MAJOR}.8
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter/1.0/}
SHARED_LIBS += clutter-1.0 0.0 # 1000.8
MODULES= devel/gettext
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
WANTLIB += cogl cogl-pango drm expat ffi fontconfig freetype gdk-3
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 json-glib-1.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs stdc++
WANTLIB += xcb xcb-render xcb-shm z
WANTLIB += GL X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes
WANTLIB += Xrender expat fontconfig freetype gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 m pangoft2-1.0
WANTLIB += pcre pixman-1 png xcb-render ffi stdc++ xcb-shm
WANTLIB += pthread-stubs xcb z Xxf86vm drm json-glib-1.0
WANTLIB += gdk_pixbuf-2.0 cairo pango-1.0 pangocairo-1.0
MODGNOME_TOOLS= goi
BUILD_DEPENDS= devel/gobject-introspection
LIB_DEPENDS+= devel/json-glib \
devel/pango \
graphics/gdk-pixbuf2
LIB_DEPENDS= devel/json-glib \
graphics/clutter/cogl>=${MAJOR} \
x11/gtk+3
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-introspection \
--with-json=check \
--enable-manual=no \
--with-imagebackend=gdk-pixbuf \
--with-flavour=glx
MODGNOME_CPPFLAGS= -I${X11BASE}/include
MODGNOME_LDFLAGS= -L${X11BASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
# XXX fix building with glib2 >= 2.29 (G_CONST_RETURN is deprecated)
CFLAGS += "-DG_CONST_RETURN=const"
CONFIGURE_ARGS= --enable-x11-backend
pre-configure:
${SUBST_CMD} ${WRKSRC}/clutter/Makefile.in
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (clutter/clutter-1.0.6.tar.gz) = hdre3NLHe234Ua5TpTz3kw==
RMD160 (clutter/clutter-1.0.6.tar.gz) = TdfaQvVNeYGZLFkNfG6hZOxvQsQ=
SHA1 (clutter/clutter-1.0.6.tar.gz) = pNVXvbQ36PmwRBMvdUf/Lwb3BL8=
SHA256 (clutter/clutter-1.0.6.tar.gz) = X/ql+ijwptGTADBvoIc0zBP8LcQpOwAUCRwxEB5KkGE=
SIZE (clutter/clutter-1.0.6.tar.gz) = 2643455
MD5 (clutter/clutter-1.10.8.tar.xz) = 7JUa1IDHMv3twwI+r+c1KQ==
RMD160 (clutter/clutter-1.10.8.tar.xz) = ZJ6x45L6K5B04amW6Fyyd+5NMgE=
SHA1 (clutter/clutter-1.10.8.tar.xz) = bPklObKgzpUshQeVWLONY7DCrC0=
SHA256 (clutter/clutter-1.10.8.tar.xz) = fAjC3v9iwTTBo9GOBNy2+65LvFQcgAY4ufw9cf5KZL8=
SIZE (clutter/clutter-1.10.8.tar.xz) = 4761332

View File

@ -1,24 +1,19 @@
$OpenBSD: patch-clutter_Makefile_in,v 1.1 2011/04/07 07:44:46 jasper Exp $
We don't use the internal JSONGlib copy.
--- clutter/Makefile.in.orig Thu Apr 7 09:35:24 2011
+++ clutter/Makefile.in Thu Apr 7 09:42:06 2011
@@ -1433,7 +1433,7 @@ clutter-enum-types.c: clutter-enum-types.h
@HAVE_INTROSPECTION_TRUE@ --include=Pango-1.0 \
@HAVE_INTROSPECTION_TRUE@ --include=PangoCairo-1.0 \
@HAVE_INTROSPECTION_TRUE@ --include=Cogl-@CLUTTER_API_VERSION@ \
-@HAVE_INTROSPECTION_TRUE@ --include=ClutterJson-@CLUTTER_API_VERSION@ \
+@HAVE_INTROSPECTION_TRUE@ --include=Json-@CLUTTER_API_VERSION@ \
@HAVE_INTROSPECTION_TRUE@ --library=libclutter-@CLUTTER_FLAVOUR@-@CLUTTER_API_VERSION@.la \
@HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
@HAVE_INTROSPECTION_TRUE@ --pkg gobject-2.0 \
@@ -1445,7 +1445,7 @@ clutter-enum-types.c: clutter-enum-types.h
# ClutterJson.gir and Cogl.gir are used included into Clutter.gir, so need
# to be built before the typelib is generated
-@HAVE_INTROSPECTION_TRUE@Clutter-@CLUTTER_API_VERSION@.typelib: ClutterJson-@CLUTTER_API_VERSION@.gir Cogl-@CLUTTER_API_VERSION@.gir
+@HAVE_INTROSPECTION_TRUE@Clutter-@CLUTTER_API_VERSION@.typelib: Cogl-@CLUTTER_API_VERSION@.gir
# We build Cogl.gir in the cogl/ subdir, but it needs to reference the shared
# library that it's built into, so we delay compiling the gir into typelib
$OpenBSD: patch-clutter_Makefile_in,v 1.2 2012/07/07 12:49:17 ajacoutot Exp $
--- clutter/Makefile.in.orig Tue Jun 19 14:30:53 2012
+++ clutter/Makefile.in Tue Jun 19 14:32:59 2012
@@ -3840,13 +3840,8 @@ install-exec-local:
rm -f $$lib.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION); \
) ; \
(cd $(DESTDIR)$(libdir) && \
- { ln -s -f libclutter-$(CLUTTER_API_VERSION).so.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION) $$lib.0 || \
- { rm -f $$lib.0 && ln -s libclutter-1.0.so.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION) $$lib.0; }; \
- } \
- ) ; \
- (cd $(DESTDIR)$(libdir) && \
- { ln -s -f libclutter-$(CLUTTER_API_VERSION).so.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION) $$lib || \
- { rm -f $$lib && ln -s libclutter-1.0.so.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION) $$lib; }; \
+ { ln -s -f libclutter-$(CLUTTER_API_VERSION).so.${LIBclutter-1.0_VERSION} $$lib || \
+ { rm -f $$lib && ln -s libclutter-1.0.so.${LIBclutter-1.0_VERSION} $$lib; }; \
} \
) ; \
done

View File

@ -1,34 +0,0 @@
$OpenBSD: patch-clutter_clutter-animation_c,v 1.1 2011/04/07 07:44:46 jasper Exp $
Fix spello, gobject-introspection would choke as it wouldn't be able to
find the n_properies symbol.
--- clutter/clutter-animation.c.orig Thu Apr 7 09:39:06 2011
+++ clutter/clutter-animation.c Thu Apr 7 09:39:26 2011
@@ -1982,7 +1982,7 @@ clutter_actor_animate (ClutterActor *actor,
* @n_properties: number of property names and values
* @properties: (array length=n_properties) (element-type utf8): a vector
* containing the property names to set
- * @values: (array length=n_properies): a vector containing the
+ * @values: (array length=n_properties): a vector containing the
* property values to set
*
* Animates the given list of properties of @actor between the current
@@ -2034,7 +2034,7 @@ clutter_actor_animatev (ClutterActor *actor,
* @n_properties: number of property names and values
* @properties: (array length=n_properties) (element-type utf8): a vector
* containing the property names to set
- * @values: (array length=n_properies): a vector containing the
+ * @values: (array length=n_properties): a vector containing the
* property values to set
*
* Animates the given list of properties of @actor between the current
@@ -2089,7 +2089,7 @@ clutter_actor_animate_with_timelinev (ClutterActor
* @n_properties: number of property names and values
* @properties: (array length=n_properties) (element-type utf8): a vector
* containing the property names to set
- * @values: (array length=n_properies): a vector containing the
+ * @values: (array length=n_properties): a vector containing the
* property values to set
*
* Animates the given list of properties of @actor between the current

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-clutter_clutter-json_h_in,v 1.1 2011/04/07 07:44:46 jasper Exp $
Only include one top header, instead of all three.
--- clutter/clutter-json.h.in.orig Thu Apr 7 09:36:58 2011
+++ clutter/clutter-json.h.in Thu Apr 7 09:37:10 2011
@@ -6,8 +6,6 @@
* without changing the other headers.
*/
-#include "@JSON_PREFIX@/json-types.h"
-#include "@JSON_PREFIX@/json-parser.h"
-#include "@JSON_PREFIX@/json-generator.h"
+#include "@JSON_PREFIX@/json-glib.h"
#endif /* __CLUTTER_JSON_H__ */

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-clutter_clutter-scriptable_h,v 1.1 2009/10/10 23:19:25 landry Exp $
--- clutter/clutter-scriptable.h.orig Sat Sep 19 11:46:56 2009
+++ clutter/clutter-scriptable.h Sat Sep 19 11:48:09 2009
@@ -31,7 +31,7 @@
#include <glib-object.h>
#include <clutter/clutter-script.h>
-#include <clutter/clutter-json.h>
+#include <json-glib/json-glib.h>
G_BEGIN_DECLS

View File

@ -0,0 +1,23 @@
$OpenBSD: patch-clutter_clutter_pc_in,v 1.1 2012/07/07 12:49:17 ajacoutot Exp $
XXX our pkg-config(1) cannot work with variables in Requires.
--- clutter/clutter.pc.in.orig Sun Jun 17 09:42:37 2012
+++ clutter/clutter.pc.in Sun Jun 17 09:43:00 2012
@@ -4,8 +4,6 @@ libdir=@libdir@
includedir=@includedir@
apiversion=@CLUTTER_API_VERSION@
-requires=@CLUTTER_REQUIRES@
-requires_private=@CLUTTER_REQUIRES_PRIVATE@
backends=@CLUTTER_BACKENDS@
# only kept for backward compatibility
@@ -20,5 +18,5 @@ Description: Clutter Core Library
Version: @VERSION@
Libs: -L${libdir} -lclutter-${apiversion}
Cflags: -I${includedir}/clutter-${apiversion}
-Requires: ${requires}
-Requires.private: ${requires_private}
+Requires: @CLUTTER_REQUIRES@
+Requires.private: @CLUTTER_REQUIRES_PRIVATE@

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-clutter_cogl_cogl_pc_in,v 1.1 2011/04/07 11:38:42 jasper Exp $
pkg-config can't deal with a list of requirements as a variable
--- clutter/cogl/cogl.pc.in.orig Thu Apr 7 13:34:45 2011
+++ clutter/cogl/cogl.pc.in Thu Apr 7 13:34:56 2011
@@ -3,7 +3,6 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
apiversion=@CLUTTER_API_VERSION@
-requires=@CLUTTER_REQUIRES@
backend=@clutterbackend@
cogl=@CLUTTER_COGL@
@@ -12,4 +11,4 @@ Description: Clutter GL abstraction library (${cogl} b
Version: @VERSION@
Libs: -L${libdir} -lclutter-${backend}-${apiversion}
Cflags: -I${includedir}/clutter-${apiversion}
-Requires: ${requires}
+Requires: @CLUTTER_REQUIRES@

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-clutter_pc_in,v 1.2 2009/10/10 23:19:25 landry Exp $
For some reason using ${requires} doesn't work as expected.
--- clutter.pc.in.orig Mon Aug 24 15:59:27 2009
+++ clutter.pc.in Sat Sep 19 11:41:30 2009
@@ -4,7 +4,6 @@ libdir=@libdir@
includedir=@includedir@
backend=@clutterbackend@
apiversion=@CLUTTER_API_VERSION@
-requires=@CLUTTER_REQUIRES@
cogl=@CLUTTER_COGL@
Name: Clutter
@@ -12,4 +11,4 @@ Description: Clutter Core Library (${backend} backend)
Version: @VERSION@
Libs: -L${libdir} -lclutter-${backend}-${apiversion}
Cflags: -I${includedir}/clutter-${apiversion}
-Requires: ${requires}
+Requires: @CLUTTER_REQUIRES@

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-clutter_x11_clutter-x11_pc_in,v 1.2 2009/10/10 23:19:25 landry Exp $
For some reason using ${requires} doesn't work as expected.
--- clutter/x11/clutter-x11.pc.in.orig Sat Jul 4 20:48:24 2009
+++ clutter/x11/clutter-x11.pc.in Sat Sep 19 11:41:30 2009
@@ -4,11 +4,10 @@ libdir=@libdir@
includedir=@includedir@
backend=@clutterbackend@
apiversion=@CLUTTER_API_VERSION@
-requires=@CLUTTER_REQUIRES@
Name: Clutter
Description: Clutter Core Library (${backend} backend)
Version: @VERSION@
Libs: -L${libdir} -lclutter-${backend}-${apiversion}
Cflags: -I${includedir}/clutter-${apiversion}
-Requires: ${requires}
\ No newline at end of file
+Requires: @CLUTTER_REQUIRES@

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-configure,v 1.1 2012/07/07 12:49:17 ajacoutot Exp $
- Don't do bash pattern substitutions.
--- configure.orig Tue Jun 19 09:54:30 2012
+++ configure Tue Jun 19 14:30:45 2012
@@ -14940,11 +14940,11 @@ $as_echo "$as_me: WARNING: unsupported compiler flags:
esac
# strip leading spaces
-MAINTAINER_CFLAGS=${MAINTAINER_CFLAGS#* }
+MAINTAINER_CFLAGS=`echo ${MAINTAINER_CFLAGS} | sed 's,^[ \t]*,,g'`
# strip leading space
-BACKEND_PC_FILES=${BACKEND_PC_FILES#* }
+BACKEND_PC_FILES=`echo ${BACKEND_PC_FILES} | sed 's,^[ \t]*,,g'`
# public dependencies, will fill the Requires: field of clutter.pc
CLUTTER_REQUIRES="$CLUTTER_BASE_PC_FILES $BACKEND_PC_FILES"

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-tests_interactive_test-animation_c,v 1.1 2012/07/07 12:49:17 ajacoutot Exp $
--- tests/interactive/test-animation.c.orig Sat Jul 7 14:36:34 2012
+++ tests/interactive/test-animation.c Sat Jul 7 14:36:52 2012
@@ -111,7 +111,9 @@ test_animation_main (int argc, char *argv[])
clutter_actor_show (stage);
+ clutter_threads_enter ();
clutter_main ();
+ clutter_threads_leave ();
return EXIT_SUCCESS;
}

View File

@ -1,7 +1,8 @@
Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces.
Clutter is an open source software library for creating fast,
compelling, portable, and dynamic graphical user interfaces.
Clutter uses OpenGL (and optionally OpenGL ES for use on Mobile and
embedded platforms) for rendering but with an API which hides the
underlying GL complexity from the developer. The Clutter API is intended
to be easy to use, efficient and flexible.
Clutter uses OpenGL for rendering, but wraps an easy to use, efficient,
flexible API around GL's complexity.
Clutter enforces no particular user interface style, but provides a
rich, generic foundation for higher-level toolkits tailored to
specific needs.

View File

@ -1,97 +1,197 @@
@comment $OpenBSD: PLIST,v 1.5 2012/01/31 09:24:23 ajacoutot Exp $
@conflict cogl->=1.8.0
include/clutter-${MAJOR}/
include/clutter-${MAJOR}/clutter/
include/clutter-${MAJOR}/clutter/clutter-actor.h
include/clutter-${MAJOR}/clutter/clutter-alpha.h
include/clutter-${MAJOR}/clutter/clutter-animatable.h
include/clutter-${MAJOR}/clutter/clutter-animation.h
include/clutter-${MAJOR}/clutter/clutter-backend.h
include/clutter-${MAJOR}/clutter/clutter-behaviour-depth.h
include/clutter-${MAJOR}/clutter/clutter-behaviour-ellipse.h
include/clutter-${MAJOR}/clutter/clutter-behaviour-opacity.h
include/clutter-${MAJOR}/clutter/clutter-behaviour-path.h
include/clutter-${MAJOR}/clutter/clutter-behaviour-rotate.h
include/clutter-${MAJOR}/clutter/clutter-behaviour-scale.h
include/clutter-${MAJOR}/clutter/clutter-behaviour.h
include/clutter-${MAJOR}/clutter/clutter-binding-pool.h
include/clutter-${MAJOR}/clutter/clutter-cairo-texture.h
include/clutter-${MAJOR}/clutter/clutter-child-meta.h
include/clutter-${MAJOR}/clutter/clutter-clone.h
include/clutter-${MAJOR}/clutter/clutter-color.h
include/clutter-${MAJOR}/clutter/clutter-container.h
include/clutter-${MAJOR}/clutter/clutter-deprecated.h
include/clutter-${MAJOR}/clutter/clutter-enum-types.h
include/clutter-${MAJOR}/clutter/clutter-event.h
include/clutter-${MAJOR}/clutter/clutter-feature.h
include/clutter-${MAJOR}/clutter/clutter-fixed.h
include/clutter-${MAJOR}/clutter/clutter-frame-source.h
include/clutter-${MAJOR}/clutter/clutter-group.h
include/clutter-${MAJOR}/clutter/clutter-interval.h
include/clutter-${MAJOR}/clutter/clutter-json.h
include/clutter-${MAJOR}/clutter/clutter-keysyms.h
include/clutter-${MAJOR}/clutter/clutter-list-model.h
include/clutter-${MAJOR}/clutter/clutter-main.h
include/clutter-${MAJOR}/clutter/clutter-media.h
include/clutter-${MAJOR}/clutter/clutter-model.h
include/clutter-${MAJOR}/clutter/clutter-path.h
include/clutter-${MAJOR}/clutter/clutter-rectangle.h
include/clutter-${MAJOR}/clutter/clutter-score.h
include/clutter-${MAJOR}/clutter/clutter-script.h
include/clutter-${MAJOR}/clutter/clutter-scriptable.h
include/clutter-${MAJOR}/clutter/clutter-shader-types.h
include/clutter-${MAJOR}/clutter/clutter-shader.h
include/clutter-${MAJOR}/clutter/clutter-stage-manager.h
include/clutter-${MAJOR}/clutter/clutter-stage.h
include/clutter-${MAJOR}/clutter/clutter-text.h
include/clutter-${MAJOR}/clutter/clutter-texture.h
include/clutter-${MAJOR}/clutter/clutter-timeline.h
include/clutter-${MAJOR}/clutter/clutter-timeout-pool.h
include/clutter-${MAJOR}/clutter/clutter-types.h
include/clutter-${MAJOR}/clutter/clutter-units.h
include/clutter-${MAJOR}/clutter/clutter-util.h
include/clutter-${MAJOR}/clutter/clutter-version.h
include/clutter-${MAJOR}/clutter/clutter.h
include/clutter-${MAJOR}/clutter/glx/
include/clutter-${MAJOR}/clutter/glx/clutter-glx-texture-pixmap.h
include/clutter-${MAJOR}/clutter/glx/clutter-glx.h
include/clutter-${MAJOR}/clutter/x11/
include/clutter-${MAJOR}/clutter/x11/clutter-x11-enum-types.h
include/clutter-${MAJOR}/clutter/x11/clutter-x11-texture-pixmap.h
include/clutter-${MAJOR}/clutter/x11/clutter-x11.h
include/clutter-${MAJOR}/cogl/
include/clutter-${MAJOR}/cogl/cogl-bitmap.h
include/clutter-${MAJOR}/cogl/cogl-color.h
include/clutter-${MAJOR}/cogl/cogl-debug.h
include/clutter-${MAJOR}/cogl/cogl-defines-gl.h
include/clutter-${MAJOR}/cogl/cogl-deprecated.h
include/clutter-${MAJOR}/cogl/cogl-enum-types.h
include/clutter-${MAJOR}/cogl/cogl-fixed.h
include/clutter-${MAJOR}/cogl/cogl-material.h
include/clutter-${MAJOR}/cogl/cogl-matrix.h
include/clutter-${MAJOR}/cogl/cogl-offscreen.h
include/clutter-${MAJOR}/cogl/cogl-pango.h
include/clutter-${MAJOR}/cogl/cogl-path.h
include/clutter-${MAJOR}/cogl/cogl-shader.h
include/clutter-${MAJOR}/cogl/cogl-texture.h
include/clutter-${MAJOR}/cogl/cogl-types.h
include/clutter-${MAJOR}/cogl/cogl-vertex-buffer.h
include/clutter-${MAJOR}/cogl/cogl.h
lib/girepository-${MAJOR}/Clutter-${MAJOR}.typelib
lib/girepository-${MAJOR}/Cogl-${MAJOR}.typelib
lib/libclutter-glx-${MAJOR}.la
@lib lib/libclutter-glx-${MAJOR}.so.${LIBclutter-glx-1.0_VERSION}
lib/pkgconfig/clutter-${MAJOR}.pc
lib/pkgconfig/clutter-glx-${MAJOR}.pc
lib/pkgconfig/clutter-x11-${MAJOR}.pc
lib/pkgconfig/cogl-${MAJOR}.pc
lib/pkgconfig/cogl-gl-${MAJOR}.pc
share/gir-${MAJOR}/Clutter-${MAJOR}.gir
share/gir-${MAJOR}/Cogl-${MAJOR}.gir
@comment $OpenBSD: PLIST,v 1.6 2012/07/07 12:49:17 ajacoutot Exp $
@conflict cogl-<1.8.0
include/clutter-${API_VERSION}/
include/clutter-${API_VERSION}/cally/
include/clutter-${API_VERSION}/cally/cally-actor.h
include/clutter-${API_VERSION}/cally/cally-clone.h
include/clutter-${API_VERSION}/cally/cally-factory.h
include/clutter-${API_VERSION}/cally/cally-group.h
include/clutter-${API_VERSION}/cally/cally-main.h
include/clutter-${API_VERSION}/cally/cally-rectangle.h
include/clutter-${API_VERSION}/cally/cally-root.h
include/clutter-${API_VERSION}/cally/cally-stage.h
include/clutter-${API_VERSION}/cally/cally-text.h
include/clutter-${API_VERSION}/cally/cally-texture.h
include/clutter-${API_VERSION}/cally/cally-util.h
include/clutter-${API_VERSION}/cally/cally.h
include/clutter-${API_VERSION}/clutter/
include/clutter-${API_VERSION}/clutter/clutter-action.h
include/clutter-${API_VERSION}/clutter/clutter-actor-meta.h
include/clutter-${API_VERSION}/clutter/clutter-actor.h
include/clutter-${API_VERSION}/clutter/clutter-align-constraint.h
include/clutter-${API_VERSION}/clutter/clutter-alpha.h
include/clutter-${API_VERSION}/clutter/clutter-animatable.h
include/clutter-${API_VERSION}/clutter/clutter-animation.h
include/clutter-${API_VERSION}/clutter/clutter-animator.h
include/clutter-${API_VERSION}/clutter/clutter-backend.h
include/clutter-${API_VERSION}/clutter/clutter-bin-layout.h
include/clutter-${API_VERSION}/clutter/clutter-bind-constraint.h
include/clutter-${API_VERSION}/clutter/clutter-binding-pool.h
include/clutter-${API_VERSION}/clutter/clutter-blur-effect.h
include/clutter-${API_VERSION}/clutter/clutter-box-layout.h
include/clutter-${API_VERSION}/clutter/clutter-brightness-contrast-effect.h
include/clutter-${API_VERSION}/clutter/clutter-cairo-texture.h
include/clutter-${API_VERSION}/clutter/clutter-canvas.h
include/clutter-${API_VERSION}/clutter/clutter-child-meta.h
include/clutter-${API_VERSION}/clutter/clutter-click-action.h
include/clutter-${API_VERSION}/clutter/clutter-clone.h
include/clutter-${API_VERSION}/clutter/clutter-cogl-compat.h
include/clutter-${API_VERSION}/clutter/clutter-color-static.h
include/clutter-${API_VERSION}/clutter/clutter-color.h
include/clutter-${API_VERSION}/clutter/clutter-colorize-effect.h
include/clutter-${API_VERSION}/clutter/clutter-config.h
include/clutter-${API_VERSION}/clutter/clutter-constraint.h
include/clutter-${API_VERSION}/clutter/clutter-container.h
include/clutter-${API_VERSION}/clutter/clutter-content.h
include/clutter-${API_VERSION}/clutter/clutter-deform-effect.h
include/clutter-${API_VERSION}/clutter/clutter-deprecated.h
include/clutter-${API_VERSION}/clutter/clutter-desaturate-effect.h
include/clutter-${API_VERSION}/clutter/clutter-device-manager.h
include/clutter-${API_VERSION}/clutter/clutter-drag-action.h
include/clutter-${API_VERSION}/clutter/clutter-drop-action.h
include/clutter-${API_VERSION}/clutter/clutter-effect.h
include/clutter-${API_VERSION}/clutter/clutter-enum-types.h
include/clutter-${API_VERSION}/clutter/clutter-enums.h
include/clutter-${API_VERSION}/clutter/clutter-event.h
include/clutter-${API_VERSION}/clutter/clutter-feature.h
include/clutter-${API_VERSION}/clutter/clutter-fixed-layout.h
include/clutter-${API_VERSION}/clutter/clutter-flow-layout.h
include/clutter-${API_VERSION}/clutter/clutter-gesture-action.h
include/clutter-${API_VERSION}/clutter/clutter-group.h
include/clutter-${API_VERSION}/clutter/clutter-image.h
include/clutter-${API_VERSION}/clutter/clutter-input-device.h
include/clutter-${API_VERSION}/clutter/clutter-interval.h
include/clutter-${API_VERSION}/clutter/clutter-keysyms.h
include/clutter-${API_VERSION}/clutter/clutter-layout-manager.h
include/clutter-${API_VERSION}/clutter/clutter-layout-meta.h
include/clutter-${API_VERSION}/clutter/clutter-list-model.h
include/clutter-${API_VERSION}/clutter/clutter-macros.h
include/clutter-${API_VERSION}/clutter/clutter-main.h
include/clutter-${API_VERSION}/clutter/clutter-marshal.h
include/clutter-${API_VERSION}/clutter/clutter-media.h
include/clutter-${API_VERSION}/clutter/clutter-model.h
include/clutter-${API_VERSION}/clutter/clutter-offscreen-effect.h
include/clutter-${API_VERSION}/clutter/clutter-page-turn-effect.h
include/clutter-${API_VERSION}/clutter/clutter-paint-node.h
include/clutter-${API_VERSION}/clutter/clutter-paint-nodes.h
include/clutter-${API_VERSION}/clutter/clutter-path-constraint.h
include/clutter-${API_VERSION}/clutter/clutter-path.h
include/clutter-${API_VERSION}/clutter/clutter-property-transition.h
include/clutter-${API_VERSION}/clutter/clutter-script.h
include/clutter-${API_VERSION}/clutter/clutter-scriptable.h
include/clutter-${API_VERSION}/clutter/clutter-settings.h
include/clutter-${API_VERSION}/clutter/clutter-shader-effect.h
include/clutter-${API_VERSION}/clutter/clutter-shader-types.h
include/clutter-${API_VERSION}/clutter/clutter-snap-constraint.h
include/clutter-${API_VERSION}/clutter/clutter-stage-manager.h
include/clutter-${API_VERSION}/clutter/clutter-stage.h
include/clutter-${API_VERSION}/clutter/clutter-state.h
include/clutter-${API_VERSION}/clutter/clutter-swipe-action.h
include/clutter-${API_VERSION}/clutter/clutter-table-layout.h
include/clutter-${API_VERSION}/clutter/clutter-text-buffer.h
include/clutter-${API_VERSION}/clutter/clutter-text.h
include/clutter-${API_VERSION}/clutter/clutter-texture.h
include/clutter-${API_VERSION}/clutter/clutter-timeline.h
include/clutter-${API_VERSION}/clutter/clutter-transition.h
include/clutter-${API_VERSION}/clutter/clutter-types.h
include/clutter-${API_VERSION}/clutter/clutter-units.h
include/clutter-${API_VERSION}/clutter/clutter-version.h
include/clutter-${API_VERSION}/clutter/clutter.h
include/clutter-${API_VERSION}/clutter/deprecated/
include/clutter-${API_VERSION}/clutter/deprecated/clutter-actor.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-animatable.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-animation.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-backend.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-behaviour-depth.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-behaviour-ellipse.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-behaviour-opacity.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-behaviour-path.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-behaviour-rotate.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-behaviour-scale.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-behaviour.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-box.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-cairo-texture.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-container.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-fixed.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-frame-source.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-group.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-keysyms.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-main.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-rectangle.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-score.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-shader.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-stage-manager.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-stage.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-texture.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-timeline.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-timeout-pool.h
include/clutter-${API_VERSION}/clutter/deprecated/clutter-util.h
include/clutter-${API_VERSION}/clutter/gdk/
include/clutter-${API_VERSION}/clutter/gdk/clutter-gdk.h
include/clutter-${API_VERSION}/clutter/glx/
include/clutter-${API_VERSION}/clutter/glx/clutter-glx-texture-pixmap.h
include/clutter-${API_VERSION}/clutter/glx/clutter-glx.h
include/clutter-${API_VERSION}/clutter/x11/
include/clutter-${API_VERSION}/clutter/x11/clutter-x11-texture-pixmap.h
include/clutter-${API_VERSION}/clutter/x11/clutter-x11.h
lib/girepository-${API_VERSION}/Cally-${API_VERSION}.typelib
lib/girepository-${API_VERSION}/Clutter-${API_VERSION}.typelib
lib/girepository-${API_VERSION}/ClutterGdk-${API_VERSION}.typelib
lib/girepository-${API_VERSION}/ClutterX11-${API_VERSION}.typelib
lib/libclutter-${API_VERSION}.la
@lib lib/libclutter-${API_VERSION}.so.${LIBclutter-1.0_VERSION}
lib/libclutter-glx-${API_VERSION}.so
lib/pkgconfig/cally-${API_VERSION}.pc
lib/pkgconfig/clutter-${API_VERSION}.pc
lib/pkgconfig/clutter-cogl-${API_VERSION}.pc
lib/pkgconfig/clutter-gdk-${API_VERSION}.pc
lib/pkgconfig/clutter-glx-${API_VERSION}.pc
lib/pkgconfig/clutter-x11-${API_VERSION}.pc
share/gir-${API_VERSION}/Cally-${API_VERSION}.gir
share/gir-${API_VERSION}/Clutter-${API_VERSION}.gir
share/gir-${API_VERSION}/ClutterGdk-${API_VERSION}.gir
share/gir-${API_VERSION}/ClutterX11-${API_VERSION}.gir
share/gtk-doc/html/cally/
share/gtk-doc/html/cally/CallyActor.html
share/gtk-doc/html/cally/CallyClone.html
share/gtk-doc/html/cally/CallyGroup.html
share/gtk-doc/html/cally/CallyRectangle.html
share/gtk-doc/html/cally/CallyRoot.html
share/gtk-doc/html/cally/CallyStage.html
share/gtk-doc/html/cally/CallyText.html
share/gtk-doc/html/cally/CallyTexture.html
share/gtk-doc/html/cally/CallyUtil.html
share/gtk-doc/html/cally/cally-General-API.html
share/gtk-doc/html/cally/cally.devhelp2
share/gtk-doc/html/cally/callyannotationglossary.html
share/gtk-doc/html/cally/callybase.html
share/gtk-doc/html/cally/callyobjecthierarchy.html
share/gtk-doc/html/cally/callyobjectindex.html
share/gtk-doc/html/cally/callyobjects.html
share/gtk-doc/html/cally/ch01.html
share/gtk-doc/html/cally/ch02.html
share/gtk-doc/html/cally/clutter-overview.html
share/gtk-doc/html/cally/home.png
share/gtk-doc/html/cally/index.html
share/gtk-doc/html/cally/index.sgml
share/gtk-doc/html/cally/ix01.html
share/gtk-doc/html/cally/ix02.html
share/gtk-doc/html/cally/ix03.html
share/gtk-doc/html/cally/ix04.html
share/gtk-doc/html/cally/left.png
share/gtk-doc/html/cally/license.html
share/gtk-doc/html/cally/right.png
share/gtk-doc/html/cally/style.css
share/gtk-doc/html/cally/up.png
share/gtk-doc/html/clutter/
share/gtk-doc/html/clutter/ClutterAction.html
share/gtk-doc/html/clutter/ClutterActor.html
share/gtk-doc/html/clutter/ClutterActorMeta.html
share/gtk-doc/html/clutter/ClutterAlignConstraint.html
share/gtk-doc/html/clutter/ClutterAlpha.html
share/gtk-doc/html/clutter/ClutterAnimatable.html
share/gtk-doc/html/clutter/ClutterAnimator.html
share/gtk-doc/html/clutter/ClutterBackend.html
share/gtk-doc/html/clutter/ClutterBehaviour.html
share/gtk-doc/html/clutter/ClutterBehaviourDepth.html
share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html
@ -99,28 +199,66 @@ share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html
share/gtk-doc/html/clutter/ClutterBehaviourPath.html
share/gtk-doc/html/clutter/ClutterBehaviourRotate.html
share/gtk-doc/html/clutter/ClutterBehaviourScale.html
share/gtk-doc/html/clutter/ClutterBinLayout.html
share/gtk-doc/html/clutter/ClutterBindConstraint.html
share/gtk-doc/html/clutter/ClutterBlurEffect.html
share/gtk-doc/html/clutter/ClutterBox.html
share/gtk-doc/html/clutter/ClutterBoxLayout.html
share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html
share/gtk-doc/html/clutter/ClutterCairoTexture.html
share/gtk-doc/html/clutter/ClutterCanvas.html
share/gtk-doc/html/clutter/ClutterChildMeta.html
share/gtk-doc/html/clutter/ClutterClickAction.html
share/gtk-doc/html/clutter/ClutterClone.html
share/gtk-doc/html/clutter/ClutterColorizeEffect.html
share/gtk-doc/html/clutter/ClutterConstraint.html
share/gtk-doc/html/clutter/ClutterContainer.html
share/gtk-doc/html/clutter/ClutterContent.html
share/gtk-doc/html/clutter/ClutterDeformEffect.html
share/gtk-doc/html/clutter/ClutterDesaturateEffect.html
share/gtk-doc/html/clutter/ClutterDeviceManager.html
share/gtk-doc/html/clutter/ClutterDragAction.html
share/gtk-doc/html/clutter/ClutterDropAction.html
share/gtk-doc/html/clutter/ClutterEffect.html
share/gtk-doc/html/clutter/ClutterFixedLayout.html
share/gtk-doc/html/clutter/ClutterFlowLayout.html
share/gtk-doc/html/clutter/ClutterGestureAction.html
share/gtk-doc/html/clutter/ClutterGroup.html
share/gtk-doc/html/clutter/ClutterInputDevice.html
share/gtk-doc/html/clutter/ClutterLayoutManager.html
share/gtk-doc/html/clutter/ClutterLayoutMeta.html
share/gtk-doc/html/clutter/ClutterListModel.html
share/gtk-doc/html/clutter/ClutterMedia.html
share/gtk-doc/html/clutter/ClutterModel.html
share/gtk-doc/html/clutter/ClutterModelIter.html
share/gtk-doc/html/clutter/ClutterOffscreenEffect.html
share/gtk-doc/html/clutter/ClutterPageTurnEffect.html
share/gtk-doc/html/clutter/ClutterPath.html
share/gtk-doc/html/clutter/ClutterPathConstraint.html
share/gtk-doc/html/clutter/ClutterPropertyTransition.html
share/gtk-doc/html/clutter/ClutterRectangle.html
share/gtk-doc/html/clutter/ClutterScore.html
share/gtk-doc/html/clutter/ClutterScript.html
share/gtk-doc/html/clutter/ClutterScriptable.html
share/gtk-doc/html/clutter/ClutterShader.html
share/gtk-doc/html/clutter/ClutterSettings.html
share/gtk-doc/html/clutter/ClutterShaderEffect.html
share/gtk-doc/html/clutter/ClutterSnapConstraint.html
share/gtk-doc/html/clutter/ClutterStage.html
share/gtk-doc/html/clutter/ClutterState.html
share/gtk-doc/html/clutter/ClutterSwipeAction.html
share/gtk-doc/html/clutter/ClutterTableLayout.html
share/gtk-doc/html/clutter/ClutterText.html
share/gtk-doc/html/clutter/ClutterTextBuffer.html
share/gtk-doc/html/clutter/ClutterTexture.html
share/gtk-doc/html/clutter/ClutterTimeline.html
share/gtk-doc/html/clutter/ClutterTransition.html
share/gtk-doc/html/clutter/actor-box.png
share/gtk-doc/html/clutter/actor-example.png
share/gtk-doc/html/clutter/additionaldocs.html
share/gtk-doc/html/clutter/animator-key-frames.png
share/gtk-doc/html/clutter/annotation-glossary.html
share/gtk-doc/html/clutter/bin-layout.png
share/gtk-doc/html/clutter/box-layout.png
share/gtk-doc/html/clutter/building-clutter.html
share/gtk-doc/html/clutter/ch01.html
share/gtk-doc/html/clutter/ch02.html
@ -131,29 +269,39 @@ share/gtk-doc/html/clutter/ch06.html
share/gtk-doc/html/clutter/ch07.html
share/gtk-doc/html/clutter/ch08.html
share/gtk-doc/html/clutter/ch09.html
share/gtk-doc/html/clutter/clutter-ClutterBackend.html
share/gtk-doc/html/clutter/ch10.html
share/gtk-doc/html/clutter/ch11.html
share/gtk-doc/html/clutter/ch12.html
share/gtk-doc/html/clutter/ch13.html
share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html
share/gtk-doc/html/clutter/clutter-ClutterImage.html
share/gtk-doc/html/clutter/clutter-ClutterPaintNode.html
share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html
share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html
share/gtk-doc/html/clutter/clutter-Colors.html
share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html
share/gtk-doc/html/clutter/clutter-EGLX-Specific-Support.html
share/gtk-doc/html/clutter/clutter-Events.html
share/gtk-doc/html/clutter/clutter-GLX-Specific-Support.html
share/gtk-doc/html/clutter/clutter-Features.html
share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html
share/gtk-doc/html/clutter/clutter-General.html
share/gtk-doc/html/clutter/clutter-Implicit-Animations.html
share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html
share/gtk-doc/html/clutter/clutter-Key-Bindings.html
share/gtk-doc/html/clutter/clutter-Paint-Nodes.html
share/gtk-doc/html/clutter/clutter-Shaders.html
share/gtk-doc/html/clutter/clutter-Stage-Manager.html
share/gtk-doc/html/clutter/clutter-Unit-conversion.html
share/gtk-doc/html/clutter/clutter-Utilities.html
share/gtk-doc/html/clutter/clutter-Value-intervals.html
share/gtk-doc/html/clutter/clutter-Versioning-Macros.html
share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html
share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html
share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html
share/gtk-doc/html/clutter/clutter-animation-behaviours.html
share/gtk-doc/html/clutter/clutter-animation-conclusion.html
share/gtk-doc/html/clutter/clutter-animation-implicit.html
share/gtk-doc/html/clutter/clutter-animation-timelines.html
share/gtk-doc/html/clutter/clutter-animations.html
share/gtk-doc/html/clutter/clutter-overview.html
share/gtk-doc/html/clutter/clutter-subclassing-ClutterActor.html
share/gtk-doc/html/clutter/clutter.devhelp
share/gtk-doc/html/clutter/clutter.devhelp2
share/gtk-doc/html/clutter/clutteranimation.html
share/gtk-doc/html/clutter/clutterbackends.html
@ -163,9 +311,11 @@ share/gtk-doc/html/clutter/clutterobjecthierarchy.html
share/gtk-doc/html/clutter/clutterobjectindex.html
share/gtk-doc/html/clutter/clutterobjects.html
share/gtk-doc/html/clutter/cluttertools.html
share/gtk-doc/html/clutter/creating-your-own-behaviours.html
share/gtk-doc/html/clutter/constraints-example.png
share/gtk-doc/html/clutter/deprecated.html
share/gtk-doc/html/clutter/easing-modes.png
share/gtk-doc/html/clutter/event-flow.png
share/gtk-doc/html/clutter/flow-layout.png
share/gtk-doc/html/clutter/go01.html
share/gtk-doc/html/clutter/home.png
share/gtk-doc/html/clutter/index.html
@ -178,39 +328,74 @@ share/gtk-doc/html/clutter/ix04.html
share/gtk-doc/html/clutter/ix05.html
share/gtk-doc/html/clutter/ix06.html
share/gtk-doc/html/clutter/ix07.html
share/gtk-doc/html/clutter/ix08.html
share/gtk-doc/html/clutter/ix09.html
share/gtk-doc/html/clutter/ix10.html
share/gtk-doc/html/clutter/ix11.html
share/gtk-doc/html/clutter/ix12.html
share/gtk-doc/html/clutter/left.png
share/gtk-doc/html/clutter/license.html
share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html
share/gtk-doc/html/clutter/migrating-ClutterEffect.html
share/gtk-doc/html/clutter/migrating-ClutterPath.html
share/gtk-doc/html/clutter/migration.html
share/gtk-doc/html/clutter/offscreen-redirect.png
share/gtk-doc/html/clutter/path-alpha-func.png
share/gtk-doc/html/clutter/pt10.html
share/gtk-doc/html/clutter/right.png
share/gtk-doc/html/clutter/running-clutter.html
share/gtk-doc/html/clutter/style.css
share/gtk-doc/html/clutter/table-layout.png
share/gtk-doc/html/clutter/up.png
share/gtk-doc/html/clutter/using-cairo.html
share/gtk-doc/html/cogl/
share/gtk-doc/html/cogl/ch01.html
share/gtk-doc/html/cogl/cogl-Blend-Strings.html
share/gtk-doc/html/cogl/cogl-Color-Type.html
share/gtk-doc/html/cogl/cogl-Fixed-Point-API.html
share/gtk-doc/html/cogl/cogl-General-API.html
share/gtk-doc/html/cogl/cogl-Materials.html
share/gtk-doc/html/cogl/cogl-Matrices.html
share/gtk-doc/html/cogl/cogl-Offscreen-Buffers.html
share/gtk-doc/html/cogl/cogl-Primitives.html
share/gtk-doc/html/cogl/cogl-Shaders-and-Programmable-Pipeline.html
share/gtk-doc/html/cogl/cogl-Textures.html
share/gtk-doc/html/cogl/cogl-Vertex-Buffers.html
share/gtk-doc/html/cogl/cogl.devhelp
share/gtk-doc/html/cogl/cogl.devhelp2
share/gtk-doc/html/cogl/home.png
share/gtk-doc/html/cogl/index.html
share/gtk-doc/html/cogl/index.sgml
share/gtk-doc/html/cogl/ix01.html
share/gtk-doc/html/cogl/left.png
share/gtk-doc/html/cogl/license.html
share/gtk-doc/html/cogl/right.png
share/gtk-doc/html/cogl/style.css
share/gtk-doc/html/cogl/up.png
share/locale/ar/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/as/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/ast/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/az_IR/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/be/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/bg/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/ca/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/ca@valencia/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/cs/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/da/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/de/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/en_GB/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/eo/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/es/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/fa/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/fi/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/fr/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/gl/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/he/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/hi/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/id/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/it/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/km/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/kn/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/lt/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/lv/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/mk/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/nb/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/nl/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/or/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/pa/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/pl/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/ps/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/pt/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/pt_BR/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/ro/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/ru/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/sl/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/sr/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/sr@latin/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/sv/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/ta/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/te/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/tr/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/ug/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/uk/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/ur/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/yi/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/zh_CN/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/zh_HK/LC_MESSAGES/clutter-${API_VERSION}.mo
share/locale/zh_TW/LC_MESSAGES/clutter-${API_VERSION}.mo