9b7b7cbac6
GstShark leverages GStreamers newest instrumentation subsystem by installing a set of custom hooks to the trace points. A variety of data analytics are extracted and presented to the user in a graphical, friendly way. https://developer.ridgerun.com/wiki/index.php?title=GstShark https://github.com/RidgeRun/gst-shark Signed-off-by: Chris Packham <judge.packham@gmail.com> Cc: Wolfgang Grandegger <wg@grandegger.com> Cc: João Victor Oliveira <jv.oliveirag@gmail.com> Cc: Adam Duskett <aduskett@gmail.com> Cc: Igor Miranda <igorcmiranda3110@gmail.com> [Thomas: - fix package prompt to be gtk1-shark in Config.in - license is LGPL-2.1+, not LGPL-2.1 - add entry to DEVELOPERS file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
566 B
Makefile
20 lines
566 B
Makefile
################################################################################
|
|
#
|
|
# gst1-shark
|
|
#
|
|
################################################################################
|
|
|
|
GST1_SHARK_VERSION = v0.5.5
|
|
GST1_SHARK_SITE = https://github.com/RidgeRun/gst-shark.git
|
|
GST1_SHARK_SITE_METHOD = git
|
|
GST1_SHARK_GIT_SUBMODULES = YES
|
|
|
|
GST1_SHARK_LICENSE = LGPL-2.1+
|
|
GST1_SHARK_LICENSE_FILES = COPYING
|
|
|
|
GST1_SHARK_AUTORECONF = YES
|
|
GST1_SHARK_DEPENDENCIES = host-pkgconf gstreamer1 gst1-plugins-base
|
|
GST1_SHARK_CONF_OPTS = --disable-graphviz
|
|
|
|
$(eval $(autotools-package))
|