SHA256
1
0
forked from pool/csound
csound/csound-6.08-default-pulse.patch
Dave Plater 9111e56d1d Accepting request 811063 from home:plater
- Update to version 6.14.0+git20200601 and fix factory build
- Use service file instead of pre_checkin.sh to create tarball.
- Remove incorporated patche fluidsynth2.patch.

OBS-URL: https://build.opensuse.org/request/show/811063
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/csound?expand=0&rev=40
2020-06-03 09:22:09 +00:00

14 lines
455 B
Diff

Index: csound-6.14.0/Top/csound.c
===================================================================
--- csound-6.14.0.orig/Top/csound.c 2020-06-02 11:58:24.594002125 +0200
+++ csound-6.14.0/Top/csound.c 2020-06-02 12:02:34.339852882 +0200
@@ -3456,7 +3456,7 @@ PUBLIC void csoundReset(CSOUND *csound)
#ifdef __HAIKU__
strcpy(s, "haiku");
#else
- strcpy(s, "PortAudio");
+ strcpy(s, "pulse");
#endif
#else
strcpy(s, "alsa");