From 3c4035cf2841855cf60ac1d57c5183c0cc5dc3bf Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 26 May 2025 09:48:18 +0200 Subject: [PATCH] wireplumber: update 0.5.8 -> 0.5.10 WirePlumber 0.5.10 Fixed a critical crash in linking-utils.haveAvailableRoutes that was introduced accidentally in 0.5.9 and caused loss of audio output on affected systems (#797, #799, #800, !713) WirePlumber 0.5.9 Added a new audio node grouping functionality using an external command line tool (!646) The libcamera monitor now supports devices that are not associated with device ids (!701) The wireplumber user systemd service is now associated with dbus.service to avoid strange warnings when dbus exits (!702) Added "SYSLOG_IDENTIFIER", "SYSLOG_FACILITY", "SYSLOG_PID" and "TID" to log messages that are sent to the journal (!709) Fixes: Fixed a crash of wpctl set-default on 32-bit architectures (#773) Fixed a crash when a configuration component had no 'provides' field (#771) Reduced the log level of some messages that didn't need to be as high (!695) Fixed another nil reference issue in the alsa.lua monitor script (!704) Fixed name deduplication of v4l2 and libcamera devices (!705) Fixed an issue with wpctl not being able to save settings sometimes (!708, #749) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../wireplumber/{wireplumber_0.5.8.bb => wireplumber_0.5.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/wireplumber/{wireplumber_0.5.8.bb => wireplumber_0.5.10.bb} (99%) diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.8.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.10.bb similarity index 99% rename from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.8.bb rename to meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.10.bb index 33efea2e40..9140b724d1 100644 --- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.8.bb +++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.10.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 = "ac69acb3c2b7dc6d91776d5582dd0b2703bb71eb" +SRCREV = "7a4d3177550b6b53fe0a49396da5b07f5353daff" SRC_URI = " \ git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ file://90-OE-disable-session-dbus-dependent-features.lua \