View | Details | Raw Unified | Return to bug 224904 | Differences between
and this patch

Collapse All | Expand All

(-)x11/leechcraft/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	BSL
13
LICENSE=	BSL
14
LICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE
14
LICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE
15
15
16
LIB_DEPENDS=	libqwt6.so:x11-toolkits/qwt6 \
16
LIB_DEPENDS=	libqwt6.so:x11-toolkits/qwt6@qt4 \
17
		libpcre.so:devel/pcre \
17
		libpcre.so:devel/pcre \
18
		libboost_program_options.so:devel/boost-libs
18
		libboost_program_options.so:devel/boost-libs
19
19
(-)x11/leechcraft/files/patch-5c29ae8130.diff (-11 / +11 lines)
Lines 1-14 Link Here
1
--- plugins/bittorrent/core.h.orig	2014-07-28 18:35:44 UTC
2
+++ plugins/bittorrent/core.h
3
@@ -271,7 +271,7 @@ namespace BitTorrent
4
 				const QVector<bool>& files = QVector<bool> (),
5
 				LeechCraft::TaskParameters params = LeechCraft::NoParameters);
6
 		void KillTask (int);
7
-		void RemoveTorrent (int, int opt = libtorrent::session::none);
8
+		void RemoveTorrent (int, int opt = 0);
9
 		void PauseTorrent (int);
10
 		void ResumeTorrent (int);
11
 		void ForceReannounce (int);
12
--- plugins/bittorrent/core.cpp.orig	2014-07-28 18:35:44 UTC
1
--- plugins/bittorrent/core.cpp.orig	2014-07-28 18:35:44 UTC
13
+++ plugins/bittorrent/core.cpp
2
+++ plugins/bittorrent/core.cpp
14
@@ -230,9 +230,11 @@ namespace BitTorrent
3
@@ -230,9 +230,11 @@ namespace BitTorrent
Lines 41-46 Link Here
41
 
30
 
42
 			handle = Session_->add_torrent (atp);
31
 			handle = Session_->add_torrent (atp);
43
 			if (XmlSettingsManager::Instance ()->property ("ResolveCountries").toBool ())
32
 			if (XmlSettingsManager::Instance ()->property ("ResolveCountries").toBool ())
33
--- plugins/bittorrent/core.h.orig	2014-07-28 18:35:44 UTC
34
+++ plugins/bittorrent/core.h
35
@@ -271,7 +271,7 @@ namespace BitTorrent
36
 				const QVector<bool>& files = QVector<bool> (),
37
 				LeechCraft::TaskParameters params = LeechCraft::NoParameters);
38
 		void KillTask (int);
39
-		void RemoveTorrent (int, int opt = libtorrent::session::none);
40
+		void RemoveTorrent (int, int opt = 0);
41
 		void PauseTorrent (int);
42
 		void ResumeTorrent (int);
43
 		void ForceReannounce (int);
44
--- plugins/bittorrent/torrentplugin.cpp.orig	2014-07-28 18:35:44 UTC
44
--- plugins/bittorrent/torrentplugin.cpp.orig	2014-07-28 18:35:44 UTC
45
+++ plugins/bittorrent/torrentplugin.cpp
45
+++ plugins/bittorrent/torrentplugin.cpp
46
@@ -555,7 +555,7 @@ namespace LeechCraft
46
@@ -555,7 +555,7 @@ namespace LeechCraft
(-)x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp (-2 / +2 lines)
Lines 1-5 Link Here
1
--- plugins/azoth/plugins/otroid/otrhandler.cpp.orig	2014-07-28 20:35:44.000000000 +0200
1
--- plugins/azoth/plugins/otroid/otrhandler.cpp.orig	2014-07-28 18:35:44 UTC
2
+++ plugins/azoth/plugins/otroid/otrhandler.cpp	2016-01-26 13:30:45.499740000 +0100
2
+++ plugins/azoth/plugins/otroid/otrhandler.cpp
3
@@ -510,7 +510,7 @@ namespace OTRoid
3
@@ -510,7 +510,7 @@ namespace OTRoid
4
 		auto list = proxy->GetReturnValue ().toList ();
4
 		auto list = proxy->GetReturnValue ().toList ();
5
 
5
 
(-)x11/leechcraft/files/patch-plugins_lmp_cmake_FindTaglib.cmake (-1 / +1 lines)
Lines 1-4 Link Here
1
--- plugins/lmp/cmake/FindTaglib.cmake.orig	2016-01-03 16:39:26 UTC
1
--- plugins/lmp/cmake/FindTaglib.cmake.orig	2014-07-28 18:35:44 UTC
2
+++ plugins/lmp/cmake/FindTaglib.cmake
2
+++ plugins/lmp/cmake/FindTaglib.cmake
3
@@ -29,7 +29,7 @@ if(TAGLIBCONFIG_EXECUTABLE)
3
@@ -29,7 +29,7 @@ if(TAGLIBCONFIG_EXECUTABLE)
4
 
4
 
(-)x11/leechcraft/files/patch-util_network_addresses.cpp (-2 / +2 lines)
Lines 1-5 Link Here
1
--- util/network/addresses.cpp.orig	2014-07-28 20:35:44.000000000 +0200
1
--- util/network/addresses.cpp.orig	2014-07-28 18:35:44 UTC
2
+++ util/network/addresses.cpp	2016-01-26 12:58:09.726934000 +0100
2
+++ util/network/addresses.cpp
3
@@ -38,7 +38,7 @@ namespace Util
3
@@ -38,7 +38,7 @@ namespace Util
4
 	AddrList_t GetLocalAddresses (int defaultPort)
4
 	AddrList_t GetLocalAddresses (int defaultPort)
5
 	{
5
 	{
(-)x11/leechcraft/files/patch-util_xdg_xdg.cpp (-2 / +2 lines)
Lines 1-5 Link Here
1
--- util/xdg/xdg.cpp.orig	2014-07-28 20:35:44.000000000 +0200
1
--- util/xdg/xdg.cpp.orig	2014-07-28 18:35:44 UTC
2
+++ util/xdg/xdg.cpp	2016-01-26 13:01:00.517701000 +0100
2
+++ util/xdg/xdg.cpp
3
@@ -44,13 +44,13 @@ namespace XDG
3
@@ -44,13 +44,13 @@ namespace XDG
4
 
4
 
5
 	QPixmap GetAppPixmap (const QString& name)
5
 	QPixmap GetAppPixmap (const QString& name)

Return to bug 224904