William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 1 | SUMMARY = "GStreamer integration library for Clutter" |
| 2 | DESCRIPTION = "Clutter-Gst is an integration library for using GStreamer with Clutter. \ |
| 3 | It provides a GStreamer sink to upload frames to GL and an actor that \ |
| 4 | implements the ClutterGstPlayer interface using playbin." |
| 5 | HOMEPAGE = "http://www.clutter-project.org/" |
| 6 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/clutter-gst/-/issues" |
| 7 | LICENSE = "LGPLv2+" |
| 8 | |
| 9 | inherit clutter features_check upstream-version-is-even gobject-introspection |
| 10 | # depends on clutter-1.0 which depends on cogl-1.0 |
| 11 | REQUIRED_DISTRO_FEATURES ?= "opengl" |
| 12 | |
| 13 | export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" |
| 14 | |
| 15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" |
| 16 | |
| 17 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 18 | RDEPENDS:${PN} += "gstreamer1.0-meta-base" |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 19 | PACKAGES =+ "${PN}-examples" |
| 20 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 21 | FILES:${PN} += "${libdir}/gstreamer-1.0/lib*.so" |
| 22 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
| 23 | FILES:${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" |