blob: 73315c97ec610d19e6a94c5f4d79a8fea07df545 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "GStreamer integration library for Clutter"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "Clutter-Gst is an integration library for using GStreamer with Clutter. \
3It provides a GStreamer sink to upload frames to GL and an actor that \
4implements the ClutterGstPlayer interface using playbin."
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005HOMEPAGE = "http://www.clutter-project.org/"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06006BUGTRACKER = "https://gitlab.gnome.org/GNOME/clutter-gst/-/issues"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007LICENSE = "LGPLv2+"
8
Brad Bishop6dbb3162019-11-25 09:41:34 -05009inherit clutter features_check upstream-version-is-even gobject-introspection
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050010# depends on clutter-1.0 which depends on cogl-1.0
11REQUIRED_DISTRO_FEATURES ?= "opengl"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
Andrew Geissler6ce62a22020-11-30 19:58:47 -060013export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
14
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
16
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050017DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050018RDEPENDS_${PN} += "gstreamer1.0-meta-base"
19PACKAGES =+ "${PN}-examples"
20
Patrick Williamsc124f4f2015-09-15 14:41:29 -050021FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so"
22FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050023FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"