- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
35 lines
1.0 KiB
BlitzBasic
35 lines
1.0 KiB
BlitzBasic
SUMMARY = "Gst-Shark Tracers"
|
|
DESCRIPTION = "Benchmarks and profiling tools for GStreamer"
|
|
HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=GstShark"
|
|
SECTION = "multimedia"
|
|
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97"
|
|
|
|
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad "
|
|
|
|
SRCBRANCH ?= "master"
|
|
|
|
SRCREV = "09ba05865dacd2824b5b40ab75a4b9545fcc1366"
|
|
SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
|
|
SRCREV_FORMAT = "default_common"
|
|
SRC_URI = " \
|
|
git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH} \
|
|
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;branch=master;destsuffix=git/common;name=common \
|
|
file://0001-tracers-Fix-buffer-overflow.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OECONF += " \
|
|
--disable-graphviz \
|
|
--enable-gtk-doc=no \
|
|
"
|
|
|
|
FILES:${PN} += "\
|
|
${libdir}/gstreamer-1.0/libgstsharktracers.so \
|
|
${libdir}/gstreamer-1.0/libgstsharktracers.la \
|
|
"
|
|
|
|
inherit autotools gettext pkgconfig gtk-doc
|