Tue, 14 May 2024 11:34:16 UTC | login

Information for build SDL2_sound-2.0.1-4.fc38

ID233335
Package NameSDL2_sound
Version2.0.1
Release4.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/SDL2_sound.git#0a7bb19b8143325c9f9f25a7a64a3953cee4a1e5
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, 25 Feb 2023 12:50:26 UTC
CompletedSat, 25 Feb 2023 13:40:08 UTC
Taskbuild (f38, /rpms/SDL2_sound.git:0a7bb19b8143325c9f9f25a7a64a3953cee4a1e5)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/SDL2_sound.git#0a7bb19b8143325c9f9f25a7a64a3953cee4a1e5'}}
Tags
f38
f39
f40
RPMs
src
SDL2_sound-2.0.1-4.fc38.src.rpm (info) (download)
riscv64
SDL2_sound-2.0.1-4.fc38.riscv64.rpm (info) (download)
SDL2_sound-devel-2.0.1-4.fc38.riscv64.rpm (info) (download)
SDL2_sound-debuginfo-2.0.1-4.fc38.riscv64.rpm (info) (download)
SDL2_sound-debugsource-2.0.1-4.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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