1SUMMARY = "Gst-Shark Tracers"
2DESCRIPTION = "Benchmarks and profiling tools for GStreamer"
3HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=GstShark"
4SECTION = "multimedia"
5LICENSE = "GPL-2.0-or-later"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97"
8
9DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad "
10
11SRCBRANCH ?= "master"
12
13PV = "0.7.3.1"
14
15SRCREV_base = "5413ef5475e5b70476c2480a75ca3746d91d4caf"
16SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
17SRCREV_FORMAT = "base_common"
18SRC_URI = " \
19    git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \
20    git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common;;branch=master \
21    file://0001-tracers-Fix-buffer-overflow.patch \
22    "
23
24S = "${WORKDIR}/git"
25
26EXTRA_OECONF += " \
27       --disable-graphviz \
28       --enable-gtk-doc=no \
29"
30
31FILES:${PN} += "\
32       ${libdir}/gstreamer-1.0/libgstsharktracers.so  \
33       ${libdir}/gstreamer-1.0/libgstsharktracers.la \
34"
35
36inherit autotools gettext pkgconfig
37