source: projects/specs/branches/6/o/openal-soft/openal-soft-vl.spec @ 2774

Revision 2774, 5.4 KB checked in by inagaki, 13 years ago (diff)

update: KDE 4.6.0
NEW: nepomukcontroller, openal-soft

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