[packages/pipewire] up to 1.4.1

atler atler at pld-linux.org
Fri Mar 14 21:54:57 CET 2025


commit 1f27f5670d199210fec22894a7eb03a319841200
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Mar 14 21:49:07 2025 +0100

    up to 1.4.1

 pipewire-gcc.patch | 16 ++++++++--------
 pipewire.spec      |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/pipewire.spec b/pipewire.spec
index 310ec90..d6e6f5b 100644
--- a/pipewire.spec
+++ b/pipewire.spec
@@ -18,12 +18,12 @@
 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.4.0
+Version:	1.4.1
 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:	f5c9f60f9f7d24c4511f1c25e714a6b7
+# Source0-md5:	6643ebfcca0aa2271bf215e4139d51ad
 Patch0:		%{name}-gcc.patch
 Patch1:		%{name}-lc3plus.patch
 URL:		https://pipewire.org/
diff --git a/pipewire-gcc.patch b/pipewire-gcc.patch
index 62bd0d2..71fa394 100644
--- a/pipewire-gcc.patch
+++ b/pipewire-gcc.patch
@@ -2,13 +2,13 @@ AVX code uses _mm256_setr_m128i() which requires gcc 8
 --- pipewire-0.3.24/meson.build.orig	2021-04-03 20:16:48.559894581 +0200
 +++ pipewire-0.3.24/meson.build	2021-04-03 20:17:56.916756919 +0200
 @@ -110,8 +110,8 @@
- have_ssse3 = cc.has_argument(ssse3_args)
- have_sse41 = cc.has_argument(sse41_args)
- have_fma = cc.has_argument(fma_args)
--have_avx = cc.has_argument(avx_args)
--have_avx2 = cc.has_argument(avx2_args)
-+have_avx = cc.has_argument(avx_args) and not ((cc.get_id() == 'gcc') and cc.version().version_compare('< 8'))
-+have_avx2 = cc.has_argument(avx2_args) and not ((cc.get_id() == 'gcc') and cc.version().version_compare('< 8'))
+   have_ssse3 = cc.has_argument(ssse3_args)
+   have_sse41 = cc.has_argument(sse41_args)
+   have_fma = cc.has_argument(fma_args)
+-  have_avx = cc.has_argument(avx_args)
+-  have_avx2 = cc.has_argument(avx2_args)
++  have_avx = cc.has_argument(avx_args) and not ((cc.get_id() == 'gcc') and cc.version().version_compare('< 8'))
++  have_avx2 = cc.has_argument(avx2_args) and not ((cc.get_id() == 'gcc') and cc.version().version_compare('< 8'))
+ endif
  
  have_neon = false
- if host_machine.cpu_family() == 'aarch64'
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pipewire.git/commitdiff/1f27f5670d199210fec22894a7eb03a319841200



More information about the pld-cvs-commit mailing list