blob: 9348fc1491929829ba93aebb9ef4c25e69071f46 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Gst-Shark Tracers"
2DESCRIPTION = "Benchmarks and profiling tools for GStreamer"
3HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=GstShark"
4SECTION = "multimedia"
5LICENSE = "GPLv2+"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97"
8
9DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad "
10
11SRCBRANCH ?= "master"
12
Andrew Geisslerac970dd2021-02-12 15:32:45 -060013PV = "0.7.2"
Brad Bishope42b3e32020-01-15 22:08:42 -050014
Andrew Geisslerac970dd2021-02-12 15:32:45 -060015SRCREV_base = "50e3dbd3b131de2a39d3917576e8f834631ec46b"
Brad Bishope42b3e32020-01-15 22:08:42 -050016SRCREV_common = "88e512ca7197a45c4114f7fa993108f23245bf50"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
18SRC_URI = " \
19 git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \
Brad Bishope42b3e32020-01-15 22:08:42 -050020 git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common; \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080021 "
22
23S = "${WORKDIR}/git"
24
Andrew Geisslerac970dd2021-02-12 15:32:45 -060025EXTRA_OECONF += " \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080026 --disable-graphviz \
27 --enable-gtk-doc=no \
28"
29
Patrick Williams213cb262021-08-07 19:21:33 -050030FILES:${PN} += "\
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080031 ${libdir}/gstreamer-1.0/libgstsharktracers.so \
32 ${libdir}/gstreamer-1.0/libgstsharktracers.la \
33"
34
35inherit autotools gettext