diff mbox series

[meta-multimedia] pipewire: update 1.6.2 -> 1.6.3

Message ID 20260420131207.52107-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-multimedia] pipewire: update 1.6.2 -> 1.6.3 | expand

Commit Message

Markus Volk April 20, 2026, 1:12 p.m. UTC
- remove backport patch

PipeWire 1.6.3 (2026-04-09)

Highlights
  - Fix some RAOP compatibility regressions.
  - Fix segfault in the mixer in some cases.
  - Most nodes now produce and consume MIDI1 again and avoid
    conversions to and from UMP.
  - Various small fixes and improvements.

PipeWire
  - Fix regression with sample rate changes. (#5207)
  - Fix a potential integer overflow in the memory mapping.

Modules
  - Align RTP timestamps to make RAOP work on more devices. (#5167)
  - Avoid crashes in RTP streams because of concurrent event
    emmission.
  - Avoid invalid fd usage in native-protocol with special crafted
    messages.
  - Fix properties and params enumeration in filter-chain (#5202).

SPA
  - Fix compilation with -Werror=discarded-qualifiers
  - Avoid OOB read in mix matrix. (#5176)
  - Avoid loading plugins from absolute paths that are not in the
    search path.
  - Avoid MIDI conversions to and from UMP. (#5183)

Bluetooth
  - Backport some fixes and avoid some crashes.

JACK
  - Make sure timebase callback is never called with 0 frames.
  - Increase the notify queue to avoid losing notifications.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...-acp-compat.h-Fix-missed-Wdiscarded-.patch | 28 -------------------
 .../{pipewire_1.6.2.bb => pipewire_1.6.3.bb}  |  3 +-
 2 files changed, 1 insertion(+), 30 deletions(-)
 delete mode 100644 meta-multimedia/recipes-multimedia/pipewire/pipewire/0001-spa-plugins-alsa-acp-compat.h-Fix-missed-Wdiscarded-.patch
 rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.6.2.bb => pipewire_1.6.3.bb} (99%)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire/0001-spa-plugins-alsa-acp-compat.h-Fix-missed-Wdiscarded-.patch b/meta-multimedia/recipes-multimedia/pipewire/pipewire/0001-spa-plugins-alsa-acp-compat.h-Fix-missed-Wdiscarded-.patch
deleted file mode 100644
index 6ded1c15f8..0000000000
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire/0001-spa-plugins-alsa-acp-compat.h-Fix-missed-Wdiscarded-.patch
+++ /dev/null
@@ -1,28 +0,0 @@ 
-From c847b8162959c29b783585e0dcadbfb096e7cb73 Mon Sep 17 00:00:00 2001
-From: Ripley Tom <discofan420@protonmail.com>
-Date: Sat, 21 Feb 2026 19:33:11 +0100
-Subject: [PATCH] spa/plugins/alsa/acp/compat.h: Fix missed
- -Wdiscarded-qualifiers warning
-
-Upstream-Status: Backport [https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/c847b8162959c29b783585e0dcadbfb096e7cb73]
-Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
----
- spa/plugins/alsa/acp/compat.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/spa/plugins/alsa/acp/compat.h b/spa/plugins/alsa/acp/compat.h
-index f7592e1a6..0f7b959df 100644
---- a/spa/plugins/alsa/acp/compat.h
-+++ b/spa/plugins/alsa/acp/compat.h
-@@ -429,9 +429,9 @@ static PA_PRINTF_FUNC(1,0) inline char *pa_vsprintf_malloc(const char *fmt, va_l
- 
- #define pa_fopen_cloexec(f,m)	fopen(f,m"e")
- 
--static inline char *pa_path_get_filename(const char *p)
-+static inline const char *pa_path_get_filename(const char *p)
- {
--    char *fn;
-+    const char *fn;
-     if (!p)
-         return NULL;
-     if ((fn = strrchr(p, PA_PATH_SEP_CHAR)))
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.2.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.3.bb
similarity index 99%
rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.2.bb
rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.3.bb
index 1e5e5f0399..82cd928b4a 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.2.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.3.bb
@@ -12,10 +12,9 @@  LIC_FILES_CHKSUM = " \
 
 DEPENDS = "dbus ncurses"
 
-SRCREV = "95da54a482b68475958bbc3fa572a9c20df0df74"
+SRCREV = "cc3d0d1191266b263f6d0fa03fce1d1ef57151cc"
 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://0001-spa-plugins-alsa-acp-compat.h-Fix-missed-Wdiscarded-.patch"
 SRC_URI += "file://0002-spa-plugins-alsa-acp-compat.h-p-is-already-const-do-.patch"
 
 inherit meson pkgconfig systemd gettext useradd