clutter-gst-3.0.inc 776 B

12345678910111213141516171819
  1. SUMMARY = "GStreamer integration library for Clutter"
  2. HOMEPAGE = "http://www.clutter-project.org/"
  3. LICENSE = "LGPLv2+"
  4. inherit clutter features_check upstream-version-is-even gobject-introspection
  5. # depends on clutter-1.0 which depends on cogl-1.0
  6. REQUIRED_DISTRO_FEATURES ?= "opengl"
  7. export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
  8. SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
  9. DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev"
  10. RDEPENDS_${PN} += "gstreamer1.0-meta-base"
  11. PACKAGES =+ "${PN}-examples"
  12. FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so"
  13. FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
  14. FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"