mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
clutter-gst: add 1.3.6 for use with clutter 1.6
The inc file should be usable across clutter versions, plus this is already set in the clutter-box2d-1.4_git.bb recipe (From OE-Core rev: 8fcd08b7ec1dbf1087e8f2c79830cec8238398bf) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c35a59bd19
commit
077f96a6ed
@@ -0,0 +1,16 @@
|
|||||||
|
require clutter-gst.inc
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
|
||||||
|
file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4"
|
||||||
|
|
||||||
|
DEPENDS += "clutter-1.6"
|
||||||
|
|
||||||
|
SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \
|
||||||
|
file://enable_tests.patch"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/clutter-gst-${PV}"
|
||||||
|
|
||||||
|
do_configure_prepend () {
|
||||||
|
# Disable DOLT
|
||||||
|
sed -i -e 's/^DOLT//' ${S}/configure.ac
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter GStreamer"
|
|||||||
HOMEPAGE = "http://www.clutter-project.org/"
|
HOMEPAGE = "http://www.clutter-project.org/"
|
||||||
LICENSE = "LGPLv2+"
|
LICENSE = "LGPLv2+"
|
||||||
|
|
||||||
DEPENDS = "clutter-1.4 gstreamer gst-plugins-base"
|
DEPENDS = "gstreamer gst-plugins-base"
|
||||||
|
|
||||||
FILESPATH = "${FILE_DIRNAME}/clutter-gst"
|
FILESPATH = "${FILE_DIRNAME}/clutter-gst"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user