[packages/pipewire] up to 1.6.2
atler
atler at pld-linux.org
Tue Mar 17 18:15:20 CET 2026
commit f5a4d74df7d7987a799944f1e9cd9ecf3f49a59b
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Mar 17 18:14:47 2026 +0100
up to 1.6.2
glibc2.43.patch | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
pipewire.spec | 6 ++++--
2 files changed, 59 insertions(+), 2 deletions(-)
---
diff --git a/pipewire.spec b/pipewire.spec
index c1d5a69..d31616b 100644
--- a/pipewire.spec
+++ b/pipewire.spec
@@ -18,14 +18,15 @@
Summary: PipeWire - server and user space API to deal with multimedia pipelines
Summary(pl.UTF-8): PipeWire - serwer i API przestrzeni użytkownika do obsługi potoków multimedialnych
Name: pipewire
-Version: 1.6.1
+Version: 1.6.2
Release: 1
License: MIT, LGPL v2+, GPL v2
Group: Libraries
Source0: https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 7f5a60e22101a26a828b2b1958c2d10f
+# Source0-md5: df1c9eb17a9e5f3dae1b32cc23a7cbc8
Patch0: %{name}-gcc.patch
Patch1: %{name}-lc3plus.patch
+Patch2: glibc2.43.patch
URL: https://pipewire.org/
BuildRequires: ModemManager-devel >= 1.10.0
%if %{with jack}
@@ -400,6 +401,7 @@ Wtyczka udostępniająca źródło i cel obrazu PipeWire dla GStreamera.
%setup -q
%patch -P0 -p1
%patch -P1 -p1
+%patch -P2 -p1
%if %{with man} && %{without apidocs}
%{__sed} -i -e '/doxygen = / s/>=1\.9/>=1.8.10/' meson.build
diff --git a/glibc2.43.patch b/glibc2.43.patch
new file mode 100644
index 0000000..aa0062f
--- /dev/null
+++ b/glibc2.43.patch
@@ -0,0 +1,55 @@
+From c847b8162959c29b783585e0dcadbfb096e7cb73 Mon Sep 17 00:00:00 2001
+From: Ripley Tom <discofan420 at protonmail.com>
+Date: Sat, 21 Feb 2026 19:33:11 +0100
+Subject: [PATCH 1/2] spa/plugins/alsa/acp/compat.h: Fix missed
+ -Wdiscarded-qualifiers warning
+
+---
+ 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)))
+--
+GitLab
+
+From 1a37f445a20e67976c83360ab5830887fffe37e2 Mon Sep 17 00:00:00 2001
+From: Rudi Heitbaum <rudi at heitbaum.com>
+Date: Tue, 17 Mar 2026 03:17:15 +1100
+Subject: [PATCH] spa/plugins/alsa/acp/compat.h: p is already const do not
+ recast
+
+---
+ spa/plugins/alsa/acp/compat.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/spa/plugins/alsa/acp/compat.h b/spa/plugins/alsa/acp/compat.h
+index 0f7b959df..87151d197 100644
+--- a/spa/plugins/alsa/acp/compat.h
++++ b/spa/plugins/alsa/acp/compat.h
+@@ -436,7 +436,7 @@ static inline const char *pa_path_get_filename(const char *p)
+ return NULL;
+ if ((fn = strrchr(p, PA_PATH_SEP_CHAR)))
+ return fn+1;
+- return (char*) p;
++ return p;
+ }
+
+ static inline bool pa_is_path_absolute(const char *fn)
+--
+GitLab
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pipewire.git/commitdiff/f5a4d74df7d7987a799944f1e9cd9ecf3f49a59b
More information about the pld-cvs-commit
mailing list