rpms/control-center/devel control-center-2.17.90-pulse.patch, NONE, 1.1 control-center.spec, 1.222, 1.223

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 8 00:14:56 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/control-center/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22655

Modified Files:
	control-center.spec 
Added Files:
	control-center-2.17.90-pulse.patch 
Log Message:
make pulse gstreamer plugin show up in the sound capplet


control-center-2.17.90-pulse.patch:
 sound-properties-capplet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE control-center-2.17.90-pulse.patch ---
--- control-center-2.17.90/capplets/sound/sound-properties-capplet.c.pulse	2007-02-07 18:44:47.000000000 -0500
+++ control-center-2.17.90/capplets/sound/sound-properties-capplet.c	2007-02-07 18:49:58.000000000 -0500
@@ -655,8 +655,8 @@
 	add_device (AUDIO_CAPTURE, "esdmon", _("ESD - Enlightened Sound Daemon"), NULL);
 	add_device (AUDIO_PLAYBACK, "osssink", _("OSS - Open Sound System"), NULL);
 	add_device (AUDIO_CAPTURE, "osssrc", _("OSS - Open Sound System"), NULL);
-	add_device (AUDIO_PLAYBACK, "polypsink", _("Polypaudio Sound Server"), NULL);
-	add_device (AUDIO_CAPTURE, "polypsrc", _("Polypaudio Sound Server"), NULL);
+	add_device (AUDIO_PLAYBACK, "pulsesink", _("Pulseaudio Sound Server"), NULL);
+	add_device (AUDIO_CAPTURE, "pulsesrc", _("Pulseaudio Sound Server"), NULL);
 	add_device (AUDIO_CAPTURE, "audiotestsrc wave=triangle is-live=true", _("Test Sound"), NULL);
 	add_device (AUDIO_CAPTURE, "audiotestsrc wave=silence is-live=true", _("Silence"), NULL);
 	


Index: control-center.spec
===================================================================
RCS file: /cvs/dist/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- control-center.spec	7 Feb 2007 03:59:23 -0000	1.222
+++ control-center.spec	8 Feb 2007 00:14:53 -0000	1.223
@@ -21,7 +21,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.17.90
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 License: GPL/LGPL
 Group: User Interface/Desktops
@@ -53,6 +53,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=405210
 Patch13: control-center-2.17.90-color-theme.patch
 
+# make pulseaudio source/sink show up in the sound capplet
+Patch14: control-center-2.17.90-pulse.patch
+
 # call the Fedora/RHEL graphical passwd changing apps
 Patch95: control-center-2.12.1-passwd.patch
 Patch96: control-center-2.15.4-gecos.patch
@@ -167,6 +170,7 @@
 
 %patch12 -p1 -b .start-at-helper
 %patch13 -p1 -b .color-theme
+%patch14 -p1 -b .pulse
 
 # vendor configuration patches
 %patch95 -p1 -b .passwd
@@ -317,6 +321,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Feb  7 2007 Matthias Clasen <mclasen at redhat.com> - 2.17.90-6
+- Make gstreamer pulse plugin show up in the sound capplet
+
 * Tue Feb  6 2007 Matthias Clasen <mclasen at redhat.com> - 2.17.90-5
 - Fix some problems with the color theme support
 




More information about the fedora-cvs-commits mailing list