forked from pool/SDL2_mixer
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
e46d03c3b1 | |||
4848e76893 | |||
6deaf91a30 | |||
319b4ccaa7 | |||
|
68595cf8b8 | ||
631f1c04dd | |||
863b43b9c6 | |||
|
65e63a3d46 | ||
55b816ffd9 | |||
7fc8972b44 | |||
|
1447aa81be | ||
|
801225ff08 | ||
7d7c2d5305 | |||
4c9a7c8dda |
@@ -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
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
BIN
SDL2_mixer-2.8.1.tar.gz.sig
Normal file
Binary file not shown.
@@ -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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@@ -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,6 +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
|
||||
Source4: baselibs.conf
|
||||
BuildRequires: SDL2-devel >= 2.24
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: pkg-config
|
||||
@@ -37,6 +38,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
5
baselibs.conf
Normal 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>"
|
Reference in New Issue
Block a user