rpms/SDL_mixer/devel SDL_mixer.spec,1.30,1.31

thomasj thomasj at fedoraproject.org
Sat May 1 19:41:14 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/SDL_mixer/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18543

Modified Files:
	SDL_mixer.spec 
Log Message:
added flac support



Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/devel/SDL_mixer.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- SDL_mixer.spec	18 Jan 2010 22:10:16 -0000	1.30
+++ SDL_mixer.spec	1 May 2010 19:41:14 -0000	1.31
@@ -1,6 +1,6 @@
 Name:		SDL_mixer
 Version:	1.2.11
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:	Simple DirectMedia Layer - Sample Mixer Library
 
 Group:		System Environment/Libraries
@@ -11,6 +11,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires:	SDL-devel >= 1.2.10 
 BuildRequires:	libvorbis-devel
+BuildRequires:	flac-devel
 BuildRequires:	mikmod-devel >= 3.1.10
 # Require libvorbis since we build it with dynamically load support.
 Requires:	libvorbis
@@ -74,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/SDL
 
 %changelog
+* Sat May 01 2010 Thomas Janssen <thomasj at fedorapeople.org> 1.2.11-2
+- added flac support
+
 * Mon Jan 18 2010 Brian Pepple <bpepple at fedoraproject.org> - 1.2.11-1
 - Update to 1.2.11.
 - Drop timidity path patch.  Fixed upstream.



More information about the scm-commits mailing list