SHA256
1
0
forked from pool/SDL2_mixer

Accepting request 354420 from games

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/354420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2_mixer?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-01-21 22:42:46 +00:00 committed by Git OBS Bridge
commit 7f669cbbce
4 changed files with 16 additions and 5 deletions

View File

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

3
SDL2_mixer-2.0.1.tar.gz Normal file
View File

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

View File

@ -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

View File

@ -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
@ -65,6 +67,7 @@ Timidity MIDI, and SMPEG MP3 libraries.
%prep
%setup -q
dos2unix *.txt
rm -rf external
%build