forked from pool/SDL2_mixer
- Update to release 2.8
OBS-URL: https://build.opensuse.org/package/show/games/SDL2_mixer?expand=0&rev=35
This commit is contained in:
parent
8763eb94a1
commit
98becfd218
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7a6ba86a478648ce617e3a5e9277181bc67f7ce9876605eea6affd4a0d6eea8f
|
|
||||||
size 9935069
|
|
Binary file not shown.
3
SDL2_mixer-2.8.0.tar.gz
Normal file
3
SDL2_mixer-2.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1cfb34c87b26dbdbc7afd68c4f545c0116ab5f90bbfecc5aebe2a9cb4bb31549
|
||||||
|
size 10874471
|
BIN
SDL2_mixer-2.8.0.tar.gz.sig
Normal file
BIN
SDL2_mixer-2.8.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 21 18:07:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8
|
||||||
|
* Added support for loading wavpack sound files, added support for
|
||||||
|
loading classic console sound files using Game_Music_Emu
|
||||||
|
* Added support for FLAC audio in Ogg containers
|
||||||
|
* Added Mix_PauseAudio() to pause and resume all audio playback
|
||||||
|
* Added Mix_GetNumTracks() and Mix_StartTrack() for managing
|
||||||
|
tracks in GME files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 7 10:08:11 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue Feb 7 10:08:11 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL2_mixer
|
# spec file for package SDL2_mixer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: SDL2_mixer
|
Name: SDL2_mixer
|
||||||
%define lname libSDL2_mixer-2_0-0
|
%define lname libSDL2_mixer-2_0-0
|
||||||
Version: 2.6.3
|
Version: 2.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SDL2 sound mixer library
|
Summary: SDL2 sound mixer library
|
||||||
License: Zlib
|
License: Zlib
|
||||||
|
Loading…
Reference in New Issue
Block a user