summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-09-14 11:56:39 +0200
committerKhem Raj <raj.khem@gmail.com>2024-09-14 08:43:55 -0700
commitf92929991d7073261a97736998485c8c240335bb (patch)
treede0676c041e94300f44716cd445edde7565fa4f4
parentfe6e82649a8b206a5c3d464957ad13228ddd89b6 (diff)
downloadmeta-openembedded-f92929991d7073261a97736998485c8c240335bb.tar.gz
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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.bb (renamed from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.5.bb b/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 \
10 ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \ 10 ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \
11" 11"
12 12
13SRCREV = "43e939c0e3c71ff0e6cc384cef901a50237f8144" 13SRCREV = "141b2d5d3f793e20f94421c554d8d9c51143ce0d"
14SRC_URI = " \ 14SRC_URI = " \
15 git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ 15 git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \
16 file://90-OE-disable-session-dbus-dependent-features.lua \ 16 file://90-OE-disable-session-dbus-dependent-features.lua \