Enabled PipeWire native backend on Fedora.
This commit is contained in:
parent
118f051474
commit
a02978de62
@ -1,6 +1,6 @@
|
|||||||
Name: openal-soft
|
Name: openal-soft
|
||||||
Version: 1.22.2
|
Version: 1.22.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Open Audio Library
|
Summary: Open Audio Library
|
||||||
|
|
||||||
License: LGPL-2.0-or-later AND BSD-3-Clause
|
License: LGPL-2.0-or-later AND BSD-3-Clause
|
||||||
@ -15,6 +15,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
BuildRequires: fluidsynth-devel
|
BuildRequires: fluidsynth-devel
|
||||||
|
BuildRequires: pipewire-devel
|
||||||
BuildRequires: portaudio-devel
|
BuildRequires: portaudio-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel} < 9
|
%if 0%{?fedora} || 0%{?rhel} < 9
|
||||||
@ -130,6 +131,10 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
|||||||
%{_bindir}/alsoft-config
|
%{_bindir}/alsoft-config
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 18 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.22.2-4
|
||||||
|
- Enabled PipeWire native backend on Fedora.
|
||||||
|
- Switched to SPDX.
|
||||||
|
|
||||||
* Fri Sep 30 2022 Troy Dawson <tdawson@redhat.com> - 1.22.2-3
|
* Fri Sep 30 2022 Troy Dawson <tdawson@redhat.com> - 1.22.2-3
|
||||||
- Fix ELN build failures
|
- Fix ELN build failures
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user