blob: 788002175531f63bfd55fe8f492269ed45125a73 [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001SUMMARY = "GStreamer integration library for Clutter"
2DESCRIPTION = "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."
5HOMEPAGE = "http://www.clutter-project.org/"
6BUGTRACKER = "https://gitlab.gnome.org/GNOME/clutter-gst/-/issues"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007LICENSE = "LGPL-2.0-or-later"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07008
9inherit clutter features_check upstream-version-is-even gobject-introspection
10# depends on clutter-1.0 which depends on cogl-1.0
11REQUIRED_DISTRO_FEATURES ?= "opengl"
12
13export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
14
15SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
16
17DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev"
Patrick Williams213cb262021-08-07 19:21:33 -050018RDEPENDS:${PN} += "gstreamer1.0-meta-base"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070019PACKAGES =+ "${PN}-examples"
20
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:${PN} += "${libdir}/gstreamer-1.0/lib*.so"
22FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
23FILES:${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"