diff mbox series

[meta-multimedia,2/2] wireplumber: update 0.5.7 -> 0.5.8

Message ID 20250309075810.552098-2-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-multimedia,1/2] pipewire: update 1.2.7 -> 1.4.0 | expand

Commit Message

Markus Volk March 9, 2025, 7:58 a.m. UTC
WirePlumber 0.5.8
~~~~~~~~~~~~~~~~~

Additions & Enhancements:

  - Added support for handling UCM SplitPCM nodes in the ALSA monitor, which
    allows native PipeWire channel remapping using loopbacks for devices that
    use this feature (!685)

  - Introduced new functions to mark WpSpaDevice child objects as pending.
    This allows properly associating asynchronously created loopback nodes with
    their parent WpSpaDevice without losing ObjectConfig events (!687, !689)

  - Improved the node name deduplication logic in the ALSA monitor to prevent
    node names with .2, .3, etc appended to them in some more cases (!688)

  - Added a new script to populate ``session.services``. This is a step towards
    implementing detection of features that PipeWire can service (!686)

Fixes:

  - Fixed an issue that was causing duplicate Bluetooth SCO (HSP/HFP) source
    nodes to be shown in UIs (#701, !683)

  - In the BlueZ monitor, marked the source loopback node as non-virtual,
    addressing how it appears on UIs (#729)

  - Disabled stream-restore for device loopback nodes to prevent unwanted
    property changes (!691)

  - Fixed ``wp_lua_log_topic_copy()`` to correctly copy topic names (#757)

  - Updated script tests to handle differences in object identifiers
    (``object.serial`` vs ``node.id``), ensuring proper test behavior (#761)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../wireplumber/{wireplumber_0.5.7.bb => wireplumber_0.5.8.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-multimedia/recipes-multimedia/wireplumber/{wireplumber_0.5.7.bb => wireplumber_0.5.8.bb} (99%)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.8.bb
similarity index 99%
rename from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb
rename to meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.8.bb
index 34a7ec0d82..33efea2e40 100644
--- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb
+++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.8.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 = "3e7c87a84c30125717eaf8adb1aca3d4dedbb70e"
+SRCREV = "ac69acb3c2b7dc6d91776d5582dd0b2703bb71eb"
 SRC_URI = " \
     git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \
     file://90-OE-disable-session-dbus-dependent-features.lua \