SOURCES: rtorrent-gcc43.patch (NEW), rtorrent-fix_start_stop_filter.patch (...

adamg adamg at pld-linux.org
Sat Jun 7 21:53:03 CEST 2008


Author: adamg                        Date: Sat Jun  7 19:53:03 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   rtorrent-gcc43.patch (NONE -> 1.1)  (NEW), rtorrent-fix_start_stop_filter.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rtorrent-gcc43.patch
diff -u /dev/null SOURCES/rtorrent-gcc43.patch:1.1
--- /dev/null	Sat Jun  7 21:53:03 2008
+++ SOURCES/rtorrent-gcc43.patch	Sat Jun  7 21:52:58 2008
@@ -0,0 +1,58 @@
+diff -Nurp rtorrent-0.8.0.old/rak/functional.h rtorrent-0.8.0/rak/functional.h
+--- rtorrent-0.8.0.old/rak/functional.h	2008-03-09 15:56:18.000000000 +0100
++++ rtorrent-0.8.0/rak/functional.h	2008-03-09 16:04:47.000000000 +0100
+@@ -37,6 +37,7 @@
+ #ifndef RAK_FUNCTIONAL_H
+ #define RAK_FUNCTIONAL_H
+ 
++#include <cstddef>
+ #include <functional>
+ 
+ namespace rak {
+diff -Nurp rtorrent-0.8.0.old/src/command_ui.cc rtorrent-0.8.0/src/command_ui.cc
+--- rtorrent-0.8.0.old/src/command_ui.cc	2008-03-09 15:56:18.000000000 +0100
++++ rtorrent-0.8.0/src/command_ui.cc	2008-03-09 16:05:36.000000000 +0100
+@@ -36,6 +36,8 @@
+ 
+ #include "config.h"
+ 
++#include <ctime>
++
+ #include <rak/functional.h>
+ #include <rak/functional_fun.h>
+ #include <sigc++/adaptors/bind.h>
+
+diff -Nurp rtorrent-0.8.0.old/src/display/text_element_value.cc rtorrent-0.8.0/src/display/text_element_value.cc
+--- rtorrent-0.8.0.old/src/display/text_element_value.cc	2008-03-09 15:56:18.000000000 +0100
++++ rtorrent-0.8.0/src/display/text_element_value.cc	2008-03-09 16:07:39.000000000 +0100
+@@ -36,6 +36,8 @@
+ 
+ #include "config.h"
+ 
++#include <ctime>
++
+ #include "globals.h"
+ #include "text_element_value.h"
+ 
+diff -Nurp rtorrent-0.8.0.old/src/rpc/exec_file.cc rtorrent-0.8.0/src/rpc/exec_file.cc
+--- rtorrent-0.8.0.old/src/rpc/exec_file.cc	2008-03-09 15:56:18.000000000 +0100
++++ rtorrent-0.8.0/src/rpc/exec_file.cc	2008-03-09 16:04:14.000000000 +0100
+@@ -36,6 +36,7 @@
+ 
+ #include "config.h"
+ 
++#include <cstring>
+ #include <string>
+ #include <unistd.h>
+ #include <rak/path.h>
+diff -Nurp rtorrent-0.8.0.old/src/rpc/parse.cc rtorrent-0.8.0/src/rpc/parse.cc
+--- rtorrent-0.8.0.old/src/rpc/parse.cc	2008-03-09 15:56:18.000000000 +0100
++++ rtorrent-0.8.0/src/rpc/parse.cc	2008-03-09 16:04:29.000000000 +0100
+@@ -36,6 +36,7 @@
+ 
+ #include "config.h"
+ 
++#include <cstring>
+ #include <locale>
+ #include <rak/path.h>
+ #include <torrent/exceptions.h>

================================================================
Index: SOURCES/rtorrent-fix_start_stop_filter.patch
diff -u /dev/null SOURCES/rtorrent-fix_start_stop_filter.patch:1.1
--- /dev/null	Sat Jun  7 21:53:03 2008
+++ SOURCES/rtorrent-fix_start_stop_filter.patch	Sat Jun  7 21:52:58 2008
@@ -0,0 +1,19 @@
+Index: rtorrent/src/main.cc
+===================================================================
+--- rtorrent/src/main.cc	(revision 1060)
++++ rtorrent/src/main.cc	(working copy)
+@@ -187,12 +187,12 @@
+        "view_filter = active,false=\n"
+ 
+        "view_add = started\n"
+-       "view_filter = started,false=\n"
++       "view_filter = started,d.get_state=\n"
+        "view.event_added = started,scheduler.simple.added=\n"
+        "view.event_removed = started,scheduler.simple.removed=\n"
+ 
+        "view_add = stopped\n"
+-       "view_filter = stopped,false=\n"
++       "view_filter = stopped,not=$d.get_state=\n"
+ 
+        "view_add = complete\n"
+        "view_filter = complete,d.get_complete=\n"
================================================================


More information about the pld-cvs-commit mailing list