diff mbox series

[meta-multimedia] wireplumber: update 0.5.5. -> 0.5.6

Message ID 20240914095639.1772369-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-multimedia] wireplumber: update 0.5.5. -> 0.5.6 | expand

Commit Message

Markus Volk Sept. 14, 2024, 9:56 a.m. UTC
WirePlumber 0.5.6
~~~~~~~~~~~~~~~~~

Additions:

  - Implemented before/after dependencies for components, to ensure correct
    load order in custom configurations (#600)

  - Implemented profile inheritance in the configuration file. This allows
    profiles to inherit all the feature specifications of other profiles, which
    is useful to avoid copying long lists of features just to make small changes

  - Added multi-instance configuration profiles, tested and documented them

  - Added a ``main-systemwide`` profile, which is now the default for instances
    started via the system-wide systemd service and disables features that
    depend on the user session (#608)

  - Added a ``wp_core_connect_fd`` method, which allows making a connection to
    PipeWire via an existing open socket (useful for portal-based connections)

Fixes:

  - The Bluetooth auto-switch script now uses the common event source object
    managers, which should improve its stability (!663)

  - Fix an issue where switching between Bluetooth profiles would temporarily
    link active audio streams to the internal speakers (!655)

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

Patch

diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.5.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.bb
similarity index 99%
rename from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.5.bb
rename to meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.bb
index 437a71c23..7c308bd48 100644
--- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.5.bb
+++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.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 = "43e939c0e3c71ff0e6cc384cef901a50237f8144"
+SRCREV = "141b2d5d3f793e20f94421c554d8d9c51143ce0d"
 SRC_URI = " \
     git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \
     file://90-OE-disable-session-dbus-dependent-features.lua \