blob: 2e0aae648decfda8118cb49c69b186795a936072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SUMMARY = "GStreamer Perf 1.0"
DESCRIPTION = "GStreamer element to measure fps and performance"
HOMEPAGE = "https://github.com/RidgeRun/gst-perf-autotools"
SECTION = "multimedia"
LICENSE = "LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5f30f0716dfdd0d91eb439ebec522ec2"
inherit autotools pkgconfig gettext
DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
SRCBRANCH ?= "master"
SRCREV ?= "d50ddc4a8c0dedd4f2de77d7f3f570548a1a0d76"
SRC_URI = "git://github.com/RidgeRun/gst-perf.git;protocol=https;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"
FILES:${PN} += "${libdir}/gstreamer-1.0/libgstperf.so"
|