From: Peter Kjellerstedt <pkj@axis.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCHv2 04/10] gstreamer1.0-plugins-bad: upgrade 1.26.9 -> 1.28.0
Date: Wed, 8 Apr 2026 05:20:17 +0200 [thread overview]
Message-ID: <20260408032023.1810147-4-pkj@axis.com> (raw)
In-Reply-To: <20260408032023.1810147-1-pkj@axis.com>
From: Wang Mingyu <wangmy@fujitsu.com>
* The closedcaption plugin no longer depends on cairo and pango.
* Explicitly disable new plugins that require external dependencies:
* hip
* mpeghdec
* tflite
* tflite-edgetpu
* tflite-vsi
* vmaf
* wpe2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
PATCHv2: Removed dependencies from closedcaption PACKAGECONFIG,
and disabled new plugins that require external dependencies.
...d_1.26.9.bb => gstreamer1.0-plugins-bad_1.28.0.bb} | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.26.9.bb => gstreamer1.0-plugins-bad_1.28.0.bb} (96%)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.0.bb
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.0.bb
index 4a9cb37dd8..fcab4594ad 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.0.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
file://0002-avoid-including-sys-poll.h-directly.patch \
file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
"
-SRC_URI[sha256sum] = "a96bfb68c53a7c9ab1ae279eac7c101f4204fb5c0e4729683b2be64261707446"
+SRC_URI[sha256sum] = "32d825041e5775fc9bf9e8c38e3a5c46c1441eee67f8112572450a9c23c835f0"
S = "${UNPACKDIR}/gst-plugins-bad-${PV}"
@@ -38,7 +38,7 @@ PACKAGECONFIG[assrender] = "-Dassrender=enabled,-Dassrender=disabled,libas
PACKAGECONFIG[avtp] = "-Davtp=enabled,-Davtp=disabled,libavtp"
PACKAGECONFIG[bluez] = "-Dbluez=enabled,-Dbluez=disabled,bluez5"
PACKAGECONFIG[bz2] = "-Dbz2=enabled,-Dbz2=disabled,bzip2"
-PACKAGECONFIG[closedcaption] = "-Dclosedcaption=enabled,-Dclosedcaption=disabled,pango cairo"
+PACKAGECONFIG[closedcaption] = "-Dclosedcaption=enabled,-Dclosedcaption=disabled,"
PACKAGECONFIG[curl] = "-Dcurl=enabled,-Dcurl=disabled,curl"
PACKAGECONFIG[dash] = "-Ddash=enabled,-Ddash=disabled,libxml2"
PACKAGECONFIG[dc1394] = "-Ddc1394=enabled,-Ddc1394=disabled,libdc1394"
@@ -125,6 +125,7 @@ EXTRA_OEMESON += " \
-Dgme=disabled \
-Dgs=disabled \
-Dgsm=disabled \
+ -Dhip=disabled \
-Diqa=disabled \
-Dladspa=disabled \
-Dldac=disabled \
@@ -133,6 +134,7 @@ EXTRA_OEMESON += " \
-Dmediafoundation=disabled \
-Dmicrodns=disabled \
-Dmpeg2enc=disabled \
+ -Dmpeghdec=disabled \
-Dmplex=disabled \
-Dmusepack=disabled \
-Dnvcodec=disabled \
@@ -146,12 +148,17 @@ EXTRA_OEMESON += " \
-Dspandsp=disabled \
-Dsvthevcenc=disabled \
-Dteletext=disabled \
+ -Dtflite=disabled \
+ -Dtflite-edgetpu=disabled \
+ -Dtflite-vsi=disabled \
+ -Dvmaf=disabled \
-Dwasapi=disabled \
-Dwasapi2=disabled \
-Dwildmidi=disabled \
-Dwinks=disabled \
-Dwinscreencap=disabled \
-Dwpe=disabled \
+ -Dwpe2=disabled \
-Dzxing=disabled \
-Dlcevcdecoder=disabled \
-Dlcevcencoder=disabled \
next prev parent reply other threads:[~2026-04-08 3:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-08 3:20 [PATCHv2 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Peter Kjellerstedt
2026-04-08 3:20 ` [PATCHv2 02/10] gst-examples: " Peter Kjellerstedt
2026-04-08 3:20 ` [PATCHv2 03/10] gstreamer1.0-libav: " Peter Kjellerstedt
2026-04-08 3:20 ` Peter Kjellerstedt [this message]
2026-04-08 3:20 ` [PATCHv2 05/10] gstreamer1.0-plugins-base: " Peter Kjellerstedt
2026-04-08 3:20 ` [PATCHv2 06/10] gstreamer1.0-plugins-good: " Peter Kjellerstedt
2026-04-08 3:20 ` [PATCHv2 07/10] gstreamer1.0-plugins-ugly: " Peter Kjellerstedt
2026-04-08 3:20 ` [PATCHv2 08/10] gstreamer1.0-python: " Peter Kjellerstedt
2026-04-08 3:20 ` [PATCHv2 09/10] gstreamer1.0-rtsp-server: " Peter Kjellerstedt
2026-04-08 3:20 ` [PATCHv2 10/10] gstreamer1.0: " Peter Kjellerstedt
2026-04-08 7:46 ` [OE-core] [PATCHv2 01/10] gst-devtools: " Mathieu Dubois-Briand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260408032023.1810147-4-pkj@axis.com \
--to=pkj@axis.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox