From 4e2814a0072070e1bfeb7fca41c95e90147aefa5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 4 Aug 2020 10:22:22 +0200 Subject: [PATCH] Add patch for fix chrome audio hicups Add patch for infinite loop in device add/remove Disable LTO on armv7 --- pipewire.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pipewire.spec b/pipewire.spec index 228e32b..553ae2e 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -218,6 +218,10 @@ This package provides a PulseAudio implementation based on PipeWire %patch3 -p1 -b .0003 %build +%ifarch armv7hl +# Fails due to asm issue +%define _lto_cflags %{nil} +%endif %meson \ -D docs=true -D man=true -D gstreamer=true -D systemd=true \ %{!?enable_jack:-D jack=false -D pipewire-jack=false} \ @@ -402,6 +406,7 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || : * Wed Jul 29 2020 Wim Taymans - 0.3.8-2 - Add patch for fix chrome audio hicups - Add patch for infinite loop in device add/remove +- Disable LTO on armv7 * Tue Jul 28 2020 Wim Taymans - 0.3.8-1 - Update to 0.3.8