[packages/pipewire] up to 1.6.3

atler atler at pld-linux.org
Thu Apr 9 18:19:11 CEST 2026


commit 87cb698e6018ede3c6fad331938d0a37f5f3d454
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Apr 9 18:18:57 2026 +0200

    up to 1.6.3

 glibc2.43.patch | 55 -------------------------------------------------------
 pipewire.spec   |  6 ++----
 2 files changed, 2 insertions(+), 59 deletions(-)
---
diff --git a/pipewire.spec b/pipewire.spec
index d31616b..9609817 100644
--- a/pipewire.spec
+++ b/pipewire.spec
@@ -18,15 +18,14 @@
 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.2
+Version:	1.6.3
 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:	df1c9eb17a9e5f3dae1b32cc23a7cbc8
+# Source0-md5:	3d457ccac3d28b7b1f9acf2b803227ac
 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}
@@ -401,7 +400,6 @@ 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
deleted file mode 100644
index aa0062f..0000000
--- a/glibc2.43.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-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/87cb698e6018ede3c6fad331938d0a37f5f3d454



More information about the pld-cvs-commit mailing list