23 lines
735 B
BlitzBasic
23 lines
735 B
BlitzBasic
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] = "98aeed6baa7b3a80f10e7733080eb088"
|
|
SRC_URI[sha256sum] = "54e2966e507563bd3f123a4e25780c2487f854c6cc3df3bedc8c6b5eb45e9769"
|
|
|
|
do_configure_prepend () {
|
|
# Disable DOLT
|
|
sed -i -e 's/^DOLT//' ${S}/configure.ac
|
|
}
|