From 76ecd5b4d2bd9c4d9c9ba61e95561abb6ca8cf69c305af0c5287e42bfd6c4b1e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 10 Jan 2016 17:32:19 +0000 Subject: [PATCH 1/2] Accepting request 352804 from home:Mailaender:branches:games new upstream version OBS-URL: https://build.opensuse.org/request/show/352804 OBS-URL: https://build.opensuse.org/package/show/games/SDL2_mixer?expand=0&rev=13 --- SDL2_mixer-2.0.0.tar.gz | 3 --- SDL2_mixer-2.0.1.tar.gz | 3 +++ SDL2_mixer.changes | 8 ++++++++ SDL2_mixer.spec | 9 ++++++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 SDL2_mixer-2.0.0.tar.gz create mode 100644 SDL2_mixer-2.0.1.tar.gz diff --git a/SDL2_mixer-2.0.0.tar.gz b/SDL2_mixer-2.0.0.tar.gz deleted file mode 100644 index 586308b..0000000 --- a/SDL2_mixer-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b -size 10119589 diff --git a/SDL2_mixer-2.0.1.tar.gz b/SDL2_mixer-2.0.1.tar.gz new file mode 100644 index 0000000..0777198 --- /dev/null +++ b/SDL2_mixer-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f +size 10213891 diff --git a/SDL2_mixer.changes b/SDL2_mixer.changes index f6272bf..9d1f729 100644 --- a/SDL2_mixer.changes +++ b/SDL2_mixer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 10 17:06:57 UTC 2016 - mailaender@opensuse.org + +- update to version 2.0.1 + * Added support for 'smpl' format loop points in music WAV files + * Fixed floating point exception in Mix_Volume() + * Added support for loading MP3 files as sound chunks + ------------------------------------------------------------------- Thu Jan 8 09:33:53 UTC 2015 - jengelh@inai.de diff --git a/SDL2_mixer.spec b/SDL2_mixer.spec index 8ccfa49..5b02087 100644 --- a/SDL2_mixer.spec +++ b/SDL2_mixer.spec @@ -1,7 +1,7 @@ # # spec file for package SDL2_mixer # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # 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.0.0 +Version: 2.0.1 Release: 0 Summary: SDL2 sound mixer library License: Zlib @@ -28,6 +28,7 @@ Url: http://libsdl.org/projects/SDL_mixer/ #Hg-Clone: http://hg.libsdl.org/SDL_mixer/ Source: http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz Source1: baselibs.conf +BuildRequires: dos2unix BuildRequires: pkg-config BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(fluidsynth) @@ -35,6 +36,7 @@ BuildRequires: pkgconfig(libmikmod) BuildRequires: pkgconfig(libmodplug) >= 0.8.8 BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(vorbis) +Recommends: timidity BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -43,7 +45,7 @@ audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, and SMPEG MP3 libraries. %package -n %lname -Summary: Simple DirectMedia Layer 2 – Sound mixer library +Summary: Simple DirectMedia Layer 2 – Sound mixer library Group: System/Libraries Provides: SDL2_mixer = %version-%release @@ -65,6 +67,7 @@ Timidity MIDI, and SMPEG MP3 libraries. %prep %setup -q +dos2unix *.txt rm -rf external %build From 046ebf544c592a643b5f26034ddbb25af3ad166324dbea824bb6112aeab889a1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 10 Jan 2016 17:38:21 +0000 Subject: [PATCH 2/2] restore summary OBS-URL: https://build.opensuse.org/package/show/games/SDL2_mixer?expand=0&rev=14 --- SDL2_mixer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2_mixer.spec b/SDL2_mixer.spec index 5b02087..14bf275 100644 --- a/SDL2_mixer.spec +++ b/SDL2_mixer.spec @@ -45,7 +45,7 @@ audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, and SMPEG MP3 libraries. %package -n %lname -Summary: Simple DirectMedia Layer 2 – Sound mixer library +Summary: Simple DirectMedia Layer 2 – Sound mixer library Group: System/Libraries Provides: SDL2_mixer = %version-%release