From 3848a7d0a18f279336cad1f022177da5ec5670de Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Sun, 18 Dec 2022 16:50:22 +0100 Subject: [PATCH] Enabled PipeWire native backend also on RHEL 9+. --- openal-soft.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/openal-soft.spec b/openal-soft.spec index ee8a2d7..bc648fc 100644 --- a/openal-soft.spec +++ b/openal-soft.spec @@ -1,6 +1,6 @@ Name: openal-soft Version: 1.22.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Open Audio Library License: LGPL-2.0-or-later AND BSD-3-Clause @@ -15,12 +15,14 @@ BuildRequires: gcc-c++ BuildRequires: ninja-build %if 0%{?fedora} BuildRequires: fluidsynth-devel -BuildRequires: pipewire-devel BuildRequires: portaudio-devel %endif %if 0%{?fedora} || 0%{?rhel} < 9 BuildRequires: SDL_sound-devel %endif +%if 0%{?fedora} || 0%{?rhel} >= 9 +BuildRequires: pipewire-devel +%endif BuildRequires: libmysofa-devel BuildRequires: libsndfile-devel BuildRequires: pulseaudio-libs-devel @@ -131,6 +133,9 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \ %{_bindir}/alsoft-config %changelog +* Sun Dec 18 2022 Vitaly Zaitsev - 1.22.2-5 +- Enabled PipeWire native backend also on RHEL 9+. + * Sun Dec 18 2022 Vitaly Zaitsev - 1.22.2-4 - Enabled PipeWire native backend on Fedora. - Switched to SPDX.