similarity index 99%
rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.6.bb
rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.7.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
DEPENDS = "dbus"
-SRCREV = "a1c1d9f9f128ec987f23a0140a1704b8f8781787"
+SRCREV = "3b2cb4fb037bf6033b87d3c87ee917b2f686d309"
BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
SRC_URI += "file://0002-spa-plugins-alsa-acp-compat.h-p-is-already-const-do-.patch"
PipeWire 1.6.7 (2026-06-18) This is a bugfix release that is API and ABI compatible with the previous 1.6.x releases. Highlights - Fix a race issue where some ports would stay silent after a rate change. - Fix sync regressions between ALSA cards in some cases. - Small fixes and improvements. PipeWire - Fix a scheduler regression where some driver nodes would not run correctly and cause sync issues. (#5210) - Fix a race issue with suspend on samplerate changes. It can cause ports to be silent. (#3547) Modules - There are some locking issues in the RT portal, for now reduce the DBus timeout to something more sane. Also disable portal RT for pipewire and the pulse server. These are not usually run in a sandbox and can go directly to RTKit. - Fix potential incorrect delay in combine-stream. SPA - Fix a regression in ALSA period_size calculations. For non-power-of-2 periods, it would in some cases round down a a power-of-2, causing a mismatch between requested and configured period_size. (#5302) - Fix a potential segfault when removing a card because of bad ALSA api usage. (#5255) - Emit a route param update when card properties change. Otherwise, jack port updates are not always reflected correctly. Misc - Make sure we don't deal with uninitialized spa_dict. Signed-off-by: Markus Volk <f_l_k@t-online.de> --- .../pipewire/{pipewire_1.6.6.bb => pipewire_1.6.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.6.6.bb => pipewire_1.6.7.bb} (99%)