summaryrefslogtreecommitdiff
path: root/audio/spiralsynth/patches/patch-ag
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2004-11-25 17:24:27 +0000
committerben <ben@pkgsrc.org>2004-11-25 17:24:27 +0000
commit60531e216ec963da25902b70f3ea9e5e7c6e15eb (patch)
tree41e3400671c88f39e842983e640c4b9826478a24 /audio/spiralsynth/patches/patch-ag
parent4715245f8a1b205bcfe785cd7b84dda63fc39f5c (diff)
downloadpkgsrc-60531e216ec963da25902b70f3ea9e5e7c6e15eb.tar.gz
Update SpiralSynth to version 2.0.0. Notable changes include:
* Totally replaced audio core code with SSM plugin code, modified for static linking. * Uses 32bit floating point format internally. * New midi device handling. * New OSS output code. * New funky sliders. * Updated for fltk 1.1.0
Diffstat (limited to 'audio/spiralsynth/patches/patch-ag')
-rw-r--r--audio/spiralsynth/patches/patch-ag6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/spiralsynth/patches/patch-ag b/audio/spiralsynth/patches/patch-ag
index 7e4a7a29d7e..b2996615ec4 100644
--- a/audio/spiralsynth/patches/patch-ag
+++ b/audio/spiralsynth/patches/patch-ag
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.1 2003/12/19 16:48:06 ben Exp $
+$NetBSD: patch-ag,v 1.2 2004/11/25 17:24:27 ben Exp $
---- GUI/OutputGUI.C.orig 2000-11-26 07:52:39.000000000 -0800
+--- GUI/OutputGUI.C.orig Sun Jun 2 14:36:16 2002
+++ GUI/OutputGUI.C
-@@ -26,7 +26,7 @@ OutputGUI::OutputGUI(Output *o)
+@@ -26,7 +26,7 @@ OutputGUI::OutputGUI(OSSOutput *o)
if (!m_out) cerr<<"WARNING: Output not correctly set up"<<endl;
}