Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "GStreamer integration library for Clutter" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 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." |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 5 | HOMEPAGE = "http://www.clutter-project.org/" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 6 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/clutter-gst/-/issues" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 7 | LICENSE = "LGPLv2+" |
| 8 | |
Brad Bishop | 6dbb316 | 2019-11-25 09:41:34 -0500 | [diff] [blame] | 9 | inherit clutter features_check upstream-version-is-even gobject-introspection |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 10 | # depends on clutter-1.0 which depends on cogl-1.0 |
| 11 | REQUIRED_DISTRO_FEATURES ?= "opengl" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 12 | |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 13 | export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" |
| 14 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" |
| 16 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 17 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 18 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" |
| 19 | PACKAGES =+ "${PN}-examples" |
| 20 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 21 | FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" |
| 22 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 23 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" |