clutter: Refresh clutter to a 0.4 version

We can now use poky's clutter to build zylonite clutter images.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2803 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2007-09-26 13:01:01 +00:00
parent 7fc1a05c43
commit 55c49b85fd
6 changed files with 13 additions and 39 deletions

View File

@@ -120,15 +120,15 @@ SRCREV_pn-matchbox-applet-light ?= "1548"
SRCREV_pn-fstests ?= "266"
SRCDATE_abiword ?= "20070130"
SRCREV_pn-xvideo-tests ?= "272"
SRCREV_pn-clutter ?= "1196"
SRCREV_pn-clutter ?= "1451"
SRCDATE_libgsmd ?= "20070917"
SRCREV_gaku ?= "286"
# Previously floating revisions
SRCREV_pn-aaina ?= "1231"
SRCREV_pn-clutter-cairo ?= "1219"
SRCREV_pn-clutter-gst ?= "1220"
SRCREV_pn-table ?= "969"
SRCREV_pn-clutter-cairo ?= "1223"
SRCREV_pn-clutter-gst ?= "1454"
SRCREV_pn-table ?= "1456"
SRCREV_pn-libmatchbox ?= "1531"
SRCREV_pn-msynctool ?= "314"
SRCREV_pn-libopensync-plugin-file-sync ?= "2392"

View File

@@ -1,6 +1,6 @@
require clutter-cairo.inc
PV = "0.3.0+svnr${SRCREV}"
PV = "0.4.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
file://enable_examples.patch;patch=1"

View File

@@ -1,6 +1,4 @@
---
configure.ac | 2 +-
doc/reference/Makefile.am | 2 +-
examples/Makefile.am | 14 +++++++-------
3 files changed, 9 insertions(+), 9 deletions(-)
@@ -14,32 +12,3 @@ Index: clutter-gst/examples/Makefile.am
INCLUDES = -I$(top_srcdir)/
@@ -9,12 +9,12 @@ video_player_LDFLAGS = \
$(GST_LIBS) \
$(top_builddir)/clutter-gst/libclutter-gst-@CLUTTER_GST_MAJORMINOR@.la
-video_cube_SOURCES = video-cube.c
-video_cube_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)
-video_cube_LDFLAGS = \
- $(CLUTTER_LIBS) \
- $(GST_LIBS) \
- $(top_builddir)/clutter-gst/libclutter-gst-@CLUTTER_GST_MAJORMINOR@.la
+#video_cube_SOURCES = video-cube.c
+#video_cube_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)
+#video_cube_LDFLAGS = \
+# $(CLUTTER_LIBS) \
+# $(GST_LIBS) \
+# $(top_builddir)/clutter-gst/libclutter-gst-@CLUTTER_GST_MAJORMINOR@.la
video_sink_SOURCES = video-sink.c
video_sink_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)
Index: clutter-gst/doc/reference/Makefile.am
===================================================================
--- clutter-gst.orig/doc/reference/Makefile.am 2007-07-10 13:01:17.000000000 +0100
+++ clutter-gst/doc/reference/Makefile.am 2007-07-10 13:02:50.000000000 +0100
@@ -77,4 +77,4 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += version.xml.in
+EXTRA_DIST = version.xml.in

View File

@@ -1,6 +1,6 @@
require clutter-gst.inc
PV = "0.3.0+svnr${SRCREV}"
PV = "0.4.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
file://autofoo.patch;patch=1"

View File

@@ -8,6 +8,11 @@ BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
DEPENDS = "${STDDEPENDS}"
EXTRA_OECONF = "${BASE_CONF}"
DEPENDS_zylonite = "${STDDEPENDS} libgles-zylonite tslib"
EXTRA_OECONF_zylonite = "${BASE_CONF} --with-flavour=eglnative"
PACKAGE_ARCH_zylonite = "${MACHINE_ARCH}"
LDFLAGS_append_zylonite = " -lnws -lstdc++ "
inherit autotools pkgconfig
PACKAGES =+ "clutter-examples"
@@ -24,7 +29,7 @@ do_configure_prepend() {
}
do_stage () {
cp ${S}/clutter.pc ${S}/clutter-0.3.pc
cp ${S}/clutter.pc ${S}/clutter-0.4.pc
autotools_stage_all
}

View File

@@ -1,6 +1,6 @@
require clutter.inc
PV = "0.3.0+svnr${SRCREV}"
PV = "0.4.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \
file://enable_tests.patch;patch=1 "