rpms/SDL_mixer/devel SDL_mixer.spec, 1.21, 1.22 SDL_pulseaudio_hack.csh, 1.2, NONE SDL_pulseaudio_hack.sh, 1.2, NONE

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Jan 8 19:15:46 UTC 2008


Author: bpepple

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

Modified Files:
	SDL_mixer.spec 
Removed Files:
	SDL_pulseaudio_hack.csh SDL_pulseaudio_hack.sh 
Log Message:
* Tue Jan  8 2008 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-6
- Pulseaudio hack has been moved to SDL. (#427865) 



Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/devel/SDL_mixer.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- SDL_mixer.spec	12 Nov 2007 19:26:46 -0000	1.21
+++ SDL_mixer.spec	8 Jan 2008 19:14:56 -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
+* Tue Jan  8 2008 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-6
+- Pulseaudio hack has been moved to SDL. (#427865) 
+
 * 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