automatic version update by autodist [release 2.0.4-1mamba;Tue Jan 14 2025]
This commit is contained in:
parent
a97d53a88c
commit
d3ebd45992
@ -1,12 +1,12 @@
|
||||
Name: sdl2_sound
|
||||
Version: 2.0.2
|
||||
Version: 2.0.4
|
||||
Release: 1mamba
|
||||
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/
|
||||
URL: https://icculus.org/SDL_sound/
|
||||
Source: https://github.com/icculus/SDL_sound.git/v%{version}/SDL_sound-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -35,7 +35,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}
|
||||
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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n SDL_sound-%{version}
|
||||
@ -71,6 +70,9 @@ This package contains static libraries and header files needed for development.
|
||||
%{_libdir}/pkgconfig/SDL2_sound.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jan 14 2025 Automatic Build System <autodist@openmamba.org> 2.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
|
||||
- update to 2.0.2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user