diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2022-02-07 01:08:23 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-08 14:20:18 +0000 |
| commit | 1dfdf2bb92270982682312e893f939e78ef7eb53 (patch) | |
| tree | d5e0b8756b91de351f2a3607fa124ee35a379669 /meta/recipes-multimedia/gstreamer/gst-devtools_1.18.5.bb | |
| parent | 1d89e68c2213f7b7b0f2f46a7b183f799f0b8336 (diff) | |
| download | poky-1dfdf2bb92270982682312e893f939e78ef7eb53.tar.gz | |
gst-devtools: upgrade 1.18.5 -> 1.20.0
- Add new meson options
(From OE-Core rev: 0b00410161e3a0d3c9a9631ae3544f42e36cc1b7)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-devtools_1.18.5.bb')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-devtools_1.18.5.bb | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.5.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.5.bb deleted file mode 100644 index 1b46b89cb9..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.5.bb +++ /dev/null | |||
| @@ -1,49 +0,0 @@ | |||
| 1 | SUMMARY = "Gstreamer validation tool" | ||
| 2 | DESCRIPTION = "A Tool to test GStreamer components" | ||
| 3 | HOMEPAGE = "https://gstreamer.freedesktop.org/documentation/gst-devtools/index.html" | ||
| 4 | SECTION = "multimedia" | ||
| 5 | |||
| 6 | LICENSE = "LGPLv2.1" | ||
| 7 | LIC_FILES_CHKSUM = "file://validate/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
| 8 | |||
| 9 | #S = "${WORKDIR}/gst-devtools-${PV}" | ||
| 10 | |||
| 11 | SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}.tar.xz \ | ||
| 12 | file://0001-connect-has-a-different-signature-on-musl.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | SRC_URI[sha256sum] = "fecffc86447daf5c2a06843c757a991d745caa2069446a0d746e99b13f7cb079" | ||
| 16 | |||
| 17 | DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" | ||
| 18 | RRECOMMENDS:${PN} = "git" | ||
| 19 | |||
| 20 | FILES:${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*" | ||
| 21 | |||
| 22 | inherit meson pkgconfig gettext upstream-version-is-even gobject-introspection | ||
| 23 | |||
| 24 | # TODO: put this in a gettext.bbclass patch | ||
| 25 | def gettext_oemeson(d): | ||
| 26 | if d.getVar('USE_NLS') == 'no': | ||
| 27 | return '-Dnls=disabled' | ||
| 28 | # Remove the NLS bits if USE_NLS is no or INHIBIT_DEFAULT_DEPS is set | ||
| 29 | if d.getVar('INHIBIT_DEFAULT_DEPS') and not oe.utils.inherits(d, 'cross-canadian'): | ||
| 30 | return '-Dnls=disabled' | ||
| 31 | return '-Dnls=enabled' | ||
| 32 | |||
| 33 | EXTRA_OEMESON += " \ | ||
| 34 | -Ddoc=disabled \ | ||
| 35 | -Ddebug_viewer=disabled \ | ||
| 36 | -Dtests=disabled \ | ||
| 37 | -Dvalidate=enabled \ | ||
| 38 | ${@gettext_oemeson(d)} \ | ||
| 39 | " | ||
| 40 | |||
| 41 | do_install:append () { | ||
| 42 | for fn in ${bindir}/gst-validate-launcher \ | ||
| 43 | ${libdir}/gst-validate-launcher/python/launcher/config.py; do | ||
| 44 | sed -i -e 's,${B},/usr/src/debug/${PN},g' -e 's,${S},/usr/src/debug/${PN},g' ${D}$fn | ||
| 45 | done | ||
| 46 | } | ||
| 47 | |||
| 48 | GIR_MESON_ENABLE_FLAG = "enabled" | ||
| 49 | GIR_MESON_DISABLE_FLAG = "disabled" | ||
