openal-soft-vl.spec 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. Name: openal-soft
  2. Summary: Open Audio Library
  3. Version: 1.15.1
  4. Release: 1%{?_dist_release}
  5. Group: System Environment/Libraries
  6. License: LGPLv2+
  7. URL: http://kcat.strangesoft.net/openal.html
  8. Source0: http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: alsa-lib-devel
  11. BuildRequires: pulseaudio-libs-devel
  12. BuildRequires: portaudio-devel
  13. BuildRequires: cmake
  14. Obsoletes: openal <= 1:0.0.10
  15. Provides: openal = 1:%{version}-%{release}
  16. %description
  17. OpenAL Soft is a cross-platform software implementation of the OpenAL 3D
  18. audio API. It's built off of the open-sourced Windows version available
  19. originally from the SVN repository at openal.org. OpenAL provides
  20. capabilities for playing audio in a virtual 3d environment. Distance
  21. attenuation, doppler shift, and directional sound emitters are among
  22. the features handled by the API. More advanced effects, including air
  23. absorption, low-pass filters, and reverb, are available through the
  24. EFX extension. It also facilitates streaming audio, multi-channel buffers,
  25. and audio capture.
  26. %package devel
  27. Summary: Development files for %{name}
  28. Group: Development/Libraries
  29. Requires: %{name} = %{version}-%{release}
  30. Obsoletes: openal-devel <= 1:0.0.10
  31. Provides: openal-devel = 1:%{version}-%{release}
  32. %description devel
  33. The %{name}-devel package contains libraries and header files for
  34. developing applications that use %{name}.
  35. %prep
  36. %setup -q
  37. %build
  38. %cmake .
  39. make %{?_smp_mflags}
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. make install DESTDIR=$RPM_BUILD_ROOT
  43. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  44. install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
  45. %clean
  46. rm -rf $RPM_BUILD_ROOT
  47. %post -p /sbin/ldconfig
  48. %postun -p /sbin/ldconfig
  49. %files
  50. %defattr(-,root,root,-)
  51. %doc COPYING
  52. %{_bindir}/makehrtf
  53. %{_bindir}/openal-info
  54. %{_libdir}/libopenal.so.*
  55. %{_datadir}/openal/alsoftrc.sample
  56. %dir %{_sysconfdir}/openal
  57. %config(noreplace) %{_sysconfdir}/openal/alsoft.conf
  58. %files devel
  59. %defattr(-,root,root,-)
  60. %{_includedir}/*
  61. %{_libdir}/libopenal.so
  62. %{_libdir}/pkgconfig/openal.pc
  63. %changelog
  64. * Sun Jul 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.15.1-1
  65. - new upstream release
  66. * Sun Feb 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.13-1
  67. - Initial build for Vine Linux
  68. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.854-2
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  70. * Thu Apr 01 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.12.854-1
  71. - New upstream release
  72. * Mon Mar 01 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.11.753-3.20100225
  73. - Fixed Version Number
  74. * Sun Feb 28 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.11.753-2.a9e0e57797c6f4321d5776e1f29bf1e75b11e6a1
  75. - Fixed Bug 567870
  76. * Mon Jan 18 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.11.753-1
  77. - New Upstream Release
  78. * Wed Jan 13 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-7.931f5875cdc4ce0ac61a5110f11e962426e53d99
  79. - Newer git version that fix more problems with pulseaudio.
  80. * Mon Jan 04 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-6.0ceaa01c3de75c946ff2e7591e7f69b28ec00409
  81. - Newer git version with more Pulseaudio fixes. Have fun.
  82. * Mon Dec 28 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-5.3793919892e6d61e5fec3abeaaeebc3f2332be13
  83. - Fixed small spec verion info.
  84. * Mon Dec 28 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-4.3793919892e6d61e5fec3abeaaeebc3f2332be13
  85. - Fixed broken upgrade paths.
  86. * Sat Dec 26 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-3.3793919892e6d61e5fec3abeaaeebc3f2332be13
  87. - Updatet to an newer git version because of some pulseaudio fixes.
  88. * Tue Nov 10 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 1.10.622-2
  89. - add default config
  90. * Mon Nov 09 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.10.622-1
  91. - New upstream release
  92. * Sat Nov 07 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.9.563-2.c1b161b44bbf60420de2e1ba886e957d9fcd495e
  93. - Updatet to an newer git version because of some pulseaudio fixes.
  94. - I hope it fix bug 533501
  95. * Fri Oct 09 2009 Hans de Goede <hdegoede@redhat.com> - 1.9.563-1.d6e439244ae00a1750f0dc8b249f47efb4967a23git
  96. - Update to 1.9.563 + some fixes from git
  97. - This fixes:
  98. - Not having any sound in chromium-bsu
  99. - Various openal using programs hanging on exit
  100. * Fri Aug 21 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-9.487f0dde7593144ceabd817306500465caf7602agit
  101. - Fixed version info
  102. * Fri Aug 21 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-8.487f0dde7593144ceabd817306500465caf7602agit
  103. - Fixed bug 517973
  104. * Sun Aug 16 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-7
  105. - Fixed bug 517721. Added upstream.patch
  106. * Sat Aug 08 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-6
  107. - Fixed license and pkgconfig problem thx goes to Christoph Wickert
  108. * Wed Aug 05 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-5
  109. - Fixed Obsoletes: and Provides: sections
  110. * Tue Aug 04 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-4
  111. - Added Obsoletes: openal <= 0.0.9 and remove Conflicts: openal-devel
  112. * Fri Jun 26 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-3
  113. - Fixed all warnings of rpmlint
  114. * Sat Jun 20 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-2
  115. - Updatet the SPEC and SRPM file because openal-soft-devel conflicts with
  116. openal-devel
  117. * Sat Jun 20 2009 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.8.466-1
  118. - Initial release for Fedora