1
0
forked from pool/SDL2_mixer

5 Commits

7 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cfb34c87b26dbdbc7afd68c4f545c0116ab5f90bbfecc5aebe2a9cb4bb31549
size 10874471

Binary file not shown.

BIN
SDL2_mixer-2.8.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SDL2_mixer-2.8.1.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 14 14:45:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Use pkgconfig() to locate build requirements
-------------------------------------------------------------------
Fri Feb 7 21:58:11 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.1
* Added Stop/Start/Pause/Resume for Fluidsynth
-------------------------------------------------------------------
Sun Jul 28 05:06:40 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Reintroduce baselibs.conf [boo#1227467]
-------------------------------------------------------------------
Fri Feb 2 15:03:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
@@ -57,7 +73,7 @@ Sat Jul 9 13:14:16 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Switch from libmodplug to libxmp as backend for tracker files
- Rename -devel subpackage based on SRPM name
- Drop 0001-use-after-free-fluidsynth.patch (merged)
- Drop baselibs.conf (no SDL2_ttf-dependent Tumbleweed packages
- Drop baselibs.conf (no SDL2_mixer-dependent Tumbleweed packages
themselves have baselibs).
-------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
#
# spec file for package SDL2_mixer
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: SDL2_mixer
%define lname libSDL2_mixer-2_0-0
Version: 2.8.0
Version: 2.8.1
Release: 0
Summary: SDL2 sound mixer library
License: Zlib
@@ -29,7 +29,7 @@ URL: http://libsdl.org/projects/SDL_mixer/
Source: https://github.com/libsdl-org/SDL_mixer/releases/download/release-%version/SDL2_mixer-%version.tar.gz
Source2: https://github.com/libsdl-org/SDL_mixer/releases/download/release-%version/SDL2_mixer-%version.tar.gz.sig
Source3: %name.keyring
BuildRequires: SDL2-devel >= 2.24
Source4: baselibs.conf
BuildRequires: dos2unix
BuildRequires: pkg-config
BuildRequires: pkgconfig(flac)
@@ -37,6 +37,7 @@ BuildRequires: pkgconfig(fluidsynth)
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(libxmp)
BuildRequires: pkgconfig(opusfile)
BuildRequires: pkgconfig(sdl2) >= 2.24
BuildRequires: pkgconfig(vorbis)
Suggests: timidity

5
baselibs.conf Normal file
View File

@@ -0,0 +1,5 @@
# Made available to run srb2.i586 (produced by i586 workers with
# SDL2_mixer-devel.i586) on amd64 (bugzilla.opensuse.org/1227467)
libSDL2_mixer-2_0-0
provides "SDL2_mixer-<targettype> = <version>"
obsoletes "SDL2_mixer-<targettype> <= <version>"