From 64d5038c1b36a8e2bc96ffb9f8ccfea0dec473d8 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 19 Apr 2011 15:40:26 -0700 Subject: clutter-1.6: update to 1.6.14 Signed-off-by: Joshua Lock --- .../recipes-graphics/clutter/clutter-1.6_1.6.14.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb (limited to 'meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb') diff --git a/meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb b/meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb new file mode 100644 index 000000000..ab9e0e056 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb @@ -0,0 +1,25 @@ +require recipes-graphics/clutter/clutter.inc + +PR = "r0" + +# Internal json-glib was removed in Clutter 1.5.2 +STDDEPENDS += "json-glib" + +PACKAGES =+ "${PN}-examples" +FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" + +SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \ + file://enable_tests-1.4.patch" + +LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" +S = "${WORKDIR}/clutter-${PV}" + +BASE_CONF += "--disable-introspection" + +do_configure_prepend () { + # Disable DOLT + sed -i -e 's/^DOLT//' ${S}/configure.ac +} + +SRC_URI[md5sum] = "1da9f983115f9bd28b0be8176e53fe36" +SRC_URI[sha256sum] = "0564e57ca8eb24e76014627c0bb28a80a6c01b620ba14bc4198365562549576d" -- cgit v1.2.3