[rb_libtorrent/f14/master] add patches

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Jul 30 05:31:16 UTC 2010


commit c8d2c183a63312b5262dc5c44b7a67573949a06c
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Jul 30 14:31:11 2010 +0900

    add patches

 rb_libtorrent-0.14.10-gcc45.patch |   10 ++++++++++
 rb_libtorrent-0.14.10-py27.patch  |   22 ++++++++++++++++++++++
 rb_libtorrent-am.patch            |   12 ++++++++++++
 rb_libtorrent-in.patch            |   11 +++++++++++
 4 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/rb_libtorrent-0.14.10-gcc45.patch b/rb_libtorrent-0.14.10-gcc45.patch
new file mode 100644
index 0000000..0c6459a
--- /dev/null
+++ b/rb_libtorrent-0.14.10-gcc45.patch
@@ -0,0 +1,10 @@
+--- libtorrent-rasterbar-0.14.10/include/libtorrent/udp_socket.hpp.gcc45	2010-02-18 15:51:17.000000000 +0900
++++ libtorrent-rasterbar-0.14.10/include/libtorrent/udp_socket.hpp	2010-07-29 03:25:43.000000000 +0900
+@@ -37,6 +37,7 @@
+ #include "libtorrent/buffer.hpp"
+ #include "libtorrent/session_settings.hpp"
+ 
++#include <list>
+ #include <vector>
+ #include <boost/function.hpp>
+ #include <boost/thread/mutex.hpp>
diff --git a/rb_libtorrent-0.14.10-py27.patch b/rb_libtorrent-0.14.10-py27.patch
new file mode 100644
index 0000000..8083949
--- /dev/null
+++ b/rb_libtorrent-0.14.10-py27.patch
@@ -0,0 +1,22 @@
+--- libtorrent-rasterbar-0.14.10/configure.py27	2010-03-21 07:03:10.000000000 +0900
++++ libtorrent-rasterbar-0.14.10/configure	2010-07-29 03:23:36.000000000 +0900
+@@ -18486,7 +18486,7 @@
+ $as_echo_n "checking for python build information... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
+ $as_echo "" >&6; }
+-for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
++for python in python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
+ # AC_CHECK_PROGS(PYTHON_BIN, [$python])
+ PYTHON_BIN=$python
+ ax_python_bin=$PYTHON_BIN
+--- libtorrent-rasterbar-0.14.10/m4/ax_python-fixed.m4.py27	2009-09-05 23:18:55.000000000 +0900
++++ libtorrent-rasterbar-0.14.10/m4/ax_python-fixed.m4	2010-07-29 03:23:26.000000000 +0900
+@@ -58,7 +58,7 @@
+ AC_DEFUN([AX_PYTHON],
+ [AC_MSG_CHECKING(for python build information)
+ AC_MSG_RESULT([])
+-for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
++for python in python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
+ # AC_CHECK_PROGS(PYTHON_BIN, [$python])
+ PYTHON_BIN=$python
+ ax_python_bin=$PYTHON_BIN
diff --git a/rb_libtorrent-am.patch b/rb_libtorrent-am.patch
new file mode 100644
index 0000000..9c03bc1
--- /dev/null
+++ b/rb_libtorrent-am.patch
@@ -0,0 +1,12 @@
+--- libtorrent-rasterbar-0.14.10/examples/Makefile.am.orig	2010-05-28 08:37:02.290439097 +0530
++++ libtorrent-rasterbar-0.14.10/examples/Makefile.am	2010-05-28 08:37:21.397439025 +0530
+@@ -6,8 +6,7 @@
+ EXTRA_DIST = Jamfile
+ 
+ client_test_SOURCES = client_test.cpp
+-client_test_LDADD = $(top_builddir)/src/libtorrent-rasterbar.la @BOOST_REGEX_LIB@ @BOOST_PROGRAM_OPTIONS_LIB@
+-
++client_test_LDADD = $(top_builddir)/src/libtorrent-rasterbar.la @BOOST_REGEX_LIB@ @BOOST_PROGRAM_OPTIONS_LIB@ -lrt
+ dump_torrent_SOURCES = dump_torrent.cpp
+ dump_torrent_LDADD = $(top_builddir)/src/libtorrent-rasterbar.la
+ 
diff --git a/rb_libtorrent-in.patch b/rb_libtorrent-in.patch
new file mode 100644
index 0000000..4e01543
--- /dev/null
+++ b/rb_libtorrent-in.patch
@@ -0,0 +1,11 @@
+--- libtorrent-rasterbar-0.14.10/examples/Makefile.in.orig	2010-05-28 08:38:35.060439029 +0530
++++ libtorrent-rasterbar-0.14.10/examples/Makefile.in	2010-05-28 08:40:31.017689483 +0530
+@@ -263,7 +263,7 @@
+ top_srcdir = @top_srcdir@
+ EXTRA_DIST = Jamfile
+ client_test_SOURCES = client_test.cpp
+-client_test_LDADD = $(top_builddir)/src/libtorrent-rasterbar.la @BOOST_REGEX_LIB@ @BOOST_PROGRAM_OPTIONS_LIB@
++client_test_LDADD = $(top_builddir)/src/libtorrent-rasterbar.la @BOOST_REGEX_LIB@ @BOOST_PROGRAM_OPTIONS_LIB@ -lrt
+ dump_torrent_SOURCES = dump_torrent.cpp
+ dump_torrent_LDADD = $(top_builddir)/src/libtorrent-rasterbar.la
+ make_torrent_SOURCES = make_torrent.cpp


More information about the scm-commits mailing list