summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-04-19 19:33:01 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-19 14:33:14 -0700
commitb5ebed99e2185fd8deb1fa347983083f988ef7cd (patch)
tree262f5aa1fbc75cb7317cbf4f3012bfb0c8a4d167
parent534032bbe223185c711ed8fbb05beca3f79436dd (diff)
downloadmeta-openembedded-b5ebed99e2185fd8deb1fa347983083f988ef7cd.tar.gz
wireplumber: update 0.5.0 -> 0.5.1
WirePlumber 0.5.1 ~~~~~~~~~~~~~~~~~ Highlights: - Added a guide documenting how to migrate configuration from 0.4 to 0.5, also available online at: https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/migration.html If you are packaging WirePlumber for a distribution, please consider informing users about this. Fixes: - Fixed an odd issue where microphones would stop being usable when a Bluetooth headset was connected in the HSP/HFP profile (#598, !620) - Fixed an issue where it was not possible to store the volume/mute state of system notifications (#604) - Fixed a rare crash that could occur when a node was destroyed while the 'select-target' event was still being processed (!621) - Fixed deleting all the persistent settings via ``wpctl --delete`` (!622) - Fixed using Bluetooth autoswitch with A2DP profiles that have an input route (!624) - Fixed sending an error to clients when linking fails due to a format mismatch (!625) Additions: - Added a check that prints a verbose warning when old-style 0.4.x Lua configuration files are found in the system. (#611) - The "policy-dsp" script, used in Asahi Linux to provide a software DSP for Apple Sillicon devices, has now been ported to 0.5 properly and documented (#619, !627) 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.1.bb (renamed from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.0.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.1.bb
index 8aa95a3e9..9115076a2 100644
--- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.0.bb
+++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.1.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 = "59d190a2bd400f3b093f99b16fc0fb06f6cb2cfe" 13SRCREV = "961450b2ac700e8c9c85a0beb2426b875fa08bff"
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 \