105 lines
4.7 KiB
RPMSpec
105 lines
4.7 KiB
RPMSpec
Name: libSDL_sound
|
|
Version: 1.0.3
|
|
Release: 7mamba
|
|
Summary: A library that handles the decoding of several popular sound file formats, such as .WAV and .MP3
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://icculus.org/SDL_sound/
|
|
Source: http://icculus.org/SDL_sound/downloads/SDL_sound-%{version}.tar.gz
|
|
Patch1: libSDL_sound-1.0.3-renamed-physfs-export.patch
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libflac-devel
|
|
BuildRequires: libmikmod-devel
|
|
BuildRequires: libmodplug-devel
|
|
BuildRequires: libogg-devel
|
|
BuildRequires: libphysfs-devel
|
|
BuildRequires: libsdl12-compat-devel
|
|
BuildRequires: libspeex-devel
|
|
BuildRequires: libvorbis-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmer's sound playback tasks simpler. The programmer gives SDL_sound a filename, or feeds it data directly from one of many sources, and then reads the decoded waveform data back at her leisure. If resource constraints are a concern, SDL_sound can process sound data in programmer-specified blocks. Alternately, SDL_sound can decode a whole sound file and hand back a single pointer to the whole waveform. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes, if the programmer desires.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
|
|
|
%description devel
|
|
SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmer's sound playback tasks simpler. The programmer gives SDL_sound a filename, or feeds it data directly from one of many sources, and then reads the decoded waveform data back at her leisure. If resource constraints are a concern, SDL_sound can process sound data in programmer-specified blocks. Alternately, SDL_sound can decode a whole sound file and hand back a single pointer to the whole waveform. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes, if the programmer desires.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%package tools
|
|
Summary: Tools provided with %{name}
|
|
Group: Applications/Multimedia
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
|
|
|
%description tools
|
|
SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmer's sound playback tasks simpler. The programmer gives SDL_sound a filename, or feeds it data directly from one of many sources, and then reads the decoded waveform data back at her leisure. If resource constraints are a concern, SDL_sound can process sound data in programmer-specified blocks. Alternately, SDL_sound can decode a whole sound file and hand back a single pointer to the whole waveform. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes, if the programmer desires.
|
|
This package contains the tools provided with %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n SDL_sound-%{version}
|
|
%patch 1 -p1
|
|
|
|
%build
|
|
%configure
|
|
%make -j1
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libSDL_sound-1.0.so.*
|
|
%doc COPYING CREDITS
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/SDL/*.h
|
|
%{_libdir}/libSDL_sound.a
|
|
%{_libdir}/libSDL_sound.so
|
|
%doc README TODO
|
|
|
|
%files tools
|
|
%defattr(-,root,root)
|
|
%{_bindir}/playsound
|
|
%{_bindir}/playsound_simple
|
|
|
|
%changelog
|
|
* Thu Jun 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-7mamba
|
|
- rebuilt to remove .la file
|
|
|
|
* Sun Oct 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-6mamba
|
|
- don't own /usr/include/SDL; add debug package; other specfile fixes
|
|
|
|
* Sun Aug 22 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-5mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Thu Jun 03 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-4mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Mon Jun 29 2009 Automatic Build System <autodist@mambasoft.it> 1.0.3-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed May 20 2009 Automatic Build System <autodist@mambasoft.it> 1.0.3-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Jul 09 2008 gil <puntogil@libero.it> 1.0.3-1mamba
|
|
- update to 1.0.3
|
|
- removed patch
|
|
|
|
* Fri Mar 31 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1qilnx
|
|
- package created by autospec
|