mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
gst-editing-services: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
12fb09281f
commit
6147241ebe
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
SUMMARY = "Gstreamer editing services"
|
||||
HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-editing-services/"
|
||||
|
||||
LICENSE = "GPL-2.0-on-later & LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
|
||||
file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d"
|
||||
|
||||
DEPENDS = "flex-native gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad python3-pygobject"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
GIR_MESON_OPTION = ""
|
||||
|
||||
inherit meson pkgconfig upstream-version-is-even gobject-introspection features_check bash-completion
|
||||
|
||||
EXTRA_OEMESON = "-Dvalidate=disabled"
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "5fd896de69fbe24421eb6b0ff8d2f8b4c3cba3f3025ceacd302172f39a8abaa2"
|
||||
|
||||
PACKAGES += "gst-validate-launcher libges"
|
||||
|
||||
FILES:gst-validate-launcher = "${nonarch_libdir}/gst-validate-launcher ${datadir}/gstreamer-1.0/validate"
|
||||
FILES:libges = "${libdir}/gstreamer-1.0/*.so"
|
||||
Loading…
Reference in New Issue
Block a user