From f92929991d7073261a97736998485c8c240335bb Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 14 Sep 2024 11:56:39 +0200 Subject: [PATCH] wireplumber: update 0.5.5. -> 0.5.6 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 Signed-off-by: Khem Raj --- .../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 --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 437a71c23b..7c308bd485 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 \