forked from pool/SDL2_mixer
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
This commit is contained in:
parent
7e1e9ab2e8
commit
76ecd5b4d2
@ -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
3
SDL2_mixer-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f
|
||||||
|
size 10213891
|
@ -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
|
Thu Jan 8 09:33:53 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL2_mixer
|
# 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
|
# 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.0.0
|
Version: 2.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SDL2 sound mixer library
|
Summary: SDL2 sound mixer library
|
||||||
License: Zlib
|
License: Zlib
|
||||||
@ -28,6 +28,7 @@ Url: http://libsdl.org/projects/SDL_mixer/
|
|||||||
#Hg-Clone: http://hg.libsdl.org/SDL_mixer/
|
#Hg-Clone: http://hg.libsdl.org/SDL_mixer/
|
||||||
Source: http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
|
Source: http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
|
BuildRequires: dos2unix
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(flac)
|
BuildRequires: pkgconfig(flac)
|
||||||
BuildRequires: pkgconfig(fluidsynth)
|
BuildRequires: pkgconfig(fluidsynth)
|
||||||
@ -35,6 +36,7 @@ BuildRequires: pkgconfig(libmikmod)
|
|||||||
BuildRequires: pkgconfig(libmodplug) >= 0.8.8
|
BuildRequires: pkgconfig(libmodplug) >= 0.8.8
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
BuildRequires: pkgconfig(vorbis)
|
BuildRequires: pkgconfig(vorbis)
|
||||||
|
Recommends: timidity
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,7 +45,7 @@ audio, plus a single channel of music, mixed by the popular MikMod MOD,
|
|||||||
Timidity MIDI, and SMPEG MP3 libraries.
|
Timidity MIDI, and SMPEG MP3 libraries.
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Simple DirectMedia Layer 2 – Sound mixer library
|
Summary: Simple DirectMedia Layer 2 – Sound mixer library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: SDL2_mixer = %version-%release
|
Provides: SDL2_mixer = %version-%release
|
||||||
|
|
||||||
@ -65,6 +67,7 @@ Timidity MIDI, and SMPEG MP3 libraries.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
dos2unix *.txt
|
||||||
rm -rf external
|
rm -rf external
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user