Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame^] | 1 | # Copyright (C) 2022 Khem Raj <raj.khem@gmail.com> |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | |
| 4 | SUMMARY = "Gstreamer editing services" |
| 5 | HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-editing-services/" |
| 6 | |
| 7 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ |
| 9 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d" |
| 10 | |
| 11 | DEPENDS = "flex-native gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad python3-pygobject" |
| 12 | |
| 13 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
| 14 | GIR_MESON_OPTION = "" |
| 15 | |
| 16 | inherit meson pkgconfig upstream-version-is-even gobject-introspection features_check bash-completion |
| 17 | |
| 18 | EXTRA_OEMESON = "-Dvalidate=disabled" |
| 19 | |
| 20 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-${PV}.tar.xz" |
| 21 | SRC_URI[sha256sum] = "363f2b13675877b926b4be5259dbbeea8cc976805b40c871fc254bb8f382017d" |
| 22 | |
| 23 | PACKAGES += "gst-validate-launcher libges" |
| 24 | |
| 25 | FILES:gst-validate-launcher = "${nonarch_libdir}/gst-validate-launcher ${datadir}/gstreamer-1.0/validate" |
| 26 | FILES:libges = "${libdir}/gstreamer-1.0/*.so" |