diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst-3.0.inc')
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-3.0.inc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc deleted file mode 100644 index 73315c97ec..0000000000 --- a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 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" | ||
| 18 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" | ||
| 19 | PACKAGES =+ "${PN}-examples" | ||
| 20 | |||
| 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" | ||
