diff options
Diffstat (limited to 'media-sound/xmms/files')
-rw-r--r-- | media-sound/xmms/files/xmms-1.2.10-gcc41.patch | 10 | ||||
-rw-r--r-- | media-sound/xmms/files/xmms-1.2.10-locale_fix.patch | 11 | ||||
-rw-r--r-- | media-sound/xmms/files/xmms-ds-gentoofix.patch | 36 |
3 files changed, 0 insertions, 57 deletions
diff --git a/media-sound/xmms/files/xmms-1.2.10-gcc41.patch b/media-sound/xmms/files/xmms-1.2.10-gcc41.patch deleted file mode 100644 index 0041851..0000000 --- a/media-sound/xmms/files/xmms-1.2.10-gcc41.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- xmms-1.2.10.orig/Output/esd/esdout.h 2005-11-22 19:53:38.000000000 +0600 -+++ xmms-1.2.10/Output/esd/esdout.h 2005-11-22 19:56:04.197329014 +0600 -@@ -58,6 +58,7 @@ - ESDConfig; - - extern ESDConfig esd_cfg; -+extern void esdout_reset_playerid(void); - - void esdout_init(void); - void esdout_about(void); diff --git a/media-sound/xmms/files/xmms-1.2.10-locale_fix.patch b/media-sound/xmms/files/xmms-1.2.10-locale_fix.patch deleted file mode 100644 index cfb1cd1..0000000 --- a/media-sound/xmms/files/xmms-1.2.10-locale_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ruN xmms-1.2.10.orig/xmms/playlist.c xmms-1.2.10/xmms/playlist.c ---- xmms-1.2.10.orig/xmms/playlist.c 2005-11-25 05:14:47.000000000 +0600 -+++ xmms-1.2.10/xmms/playlist.c 2005-11-25 05:18:59.894581237 +0600 -@@ -23,6 +23,7 @@ - #include "libxmms/rcc.h" - #include <sys/stat.h> - #include <unistd.h> -+#include <locale.h> - - GList *playlist = NULL; - GList *shuffle_list = NULL; diff --git a/media-sound/xmms/files/xmms-ds-gentoofix.patch b/media-sound/xmms/files/xmms-ds-gentoofix.patch deleted file mode 100644 index 7a1ee35..0000000 --- a/media-sound/xmms/files/xmms-ds-gentoofix.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -dPNur xmms-1.2.10-gentoo/xmms/main.c xmms-1.2.10-new/xmms/main.c ---- xmms-1.2.10-gentoo/xmms/main.c 2005-12-29 02:48:54.000000000 +0000 -+++ xmms-1.2.10-new/xmms/main.c 2005-12-29 02:51:06.000000000 +0000 -@@ -3017,6 +3017,8 @@ - - } - -+static sig_atomic_t exit_flag = 0; -+ - gint idle_func(gpointer data) - { - gint time, t, length; -@@ -3026,6 +3028,8 @@ - - static GTimer *pause_timer = NULL; - -+ if (exit_flag) mainwin_quit_cb(); -+ - if (get_input_playing()) - { - GDK_THREADS_ENTER(); -@@ -3393,13 +3397,7 @@ - /* Try to exit nicely when receiving a nice exit signal */ - void sigterm_handler(int sig) - { -- /* Original author of patch said that you should not use mainwin_quit_cb(), -- * but his way deadlock xmms, and it anyhow just calls ctrlsocket stuff with -- * with CMD_QUIT, which anyhow calls mainwin_quit_cb() in turn. This is not -- * entirely clean, but works. -- * <azarah@gentoo.org> (19 Jan 2003) -- xmms_remote_quit(ctrlsocket_get_session_id()); */ -- mainwin_quit_cb(); -+ exit_flag = 1; - } - - static gboolean pposition_configure(GtkWidget *w, GdkEventConfigure *event, gpointer data) |