summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-09-15 06:26:00 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-15 09:55:16 -0700
commitac0808ce8e9893b847ffb933bb498f0d31ec2611 (patch)
treef6cbcafc9064a05a733a367af6031f1cad21bfde
parent9ed5916ac8826e9554ebb2dfe1c741a201712eb4 (diff)
downloadmeta-openembedded-ac0808ce8e9893b847ffb933bb498f0d31ec2611.tar.gz
pipewire: update 1.4.7 -> 1.4.8
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.8.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.7.bb b/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 = " \
12 12
13DEPENDS = "dbus ncurses" 13DEPENDS = "dbus ncurses"
14 14
15SRCREV = "1c542e9a0ca4226c9befb08fe9c19170aca3ce95" 15SRCREV = "8b43ed5c910e892d53de5a96aa01e9280a5b6650"
16BRANCH = "${@oe.utils.trim_version('${PV}', 2)}" 16BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
17SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}" 17SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
18 18