From patchwork Thu Apr 24 20:33:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61836 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 668FFC3ABA5 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web11.4196.1745526862773866224 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout02.t-online.de (Postfix) with SMTP id C3D86AD4 for ; Thu, 24 Apr 2025 22:34:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H1-38CNST0; Thu, 24 Apr 2025 22:34:19 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 01/18] gegl: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:49 +0200 Message-ID: <20250424203406.2113462-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526859-1D7F9A5A-261EA8F1/0/0 CLEAN NORMAL X-TOI-MSGID: d8c68ac2-6c27-4511-9c45-ebb2d6d954a7 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117105 Signed-off-by: Markus Volk --- meta-gnome/recipes-gimp/gegl/gegl_0.4.58.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.58.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.58.bb index 380d04603e..290d51add9 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.58.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.58.bb @@ -43,7 +43,7 @@ PACKAGECONFIG[librsvg] = "-Dlibrsvg=enabled,-Dlibrsvg=disabled,librsvg" PACKAGECONFIG[pango] = "-Dpango=enabled -Dpangocairo=enabled,-Dpango=disabled -Dpangocairo=disabled,pango" PACKAGECONFIG[poppler] = "-Dpoppler=enabled,-Dpoppler=disabled,poppler" PACKAGECONFIG[sdl] = "-Dsdl1=enabled,-Dsdl1=disabled,libsdl" -PACKAGECONFIG[sdl2] = "-Dsdl2=enabled,-Dsdl2=disabled,libsdl2" +PACKAGECONFIG[sdl2] = "-Dsdl2=enabled,-Dsdl2=disabled,virtual/libsdl2" PACKAGECONFIG[tiff] = "-Dlibtiff=enabled,-Dlibtiff=disabled,tiff" PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,libwebp" From patchwork Thu Apr 24 20:33:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61825 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0EB42C369D8 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web11.4195.1745526862762126941 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout02.t-online.de (Postfix) with SMTP id C5C75C05 for ; Thu, 24 Apr 2025 22:34:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H1-38CNSU0; Thu, 24 Apr 2025 22:34:19 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 02/18] fluidsynth: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:50 +0200 Message-ID: <20250424203406.2113462-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526860-0B7FDA5A-00D4E074/0/0 CLEAN NORMAL X-TOI-MSGID: 1a23dd55-d46f-4042-8284-b0d6493ac30d List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117100 Signed-off-by: Markus Volk --- .../recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb index 672f4b1449..62900011a1 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb @@ -34,7 +34,7 @@ PACKAGECONFIG[portaudio] = "-Denable-portaudio=ON,-Denable-portaudio=OFF,portaud PACKAGECONFIG[profiling] = "-Denable-profiling=ON,-Denable-profiling=OFF" PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,-Denable-pulseaudio=OFF,pulseaudio" PACKAGECONFIG[readline] = "-Denable-readline=ON,-Denable-readline=OFF,readline" -PACKAGECONFIG[sdl] = "-Denable-sdl2=ON,-Denable-sdl2=OFF,libsdl2" +PACKAGECONFIG[sdl] = "-Denable-sdl2=ON,-Denable-sdl2=OFF,virtual/libsdl2" PACKAGECONFIG[sndfile] = "-Denable-libsndfile=ON,-Denable-libsndfile=OFF,libsndfile1" PACKAGECONFIG[systemd] = "-Denable-systemd=ON,-Denable-systemd=OFF,systemd" From patchwork Thu Apr 24 20:33:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61841 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D0A6C369D7 for ; Thu, 24 Apr 2025 20:34:46 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web11.4209.1745526885909050399 for ; Thu, 24 Apr 2025 13:34:46 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout01.t-online.de (Postfix) with SMTP id C6ECD16DA for ; Thu, 24 Apr 2025 22:34:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H2-38CNSV0; Thu, 24 Apr 2025 22:34:20 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 03/18] libde265: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:51 +0200 Message-ID: <20250424203406.2113462-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526860-977FDA5A-8A64A0A9/0/0 CLEAN NORMAL X-TOI-MSGID: 36229030-7ebb-400e-a505-509628d051c9 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117116 Signed-off-by: Markus Volk --- meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb index 12bdb23354..e9d5107986 100644 --- a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb +++ b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb @@ -16,7 +16,7 @@ S = "${WORKDIR}/git" inherit cmake pkgconfig PACKAGECONFIG ?= "libsdl" -PACKAGECONFIG[libsdl] = "-DENABLE_SDL=ON,-DENABLE_SDL=OFF,libsdl2" +PACKAGECONFIG[libsdl] = "-DENABLE_SDL=ON,-DENABLE_SDL=OFF,virtual/libsdl2" FILES:${PN} += "${libdir}/libde265.so" FILES:${PN}-dev = "${includedir} ${libdir}/cmake ${libdir}/pkgconfig" From patchwork Thu Apr 24 20:33:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61835 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E4F0C369DE for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web11.4197.1745526862778358447 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout02.t-online.de (Postfix) with SMTP id C824ADED for ; Thu, 24 Apr 2025 22:34:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H2-38CNSW0; Thu, 24 Apr 2025 22:34:20 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 04/18] libopenmpt: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:52 +0200 Message-ID: <20250424203406.2113462-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526860-EAFFAA5A-C569E4B4/0/0 CLEAN NORMAL X-TOI-MSGID: 1566124f-c4b1-433c-8083-e0c42d0bbbb2 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117102 Signed-off-by: Markus Volk --- .../recipes-multimedia/libopenmpt/libopenmpt_0.7.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.7.10.bb b/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.7.10.bb index fea15f04ef..f59220d0da 100644 --- a/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.7.10.bb +++ b/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.7.10.bb @@ -36,7 +36,7 @@ PACKAGECONFIG[mpg123] = "--with-mpg123,--without-mpg123,mpg123" PACKAGECONFIG[ogg] = "--with-ogg,--without-ogg,libogg" PACKAGECONFIG[portaudio] = "--with-portaudio,--without-portaudio,portaudio-v19" PACKAGECONFIG[pulseaudio] = "--with-pulseaudio,--without-pulseaudio,pulseaudio" -PACKAGECONFIG[sdl2] = "--with-sdl2,--without-sdl2,libsdl2" +PACKAGECONFIG[sdl2] = "--with-sdl2,--without-sdl2,virtual/libsdl2" PACKAGECONFIG[sndfile] = "--with-sndfile,--without-sndfile,libsndfile1" PACKAGECONFIG[vorbis] = "--with-vorbis,--without-vorbis,libvorbis" PACKAGECONFIG[vorbisfile] = "--with-vorbisfile,--without-vorbisfile,libvorbis" From patchwork Thu Apr 24 20:33:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61842 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67803C369AB for ; Thu, 24 Apr 2025 20:34:46 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web11.4210.1745526885980993327 for ; Thu, 24 Apr 2025 13:34:46 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout01.t-online.de (Postfix) with SMTP id C880F16EE for ; Thu, 24 Apr 2025 22:34:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H2-38CNSX0; Thu, 24 Apr 2025 22:34:20 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 05/18] openal: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:53 +0200 Message-ID: <20250424203406.2113462-5-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526860-2EFFAA5A-FDBAC02B/0/0 CLEAN NORMAL X-TOI-MSGID: 0bd77a51-6047-446c-a6b5-7ce8a7cef937 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117117 Signed-off-by: Markus Volk --- meta-multimedia/recipes-multimedia/openal/openal-soft_1.24.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.24.3.bb b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.24.3.bb index e79efd4697..d57c9b5c64 100644 --- a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.24.3.bb +++ b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.24.3.bb @@ -18,6 +18,6 @@ PACKAGECONFIG[oss] = "-DALSOFT_BACKEND_OSS=ON,-DALSOFT_BACKEND_OSS=OFF" PACKAGECONFIG[pulseaudio] = "-DALSOFT_BACKEND_PULSEAUDIO=ON,-DALSOFT_BACKEND_PULSEAUDIO=OFF,pulseaudio" PACKAGECONFIG[pipewire] = "-DALSOFT_BACKEND_PIPEWIRE=ON,-DALSOFT_BACKEND_PIPEWIRE=OFF,pipewire" PACKAGECONFIG[examples] = "-DALSOFT_EXAMPLES=ON,-DALSOFT_EXAMPLES=OFF" -PACKAGECONFIG[sdl2] = "-DALSOFT_BACKEND_SDL2=ON,-DALSOFT_BACKEND_SDL2=OFF,libsdl2 ffmpeg" +PACKAGECONFIG[sdl2] = "-DALSOFT_BACKEND_SDL2=ON,-DALSOFT_BACKEND_SDL2=OFF,virtual/libsdl2 ffmpeg" FILES:${PN} += "${datadir}" From patchwork Thu Apr 24 20:33:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61837 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E2B1C3ABA3 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web10.4132.1745526862775175050 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout02.t-online.de (Postfix) with SMTP id C9ED8E6E for ; Thu, 24 Apr 2025 22:34:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H2-38CNSY0; Thu, 24 Apr 2025 22:34:20 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 06/18] pipewire: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:54 +0200 Message-ID: <20250424203406.2113462-6-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526860-DFFFCA5A-8CBE22F1/0/0 CLEAN NORMAL X-TOI-MSGID: 9904da01-bdab-4cf7-89a6-99dc56dd939e List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117103 Signed-off-by: Markus Volk --- meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb index 122f8fc4ec..e0141f6c7a 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb @@ -126,7 +126,7 @@ PACKAGECONFIG[raop] = "-Draop=enabled,-Draop=disabled,openssl" # Starting with version 0.3.60, readline usage can be turned off in pw-cli. # If it is disabled, getline() is used as a fallback. PACKAGECONFIG[readline] = "-Dreadline=enabled,-Dreadline=disabled,readline" -PACKAGECONFIG[sdl2] = "-Dsdl2=enabled,-Dsdl2=disabled,libsdl2" +PACKAGECONFIG[sdl2] = "-Dsdl2=enabled,-Dsdl2=disabled,virtual/libsdl2" PACKAGECONFIG[sndfile] = "-Dsndfile=enabled,-Dsndfile=disabled,libsndfile1" PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd" PACKAGECONFIG[systemd-system-service] = "-Dsystemd-system-service=enabled,-Dsystemd-system-service=disabled,systemd" From patchwork Thu Apr 24 20:33:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61828 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27B99C369D9 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.4200.1745526863302045653 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout08.t-online.de (Postfix) with SMTP id CE211133E for ; Thu, 24 Apr 2025 22:34:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H2-38CNSZ0; Thu, 24 Apr 2025 22:34:20 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 07/18] taisei: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:55 +0200 Message-ID: <20250424203406.2113462-7-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526860-297F9A5A-5722F664/0/0 CLEAN NORMAL X-TOI-MSGID: 8f7e7f73-389a-4ec2-a645-f31b7d2e839f List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117108 Signed-off-by: Markus Volk --- .../multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb index 5d368498dc..7c90db9314 100644 --- a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb +++ b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1a11ffd7e1bdd1d3156cecec60a2846f" DEPENDS = "\ cglm \ freetype \ - libsdl2 \ + virtual/libsdl2 \ libwebp \ opusfile \ zstd \ From patchwork Thu Apr 24 20:33:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61826 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0892CC369AB for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.4199.1745526863291588147 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout08.t-online.de (Postfix) with SMTP id 0FB661353 for ; Thu, 24 Apr 2025 22:34:21 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H2-38CNSa0; Thu, 24 Apr 2025 22:34:20 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 08/18] canopenterm: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:56 +0200 Message-ID: <20250424203406.2113462-8-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526860-FCFF6A5A-A06B368E/10/3626336762 SUSPECT URL X-TOI-MSGID: da8bbd3c-3d51-4df8-a2ee-bc7a85797930 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117107 Signed-off-by: Markus Volk --- meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb index b15a363305..dad8e8e8e2 100644 --- a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb @@ -13,7 +13,7 @@ BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474" -DEPENDS = "cjson libinih libsdl2 lua libsocketcan pocketpy" +DEPENDS = "cjson libinih virtual/libsdl2 lua libsocketcan pocketpy" SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" From patchwork Thu Apr 24 20:33:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61829 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28894C369DC for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web10.4135.1745526863430965634 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout08.t-online.de (Postfix) with SMTP id 1182C1354 for ; Thu, 24 Apr 2025 22:34:21 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H2-38CNSb0; Thu, 24 Apr 2025 22:34:20 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 09/18] linuxconsole: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:57 +0200 Message-ID: <20250424203406.2113462-9-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526860-AA7FBA5A-52DAE4EF/0/0 CLEAN NORMAL X-TOI-MSGID: da67f73e-f6f0-488f-8ef4-2a64bf50ed07 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117109 Signed-off-by: Markus Volk --- meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb index a2a420ced8..53023b99a0 100644 --- a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb +++ b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb @@ -35,7 +35,7 @@ SYSTEMD_AUTO_ENABLE:inputattach = "enable" PROVIDES += "joystick" PACKAGECONFIG ??= "sdl" -PACKAGECONFIG[sdl] = ",,libsdl2" +PACKAGECONFIG[sdl] = ",,virtual/libsdl2" do_compile() { if ! ${@bb.utils.contains('PACKAGECONFIG', 'sdl', 'true', 'false', d)}; then From patchwork Thu Apr 24 20:33:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61831 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35DFDC369DF for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by mx.groups.io with SMTP id smtpd.web11.4198.1745526862783306600 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.84, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout09.t-online.de (Postfix) with SMTP id 55E0119FA for ; Thu, 24 Apr 2025 22:34:21 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H2-38CNSc0; Thu, 24 Apr 2025 22:34:21 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 10/18] wxwidgets: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:58 +0200 Message-ID: <20250424203406.2113462-10-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526861-4B7FDA5A-B04B06C8/0/0 CLEAN NORMAL X-TOI-MSGID: b4d01dcb-efc7-4864-89c8-a56deea2ff5c List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117101 Signed-off-by: Markus Volk --- meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb index 71e2a60e0c..1ef707ca60 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb @@ -74,7 +74,7 @@ PACKAGECONFIG[libsecret] = "-DwxUSE_SECRETSTORE=ON,-DwxUSE_SECRETSTORE=OFF,libse PACKAGECONFIG[lzma] = "-DwxUSE_LIBLZMA=ON,-DwxUSE_LIBLZMA=OFF,xz" PACKAGECONFIG[mspack] = "-DwxUSE_LIBMSPACK=ON,-DwxUSE_LIBMSPACK=OFF,libmspack" PACKAGECONFIG[opengl] = "-DwxUSE_OPENGL=ON,-DwxUSE_OPENGL=OFF,libglu" -PACKAGECONFIG[sdl_audio] = "-DwxUSE_LIBSDL=ON,-DwxUSE_LIBSDL=OFF,libsdl2" +PACKAGECONFIG[sdl_audio] = "-DwxUSE_LIBSDL=ON,-DwxUSE_LIBSDL=OFF,virtual/libsdl2" PACKAGECONFIG[webkit] = "-DwxUSE_WEBVIEW_WEBKIT=ON,-DwxUSE_WEBVIEW_WEBKIT=OFF,webkitgtk3,,,no_gui" PACKAGECONFIG[curl] = "-DwxUSE_WEBREQUEST_CURL=ON,-DwxUSE_WEBREQUEST_CURL=OFF,curl" From patchwork Thu Apr 24 20:33:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61839 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72ADEC3ABA6 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by mx.groups.io with SMTP id smtpd.web10.4134.1745526863076693239 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.84, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout09.t-online.de (Postfix) with SMTP id 57C0B1A04 for ; Thu, 24 Apr 2025 22:34:21 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H3-38CNSd0; Thu, 24 Apr 2025 22:34:21 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 11/18] libvncserver: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:33:59 +0200 Message-ID: <20250424203406.2113462-11-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526861-2A7FBA5A-6CB5748F/0/0 CLEAN NORMAL X-TOI-MSGID: 510d0a53-9597-43a4-9539-b1c3b831c4e1 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117106 Signed-off-by: Markus Volk --- meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb index ce01593b8b..e518461d7d 100644 --- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb @@ -35,7 +35,7 @@ PACKAGECONFIG[png] = "-DWITH_PNG=ON,-DWITH_PNG=OFF,libpng,libpng" PACKAGECONFIG[pthread] = "-DWITH_THREADS=ON,-DWITH_THREADS=OFF," PACKAGECONFIG[systemd] = "-DWITH_SYSTEMD=ON,-DWITH_SYSTEMD=OFF,systemd" PACKAGECONFIG[sasl] = "-DWITH_SASL=ON,-DWITH_SASL=OFF,cyrus-sasl" -PACKAGECONFIG[sdl] = "-DWITH_SDL=ON,-DWITH_SDL=OFF,libsdl2" +PACKAGECONFIG[sdl] = "-DWITH_SDL=ON,-DWITH_SDL=OFF,virtual/libsdl2" PACKAGECONFIG[websockets] = "-DWITH_WEBSOCKETS=ON,-DWITH_WEBSOCKETS=OFF," PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib" From patchwork Thu Apr 24 20:34:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61838 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66932C3DA4A for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by mx.groups.io with SMTP id smtpd.web10.4133.1745526862792889774 for ; Thu, 24 Apr 2025 13:34:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.84, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout09.t-online.de (Postfix) with SMTP id 59D941A05 for ; Thu, 24 Apr 2025 22:34:21 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H3-38CNSe0; Thu, 24 Apr 2025 22:34:21 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 12/18] libsdl2-image: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:34:00 +0200 Message-ID: <20250424203406.2113462-12-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526861-6A7FBA5A-7D8C44D4/0/0 CLEAN NORMAL X-TOI-MSGID: c77e551f-e32d-4f06-83b1-d950903c0200 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117104 Signed-off-by: Markus Volk --- meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb index 15f7b6f4b7..d3dbf13ae7 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb @@ -4,7 +4,7 @@ SECTION = "libs" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" -DEPENDS = "tiff zlib libpng jpeg libsdl2 libwebp" +DEPENDS = "tiff zlib libpng jpeg virtual/libsdl2 libwebp" SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" SRC_URI[sha256sum] = "2213b56fdaff2220d0e38c8e420cbe1a83c87374190cba8c70af2156097ce30a" From patchwork Thu Apr 24 20:34:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61830 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35D78C369D5 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web11.4202.1745526865136207476 for ; Thu, 24 Apr 2025 13:34:25 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout07.t-online.de (Postfix) with SMTP id A759C189D for ; Thu, 24 Apr 2025 22:34:23 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H3-38CNSf0; Thu, 24 Apr 2025 22:34:21 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 13/18] libsdl2-mixer: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:34:01 +0200 Message-ID: <20250424203406.2113462-13-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526861-4BFFCA5A-ECE09DDD/0/0 CLEAN NORMAL X-TOI-MSGID: 74ab6904-b63d-4992-b95b-a36794ee9a26 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117110 Signed-off-by: Markus Volk --- meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb index 3eff30f825..ecfc0b147a 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb @@ -1,6 +1,6 @@ SUMMARY = "Simple DirectMedia Layer mixer library V2" SECTION = "libs" -DEPENDS = "libsdl2" +DEPENDS = "virtual/libsdl2" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" From patchwork Thu Apr 24 20:34:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61833 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 467D8C3ABA1 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web11.4203.1745526865167227758 for ; Thu, 24 Apr 2025 13:34:25 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout07.t-online.de (Postfix) with SMTP id A92F918D5 for ; Thu, 24 Apr 2025 22:34:23 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H3-38CNSg0; Thu, 24 Apr 2025 22:34:21 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 14/18] libsdl2-net: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:34:02 +0200 Message-ID: <20250424203406.2113462-14-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526861-1F7FDA5A-9433BFA2/0/0 CLEAN NORMAL X-TOI-MSGID: ce38516d-94e7-42ba-983d-9ab23ae31aa5 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117111 Signed-off-by: Markus Volk --- meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb index 25a7dad86b..d26a545f83 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb @@ -10,7 +10,7 @@ S = "${WORKDIR}/SDL2_net-${PV}" inherit cmake pkgconfig -DEPENDS = "libsdl2" +DEPENDS = "virtual/libsdl2" SRC_URI[sha256sum] = "4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb" From patchwork Thu Apr 24 20:34:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61832 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 520A1C3ABA2 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web11.4204.1745526865379378907 for ; Thu, 24 Apr 2025 13:34:25 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout07.t-online.de (Postfix) with SMTP id AB30018D6 for ; Thu, 24 Apr 2025 22:34:23 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H3-38CNSh0; Thu, 24 Apr 2025 22:34:21 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 15/18] libsdl2-ttf: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:34:03 +0200 Message-ID: <20250424203406.2113462-15-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526861-29FF8A5A-50910841/0/0 CLEAN NORMAL X-TOI-MSGID: dae6ec54-5745-4fbb-861e-22d0622e5d4e List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117113 Signed-off-by: Markus Volk --- meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb index ae9a430cf5..d06f41bd0e 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb @@ -1,6 +1,6 @@ SUMMARY = "Simple DirectMedia Layer truetype font library" SECTION = "libs" -DEPENDS = "libsdl2 freetype virtual/egl" +DEPENDS = "virtual/libsdl2 freetype virtual/egl" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" From patchwork Thu Apr 24 20:34:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61834 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 467A1C3ABA0 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web10.4137.1745526865325302043 for ; Thu, 24 Apr 2025 13:34:25 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout07.t-online.de (Postfix) with SMTP id AD09C18D8 for ; Thu, 24 Apr 2025 22:34:23 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H3-38CNSi0; Thu, 24 Apr 2025 22:34:21 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 16/18] libsdl2-compat: provide virtual/libsdl2 Date: Thu, 24 Apr 2025 22:34:04 +0200 Message-ID: <20250424203406.2113462-16-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526861-6AFFAA5A-47D6954D/0/0 CLEAN NORMAL X-TOI-MSGID: fcf55811-7052-4f3e-a683-0b908e6ccc1d List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117112 Signed-off-by: Markus Volk --- meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb index cf580e49f8..4553ac14e1 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb @@ -16,7 +16,7 @@ S = "${WORKDIR}/sdl2-compat-${PV}" DEPENDS += "libsdl3" -PROVIDES = "libsdl2" +PROVIDES = "virtual/libsdl2" inherit cmake pkgconfig upstream-version-is-even features_check From patchwork Thu Apr 24 20:34:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61827 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0DBC6C369D7 for ; Thu, 24 Apr 2025 20:34:26 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web10.4138.1745526865403542081 for ; Thu, 24 Apr 2025 13:34:25 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout07.t-online.de (Postfix) with SMTP id AD51D18DF for ; Thu, 24 Apr 2025 22:34:23 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H3-38CNSj0; Thu, 24 Apr 2025 22:34:21 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 17/18] libplacebo: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:34:05 +0200 Message-ID: <20250424203406.2113462-17-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526862-1FFFCA5A-6738BFA2/0/0 CLEAN NORMAL X-TOI-MSGID: 3817945d-fb2d-463e-8570-6f682563873b List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117114 Signed-off-by: Markus Volk --- meta-oe/recipes-multimedia/mplayer/libplacebo_7.349.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/mplayer/libplacebo_7.349.0.bb b/meta-oe/recipes-multimedia/mplayer/libplacebo_7.349.0.bb index 8fed859d64..6431ab3dcf 100644 --- a/meta-oe/recipes-multimedia/mplayer/libplacebo_7.349.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/libplacebo_7.349.0.bb @@ -19,7 +19,7 @@ PACKAGECONFIG[vulkan] = "-Dvulkan=enabled,-Dvulkan=disabled,vulkan-loader shade PACKAGECONFIG[glslang] = "-Dglslang=enabled,-Dglslang=disabled,glslang" PACKAGECONFIG[opengl] = "-Dopengl=enabled,-Dopengl=disabled" PACKAGECONFIG[lcms] = "-Dlcms=enabled,-Dlcms=disabled,lcms" -PACKAGECONFIG[demos] = "-Ddemos=true,-Ddemos=false,ffmpeg libsdl2 libsdl2-image" +PACKAGECONFIG[demos] = "-Ddemos=true,-Ddemos=false,ffmpeg virtual/libsdl2 libsdl2-image" EXTRA_OEMESON = "-Dvulkan-registry=${STAGING_DATADIR}/vulkan/registry/vk.xml" From patchwork Thu Apr 24 20:34:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 61840 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 683DCC369AB for ; Thu, 24 Apr 2025 20:34:36 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web10.4139.1745526867234282634 for ; Thu, 24 Apr 2025 13:34:27 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd85.aul.t-online.de (fwd85.aul.t-online.de [10.223.144.111]) by mailout07.t-online.de (Postfix) with SMTP id AEEA019D5 for ; Thu, 24 Apr 2025 22:34:23 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.166.69]) by fwd85.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1u83H4-38CNSk0; Thu, 24 Apr 2025 22:34:22 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 18/18] python3-kiv: make use of virtual/libsdl2 Date: Thu, 24 Apr 2025 22:34:06 +0200 Message-ID: <20250424203406.2113462-18-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424203406.2113462-1-f_l_k@t-online.de> References: <20250424203406.2113462-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1745526862-8BFFCA5A-5D23B87D/0/0 CLEAN NORMAL X-TOI-MSGID: b0181279-d225-4479-9043-17999ff0a364 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Apr 2025 20:34:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117115 Signed-off-by: Markus Volk --- meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb index 69cf86530a..dd60ea43d5 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb @@ -46,7 +46,7 @@ ANY_OF_DISTRO_FEATURES = "x11 wayland" DEPENDS += " \ gstreamer1.0 \ gstreamer1.0-python \ - libsdl2 \ + virtual/libsdl2 \ libsdl2-ttf \ libsdl2-image \ libsdl2-mixer \