diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-01 14:29:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 14:32:54 +0000 |
commit | 65ce67a64ea0494e388b7f53275c70df71d06a6b (patch) | |
tree | bb08b759bad73f5774d04b3687335091bc19e489 /meta/recipes-graphics/clutter | |
parent | 22fcc7c2b0c65859ef35a08327762127abdc4d50 (diff) | |
download | poky-65ce67a64ea0494e388b7f53275c70df71d06a6b.tar.gz |
clutter-gst-1.8: add 1.4.2 for use with clutter 1.8
(From OE-Core rev: acca04830aad1368f0a5cc2f48302cf272731174)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb | 22 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb | 15 |
2 files changed, 37 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb b/meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb new file mode 100644 index 0000000000..54b1fc119e --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | require recipes-graphics/clutter/clutter-gst.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
6 | file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4" | ||
7 | |||
8 | DEPENDS += "clutter-1.8 gstreamer" | ||
9 | RDEPENDS_${PN} += "gst-meta-base" | ||
10 | |||
11 | SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.4/clutter-gst-${PV}.tar.bz2 \ | ||
12 | file://enable_tests-1.8.patch" | ||
13 | |||
14 | S = "${WORKDIR}/clutter-gst-${PV}" | ||
15 | |||
16 | SRC_URI[md5sum] = "fd6b2a54f43d04382748e9e4d8a335c5" | ||
17 | SRC_URI[sha256sum] = "b0e7ff76ee14307b6d26856972ec9e718f62aec2bc8807fb3f2960e508e578b5" | ||
18 | |||
19 | do_configure_prepend () { | ||
20 | # Disable DOLT | ||
21 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
22 | } | ||
diff --git a/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb b/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb new file mode 100644 index 0000000000..35e60ca76f --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | Install example binary needed for poky-image-clutter | ||
2 | |||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
4 | Index: clutter-gst-1.3.8/examples/Makefile.am | ||
5 | =================================================================== | ||
6 | --- clutter-gst-1.3.8.orig/examples/Makefile.am | ||
7 | +++ clutter-gst-1.3.8/examples/Makefile.am | ||
8 | @@ -1,6 +1,6 @@ | ||
9 | NULL = # | ||
10 | |||
11 | -noinst_PROGRAMS = video-player video-sink video-sink-navigation | ||
12 | +bin_PROGRAMS = video-player video-sink video-sink-navigation | ||
13 | |||
14 | INCLUDES = -I$(top_srcdir) \ | ||
15 | $(MAINTAINER_CFLAGS) \ | ||