1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Joshua Lock
2011-11-01 14:29:55 -07:00
committed by Richard Purdie
parent 22fcc7c2b0
commit 65ce67a64e
2 changed files with 37 additions and 0 deletions
@@ -0,0 +1,22 @@
require recipes-graphics/clutter/clutter-gst.inc
PR = "r0"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4"
DEPENDS += "clutter-1.8 gstreamer"
RDEPENDS_${PN} += "gst-meta-base"
SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.4/clutter-gst-${PV}.tar.bz2 \
file://enable_tests-1.8.patch"
S = "${WORKDIR}/clutter-gst-${PV}"
SRC_URI[md5sum] = "fd6b2a54f43d04382748e9e4d8a335c5"
SRC_URI[sha256sum] = "b0e7ff76ee14307b6d26856972ec9e718f62aec2bc8807fb3f2960e508e578b5"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
}
@@ -0,0 +1,15 @@
Install example binary needed for poky-image-clutter
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Index: clutter-gst-1.3.8/examples/Makefile.am
===================================================================
--- clutter-gst-1.3.8.orig/examples/Makefile.am
+++ clutter-gst-1.3.8/examples/Makefile.am
@@ -1,6 +1,6 @@
NULL = #
-noinst_PROGRAMS = video-player video-sink video-sink-navigation
+bin_PROGRAMS = video-player video-sink video-sink-navigation
INCLUDES = -I$(top_srcdir) \
$(MAINTAINER_CFLAGS) \