public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: "Yogesh Tyagi" <yogesh.tyagi@intel.com>
Cc: <ross.burton@arm.com>,
	"openembedded-core" <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH v2] gstreamer1.0-vaapi: remove recipe
Date: Wed, 11 Mar 2026 10:02:49 +0100	[thread overview]
Message-ID: <DGZTY4EQE4LV.DCINR32UPHUC@bootlin.com> (raw)
In-Reply-To: <20260310150155.1692111-1-ross.burton@arm.com>

On Tue Mar 10, 2026 at 4:01 PM CET, Ross Burton via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> gstreamer-vappi has been removed in favour of the va plugin and is no longer
> updated going forward.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/conf/distro/include/maintainers.inc      |  1 -
>  .../gstreamer/gstreamer1.0-vaapi_1.26.9.bb    | 53 -------------------
>  2 files changed, 54 deletions(-)
>  delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.9.bb
>
> diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
> index 3c7fc4974de..c7a646a643e 100644
> --- a/meta/conf/distro/include/maintainers.inc
> +++ b/meta/conf/distro/include/maintainers.inc
> @@ -261,7 +261,6 @@ RECIPE_MAINTAINER:pn-gstreamer1.0-plugins-good = "Unassigned <unassigned@yoctopr
>  RECIPE_MAINTAINER:pn-gstreamer1.0-plugins-ugly = "Unassigned <unassigned@yoctoproject.org>"
>  RECIPE_MAINTAINER:pn-gstreamer1.0-python = "Unassigned <unassigned@yoctoproject.org>"
>  RECIPE_MAINTAINER:pn-gstreamer1.0-rtsp-server = "Unassigned <unassigned@yoctoproject.org>"
> -RECIPE_MAINTAINER:pn-gstreamer1.0-vaapi = "Unassigned <unassigned@yoctoproject.org>"
>  RECIPE_MAINTAINER:pn-gtk+3 = "Ross Burton <ross.burton@arm.com>"
>  RECIPE_MAINTAINER:pn-gtk-doc = "Unassigned <unassigned@yoctoproject.org>"
>  RECIPE_MAINTAINER:pn-gtk4 = "Markus Volk <f_l_k@t-online.de>"
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.9.bb
> deleted file mode 100644
> index dc5055bb0c7..00000000000
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.9.bb
> +++ /dev/null
> @@ -1,53 +0,0 @@
> -SUMMARY = "VA-API support to GStreamer"
> -HOMEPAGE = "https://gstreamer.freedesktop.org/"
> -DESCRIPTION = "gstreamer-vaapi consists of a collection of VA-API \
> -based plugins for GStreamer and helper libraries: `vaapidecode', \
> -`vaapiconvert', and `vaapisink'."
> -
> -REALPN = "gstreamer-vaapi"
> -
> -LICENSE = "LGPL-2.1-or-later"
> -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
> -
> -SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz"
> -
> -SRC_URI[sha256sum] = "bf989040404515dc9b042f4fdc49ff33a6dccf49d544736150e967b42665598e"
> -
> -S = "${UNPACKDIR}/${REALPN}-${PV}"
> -DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
> -
> -inherit meson pkgconfig features_check upstream-version-is-even
> -
> -REQUIRED_DISTRO_FEATURES ?= "opengl"
> -
> -EXTRA_OEMESON += " \
> -    -Ddoc=disabled \
> -    -Dexamples=disabled \
> -    -Dtests=enabled \
> -"
> -
> -PACKAGES =+ "${PN}-tests"
> -
> -# OpenGL packageconfig factored out to make it easy for distros
> -# and BSP layers to pick either glx, egl, or no GL. By default,
> -# try detecting X11 first, and if found (with OpenGL), use GLX,
> -# otherwise try to check if EGL can be used.
> -PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', \
> -                        bb.utils.contains('DISTRO_FEATURES',     'opengl', 'egl', \
> -                                                                       '', d), d)}"
> -
> -PACKAGECONFIG ??= "drm encoders \
> -                   ${PACKAGECONFIG_GL} \
> -                   ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}"
> -
> -PACKAGECONFIG[drm] = "-Ddrm=enabled,-Ddrm=disabled,udev libdrm"
> -PACKAGECONFIG[egl] = "-Degl=enabled,-Degl=disabled,virtual/egl"
> -PACKAGECONFIG[encoders] = "-Dencoders=enabled,-Dencoders=disabled"
> -PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,virtual/libgl"
> -PACKAGECONFIG[wayland] = "-Dwayland=enabled,-Dwayland=disabled,wayland-native wayland wayland-protocols"
> -PACKAGECONFIG[x11] = "-Dx11=enabled,-Dx11=disabled,virtual/libx11 libxrandr libxrender"
> -
> -FILES:${PN} += "${libdir}/gstreamer-*/*.so"
> -FILES:${PN}-dbg += "${libdir}/gstreamer-*/.debug"
> -FILES:${PN}-dev += "${libdir}/gstreamer-*/*.a"
> -FILES:${PN}-tests = "${bindir}/*"

Hi Yogesh,

Just a quick note: this patch will break some meta-intel builds. Once
merged, it will require some changes on your side:

ERROR: Nothing RPROVIDES 'gstreamer1.0-vaapi' (but /srv/pokybuild/yocto-worker/meta-intel/build/layers/openembedded-core/meta/recipes-sato/images/core-image-sato.bb, /srv/pokybuild/yocto-worker/meta-intel/build/layers/openembedded-core/meta/recipes-sato/images/core-image-sato-sdk.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'gstreamer1.0-vaapi' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-vaapi']

https://autobuilder.yoctoproject.org/valkyrie/#/builders/41/builds/3175

Thanks,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



      reply	other threads:[~2026-03-11  9:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-10 15:01 [PATCH v2] gstreamer1.0-vaapi: remove recipe Ross Burton
2026-03-11  9:02 ` Mathieu Dubois-Briand [this message]

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=DGZTY4EQE4LV.DCINR32UPHUC@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@arm.com \
    --cc=yogesh.tyagi@intel.com \
    /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