rpms/alsa-plugins/F-7 alsa-plugins.spec, 1.1, 1.2 pulseaudio.conf, 1.1, 1.2

Eric Moret (emoret) fedora-extras-commits at redhat.com
Wed Aug 15 04:36:48 UTC 2007


Author: emoret

Update of /cvs/pkgs/rpms/alsa-plugins/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31960/F-7

Modified Files:
	alsa-plugins.spec pulseaudio.conf 
Log Message:
Adding pulse as ALSA "default" pcm and ctl when the alsa-plugins-pulseaudio package is installed, fixing #251943.



Index: alsa-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/F-7/alsa-plugins.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alsa-plugins.spec	8 Aug 2007 05:45:13 -0000	1.1
+++ alsa-plugins.spec	15 Aug 2007 04:36:15 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           alsa-plugins
 Version:        1.0.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Advanced Linux Sound Architecture (ALSA) Plugins
 # All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
 License:        GPLv2+ and LGPLv2+
@@ -160,6 +160,10 @@
 %{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so
 
 %changelog
+* Tue Aug 14 2007 Eric Moret <eric.moret at epita.fr> - 1.0.14-2
+- Adding pulse as ALSA "default" pcm and ctl when the alsa-plugins-pulseaudio
+package is installed, fixing #251943.
+
 * Mon Jul 23 2007 Eric Moret <eric.moret at epita.fr> - 1.0.14-1
 - update to upstream 1.0.14
 - use configure --without-speex instead of patches to remove a52


Index: pulseaudio.conf
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/F-7/pulseaudio.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pulseaudio.conf	8 Aug 2007 05:45:13 -0000	1.1
+++ pulseaudio.conf	15 Aug 2007 04:36:15 -0000	1.2
@@ -1,9 +1,17 @@
 # pulseaudio plugin configuration
 
 pcm.pulse {
-	type pulse
+    type pulse
 }
 
 ctl.pulse {
-	type pulse
+    type pulse
+}
+
+pcm.!default {
+    type pulse
+}
+
+ctl.!default {
+    type pulse
 }




More information about the scm-commits mailing list