Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines" |
| 2 | HOMEPAGE = "https://github.com/kirushyk/gst-instruments" |
| 3 | SECTION = "multimedia" |
| 4 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 5 | LICENSE = "LGPL-3.0-only" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 7 | DEPENDS = "gstreamer1.0" |
Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 8 | SRCREV = "cb8977a6711657e32853159cd539d1d75fcbc772" |
| 9 | PV = "0.3.1+git${SRCPV}" |
| 10 | |
| 11 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;branch=master" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 12 | |
| 13 | S = "${WORKDIR}/git" |
Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 14 | |
| 15 | inherit vala meson pkgconfig |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 16 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 17 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" |
| 18 | FILES:${PN} += "${libdir}/*" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 19 | |
Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 20 | INSANE_SKIP:${PN}-dev = "dev-elf" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 21 | |
Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 22 | PACKAGECONFIG ??= "ui" |
| 23 | PACKAGECONFIG[ui] = "-Dui=enabled,-Dui=disabled,gtk+3" |