Message ID | 20250915042601.167754-1-f_l_k@t-online.de |
---|---|
State | Under Review |
Headers | show |
Series | [meta-multimedia,1/2] pipewire: update 1.4.7 -> 1.4.8 | expand |
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.7.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.8.bb similarity index 99% rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.7.bb rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.8.bb index 31b6af503f..8687244f3e 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.7.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.8.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ DEPENDS = "dbus ncurses" -SRCREV = "1c542e9a0ca4226c9befb08fe9c19170aca3ce95" +SRCREV = "8b43ed5c910e892d53de5a96aa01e9280a5b6650" BRANCH = "${@oe.utils.trim_version('${PV}', 2)}" SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
PipeWire 1.4.8 (2025-09-11) This is a bugfix release that is API and ABI compatible with previous 1.x releases. Highlights - Low latency for Firewire devices using the ALSA drivers. - Fix potential wrong pointers in memory mappings. - Improve compatibility with Apple Home Pod Minis. - JACK now implements the rename_callback. - Various improvements and bug fixes. PipeWire - Make sure we can only queue buffers that were previously dequeued, to avoid some API misuse. - Fix potential wrong pointers in memory mappings. (#4884) - Improve the node unprepare function. (#4840) Modules - Add fp_sap25 encryption to the ROAP module for compatibility with Apple Home Pod Minis. - Write a correct ALAC end tag in RAOP. (#4853) - Avoid VBAN problems with too long session names. - Fix a potential crash in the link-factory. (#4691) SPA - Show correct values in the ALSA api.alsa.period-num property. - Add better support for Razer BlackShark v3. - Use only 3 periods in ALSA when in Pro-Audio mode. This gives better latency on some drivers. Also set the period count before the period size for improved compatibility. (#4785) - Force IRQ mode for firewire devices in pro-audio mode even if there are multiple capture and playback devices. - Add a new flag in the sync_timeline metadata to track if a release_point will be signaled or not. (#4885) JACK - Support the rename_callback. (#4761) Tools - Fix the -C option in pw-dump. - Log more info from sndfile when opening a file failed. Signed-off-by: Markus Volk <f_l_k@t-online.de> --- .../pipewire/{pipewire_1.4.7.bb => pipewire_1.4.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.4.7.bb => pipewire_1.4.8.bb} (99%)