Only build portaudio-backend on Fedora
This commit is contained in:
parent
2b9a2e80f3
commit
c52a437d0b
@ -2,7 +2,7 @@
|
||||
|
||||
Name: openal-soft
|
||||
Version: 1.19.1
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Open Audio Library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -17,7 +17,9 @@ BuildRequires: cmake
|
||||
BuildRequires: fluidsynth-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: portaudio-devel
|
||||
%endif
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: SDL2-devel
|
||||
@ -111,6 +113,9 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
||||
%{_bindir}/alsoft-config
|
||||
|
||||
%changelog
|
||||
* Wed Jan 20 2021 Hans de Goede <hdegoede@redhat.com> - 1.19.1-10
|
||||
- Only build portaudio-backend on Fedora
|
||||
|
||||
* Tue Aug 04 2020 François Cami <fcami@fedoraproject.org> - 1.19.1-9
|
||||
- Fix FTBFS (rhbz#1865148)
|
||||
- Set __cmake_in_source_build
|
||||
|
Loading…
Reference in New Issue
Block a user