diff --git a/SDL_mixer.changes b/SDL_mixer.changes index bb84ecc..9f9c0a9 100644 --- a/SDL_mixer.changes +++ b/SDL_mixer.changes @@ -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 diff --git a/SDL_mixer.spec b/SDL_mixer.spec index dfddc26..514daef 100644 --- a/SDL_mixer.spec +++ b/SDL_mixer.spec @@ -19,10 +19,10 @@ Name: SDL_mixer -BuildRequires: libSDL-devel libmikmod-devel libogg-devel libvorbis-devel +BuildRequires: flac-devel libSDL-devel libmikmod-devel libvorbis-devel Summary: Sample Mixer Library for SDL Version: 1.2.11 -Release: 2 +Release: 7 License: LGPLv2.1+ Group: System/Libraries # removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508180] @@ -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