|
|
@ -1,25 +1,31 @@
|
|
|
|
|
|
|
|
%define __cmake_in_source_build 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: openal-soft
|
|
|
|
Name: openal-soft
|
|
|
|
Version: 1.18.2
|
|
|
|
Version: 1.19.1
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 16%{?dist}
|
|
|
|
Summary: Open Audio Library
|
|
|
|
Summary: Open Audio Library
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://kcat.strangesoft.net/openal.html
|
|
|
|
URL: http://openal-soft.org/
|
|
|
|
Source0: http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
|
|
|
|
Source0: http://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
|
|
|
|
Patch0: openal-soft-arm_neon-only-for-32bit.patch
|
|
|
|
Patch0: openal-soft-arm_neon-only-for-32bit.patch
|
|
|
|
|
|
|
|
Patch1: openal-soft-fcommon-fix.patch
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
BuildRequires: make
|
|
|
|
%global enable_SDL_sound 1
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: pulseaudio-libs-devel
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: qt5-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: SDL2-devel
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?enable_SDL_sound}
|
|
|
|
BuildRequires: fluidsynth-devel
|
|
|
|
|
|
|
|
BuildRequires: portaudio-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} < 9
|
|
|
|
BuildRequires: SDL_sound-devel
|
|
|
|
BuildRequires: SDL_sound-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: pulseaudio-libs-devel
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
BuildRequires: SDL2-devel
|
|
|
|
Obsoletes: openal <= 0.0.10
|
|
|
|
Obsoletes: openal <= 0.0.10
|
|
|
|
Provides: openal = %{version}
|
|
|
|
Provides: openal = %{version}
|
|
|
|
|
|
|
|
|
|
|
@ -88,7 +94,6 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
|
|
|
%exclude %{_datadir}/openal/presets/presets.txt
|
|
|
|
%exclude %{_datadir}/openal/presets/presets.txt
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_bindir}/bsincgen
|
|
|
|
|
|
|
|
%{_bindir}/makehrtf
|
|
|
|
%{_bindir}/makehrtf
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/libopenal.so
|
|
|
|
%{_libdir}/libopenal.so
|
|
|
@ -96,25 +101,83 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
|
|
|
%{_libdir}/cmake/OpenAL
|
|
|
|
%{_libdir}/cmake/OpenAL
|
|
|
|
|
|
|
|
|
|
|
|
%files examples
|
|
|
|
%files examples
|
|
|
|
%{_bindir}/alrecord
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} < 9
|
|
|
|
%{_bindir}/altonegen
|
|
|
|
|
|
|
|
%if 0%{?enable_SDL_sound}
|
|
|
|
|
|
|
|
%{_bindir}/alhrtf
|
|
|
|
%{_bindir}/alhrtf
|
|
|
|
%{_bindir}/allatency
|
|
|
|
%{_bindir}/allatency
|
|
|
|
%{_bindir}/alloopback
|
|
|
|
%{_bindir}/alloopback
|
|
|
|
|
|
|
|
%{_bindir}/almultireverb
|
|
|
|
|
|
|
|
%{_bindir}/alplay
|
|
|
|
%{_bindir}/alreverb
|
|
|
|
%{_bindir}/alreverb
|
|
|
|
%{_bindir}/alstream
|
|
|
|
%{_bindir}/alstream
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%{_bindir}/alrecord
|
|
|
|
|
|
|
|
%{_bindir}/altonegen
|
|
|
|
|
|
|
|
|
|
|
|
%files qt
|
|
|
|
%files qt
|
|
|
|
%{_bindir}/alsoft-config
|
|
|
|
%{_bindir}/alsoft-config
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Jul 22 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.18.2-7
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.1-16
|
|
|
|
- Remove fluidsynth and and portaudio dependencies
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 04 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-15
|
|
|
|
|
|
|
|
- Don't package some examples when SDL_sound is disabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 02 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-14
|
|
|
|
|
|
|
|
- Only build SDL_sound support on Fedora and rhel < 9
|
|
|
|
|
|
|
|
- Resolves: rhbz#1989141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.1-13
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-12
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 21 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-11
|
|
|
|
|
|
|
|
- Only build fluidsynth support on Fedora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- BR qt5-qtbase-devel to keep the GUI frontend
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-8
|
|
|
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 18 2020 Jeff Law <law@redhat.com> - 1.19.1-6
|
|
|
|
|
|
|
|
- Drop qt5-devel buildrequires
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 16 2020 Hans de Goede <hdegoede@redhat.com> - 1.19.1-5
|
|
|
|
|
|
|
|
- Fix FTBFS (rhbz#1799829)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 29 2018 François Cami <fcami@fedoraproject.org> - 1.19.1-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
- Update upstream URLs for real
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 8 2018 François Cami <fcami@fedoraproject.org> - 1.19.0-1
|
|
|
|
|
|
|
|
- Update upstream URLs to http://openal-soft.org/
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
- Rebase patches
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 1 2018 Wim Taymans <wim.taymans@redhat.com> - 1.18.2-6
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-6
|
|
|
|
- Only enable examples using SDL_sound on fedora (#1596651)
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 26 2018 Hans de Goede <hdegoede@redhat.com> - 1.18.2-5
|
|
|
|
* Mon Feb 26 2018 Hans de Goede <hdegoede@redhat.com> - 1.18.2-5
|
|
|
|
- Allow pulseaudio to move openal-soft output streams (rhbz#1544381)
|
|
|
|
- Allow pulseaudio to move openal-soft output streams (rhbz#1544381)
|
|
|
|