02adce3
Name:           openal-soft
e68b441
Version:        1.17.2
6fba5e3
Release:        3%{?dist}
02adce3
Summary:        Open Audio Library
02adce3
02adce3
Group:          System Environment/Libraries
02adce3
License:        LGPLv2+
02adce3
URL:            http://kcat.strangesoft.net/openal.html
02adce3
Source0:        http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
Marcin Juszkiewicz 35c3dda
Patch0:         openal-soft-arm_neon-only-for-32bit.patch
02adce3
02adce3
BuildRequires:  alsa-lib-devel
02adce3
BuildRequires:  pulseaudio-libs-devel
02adce3
BuildRequires:  portaudio-devel
02adce3
BuildRequires:  cmake
613fe91
BuildRequires:  qt-devel
09559dc
%if 0%{?fedora} >= 22
09559dc
BuildRequires:  fluidsynth-devel
09559dc
%endif
c32778d
%if 0%{?fedora} >= 23
c32778d
BuildRequires:  SDL2-devel SDL2_mixer-devel
c32778d
%endif
02adce3
Obsoletes:      openal <= 0.0.10
02adce3
Provides:       openal = %{version}
6857225
6857225
%description
6857225
OpenAL Soft is a cross-platform software implementation of the OpenAL 3D
6857225
audio API. It's built off of the open-sourced Windows version available
6857225
originally from the SVN repository at openal.org. OpenAL provides
6857225
capabilities for playing audio in a virtual 3d environment. Distance
6857225
attenuation, doppler shift, and directional sound emitters are among
6857225
the features handled by the API. More advanced effects, including air
6857225
absorption, low-pass filters, and reverb, are available through the
6857225
EFX extension. It also facilitates streaming audio, multi-channel buffers,
6857225
and audio capture.
6857225
02adce3
%package        devel
02adce3
Summary:        Development files for %{name}
02adce3
Group:          Development/Libraries
120c009
Requires:       %{name}%{?_isa} = %{version}-%{release}
02adce3
Obsoletes:      openal-devel <= 0.0.10
02adce3
Provides:       openal-devel = %{version}
6857225
02adce3
%description    devel
6857225
The %{name}-devel package contains libraries and header files for
6857225
developing applications that use %{name}.
6857225
120c009
%package        qt
120c009
Summary:        Qt frontend for configuring OpenAL Soft
120c009
Group:          Applications/System
120c009
Requires:       %{name}%{?_isa} = %{version}-%{release}
120c009
120c009
%description    qt
120c009
The %{name}-qt package contains alsoft-config, a Qt-based tool
120c009
for configuring OpenAL features.
120c009
6857225
%prep
d6067f6
%setup -q
Marcin Juszkiewicz 35c3dda
%patch0 -p1
6857225
6857225
%build
9e5bf76
%cmake -DALSOFT_CPUEXT_NEON:BOOL=OFF .
6857225
make %{?_smp_mflags}
6857225
6857225
%install
02adce3
make install DESTDIR=%{buildroot}
02adce3
find %{buildroot} -name '*.la' -exec rm -f {} ';'
140065c
install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
140065c
6857225
%post -p /sbin/ldconfig
6857225
6857225
%postun -p /sbin/ldconfig
6857225
6857225
%files
6857225
%doc COPYING
c32778d
%{_bindir}/altonegen
c32778d
%{_bindir}/bsincgen
6857225
%{_bindir}/openal-info
6857225
%{_libdir}/libopenal.so.*
140065c
%dir %{_sysconfdir}/openal
140065c
%config(noreplace) %{_sysconfdir}/openal/alsoft.conf
2462185
%dir %{_datarootdir}/openal
2462185
%{_datarootdir}/openal/alsoftrc.sample
f4ff767
%dir %{_datarootdir}/openal/hrtf
613fe91
%{_datarootdir}/openal/hrtf/default-44100.mhr
613fe91
%{_datarootdir}/openal/hrtf/default-48000.mhr
6857225
6857225
%files devel
2d82f0a
%{_bindir}/makehrtf
6857225
%{_includedir}/*
6857225
%{_libdir}/libopenal.so
6857225
%{_libdir}/pkgconfig/openal.pc
2462185
120c009
%files qt
120c009
%{_bindir}/alsoft-config
6857225
6857225
%changelog
6fba5e3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-3
6fba5e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6fba5e3
9e5bf76
* Sat Feb 20 2016 Hans de Goede <hdegoede@redhat.com> - 1.17.2-2
9e5bf76
- Fix FTBFS on ARM (rhbz#1307818)
9e5bf76
e68b441
* Thu Feb 04 2016 François Cami <fcami@fedoraproject.org> - 1.17.2-1
e68b441
- New upstream release
e68b441
5c977d4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-2
5c977d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5c977d4
c32778d
* Sun Dec 13 2015 François Cami <fcami@fedoraproject.org> - 1.17.1-1
c32778d
- New upstream release
c32778d
65ca240
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.0-7
65ca240
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
65ca240
edd723c
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.16.0-6
edd723c
- Rebuilt for GCC 5 C++11 ABI change
edd723c
09559dc
* Sun Jan 25 2015 François Cami <fcami@fedoraproject.org> - 1.16.0-5
09559dc
- Build against FluidSynth.
09559dc
f4ff767
* Sat Jan 24 2015 Ville Skyttä <ville.skytta@iki.fi> - 1.16.0-4
f4ff767
- Own the hrtf dir
f4ff767
64956e5
* Mon Sep 8 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.16.0-3
Marcin Juszkiewicz 69b5ff4
- Check for arm_neon.h only on 32bit ARM
Marcin Juszkiewicz 69b5ff4
120c009
* Tue Aug 26 2014 François Cami <fcami@fedoraproject.org> - 1.16.0-2
120c009
- Add the -qt subpackage to host the alsoft-config tool
120c009
613fe91
* Sun Aug 17 2014 François Cami <fcami@fedoraproject.org> - 1.16.0-1
613fe91
- New upstream release
613fe91
8b2d6ca
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.1-5
8b2d6ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8b2d6ca
b4e6981
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.1-4
b4e6981
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b4e6981
3cff0c9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.1-3
3cff0c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3cff0c9
0d5b286
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.1-2
0d5b286
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0d5b286
2462185
* Fri Jan 11 2013 François Cami <fcami@fedoraproject.org> - 1.15.1-1
2462185
- New upstream release
2462185
0888554
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-3
0888554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0888554
8f4f6f9
* Thu Apr 12 2012 Dan Horák <dan[at]danny.cz> - 1.14-2
8f4f6f9
- the used fpu control bits are x86 specific
8f4f6f9
2d82f0a
* Fri Apr  6 2012 Hans de Goede <hdegoede@redhat.com> - 1.14-1
2d82f0a
- 1.14-1
2d82f0a
- version upgrade (rhbz#808968)
2d82f0a
- spec cleanup
2d82f0a
02adce3
* Thu Jan 26 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
02adce3
- 1.13-1
02adce3
- version upgrade
02adce3
- spec cleanup
02adce3
68e7548
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.854-3
68e7548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
68e7548
7063693
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.854-2
7063693
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7063693
37fb394
* Thu Apr 01 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.12.854-1
37fb394
- New upstream release
37fb394
1efffaa
* Mon Mar 01 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.11.753-3.20100225
1efffaa
- Fixed Version Number
1efffaa
b699d22
* Sun Feb 28 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.11.753-2.a9e0e57797c6f4321d5776e1f29bf1e75b11e6a1
b699d22
- Fixed Bug 567870
b699d22
c87c404
* Mon Jan 18 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.11.753-1
c87c404
- New Upstream Release
c87c404
b0d402e
* Wed Jan 13 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-7.931f5875cdc4ce0ac61a5110f11e962426e53d99
b0d402e
- Newer git version that fix more problems with pulseaudio.
b0d402e
ecf79c4
* Mon Jan 04 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-6.0ceaa01c3de75c946ff2e7591e7f69b28ec00409
864d78a
- Newer git version with more Pulseaudio fixes. Have fun.
ecf79c4
abc3df3
* Mon Dec 28 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-5.3793919892e6d61e5fec3abeaaeebc3f2332be13
abc3df3
- Fixed small spec verion info.
abc3df3
571c375
* Mon Dec 28 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-4.3793919892e6d61e5fec3abeaaeebc3f2332be13
571c375
- Fixed broken upgrade paths.
571c375
b699d22
* Sat Dec 26 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-3.3793919892e6d61e5fec3abeaaeebc3f2332be13
b699d22
- Updatet to an newer git version because of some pulseaudio fixes.
571c375
140065c
* Tue Nov 10 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 1.10.622-2
140065c
- add default config
140065c
3dcc510
* Mon Nov 09 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-1
3dcc510
- New upstream release
3dcc510
3785ba4
* Sat Nov 07 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.9.563-2.c1b161b44bbf60420de2e1ba886e957d9fcd495e
0690d43
- Updatet to an newer git version because of some pulseaudio fixes.
0690d43
- I hope it fix bug 533501
0690d43
0690d43
* Fri Oct  09 2009 Hans de Goede <hdegoede@redhat.com> - 1.9.563-1.d6e439244ae00a1750f0dc8b249f47efb4967a23git
df28d1e
- Update to 1.9.563 + some fixes from git
df28d1e
- This fixes:
df28d1e
  - Not having any sound in chromium-bsu 
df28d1e
  - Various openal using programs hanging on exit
df28d1e
18096bd
* Fri Aug 21 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-9.487f0dde7593144ceabd817306500465caf7602agit
18096bd
- Fixed version info
18096bd
70668d6
* Fri Aug 21 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-8.487f0dde7593144ceabd817306500465caf7602agit
70668d6
- Fixed bug 517973
70668d6
f38fa18
* Sun Aug 16 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-7
f38fa18
- Fixed bug 517721. Added upstream.patch
f38fa18
6857225
* Sat Aug 08 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-6
6857225
- Fixed license and pkgconfig problem thx goes to Christoph Wickert
6857225
6857225
* Wed Aug 05 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-5
6857225
- Fixed Obsoletes: and Provides: sections
6857225
6857225
* Tue Aug 04 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-4
6857225
- Added Obsoletes: openal <= 0.0.9 and remove Conflicts: openal-devel
6857225
6857225
* Fri Jun 26 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-3
6857225
- Fixed all warnings of rpmlint
6857225
613fe91
* Sat Jun 20 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-2
613fe91
- Update the SPEC and SRPM file because openal-soft-devel conflicts with
6857225
openal-devel
6857225
613fe91
* Sat Jun 20 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-1
0690d43
- Initial release for Fedora