rpms/SDL_mixer/F-8 SDL_mixer.spec, 1.21, 1.22 SDL_pulseaudio_hack.csh, 1.1, NONE SDL_pulseaudio_hack.sh, 1.1, NONE

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Thu Dec 20 04:31:29 UTC 2007


Author: wtogami

Update of /cvs/pkgs/rpms/SDL_mixer/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16720

Modified Files:
	SDL_mixer.spec 
Removed Files:
	SDL_pulseaudio_hack.csh SDL_pulseaudio_hack.sh 
Log Message:
move pulseaudio hack to SDL



Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/F-8/SDL_mixer.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- SDL_mixer.spec	12 Nov 2007 20:24:38 -0000	1.21
+++ SDL_mixer.spec	20 Dec 2007 04:30:55 -0000	1.22
@@ -1,16 +1,12 @@
 Name:		SDL_mixer
 Version:	1.2.8
-Release: 	5%{?dist}
+Release: 	6%{?dist}
 Summary:	Simple DirectMedia Layer - Sample Mixer Library
 
 Group:		System Environment/Libraries
 License:	LGPLv2
 URL:		http://www.libsdl.org/projects/SDL_mixer/
 Source0:	http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz
-# Temporary hack so SDL apps don't lock up by default
-# This will be removed when SDL supports pulseaudio directly
-Source1:	SDL_pulseaudio_hack.csh
-Source2:	SDL_pulseaudio_hack.sh
 Patch3:		%{name}-1.2.7-fix-path-timidity.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -56,11 +52,6 @@
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
-# Temporary SDL pulseuadio hack
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
-install -m 644 %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
-install -m 644 %SOURCE2 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
-
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -78,9 +69,6 @@
 %{_bindir}/playmus
 %{_bindir}/playwave
 %{_libdir}/lib*.so.*
-# Temporary SDL pulseaudio hack
-%{_sysconfdir}/profile.d/*
-
 
 %files devel
 %defattr(-,root,root,-)
@@ -89,6 +77,9 @@
 
 
 %changelog
+* Wed Dec 19 2007 Warren Togami <wtogami at redhat.com> - 1.2.8-6
+- move pulseaudio hack to SDL
+
 * Mon Nov 12 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-5
 - link against system libmikmod. (#355991)
 


--- SDL_pulseaudio_hack.csh DELETED ---


--- SDL_pulseaudio_hack.sh DELETED ---




More information about the fedora-extras-commits mailing list