1
0
forked from pool/SDL_mixer

Accepting request 156238 from home:Mailaender:branches:games

update to latest version
silenced some RPMlint warnings

OBS-URL: https://build.opensuse.org/request/show/156238
OBS-URL: https://build.opensuse.org/package/show/games/SDL_mixer?expand=0&rev=19
This commit is contained in:
Dirk Stoecker 2013-02-25 10:21:50 +00:00 committed by Git OBS Bridge
parent 6b04504de8
commit c30c5b8d09
4 changed files with 33 additions and 12 deletions

View File

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

3
SDL_mixer-1.2.12.tar.gz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Feb 24 09:35:38 UTC 2013 - mailaender@opensuse.org
- Update to 1.2.12
* SDL_mixer is now under the zlib license
* Fixed seek offset with SMPEG (was relative, should be absolute)
* Added Mix_LoadMUSType_RW() so you can tell SDL_mixer what type the music is
* Added /usr/local/share/timidity to the timidity data path
* Fixed timidity loading of some MIDI files
* Fixed dropping audio in the FLAC audio decoding
* Fixed memory leak in SDL_LoadMUS()
* Removed GPL native MIDI code for new licensing
* Fixed drums playing on MIDI channel 16 with timidity
* The music-finished hook can start a track immediately
* Added support for FluidSynth
* Added support for libmodplug (disabled by default)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 3 02:18:43 UTC 2013 - crrodriguez@opensuse.org Thu Jan 3 02:18:43 UTC 2013 - crrodriguez@opensuse.org

View File

@ -18,17 +18,16 @@
Name: SDL_mixer Name: SDL_mixer
BuildRequires: flac-devel BuildRequires: flac-devel
BuildRequires: fluidsynth-devel
BuildRequires: libSDL-devel BuildRequires: libSDL-devel
BuildRequires: libmikmod-devel BuildRequires: libmikmod-devel
BuildRequires: libvorbis-devel BuildRequires: libvorbis-devel
Summary: Sample Mixer Library for SDL Summary: Sample Mixer Library for SDL
License: LGPL-2.1+ License: Zlib
Group: System/Libraries Group: System/Libraries
Version: 1.2.11 Version: 1.2.12
Release: 0 Release: 0
# removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508180] Source: %{name}-%{version}.tar.gz
# removed libmikmod-3.1.12.zip
Source: %{name}-%{version}-repack.tar.bz2
Source1: baselibs.conf Source1: baselibs.conf
Url: http://www.libsdl.org/projects/SDL_mixer/ Url: http://www.libsdl.org/projects/SDL_mixer/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -44,7 +43,7 @@ Timidity MIDI, and SMPEG MP3 libraries.
Summary: Sample Mixer Library for SDL Summary: Sample Mixer Library for SDL
Group: System/Libraries Group: System/Libraries
Provides: SDL_mixer = %{version} Provides: SDL_mixer = %{version}
Obsoletes: SDL_mixer <= %{version} Obsoletes: SDL_mixer < %{version}
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
Obsoletes: SDL_mixer-64bit Obsoletes: SDL_mixer-64bit
@ -65,7 +64,7 @@ Group: Development/Libraries/C and C++
Requires: libSDL-devel Requires: libSDL-devel
Requires: libSDL_mixer-1_2-0 = %{version} Requires: libSDL_mixer-1_2-0 = %{version}
Provides: SDL_mixer-devel = %{version} Provides: SDL_mixer-devel = %{version}
Obsoletes: SDL_mixer-devel <= %{version} Obsoletes: SDL_mixer-devel < %{version}
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
Obsoletes: SDL_mixer-devel-64bit Obsoletes: SDL_mixer-devel-64bit
@ -80,11 +79,16 @@ Timidity MIDI, and SMPEG MP3 libraries.
%prep %prep
%setup -q %setup -q
# remove unneccessary files from upstream tarball [bnc#508180] to clean up source RPM
rm libmikmod-3.1.12.zip
rm Watcom-OS2.zip
rm -rf VisualC
rm -rf Xcode
rm -rf Xcode-iOS
%build %build
%configure --disable-music-mod-shared --disable-music-ogg-shared --disable-music-flac-shared \ %configure --disable-music-mod-shared --disable-music-ogg-shared --disable-music-flac-shared \
--disable-static \ --disable-static --with-pic
--with-pic
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install