[oe-commits] [openembedded-core] 28/46: recipes-multimedia/gstreamer: Add gst-validate recipe

git at git.openembedded.org git at git.openembedded.org
Thu Dec 21 10:22:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 7aa72491465272d056ccb16fc294d640d272d496
Author: Aníbal Limón <anibal.limon at linaro.org>
AuthorDate: Tue Dec 12 11:11:14 2017 -0600

    recipes-multimedia/gstreamer: Add gst-validate recipe
    
    The gst-validate is a tool to run integration tests of Gstreamer
    components [1].
    
    This tool can be used along with gst-integration-testsuites (scenarios
    and media) [2] to test Gstreamer components on the target device.
    
    An example of test using gst-integration-testsuites:
    
    $ gst-validate-launcher --sync # get [2] uses git and git-annex
    $ gst-validate-launcher
    
    or
    
    $ gst-validate-launcher -nd # needs xserver-xorg-xvfb to run wo DISPLAY
    
    [1]
    https://blogs.gnome.org/tsaunier/2014/04/21/gst-validate-a-suite-of-tools-to-run-integration-tests-for-gstreamer-2/
    [2] https://cgit.freedesktop.org/gstreamer/gst-integration-testsuites
    
    Signed-off-by: Aníbal Limón <anibal.limon at linaro.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../gstreamer/gst-validate_1.12.3.bb                   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb
new file mode 100644
index 0000000..8f54376
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Gstreamer validation tool"
+DESCRIPTION = "A Tool to test GStreamer components"
+HOMEPAGE = "https://gstreamer.freedesktop.org/releases/gst-validate/1.12.3.html"
+SECTION = "multimedia"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
+
+SRC_URI = "https://gstreamer.freedesktop.org/src/${BPN}/${BP}.tar.xz"
+SRC_URI[md5sum] = "623edc479a1e5c1e76bd7e1cf8393253"
+SRC_URI[sha256sum] = "5139949d20274fdd702492438eeab2c9e55aa82f60aca17db27ebd3faf08489e"
+
+DEPENDS = "json-glib glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base"
+RRECOMMENDS_${PN} = "git"
+
+FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*"
+
+inherit pkgconfig gettext autotools gobject-introspection gtk-doc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list