diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-01-24 21:38:21 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-01 22:53:29 +0300 |
commit | 5b6f9eaa395da5ca7a95d7ba47db133035e8ea7d (patch) | |
tree | cdd57168efdd0079ba10a506ef883bffc6eec65f /eclass/gstreamer-meson.eclass | |
parent | dev-util/ruff: new package, add 0.3.5 (diff) | |
download | gentoo-5b6f9eaa395da5ca7a95d7ba47db133035e8ea7d.tar.gz gentoo-5b6f9eaa395da5ca7a95d7ba47db133035e8ea7d.tar.bz2 gentoo-5b6f9eaa395da5ca7a95d7ba47db133035e8ea7d.zip |
media-libs/gstreamer: add 1.22.10, drop 1.22.3 (security)
- eclass / gst-plugins-good: Add "soup" option in the special cases
- gst-plugins-good: Backport fix against tests being enabled on libsoup
presence automagic-style
<https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6058>
Closes: https://bugs.gentoo.org/836163
Closes: https://bugs.gentoo.org/908978
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'eclass/gstreamer-meson.eclass')
-rw-r--r-- | eclass/gstreamer-meson.eclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass index 96ab97f3767b..299a46ab60a1 100644 --- a/eclass/gstreamer-meson.eclass +++ b/eclass/gstreamer-meson.eclass @@ -89,6 +89,12 @@ opencv" hls" fi + # soup in gst-plugins-good is split, can't be properly detected + if grep -q "option('soup'" "${EMESON_SOURCE}"/meson_options.txt ; then + GST_PLUGINS_EXT_DEPS="${GST_PLUGINS_EXT_DEPS} +soup" + fi + # See bug #907483 if grep -q "option('qt5'" "${EMESON_SOURCE}"/meson_options.txt ; then GST_PLUGINS_EXT_DEPS="${GST_PLUGINS_EXT_DEPS} |