summaryrefslogtreecommitdiff
path: root/pcr/sineshaper/gcc-4.3.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-09-19 12:51:50 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-09-19 12:51:50 -0500
commita64d7d3382dedf87e2222ef819d2fbc5eb573ecf (patch)
treeea14f546e9f9ce446a66a055090e09c4655dd2ac /pcr/sineshaper/gcc-4.3.patch
parent15edb0bcb4032415f34976a55088e3c8f784b91a (diff)
downloadabslibre-a64d7d3382dedf87e2222ef819d2fbc5eb573ecf.tar.gz
abslibre-a64d7d3382dedf87e2222ef819d2fbc5eb573ecf.tar.bz2
abslibre-a64d7d3382dedf87e2222ef819d2fbc5eb573ecf.zip
Removing sineshaper: It was removed in upstream
Diffstat (limited to 'pcr/sineshaper/gcc-4.3.patch')
-rw-r--r--pcr/sineshaper/gcc-4.3.patch57
1 files changed, 0 insertions, 57 deletions
diff --git a/pcr/sineshaper/gcc-4.3.patch b/pcr/sineshaper/gcc-4.3.patch
deleted file mode 100644
index c62220608..000000000
--- a/pcr/sineshaper/gcc-4.3.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -aur sineshaper-0.4.2/src/common/dssiplugin.hpp sineshaper-0.4.2-patched/src/common/dssiplugin.hpp
---- sineshaper-0.4.2/src/common/dssiplugin.hpp 2005-10-29 01:14:08.000000000 +0200
-+++ sineshaper-0.4.2-patched/src/common/dssiplugin.hpp 2009-01-29 15:19:40.000000000 +0100
-@@ -25,6 +25,7 @@
- #define DSSIPLUGIN_HPP
-
- #include <unistd.h>
-+#include <cstdlib>
-
- #include <cstring>
- #include <string>
-diff -aur sineshaper-0.4.2/src/common/dssiuiclient.hpp sineshaper-0.4.2-patched/src/common/dssiuiclient.hpp
---- sineshaper-0.4.2/src/common/dssiuiclient.hpp 2005-10-29 01:14:08.000000000 +0200
-+++ sineshaper-0.4.2-patched/src/common/dssiuiclient.hpp 2009-01-29 15:19:48.000000000 +0100
-@@ -99,13 +99,13 @@
- // Host to UI
- /** This signal is emitted when the host sends a new control value.
- The parameters are the control port number and the new control value. */
-- signal<void, int, float> control_received;
-+ sigc::signal<void, int, float> control_received;
- /** Emitted when the host sends a program change. The parameters are the
- bank and program numbers. */
-- signal<void, int, int> program_received;
-+ sigc::signal<void, int, int> program_received;
- /** Emitted when the host sends a configuration value. The parameters are
- the configuration key and the configuration value. */
-- signal<void, const string, const string> configure_received;
-+ sigc::signal<void, const string, const string> configure_received;
- /** Emitted when the host wants the UI to be visible. A DSSI GUI should not
- show any windows until this signal is emitted. */
- Dispatcher show_received;
-@@ -134,7 +134,7 @@
- void* allocate_shared_memory(int bytes);
-
- /** Emitted when the plugin has attached to the shared memory segment. */
-- signal<void> plugin_attached;
-+ sigc::signal<void> plugin_attached;
-
- /** Returns true if the plugin has attached to the shared memory segment. */
- bool plugin_has_attached();
-diff -aur sineshaper-0.4.2/src/sineshaper/sineshapergui.hpp sineshaper-0.4.2-patched/src/sineshaper/sineshapergui.hpp
---- sineshaper-0.4.2/src/sineshaper/sineshapergui.hpp 2005-10-29 01:14:08.000000000 +0200
-+++ sineshaper-0.4.2-patched/src/sineshaper/sineshapergui.hpp 2009-01-29 15:20:31.000000000 +0100
-@@ -31,11 +31,11 @@
- void program_selected(int bank, int program);
-
- /** This signal is emitted when the user selects a program in the GUI. */
-- signal<void, unsigned long, unsigned long> signal_select_program;
-+ sigc::signal<void, unsigned long, unsigned long> signal_select_program;
-
- /** This signal is emitted when the user has edited the programs and
- the plugin needs to reload the file with the user presets. */
-- signal<void> signal_programs_changed;
-+ sigc::signal<void> signal_programs_changed;
-
- protected:
-