Bump buildroot to 2019.02
This commit is contained in:
13
bsp/buildroot/package/gstreamer1/gst1-shark/Config.in
Normal file
13
bsp/buildroot/package/gstreamer1/gst1-shark/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_GST1_SHARK
|
||||
bool "gst1-shark"
|
||||
select BR2_PACKAGE_GSTREAMER1_CHECK
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP
|
||||
select BR2_PACKAGE_GSTREAMER1_GST_DEBUG # gst_debug_log_valist, GST_CAT_STATES
|
||||
help
|
||||
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://github.com/RidgeRun/gst-shark
|
||||
@@ -0,0 +1,5 @@
|
||||
# locally computed hash
|
||||
sha256 35c56b89c10f42c623f5831f9533e1b9dcab8946eff0e4000bf3137bad5c705a gst1-shark-v0.5.5.tar.gz
|
||||
|
||||
# Hashes for license files:
|
||||
sha256 6d191b8f1fa03cabced18b8e48fddbf960a19f965bed8491e76ed62238f92f0b COPYING
|
||||
19
bsp/buildroot/package/gstreamer1/gst1-shark/gst1-shark.mk
Normal file
19
bsp/buildroot/package/gstreamer1/gst1-shark/gst1-shark.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user