Wed, 15 May 2024 12:50:50 UTC | login

Information for build SDL2_sound-2.0.1-3.fc37

ID200303
Package NameSDL2_sound
Version2.0.1
Release3.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/SDL2_sound.git#a4801492c6fa62ac29c60871d33c2140032d55ff
SummaryAn abstract soundfile decoder library
DescriptionSDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .OGG. 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 10 Sep 2022 15:42:29 UTC
CompletedSat, 10 Sep 2022 16:00:28 UTC
Taskbuild (f37, /rpms/SDL2_sound.git:a4801492c6fa62ac29c60871d33c2140032d55ff)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/SDL2_sound.git#a4801492c6fa62ac29c60871d33c2140032d55ff'}}
Tags
f37
f38
RPMs
src
SDL2_sound-2.0.1-3.fc37.src.rpm (info) (download)
riscv64
SDL2_sound-2.0.1-3.fc37.riscv64.rpm (info) (download)
SDL2_sound-devel-2.0.1-3.fc37.riscv64.rpm (info) (download)
SDL2_sound-debuginfo-2.0.1-3.fc37.riscv64.rpm (info) (download)
SDL2_sound-debugsource-2.0.1-3.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 30 2022 Dominik Mierzejewski <dominik@greysector.net> - 2.0.1-2 - build the bundled timidity fork for MIDI support (#2100058) * Mon Mar 28 2022 Dominik Mierzejewski <dominik@greysector.net> - 2.0.1-1 - initial package based on SDL_sound