summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-08-11 17:06:57 +0000
committerRichard Purdie <richard@openedhand.com>2008-08-11 17:06:57 +0000
commitfc05d6187895a3b8e51ccb84e5232c6a40f44c46 (patch)
tree8932e2a94661a53ddbd1e2541b792e149b90a9da
parentb1b30e698a522b62d1dd21b8f4c59fd17c707cc0 (diff)
downloadpoky-fc05d6187895a3b8e51ccb84e5232c6a40f44c46.tar.gz
clutter-*: Updates to work with clutter 0.8 and later svn
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5050 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/clutter/clutter-box2d_svn.bb3
-rw-r--r--meta/packages/clutter/clutter-cairo/enable_examples.patch14
-rw-r--r--meta/packages/clutter/clutter-cairo_svn.bb2
-rw-r--r--meta/packages/clutter/clutter-gst_svn.bb4
-rw-r--r--meta/packages/clutter/clutter_svn.bb4
5 files changed, 12 insertions, 15 deletions
diff --git a/meta/packages/clutter/clutter-box2d_svn.bb b/meta/packages/clutter/clutter-box2d_svn.bb
index 0eda690a6c..f241622a50 100644
--- a/meta/packages/clutter/clutter-box2d_svn.bb
+++ b/meta/packages/clutter/clutter-box2d_svn.bb
@@ -3,8 +3,7 @@ require clutter-box2d.inc
3PV = "0.0+svnr${SRCREV}" 3PV = "0.0+svnr${SRCREV}"
4PR = "r3" 4PR = "r3"
5 5
6SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \ 6SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http"
7 file://clutter08.patch;patch=1 "
8 7
9S = "${WORKDIR}/${PN}" 8S = "${WORKDIR}/${PN}"
10 9
diff --git a/meta/packages/clutter/clutter-cairo/enable_examples.patch b/meta/packages/clutter/clutter-cairo/enable_examples.patch
index c1cddf6841..c5ed63ff12 100644
--- a/meta/packages/clutter/clutter-cairo/enable_examples.patch
+++ b/meta/packages/clutter/clutter-cairo/enable_examples.patch
@@ -5,18 +5,18 @@
5 5
6Index: clutter-cairo/examples/Makefile.am 6Index: clutter-cairo/examples/Makefile.am
7=================================================================== 7===================================================================
8--- clutter-cairo.orig/examples/Makefile.am 2007-07-10 00:25:03.000000000 +0100 8--- clutter-cairo.orig/examples/Makefile.am 2008-08-11 16:30:04.000000000 +0100
9+++ clutter-cairo/examples/Makefile.am 2007-07-10 12:06:49.000000000 +0100 9+++ clutter-cairo/examples/Makefile.am 2008-08-11 16:30:24.000000000 +0100
10@@ -1,4 +1,4 @@ 10@@ -1,4 +1,4 @@
11-noinst_PROGRAMS = clock flowers 11-noinst_PROGRAMS = clock flowers bubbles
12+bin_PROGRAMS = clock flowers 12+bin_PROGRAMS = clock flowers bubbles
13 13
14 INCLUDES = -I$(top_srcdir)/ @GCC_FLAGS@ @DEPS_CFLAGS@ 14 INCLUDES = -I$(top_srcdir)/ @GCC_FLAGS@ @DEPS_CFLAGS@
15 LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la 15 AM_LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la
16Index: clutter-cairo/examples/flowers.c 16Index: clutter-cairo/examples/flowers.c
17=================================================================== 17===================================================================
18--- clutter-cairo.orig/examples/flowers.c 2007-07-10 12:30:44.000000000 +0100 18--- clutter-cairo.orig/examples/flowers.c 2008-08-11 16:30:04.000000000 +0100
19+++ clutter-cairo/examples/flowers.c 2007-07-10 12:30:51.000000000 +0100 19+++ clutter-cairo/examples/flowers.c 2008-08-11 16:30:10.000000000 +0100
20@@ -11,7 +11,7 @@ 20@@ -11,7 +11,7 @@
21 21
22 #define PETAL_MIN 20 22 #define PETAL_MIN 20
diff --git a/meta/packages/clutter/clutter-cairo_svn.bb b/meta/packages/clutter/clutter-cairo_svn.bb
index 3d71bb2b73..1084c1cc16 100644
--- a/meta/packages/clutter/clutter-cairo_svn.bb
+++ b/meta/packages/clutter/clutter-cairo_svn.bb
@@ -1,6 +1,6 @@
1require clutter-cairo.inc 1require clutter-cairo.inc
2 2
3PV = "0.4.0+svnr${SRCREV}" 3PV = "0.8.0+svnr${SRCREV}"
4 4
5SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \ 5SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
6 file://enable_examples.patch;patch=1" 6 file://enable_examples.patch;patch=1"
diff --git a/meta/packages/clutter/clutter-gst_svn.bb b/meta/packages/clutter/clutter-gst_svn.bb
index b4d41d6830..8ef87236f7 100644
--- a/meta/packages/clutter/clutter-gst_svn.bb
+++ b/meta/packages/clutter/clutter-gst_svn.bb
@@ -1,8 +1,6 @@
1require clutter-gst.inc 1require clutter-gst.inc
2 2
3DEFAULT_PREFERENCE = "-1" 3PV = "0.8.0+svnr${SRCREV}"
4
5PV = "0.5.0+svnr${SRCREV}"
6 4
7SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \ 5SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
8 file://autofoo.patch;patch=1" 6 file://autofoo.patch;patch=1"
diff --git a/meta/packages/clutter/clutter_svn.bb b/meta/packages/clutter/clutter_svn.bb
index 83b5ae40cf..cf88871ae0 100644
--- a/meta/packages/clutter/clutter_svn.bb
+++ b/meta/packages/clutter/clutter_svn.bb
@@ -1,7 +1,7 @@
1require clutter.inc 1require clutter.inc
2 2
3PV = "0.7.0+svnr${SRCREV}" 3PV = "0.8.0+svnr${SRCREV}"
4PR = "r6" 4PR = "r0"
5 5
6SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \ 6SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \
7 file://enable_tests.patch;patch=1;maxrev=2989 \ 7 file://enable_tests.patch;patch=1;maxrev=2989 \