Update to 1.18.0
This commit is contained in:
parent
6fba5e397a
commit
acb172a42d
@ -1,6 +1,6 @@
|
|||||||
Name: openal-soft
|
Name: openal-soft
|
||||||
Version: 1.17.2
|
Version: 1.18.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open Audio Library
|
Summary: Open Audio Library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -14,6 +14,8 @@ BuildRequires: pulseaudio-libs-devel
|
|||||||
BuildRequires: portaudio-devel
|
BuildRequires: portaudio-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: qt-devel
|
BuildRequires: qt-devel
|
||||||
|
BuildRequires: qt5-devel
|
||||||
|
BuildRequires: SDL_sound-devel
|
||||||
%if 0%{?fedora} >= 22
|
%if 0%{?fedora} >= 22
|
||||||
BuildRequires: fluidsynth-devel
|
BuildRequires: fluidsynth-devel
|
||||||
%endif
|
%endif
|
||||||
@ -45,6 +47,14 @@ Provides: openal-devel = %{version}
|
|||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
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
|
%package qt
|
||||||
Summary: Qt frontend for configuring OpenAL Soft
|
Summary: Qt frontend for configuring OpenAL Soft
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -84,17 +94,38 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
|
|||||||
%dir %{_datarootdir}/openal/hrtf
|
%dir %{_datarootdir}/openal/hrtf
|
||||||
%{_datarootdir}/openal/hrtf/default-44100.mhr
|
%{_datarootdir}/openal/hrtf/default-44100.mhr
|
||||||
%{_datarootdir}/openal/hrtf/default-48000.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
|
%files devel
|
||||||
%{_bindir}/makehrtf
|
%{_bindir}/makehrtf
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libopenal.so
|
%{_libdir}/libopenal.so
|
||||||
%{_libdir}/pkgconfig/openal.pc
|
%{_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
|
%files qt
|
||||||
%{_bindir}/alsoft-config
|
%{_bindir}/alsoft-config
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user