summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb')
-rw-r--r--meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb
new file mode 100644
index 000000000..b6cdc4f14
--- /dev/null
+++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines"
2HOMEPAGE = "https://github.com/kirushyk/gst-instruments"
3SECTION = "multimedia"
4
5LICENSE = "LGPL-3.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
7
8SRC_URI = "https://github.com/kirushyk/gst-instruments/archive/${PV}.tar.gz"
9
10SRC_URI[md5sum] = "14a394dec25642848b17f9999f1b4999"
11SRC_URI[sha256sum] = "5565658a33ff9596946541304fbdd3b3683dbb82171a0e6ce56f42b64a01e58d"
12
13S = "${WORKDIR}/gst-instruments-${PV}"
14
15FILES_${PN} += "${libdir}/*"
16
17INSANE_SKIP_${PN} = "dev-so"
18
19DEPENDS = "gstreamer1.0"
20
21inherit autotools pkgconfig
22