rpms/csound/devel csound-default-pulse.patch,NONE,1.1

Peter Robinson pbrobinson at fedoraproject.org
Fri Sep 4 09:35:27 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/csound/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30675

Added Files:
	csound-default-pulse.patch 
Log Message:
- add pulseaudio patch

csound-default-pulse.patch:
 csound.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE csound-default-pulse.patch ---
--- Csound5.10.1/Top/csound.c.orig	2009-09-04 10:25:12.000000000 +0100
+++ Csound5.10.1/Top/csound.c	2009-09-04 10:25:21.000000000 +0100
@@ -929,7 +929,7 @@
 #ifdef OLPC
     strcpy(s, "alsa");
 #else
-    strcpy(s, "PortAudio");
+    strcpy(s, "pulse");
 #endif
     csoundCreateConfigurationVariable(p, "rtaudio", s, CSOUNDCFG_STRING,
                                       0, NULL, &max_len,




More information about the scm-commits mailing list