Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "GStreamer integration library for Clutter" |
| 2 | HOMEPAGE = "http://www.clutter-project.org/" |
| 3 | LICENSE = "LGPLv2+" |
| 4 | |
Brad Bishop | 6dbb316 | 2019-11-25 09:41:34 -0500 | [diff] [blame] | 5 | inherit clutter features_check upstream-version-is-even gobject-introspection |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 6 | # depends on clutter-1.0 which depends on cogl-1.0 |
| 7 | REQUIRED_DISTRO_FEATURES ?= "opengl" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 8 | |
| 9 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" |
| 10 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 11 | 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] | 12 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" |
| 13 | PACKAGES =+ "${PN}-examples" |
| 14 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 15 | FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" |
| 16 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 17 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" |