Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Gstreamer validation tool" |
| 2 | DESCRIPTION = "A Tool to test GStreamer components" |
| 3 | HOMEPAGE = "https://gstreamer.freedesktop.org/releases/gst-validate/1.12.3.html" |
| 4 | SECTION = "multimedia" |
| 5 | |
| 6 | LICENSE = "LGPLv2.1" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
| 8 | |
| 9 | SRC_URI = "https://gstreamer.freedesktop.org/src/${BPN}/${BP}.tar.xz \ |
| 10 | file://0001-connect-has-a-different-signature-on-musl.patch \ |
| 11 | " |
| 12 | SRC_URI[md5sum] = "688f42c52d62e8c5e506df911553fb2c" |
| 13 | SRC_URI[sha256sum] = "4861ccb9326200e74d98007e316b387d48dd49f072e0b78cb9d3303fdecfeeca" |
| 14 | |
| 15 | DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" |
| 16 | RRECOMMENDS_${PN} = "git" |
| 17 | |
| 18 | FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*" |
| 19 | |
| 20 | inherit pkgconfig gettext autotools gobject-introspection gtk-doc upstream-version-is-even |
| 21 | |
| 22 | # With gtk-doc enabled this recipe fails to build, so forcibly disable it: |
| 23 | # WORKDIR/build/docs/validate/gst-validate-scan: line 117: |
| 24 | # WORKDIR/build/docs/validate/.libs/lt-gst-validate-scan: No such file or directory |
| 25 | GTKDOC_ENABLED = "False" |