diff options
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/files/patch-configure.in | 10 | ||||
-rw-r--r-- | audio/terminatorx/files/patch-src_main.cc | 4 | ||||
-rw-r--r-- | audio/terminatorx/files/patch-src_tX__dial.c (renamed from audio/terminatorx/files/patch-src_tX_dial.c) | 6 | ||||
-rw-r--r-- | audio/terminatorx/files/patch-src_tX__dialog.cc (renamed from audio/terminatorx/files/patch-src_tX_dialog.cc) | 6 | ||||
-rw-r--r-- | audio/terminatorx/files/patch-src_tX__global.c (renamed from audio/terminatorx/files/patch-src_tX_global.c) | 6 | ||||
-rw-r--r-- | audio/terminatorx/files/patch-src_tX__ladspa.cc (renamed from audio/terminatorx/files/patch-src_tX_ladspa.cc) | 8 | ||||
-rw-r--r-- | audio/terminatorx/files/patch-src_tX__mastergui.cc (renamed from audio/terminatorx/files/patch-src_tX_mastergui.cc) | 8 | ||||
-rw-r--r-- | audio/terminatorx/files/patch-src_tX__mouse.cc (renamed from audio/terminatorx/files/patch-src_tX_mouse.cc) | 4 | ||||
-rw-r--r-- | audio/terminatorx/files/patch-src_tX__mouse.h (renamed from audio/terminatorx/files/patch-src_tX_mouse.h) | 4 |
9 files changed, 28 insertions, 28 deletions
diff --git a/audio/terminatorx/files/patch-configure.in b/audio/terminatorx/files/patch-configure.in index 4fc362b786ea..0c89f46345d6 100644 --- a/audio/terminatorx/files/patch-configure.in +++ b/audio/terminatorx/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig 2010-08-14 21:50:15.000000000 +0200 -+++ configure.in 2010-08-14 21:53:26.000000000 +0200 -@@ -118,6 +118,32 @@ +--- configure.in.orig 2011-11-13 12:53:51 UTC ++++ configure.in +@@ -118,6 +118,32 @@ if test "$tX_threads" = "no"; then AC_MSG_ERROR([** failed to detect pthreads implementation **]) fi @@ -33,7 +33,7 @@ dnl GTK+ search. Enable FileChooser for gtk+>=2.4 AM_PATH_GTK_2_0(, [ -@@ -490,6 +516,8 @@ +@@ -509,6 +535,8 @@ AC_MSG_CHECKING(for GNOME) AC_MSG_RESULT([Found GNOME - installing terminatorX.desktop.]) OPTION_GNOME="yes" else @@ -42,7 +42,7 @@ AC_MSG_RESULT([GNOME not found.]) fi AM_CONDITIONAL(GNOMEpresent, test "$gnomepresent" = yes) -@@ -544,7 +572,7 @@ +@@ -563,7 +591,7 @@ AC_SUBST(XML_LIBS) AC_SUBST(XML_CFLAGS) if test "$prefix" != "NONE"; then diff --git a/audio/terminatorx/files/patch-src_main.cc b/audio/terminatorx/files/patch-src_main.cc index 4b8a777e90f5..f5461e893806 100644 --- a/audio/terminatorx/files/patch-src_main.cc +++ b/audio/terminatorx/files/patch-src_main.cc @@ -1,5 +1,5 @@ ---- src/main.cc.orig Thu Aug 21 06:41:24 2003 -+++ src/main.cc Sat Aug 23 04:52:05 2003 +--- src/main.cc.orig 2011-01-30 21:01:30 UTC ++++ src/main.cc @@ -33,7 +33,7 @@ 4 October 1999: Rewrite ;) - back to C++ */ diff --git a/audio/terminatorx/files/patch-src_tX_dial.c b/audio/terminatorx/files/patch-src_tX__dial.c index 6589437cf80a..6a7208f51753 100644 --- a/audio/terminatorx/files/patch-src_tX_dial.c +++ b/audio/terminatorx/files/patch-src_tX__dial.c @@ -1,6 +1,6 @@ ---- src/tX_dial.c.orig 2013-03-20 09:38:30.000000000 +0100 -+++ src/tX_dial.c 2013-03-20 09:38:43.000000000 +0100 -@@ -266,7 +266,7 @@ +--- src/tX_dial.c.orig 2011-01-30 21:01:30 UTC ++++ src/tX_dial.c +@@ -266,7 +266,7 @@ static void gtk_tx_dial_size_allocate (G } } diff --git a/audio/terminatorx/files/patch-src_tX_dialog.cc b/audio/terminatorx/files/patch-src_tX__dialog.cc index a69700179d6b..321cb9716c76 100644 --- a/audio/terminatorx/files/patch-src_tX_dialog.cc +++ b/audio/terminatorx/files/patch-src_tX__dialog.cc @@ -1,6 +1,6 @@ ---- src/tX_dialog.cc.orig 2004-02-06 19:28:21.000000000 +0100 -+++ src/tX_dialog.cc 2010-08-14 22:00:50.000000000 +0200 -@@ -252,7 +252,11 @@ +--- src/tX_dialog.cc.orig 2011-01-30 21:01:30 UTC ++++ src/tX_dialog.cc +@@ -252,7 +252,11 @@ GList *get_alsa_device_list() { #ifdef USE_OSS static GList *oss_devices=NULL; diff --git a/audio/terminatorx/files/patch-src_tX_global.c b/audio/terminatorx/files/patch-src_tX__global.c index 67c21b697554..990d98831e29 100644 --- a/audio/terminatorx/files/patch-src_tX_global.c +++ b/audio/terminatorx/files/patch-src_tX__global.c @@ -1,6 +1,6 @@ ---- src/tX_global.c.orig Thu Aug 21 06:41:24 2003 -+++ src/tX_global.c Sat Aug 23 04:34:16 2003 -@@ -127,7 +127,7 @@ +--- src/tX_global.c.orig 2011-01-30 21:01:31 UTC ++++ src/tX_global.c +@@ -127,7 +127,7 @@ void set_global_defaults() { #endif globals.use_stdout_cmdline=0; strcpy(globals.current_path, ""); diff --git a/audio/terminatorx/files/patch-src_tX_ladspa.cc b/audio/terminatorx/files/patch-src_tX__ladspa.cc index 56ba8e4ecc17..a7e9dc7ef5fe 100644 --- a/audio/terminatorx/files/patch-src_tX_ladspa.cc +++ b/audio/terminatorx/files/patch-src_tX__ladspa.cc @@ -1,6 +1,6 @@ ---- src/tX_ladspa.cc.orig Tue Aug 19 02:36:40 2003 -+++ src/tX_ladspa.cc Sat Aug 23 04:37:18 2003 -@@ -44,8 +44,8 @@ +--- src/tX_ladspa.cc.orig 2011-01-30 21:01:31 UTC ++++ src/tX_ladspa.cc +@@ -45,8 +45,8 @@ void LADSPA_Plugin :: init () ladspa_path_ptr=getenv("LADSPA_PATH"); if (!ladspa_path_ptr) { @@ -9,5 +9,5 @@ + tX_warning("LADSPA_PATH not set. Trying %%LOCALBASE%%/lib/ladspa"); + strcpy(ladspa_path, "%%LOCALBASE%%/lib/ladspa"); } - else strcpy(ladspa_path, ladspa_path_ptr); + else strncpy(ladspa_path, ladspa_path_ptr, sizeof(ladspa_path)); diff --git a/audio/terminatorx/files/patch-src_tX_mastergui.cc b/audio/terminatorx/files/patch-src_tX__mastergui.cc index eb889529c199..8e951f239487 100644 --- a/audio/terminatorx/files/patch-src_tX_mastergui.cc +++ b/audio/terminatorx/files/patch-src_tX__mastergui.cc @@ -1,6 +1,6 @@ ---- src/tX_mastergui.cc.orig 2011-01-31 06:01:32.000000000 +0900 -+++ src/tX_mastergui.cc 2011-03-24 11:38:00.000000000 +0900 -@@ -273,7 +273,7 @@ +--- src/tX_mastergui.cc.orig 2011-11-13 12:53:51 UTC ++++ src/tX_mastergui.cc +@@ -273,7 +273,7 @@ char tx_mg_current_setname[PATH_MAX]=""; GtkSignalFunc new_tables() { GtkWidget *dialog=gtk_message_dialog_new(GTK_WINDOW(main_window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, @@ -9,7 +9,7 @@ int res=gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); -@@ -894,7 +894,7 @@ +@@ -894,7 +894,7 @@ gboolean quit() if (globals.quit_confirm) { GtkWidget *dialog=gtk_message_dialog_new(GTK_WINDOW(main_window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, diff --git a/audio/terminatorx/files/patch-src_tX_mouse.cc b/audio/terminatorx/files/patch-src_tX__mouse.cc index a2fec9e93450..facee670de49 100644 --- a/audio/terminatorx/files/patch-src_tX_mouse.cc +++ b/audio/terminatorx/files/patch-src_tX__mouse.cc @@ -1,5 +1,5 @@ ---- src/tX_mouse.cc.orig 2011-01-31 06:01:32.000000000 +0900 -+++ src/tX_mouse.cc 2011-04-02 11:56:20.000000000 +0900 +--- src/tX_mouse.cc.orig 2011-01-30 21:01:32 UTC ++++ src/tX_mouse.cc @@ -47,7 +47,8 @@ #include "tX_global.h" #include "tX_engine.h" diff --git a/audio/terminatorx/files/patch-src_tX_mouse.h b/audio/terminatorx/files/patch-src_tX__mouse.h index d86d25ccd1cd..2de3f7430e3b 100644 --- a/audio/terminatorx/files/patch-src_tX_mouse.h +++ b/audio/terminatorx/files/patch-src_tX__mouse.h @@ -1,5 +1,5 @@ ---- src/tX_mouse.h.orig 2011-01-31 06:01:32.000000000 +0900 -+++ src/tX_mouse.h 2011-03-18 02:55:38.000000000 +0900 +--- src/tX_mouse.h.orig 2011-01-30 21:01:32 UTC ++++ src/tX_mouse.h @@ -34,7 +34,7 @@ #include <X11/extensions/XInput.h> #include <X11/keysym.h> |