Wed, 15 May 2024 05:49:59 UTC | login

Information for build SDL2_sound-2.0.2-1.fc40

ID266403
Package NameSDL2_sound
Version2.0.2
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/SDL2_sound.git#eb6772eeffb8b7fdb0c6104565d40eca5be56cd2
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
StartedMon, 13 Nov 2023 15:29:35 UTC
CompletedMon, 13 Nov 2023 15:54:32 UTC
Taskbuild (f40, /rpms/SDL2_sound.git:eb6772eeffb8b7fdb0c6104565d40eca5be56cd2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/SDL2_sound.git#eb6772eeffb8b7fdb0c6104565d40eca5be56cd2'}}
Tags
f40
RPMs
src
SDL2_sound-2.0.2-1.fc40.src.rpm (info) (download)
riscv64
SDL2_sound-2.0.2-1.fc40.riscv64.rpm (info) (download)
SDL2_sound-devel-2.0.2-1.fc40.riscv64.rpm (info) (download)
SDL2_sound-debuginfo-2.0.2-1.fc40.riscv64.rpm (info) (download)
SDL2_sound-debugsource-2.0.2-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Aug 17 2023 Dominik Mierzejewski <dominik@greysector.net> - 2.0.2-1 - update to 2.0.2 (#2218920) - update bundled dependencies versions - include cmake and pkgconfig files in -devel * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * 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