]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter-*: Updates to work with clutter 0.8 and later svn
authorRichard Purdie <richard@openedhand.com>
Mon, 11 Aug 2008 17:06:57 +0000 (17:06 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 11 Aug 2008 17:06:57 +0000 (17:06 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5050 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter-box2d_svn.bb
meta/packages/clutter/clutter-cairo/enable_examples.patch
meta/packages/clutter/clutter-cairo_svn.bb
meta/packages/clutter/clutter-gst_svn.bb
meta/packages/clutter/clutter_svn.bb

index 0eda690a6c6d9d1d91916680d343e3178cebc391..f241622a5051fce42d3c2d38106dabf69e4720b6 100644 (file)
@@ -3,8 +3,7 @@ require clutter-box2d.inc
 PV = "0.0+svnr${SRCREV}"
 PR = "r3"
 
-SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
-           file://clutter08.patch;patch=1 "
+SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http"
 
 S = "${WORKDIR}/${PN}"
 
index c1cddf684186480a63c848bbd508d480199e753d..c5ed63ff12ec303978b8ac254d65dc27f5159b40 100644 (file)
@@ -5,18 +5,18 @@
 
 Index: clutter-cairo/examples/Makefile.am
 ===================================================================
---- clutter-cairo.orig/examples/Makefile.am    2007-07-10 00:25:03.000000000 +0100
-+++ clutter-cairo/examples/Makefile.am 2007-07-10 12:06:49.000000000 +0100
+--- clutter-cairo.orig/examples/Makefile.am    2008-08-11 16:30:04.000000000 +0100
++++ clutter-cairo/examples/Makefile.am 2008-08-11 16:30:24.000000000 +0100
 @@ -1,4 +1,4 @@
--noinst_PROGRAMS = clock flowers
-+bin_PROGRAMS = clock flowers
+-noinst_PROGRAMS = clock flowers bubbles
++bin_PROGRAMS = clock flowers bubbles
  
  INCLUDES = -I$(top_srcdir)/ @GCC_FLAGS@ @DEPS_CFLAGS@
- LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la 
AM_LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la 
 Index: clutter-cairo/examples/flowers.c
 ===================================================================
---- clutter-cairo.orig/examples/flowers.c      2007-07-10 12:30:44.000000000 +0100
-+++ clutter-cairo/examples/flowers.c   2007-07-10 12:30:51.000000000 +0100
+--- clutter-cairo.orig/examples/flowers.c      2008-08-11 16:30:04.000000000 +0100
++++ clutter-cairo/examples/flowers.c   2008-08-11 16:30:10.000000000 +0100
 @@ -11,7 +11,7 @@
  
  #define PETAL_MIN 20
index 3d71bb2b7340e10b27f33130078fd36abe34f03d..1084c1cc168bc48b3998cdce4bd10c4ee1e7bc43 100644 (file)
@@ -1,6 +1,6 @@
 require clutter-cairo.inc
 
-PV = "0.4.0+svnr${SRCREV}"
+PV = "0.8.0+svnr${SRCREV}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
            file://enable_examples.patch;patch=1"
index b4d41d6830f846e958d3d1bb8585b6838bf5f2bb..8ef87236f7baab42fae5ef7755751ce62f375b35 100644 (file)
@@ -1,8 +1,6 @@
 require clutter-gst.inc
 
-DEFAULT_PREFERENCE = "-1"
-
-PV = "0.5.0+svnr${SRCREV}"
+PV = "0.8.0+svnr${SRCREV}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
            file://autofoo.patch;patch=1"
index 83b5ae40cfb69ebebae4fd8205627d84dc7b87a1..cf88871ae03eaa0076e8f44a5f91e251ead2925b 100644 (file)
@@ -1,7 +1,7 @@
 require clutter.inc
 
-PV = "0.7.0+svnr${SRCREV}"
-PR = "r6"
+PV = "0.8.0+svnr${SRCREV}"
+PR = "r0"
 
 SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \
            file://enable_tests.patch;patch=1;maxrev=2989 \