From f4559c4cca2a5983cb9df722021991ff75ad2fe5 Mon Sep 17 00:00:00 2001 From: Jonatan Pålsson Date: Mon, 30 Jan 2017 09:11:56 +0100 Subject: gst-instruments: add recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add recipe for gst-instruments. This is a set of utilities used to profile CPU usage of GStreamer pipeline elements. The gst-top utility is used to launch a gstreamer pipeline and record its profile, and the gst-report utility is used to analyze reports gathered by gst-top. Signed-off-by: Jonatan Pålsson Signed-off-by: Oleksandr Kravchuk Signed-off-by: Martin Jansa --- .../gst-instruments/gst-instruments_0.2.3.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb (limited to 'meta-multimedia/recipes-support') diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb new file mode 100644 index 0000000000..b6cdc4f146 --- /dev/null +++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb @@ -0,0 +1,22 @@ +SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines" +HOMEPAGE = "https://github.com/kirushyk/gst-instruments" +SECTION = "multimedia" + +LICENSE = "LGPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" + +SRC_URI = "https://github.com/kirushyk/gst-instruments/archive/${PV}.tar.gz" + +SRC_URI[md5sum] = "14a394dec25642848b17f9999f1b4999" +SRC_URI[sha256sum] = "5565658a33ff9596946541304fbdd3b3683dbb82171a0e6ce56f42b64a01e58d" + +S = "${WORKDIR}/gst-instruments-${PV}" + +FILES_${PN} += "${libdir}/*" + +INSANE_SKIP_${PN} = "dev-so" + +DEPENDS = "gstreamer1.0" + +inherit autotools pkgconfig + -- cgit 1.2.3-korg