aboutsummaryrefslogtreecommitdiff
path: root/audio/tse3
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-08-14 20:36:15 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-08-14 20:36:15 +0000
commit66977be5423b6ee8c916360e7a68a4bac22354c6 (patch)
treec8bfa2ea2a3ae3b376ba0405af9198a4d263b94f /audio/tse3
parentd4d258e0527273b437b8d121db5d12002bf2b23d (diff)
downloadports-66977be5423b6ee8c916360e7a68a4bac22354c6.tar.gz
ports-66977be5423b6ee8c916360e7a68a4bac22354c6.zip
Notes
Diffstat (limited to 'audio/tse3')
-rw-r--r--audio/tse3/files/patch-src_tse3_Midi.h10
-rw-r--r--audio/tse3/files/patch-src_tse3_Mutex.h11
-rw-r--r--audio/tse3/files/patch-src_tse3_Notifier.h29
-rw-r--r--audio/tse3/files/patch-src_tse3_app_Application.h17
-rw-r--r--audio/tse3/files/patch-src_tse3_app_Record.h11
-rw-r--r--audio/tse3/files/patch-src_tse3_plt_Arts.cpp11
-rw-r--r--audio/tse3/files/patch-src_tse3_util_MulDiv.h12
7 files changed, 101 insertions, 0 deletions
diff --git a/audio/tse3/files/patch-src_tse3_Midi.h b/audio/tse3/files/patch-src_tse3_Midi.h
new file mode 100644
index 000000000000..d789aa5061d9
--- /dev/null
+++ b/audio/tse3/files/patch-src_tse3_Midi.h
@@ -0,0 +1,10 @@
+--- src/tse3/Midi.h 2004-07-13 13:42:54.171911848 -0400
++++ src/tse3/Midi.h 2004-07-13 13:44:05.282101456 -0400
+@@ -819,6 +819,6 @@
+ const MidiEvent &e1;
+ };
+ };
+-};
++}
+
+ #endif \ No newline at end of file
diff --git a/audio/tse3/files/patch-src_tse3_Mutex.h b/audio/tse3/files/patch-src_tse3_Mutex.h
new file mode 100644
index 000000000000..46ce2aa5666c
--- /dev/null
+++ b/audio/tse3/files/patch-src_tse3_Mutex.h
@@ -0,0 +1,11 @@
+--- src/tse3/Mutex.h 2004-07-13 13:42:54.188909264 -0400
++++ src/tse3/Mutex.h 2004-07-13 13:51:01.925761992 -0400
+@@ -315,7 +315,7 @@
+ #endif
+ }
+ };
+- };
++ }
+ }
+
+ #endif \ No newline at end of file
diff --git a/audio/tse3/files/patch-src_tse3_Notifier.h b/audio/tse3/files/patch-src_tse3_Notifier.h
new file mode 100644
index 000000000000..23c1be41967e
--- /dev/null
+++ b/audio/tse3/files/patch-src_tse3_Notifier.h
@@ -0,0 +1,29 @@
+--- src/tse3/Notifier.h 2004-07-13 13:42:54.171911848 -0400
++++ src/tse3/Notifier.h 2004-07-13 13:46:50.128041064 -0400
+@@ -290,7 +290,7 @@
+ const p4_type &p4; // (*)
+ };
+
+- };
++ }
+
+ /**************************************************************************
+ * Public Notifier framework API
+@@ -367,7 +367,7 @@
+ */
+ typedef Listener<interface_type> listener_type;
+
+- friend class listener_type;
++ friend class Listener<interface_type>;
+
+ protected:
+
+@@ -602,7 +602,7 @@
+ if (notifiers.erase(notifier)) notifier->detach(this);
+ }
+
+- friend class notifier_type;
++ friend class Notifier<interface_type>;
+
+ protected:
+ API \ No newline at end of file
diff --git a/audio/tse3/files/patch-src_tse3_app_Application.h b/audio/tse3/files/patch-src_tse3_app_Application.h
new file mode 100644
index 000000000000..606b79d91314
--- /dev/null
+++ b/audio/tse3/files/patch-src_tse3_app_Application.h
@@ -0,0 +1,17 @@
+--- src/tse3/app/Application.h 2004-07-13 13:42:54.149915192 -0400
++++ src/tse3/app/Application.h 2004-07-13 13:50:10.297610664 -0400
+@@ -35,12 +35,12 @@
+ namespace Cmd
+ {
+ class CommandHistory;
+- };
++ }
+
+ namespace Ins
+ {
+ class Destination;
+- };
++ }
+
+ /**
+ * The App namespace contains classes that use the @ref TSE3 \ No newline at end of file
diff --git a/audio/tse3/files/patch-src_tse3_app_Record.h b/audio/tse3/files/patch-src_tse3_app_Record.h
new file mode 100644
index 000000000000..4094322e803e
--- /dev/null
+++ b/audio/tse3/files/patch-src_tse3_app_Record.h
@@ -0,0 +1,11 @@
+--- src/tse3/app/Record.h 2004-07-13 13:42:54.152914736 -0400
++++ src/tse3/app/Record.h 2004-07-13 13:50:33.187130928 -0400
+@@ -36,7 +36,7 @@
+ namespace Cmd
+ {
+ class CommandHistory;
+- };
++ }
+
+ namespace App
+ { classes that use the @ref TSE3 \ No newline at end of file
diff --git a/audio/tse3/files/patch-src_tse3_plt_Arts.cpp b/audio/tse3/files/patch-src_tse3_plt_Arts.cpp
new file mode 100644
index 000000000000..0b84298bab89
--- /dev/null
+++ b/audio/tse3/files/patch-src_tse3_plt_Arts.cpp
@@ -0,0 +1,11 @@
+--- src/tse3/plt/Arts.cpp 2004-07-13 13:42:54.158913824 -0400
++++ src/tse3/plt/Arts.cpp 2004-07-13 13:49:02.575905928 -0400
+@@ -74,7 +74,7 @@
+
+ ArtsCommon *artsCommon = 0;
+ int artsCommonInit = 0;
+-};
++}
+
+
+ ArtsMidiScheduler::ArtsMidiScheduler() \ No newline at end of file
diff --git a/audio/tse3/files/patch-src_tse3_util_MulDiv.h b/audio/tse3/files/patch-src_tse3_util_MulDiv.h
new file mode 100644
index 000000000000..0191d27e2749
--- /dev/null
+++ b/audio/tse3/files/patch-src_tse3_util_MulDiv.h
@@ -0,0 +1,12 @@
+--- src/tse3/util/MulDiv.h 2004-07-13 13:42:54.169912152 -0400
++++ src/tse3/util/MulDiv.h 2004-07-13 13:48:05.942515512 -0400
+@@ -34,7 +34,7 @@
+ * @return val * num / div (which coped with integer overflows)
+ */
+ extern int muldiv(int val, int num, int div);
+- };
++ }
+ }
+
+ #endif
+) \ No newline at end of file