From patchwork Fri Dec 6 11:40:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 53756 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 A0054E77179 for ; Fri, 6 Dec 2024 11:40:40 +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.35013.1733485233043363265 for ; Fri, 06 Dec 2024 03:40:33 -0800 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 fwd82.aul.t-online.de (fwd82.aul.t-online.de [10.223.144.108]) by mailout08.t-online.de (Postfix) with SMTP id 97439656 for ; Fri, 6 Dec 2024 12:40:30 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.241]) by fwd82.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tJWh9-166LyL0; Fri, 6 Dec 2024 12:40:27 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-multimedia][PATCH 1/3] pipewire: update 1.2.6 -> 1.2.7 Date: Fri, 6 Dec 2024 12:40:24 +0100 Message-ID: <20241206114026.2441-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1733485227-457F99EF-758E803C/0/0 CLEAN NORMAL X-TOI-MSGID: 59694c80-c9dc-41e2-8db0-babac26f22b8 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 ; Fri, 06 Dec 2024 11:40:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114219 This is a bugfix release that is API and ABI compatible with the previous 1.2.x and 1.0.x releases. - Backport support for lazy scheduling. - Handle the case where processing would stop when an ALSA driver is destroyed. - Add support for v4l2loopback in the v4l2 plugin. - Small bug fixes and improvements. - Invalidate the proxy ID when removed. - Backport support for lazy scheduling. - Fix profiler stats for async nodes. - Fix EARLY_PROCESS again in pw-stream. (#3480) - Fix a crasher issue when nodes are created in the wrong order in module-filter-chain. - Fix unmap bug in lv2 uri tables. - Add ratelimit to jack-tunnel xruns. - Remove hardcoded limit in filter-chain sofa plugin. - Handle the MTU size correctly in module-rtp and handle large MTUs. (#4396) - Fix JSON float parsing errors in equalizer module. (#4418) - Fix crash in audiotestsrc when using spa-inspect (#4365). - Improve JSON float infinity checks. - Improve resampler performace a little. - Make audioconvert only output when there is something to output. - Fix regression in v4l2 port flags which would disable support for EXPBUF. - Handle the case where an ALSA driver is destroyed and the follower becomes a driver. Processing would stop. (#4401) - Add support for v4l2loopback in the v4l2 plugin. - Give a better error message when running out of fds. - Ensure positive latency reporting. - Fix memory leak in deviceprovider. - Fix locking when emitting an error. - Fix pw-dot link labels. Signed-off-by: Markus Volk --- .../pipewire/{pipewire_1.2.6.bb => pipewire_1.2.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.2.6.bb => pipewire_1.2.7.bb} (99%) diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.7.bb similarity index 99% rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.7.bb index b1ee07370..d2aede6d4 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.7.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ DEPENDS = "dbus ncurses" -SRCREV = "79eebcb72490484e25208971ca15b9e0ea25bd95" +SRCREV = "cc7439187f61dd73b81ca69f5dbccbb52ce970b2" SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=1.2;protocol=https" SRC_URI += "file://0ca64277b317b4836beccaa3248ab9055526811c.patch" From patchwork Fri Dec 6 11:40:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 53758 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 A7793C3DA4A for ; Fri, 6 Dec 2024 11:40:40 +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.35229.1733485233121017448 for ; Fri, 06 Dec 2024 03:40:33 -0800 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 fwd82.aul.t-online.de (fwd82.aul.t-online.de [10.223.144.108]) by mailout08.t-online.de (Postfix) with SMTP id 993BD65D for ; Fri, 6 Dec 2024 12:40:30 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.241]) by fwd82.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tJWh9-166LyM0; Fri, 6 Dec 2024 12:40:27 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-multimedia][PATCH 2/3] wireplumber: update 0.5.6 -> 0.5.7 Date: Fri, 6 Dec 2024 12:40:25 +0100 Message-ID: <20241206114026.2441-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241206114026.2441-1-f_l_k@t-online.de> References: <20241206114026.2441-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1733485227-44FF69EF-C6961BD0/0/0 CLEAN NORMAL X-TOI-MSGID: d373cff1-5ec7-40f3-abdc-8a1fdeb62b3a 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 ; Fri, 06 Dec 2024 11:40:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114220 WirePlumber 0.5.7 ~~~~~~~~~~~~~~~~~ Highlights: - Fixed an issue that would cause random profile switching when an application was trying to capture from non-Bluetooth devices (#715, #634, !669) - Fixed an issue that would cause strange profile selection issues [choices not being remembered or unavailable routes being selected] (#734) - Added a timer that delays switching Bluetooth headsets to the HSP/HFP profile, avoiding needless rapid switching when an application is trying to probe device capabilities instead of actually capturing audio (!664) - Improved libcamera/v4l2 device deduplication logic to work with more complex devices (!674, !675, #689, #708) Fixes: - Fixed two memory leaks in module-mixer-api and module-dbus-connection (!672, !673) - Fixed a crash that could occur in module-reserve-device (!680, #742) - Fixed an issue that would cause the warning "[string "alsa.lua"]:182: attempt to concatenate a nil value (local 'node_name')" to appear in the logs when an ALSA device was busy, breaking node name deduplication (!681) - Fixed an issue that could make find-preferred-profile.lua crash instead of properly applying profile priority rules (#751) Signed-off-by: Markus Volk --- .../wireplumber/{wireplumber_0.5.6.bb => wireplumber_0.5.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/wireplumber/{wireplumber_0.5.6.bb => wireplumber_0.5.7.bb} (99%) diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb similarity index 99% rename from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.bb rename to meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb index 7c308bd48..34a7ec0d8 100644 --- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.bb +++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb @@ -10,7 +10,7 @@ DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \ ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \ " -SRCREV = "141b2d5d3f793e20f94421c554d8d9c51143ce0d" +SRCREV = "3e7c87a84c30125717eaf8adb1aca3d4dedbb70e" SRC_URI = " \ git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ file://90-OE-disable-session-dbus-dependent-features.lua \ From patchwork Fri Dec 6 11:40:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 53757 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 9EFB4E77173 for ; Fri, 6 Dec 2024 11:40:40 +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.35228.1733485232976928289 for ; Fri, 06 Dec 2024 03:40:33 -0800 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 fwd82.aul.t-online.de (fwd82.aul.t-online.de [10.223.144.108]) by mailout08.t-online.de (Postfix) with SMTP id 9B29D688 for ; Fri, 6 Dec 2024 12:40:30 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.241]) by fwd82.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tJWh9-166LyN0; Fri, 6 Dec 2024 12:40:27 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-multimedia][PATCH 3/3] libspelling: update 0.4.2 -> 0.4.5 Date: Fri, 6 Dec 2024 12:40:26 +0100 Message-ID: <20241206114026.2441-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241206114026.2441-1-f_l_k@t-online.de> References: <20241206114026.2441-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1733485227-067FB9EF-EBC1DDE9/0/0 CLEAN NORMAL X-TOI-MSGID: 1ae766bd-3426-4738-8be6-e7f9bc89ce1a 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 ; Fri, 06 Dec 2024 11:40:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114218 libspelling 0.4.5 ================= This is a bug-fix release for GNOME 47 * Various robustness fixes for weak ref tracking * Various GObject Introspection fixes * A new build option to install a static library (libspelling-1.a) * Fix a minor leak of extra_word_chars for a language dictionary * Fix ICU success check * Translation updates libspelling 0.4.4 ================= This is a bug-fix release for GNOME 47 * Adds a few dozen translations for menu items libspelling 0.4.3 ================= This is a bug-fix release for GNOME 47 * Fix build to disable assertions in release builds * Fix an off-by-one in assertion * Add i18n for translations of menu entries * Ignore empty strings when building job list Signed-off-by: Markus Volk --- .../libspelling/{libspelling_0.4.2.bb => libspelling_0.4.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/libspelling/{libspelling_0.4.2.bb => libspelling_0.4.5.bb} (85%) diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb similarity index 85% rename from meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb rename to meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb index 11ac08656..064dd0018 100644 --- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb +++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb @@ -16,4 +16,4 @@ GIDOCGEN_MESON_OPTION = 'docs' PACKAGECONFIG ?= "" PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" -SRC_URI[archive.sha256sum] = "b3e609b1a247e71bc097e262564f33f51fd7db566eeb0cd74ae5021536b878b5" +SRC_URI[archive.sha256sum] = "ec0372d83f42b65aee3734248ef8e2ffbfba4ea91268419c98ea44a00ef3e83f"