|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: openal-soft
|
|
|
|
|
Version: 1.17.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.18.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Open Audio Library
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -14,6 +14,8 @@ BuildRequires: pulseaudio-libs-devel
|
|
|
|
|
BuildRequires: portaudio-devel
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: qt-devel
|
|
|
|
|
BuildRequires: qt5-devel
|
|
|
|
|
BuildRequires: SDL_sound-devel
|
|
|
|
|
%if 0%{?fedora} >= 22
|
|
|
|
|
BuildRequires: fluidsynth-devel
|
|
|
|
|
%endif
|
|
|
|
@ -45,6 +47,14 @@ Provides: openal-devel = %{version}
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%package examples
|
|
|
|
|
Summary: Sample applications for OpenAl Soft
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description examples
|
|
|
|
|
Sample applications for OpenAl Soft.
|
|
|
|
|
|
|
|
|
|
%package qt
|
|
|
|
|
Summary: Qt frontend for configuring OpenAL Soft
|
|
|
|
|
Group: Applications/System
|
|
|
|
@ -84,17 +94,38 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
|
|
|
|
|
%dir %{_datarootdir}/openal/hrtf
|
|
|
|
|
%{_datarootdir}/openal/hrtf/default-44100.mhr
|
|
|
|
|
%{_datarootdir}/openal/hrtf/default-48000.mhr
|
|
|
|
|
%doc %{_datarootdir}/openal/presets/presets.txt
|
|
|
|
|
%{_datarootdir}/openal/presets/3D7.1.ambdec
|
|
|
|
|
%{_datarootdir}/openal/presets/hexagon.ambdec
|
|
|
|
|
%{_datarootdir}/openal/presets/itu5.1.ambdec
|
|
|
|
|
%{_datarootdir}/openal/presets/rectangle.ambdec
|
|
|
|
|
%{_datarootdir}/openal/presets/square.ambdec
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_bindir}/makehrtf
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_libdir}/libopenal.so
|
|
|
|
|
%{_libdir}/pkgconfig/openal.pc
|
|
|
|
|
%{_libdir}/cmake/OpenAL/OpenALConfig.cmake
|
|
|
|
|
%{_libdir}/cmake/OpenAL/OpenALConfig-relwithdebinfo.cmake
|
|
|
|
|
|
|
|
|
|
%files examples
|
|
|
|
|
%{_bindir}/alhrtf
|
|
|
|
|
%{_bindir}/allatency
|
|
|
|
|
%{_bindir}/alloopback
|
|
|
|
|
%{_bindir}/alreverb
|
|
|
|
|
%{_bindir}/alstream
|
|
|
|
|
|
|
|
|
|
%files qt
|
|
|
|
|
%{_bindir}/alsoft-config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jul 02 2017 François Cami <fcami@fedoraproject.org> - 1.18.0-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
- Add BR: qt5-devel + SDL_sound-devel
|
|
|
|
|
- Add -examples subpackage
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|