Accepting request 44503 from games
Copy from games/SDL_mixer based on submit request 44503 from user coolo OBS-URL: https://build.opensuse.org/request/show/44503 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_mixer?expand=0&rev=22
This commit is contained in:
commit
04a1ef03e7
@ -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
|
Tue Jan 12 09:16:01 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: SDL_mixer
|
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
|
Summary: Sample Mixer Library for SDL
|
||||||
Version: 1.2.11
|
Version: 1.2.11
|
||||||
Release: 2
|
Release: 7
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508180]
|
# removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508180]
|
||||||
@ -45,6 +45,9 @@ Group: System/Libraries
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Provides: SDL_mixer = %{version}
|
Provides: SDL_mixer = %{version}
|
||||||
Obsoletes: 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
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: SDL_mixer-64bit
|
Obsoletes: SDL_mixer-64bit
|
||||||
@ -83,8 +86,7 @@ Timidity MIDI, and SMPEG MP3 libraries.
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-pic \
|
--with-pic
|
||||||
--enable-music-libmikmod
|
|
||||||
make %{?jobs:-j %jobs}
|
make %{?jobs:-j %jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user