rpms/SDL_mixer/devel SDL_mixer.spec,1.3,1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Jun 9 21:00:56 UTC 2005


Author: scop

Update of /cvs/extras/rpms/SDL_mixer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10108/devel

Modified Files:
	SDL_mixer.spec 
Log Message:
Bring back Ogg, add SDL-devel dependency to -devel, improve description.


Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_mixer/devel/SDL_mixer.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SDL_mixer.spec	27 May 2005 20:03:24 -0000	1.3
+++ SDL_mixer.spec	9 Jun 2005 21:00:54 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Simple DirectMedia Layer - Sample Mixer Library
 Name: SDL_mixer
 Version: 1.2.5
-Release: 7
+Release: 9
 Source: %{name}-%{version}.tar.gz
 Patch1: SDL_mixer-1.0.6-redhat.patch
 Patch2: SDL_mixer-1.2.4-64bit.patch
@@ -14,23 +14,25 @@
 URL: http://www.libsdl.org/projects/SDL_mixer/
 Prefix: %{_prefix}
 BuildRequires: SDL-devel >= 1.2.4-1 
+BuildRequires: libvorbis-devel
 Requires: SDL >= 1.2.4-1
 
 %description
 A simple multi-channel audio mixer for SDL.
 It supports 4 channels of 16 bit stereo audio, plus a single channel
-of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
+of music, mixed by the popular MikMod MOD, Timidity MIDI and Ogg Vorbis
 libraries.
 
 %package devel
 Summary: Libraries, includes and more to develop SDL applications using the SDL mixer.
 Group: Development/Libraries
 Requires: %{name} = %{version}
+Requires: SDL-devel >= 1.2.4-1
 
 %description devel
 Development files for SDL_mixer, a simple multi-channel audio mixer for SDL.
 It supports 4 channels of 16 bit stereo audio, plus a single channel
-of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
+of music, mixed by the popular MikMod MOD, Timidity MIDI and Ogg Vorbis
 libraries.
 
 You need SDL_mixer-devel if you want to compile an application using SDL_mixer.
@@ -80,6 +82,11 @@
 %{_includedir}/SDL
 
 %changelog
+* Thu Jun  9 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2.5-9
+- Bring back Ogg support (BuildRequire libvorbis-devel).
+- Add SDL-devel dependency to -devel.
+- Improve description.
+
 * Thu May 26 2005 Bill Nottingham <notting at redhat.com> 1.2.5-7
 - rebuild
 




More information about the fedora-extras-commits mailing list