|
|
|
@ -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 <vitaly@easycoding.org> - 1.22.2-5
|
|
|
|
|
- Enabled PipeWire native backend also on RHEL 9+.
|
|
|
|
|
|
|
|
|
|
* Sun Dec 18 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.22.2-4
|
|
|
|
|
- Enabled PipeWire native backend on Fedora.
|
|
|
|
|
- Switched to SPDX.
|
|
|
|
|