rpms/alsa-plugins/devel alsa-plugins.spec, 1.11, 1.12 jack.conf, 1.1, 1.2 pcm-oss.conf, 1.1, 1.2 pulse-default.conf, 1.2, 1.3 samplerate.conf, 1.1, 1.2 upmix.conf, 1.1, 1.2 vdownmix.conf, 1.1, 1.2

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Sun Mar 9 15:51:23 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/alsa-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10807

Modified Files:
	alsa-plugins.spec jack.conf pcm-oss.conf pulse-default.conf 
	samplerate.conf upmix.conf vdownmix.conf 
Log Message:
* Sun Mar 09 2008 Lubomir Kundrak <lkundrak at redhat.com> - 1.0.16-2
- Add descriptions to various PCM plugins, so they're visible in aplay -L



Index: alsa-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/alsa-plugins.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- alsa-plugins.spec	8 Mar 2008 15:00:45 -0000	1.11
+++ alsa-plugins.spec	9 Mar 2008 15:50:49 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           alsa-plugins
 Version:        1.0.16
-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+
@@ -171,6 +171,9 @@
 %{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so
 
 %changelog
+* Sun Mar 09 2008 Lubomir Kundrak <lkundrak at redhat.com> - 1.0.16-2
+- Add descriptions to various PCM plugins, so they're visible in aplay -L
+
 * Sat Mar 08 2008 Lubomir Kundrak <lkundrak at redhat.com> - 1.0.16-1
 - New upstream, dropping upstreamed patches
 - Do not assert fail when pulseaudio is unavailable (#435148)


Index: jack.conf
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/jack.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jack.conf	8 Aug 2007 05:40:33 -0000	1.1
+++ jack.conf	9 Mar 2008 15:50:49 -0000	1.2
@@ -1,4 +1,5 @@
 # The jack plugin configuration
+# $Id$
 
 pcm.jack {
 	type jack
@@ -10,4 +11,7 @@
 		0 alsa_pcm:capture_1
 		1 alsa_pcm:pcapture_1
 	}
+	hint {
+		description "JACK Audio Connection Kit"
+	}
 }


Index: pcm-oss.conf
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/pcm-oss.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pcm-oss.conf	8 Aug 2007 05:40:33 -0000	1.1
+++ pcm-oss.conf	9 Mar 2008 15:50:49 -0000	1.2
@@ -3,4 +3,7 @@
 pcm.oss {
 	type oss
 	device /dev/dsp
+	hint {
+		description "Open Sound System"
+	}
 }


Index: pulse-default.conf
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/pulse-default.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pulse-default.conf	18 Oct 2007 12:52:05 -0000	1.2
+++ pulse-default.conf	9 Mar 2008 15:50:49 -0000	1.3
@@ -1,22 +1,35 @@
 # PulseAudio plugin configuration
+# $Id$
 
 # Let's create a virtual device "pulse" for mixer and PCM
 
 pcm.pulse {
     type pulse
+    hint {
+        description "PulseAudio Sound Server"
+    }
 }
 
 ctl.pulse {
     type pulse
+    hint {
+        description "PulseAudio Sound Server"
+    }
 }
 
 # Let's make it the default!
 
 pcm.!default {
     type pulse
+    hint {
+        description "Default"
+    }
 }
 
 ctl.!default {
     type pulse
+    hint {
+        description "Default"
+    }
 }
 


Index: samplerate.conf
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/samplerate.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samplerate.conf	8 Aug 2007 05:40:33 -0000	1.1
+++ samplerate.conf	9 Mar 2008 15:50:49 -0000	1.2
@@ -1,7 +1,11 @@
 # samplerate plugin configuration
+# $Id$
 
 pcm.my_rate {
 	type rate
 	slave.pcm "hw"
 	converter "samplerate"
+	hint {
+		description "External rate converter"
+	}
 }


Index: upmix.conf
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/upmix.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- upmix.conf	8 Aug 2007 05:40:33 -0000	1.1
+++ upmix.conf	9 Mar 2008 15:50:49 -0000	1.2
@@ -1,6 +1,10 @@
 # upmix plugin configuration
+# $Id$
 
 pcm.upmix51 {
 	type upmix
 	slave.pcm "surround51"
+	hint {
+		description "Upmixer channel expander"
+	}
 }


Index: vdownmix.conf
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/vdownmix.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdownmix.conf	8 Aug 2007 05:40:33 -0000	1.1
+++ vdownmix.conf	9 Mar 2008 15:50:49 -0000	1.2
@@ -1,11 +1,18 @@
 # vdownmix plugin configuration
+# $Id$
 
 pcm.!surround51 {
 	type vdownmix
 	slave.pcm "default"
+	hint {
+		description "Downmixer to stereo from surround51"
+	}
 }
 
 pcm.!surround40 {
 	type vdownmix
 	slave.pcm "default"
+	hint {
+		description "Downmixer to stereo from surround40"
+	}
 }




More information about the fedora-extras-commits mailing list