- Add FLAC support

- Recommend the libraries that are dlopened

OBS-URL: https://build.opensuse.org/package/show/games/SDL_mixer?expand=0&rev=11
This commit is contained in:
Cristian Morales Vega 2010-07-24 20:37:38 +00:00 committed by Git OBS Bridge
parent fa0f4295e2
commit 3c72abdfec
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 24 20:34:26 UTC 2010 - reddwarf@opensuse.org
- Add FLAC support
- Recommend the libraries that are dlopened
-------------------------------------------------------------------
Tue Jan 12 09:16:01 UTC 2010 - coolo@novell.com

View File

@ -19,7 +19,7 @@
Name: SDL_mixer
BuildRequires: libSDL-devel libmikmod-devel libogg-devel libvorbis-devel
BuildRequires: libSDL-devel libmikmod-devel libvorbis-devel flac-devel
Summary: Sample Mixer Library for SDL
Version: 1.2.11
Release: 2
@ -45,6 +45,9 @@ Group: System/Libraries
License: LGPLv2.1+
Provides: SDL_mixer = %{version}
Obsoletes: SDL_mixer <= %{version}
Recommends: %(rpm -qf %{_libdir}/libmikmod.so.[0-9] --qf '%{NAME}')
Recommends: %(rpm -qf %{_libdir}/libvorbisfile.so.[0-9] --qf '%{NAME}')
Recommends: %(rpm -qf %{_libdir}/libFLAC.so.[0-9] --qf '%{NAME}')
# bug437293
%ifarch ppc64
Obsoletes: SDL_mixer-64bit
@ -83,8 +86,7 @@ Timidity MIDI, and SMPEG MP3 libraries.
%build
%configure \
--disable-static \
--with-pic \
--enable-music-libmikmod
--with-pic
make %{?jobs:-j %jobs}
%install

0
ready
View File