diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb | 16 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst.inc | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb b/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb new file mode 100644 index 0000000000..d787b8001e --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | require clutter-gst.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
4 | file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4" | ||
5 | |||
6 | DEPENDS += "clutter-1.6" | ||
7 | |||
8 | SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \ | ||
9 | file://enable_tests.patch" | ||
10 | |||
11 | S = "${WORKDIR}/clutter-gst-${PV}" | ||
12 | |||
13 | do_configure_prepend () { | ||
14 | # Disable DOLT | ||
15 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
16 | } | ||
diff --git a/meta/recipes-graphics/clutter/clutter-gst.inc b/meta/recipes-graphics/clutter/clutter-gst.inc index 614c62d525..702424b4e3 100644 --- a/meta/recipes-graphics/clutter/clutter-gst.inc +++ b/meta/recipes-graphics/clutter/clutter-gst.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter GStreamer" | |||
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPLv2+" |
4 | 4 | ||
5 | DEPENDS = "clutter-1.4 gstreamer gst-plugins-base" | 5 | DEPENDS = "gstreamer gst-plugins-base" |
6 | 6 | ||
7 | FILESPATH = "${FILE_DIRNAME}/clutter-gst" | 7 | FILESPATH = "${FILE_DIRNAME}/clutter-gst" |
8 | 8 | ||