Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e20d7f7aab1552deddfafa35dd06dba108f7132f

commit e20d7f7aab1552deddfafa35dd06dba108f7132f
Author: András Vöröskői <voros...@frugalware.org>
Date:   Thu Jan 15 07:07:09 2009 +0100

rtorrent-0.8.4-1-x86_64

version bump
gcc-4.3.patch removed

diff --git a/source/network-extra/rtorrent/FrugalBuild 
b/source/network-extra/rtorrent/FrugalBuild
index 2608d76..8cdf40f 100644
--- a/source/network-extra/rtorrent/FrugalBuild
+++ b/source/network-extra/rtorrent/FrugalBuild
@@ -2,19 +2,17 @@
# Maintainer: voroskoi <voros...@frugalware.org>

pkgname=rtorrent
-pkgver=0.7.9
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
pkgdesc="The ncurses client for libtorrent."
url="http://libtorrent.rakshasa.no/";
-depends=('ncurses' 'libtorrent>=0.11.9' 'xmlrpc-c>=1.11.00' 'c-ares>=1.5')
+depends=('ncurses' 'libtorrent>=0.12.4' 'xmlrpc-c>=1.11.00' 'c-ares>=1.6')
groups=('network-extra')
archs=('i686' 'x86_64')
Fconfopts="$Fconfopts --with-xmlrpc-c"
up2date="lynx -dump $url |grep rtorrent.*.tar |sed -ne 
's/.*t-\(.*\).t.*/\1/;1p'"
-source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$pkgver.tar.gz 
curl_segfault_dirty_hack.diff \
-       gcc-4.3.patch)
-sha1sums=('0b53bd3b2c15f93352607ab3685916fe27033450' \
-          '583dadf10d30956ec796ec9f3c2c4d5dfff64c79' \
-          'eeb8e7624a02b2fef2084ad64e668948428132ab')
+source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$pkgver.tar.gz 
curl_segfault_dirty_hack.diff)
+sha1sums=('83a7c0dbeb46bb074ae075d9faf5d05f0df17571' \
+          '583dadf10d30956ec796ec9f3c2c4d5dfff64c79')

# optimization OK
diff --git a/source/network-extra/rtorrent/gcc-4.3.patch 
b/source/network-extra/rtorrent/gcc-4.3.patch
deleted file mode 100644
index dadf328..0000000
--- a/source/network-extra/rtorrent/gcc-4.3.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -Naur rtorrent-0.7.9.orig/rak/functional.h rtorrent-0.7.9/rak/functional.h
---- rtorrent-0.7.9.orig/rak/functional.h       2007-07-19 22:23:09.000000000 
+0100
-+++ rtorrent-0.7.9/rak/functional.h    2008-04-11 20:32:13.000000000 +0100
-@@ -37,6 +37,8 @@
- #ifndef RAK_FUNCTIONAL_H
- #define RAK_FUNCTIONAL_H
-
-+#include <cstdlib>
-+
- #include <functional>
-
- namespace rak {
-diff -Naur rtorrent-0.7.9.orig/src/command_ui.cc 
rtorrent-0.7.9/src/command_ui.cc
---- rtorrent-0.7.9.orig/src/command_ui.cc      2007-10-19 18:20:56.000000000 
+0100
-+++ rtorrent-0.7.9/src/command_ui.cc   2008-04-11 20:33:26.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 -Naur rtorrent-0.7.9.orig/src/display/text_element_value.cc 
rtorrent-0.7.9/src/display/text_element_value.cc
---- rtorrent-0.7.9.orig/src/display/text_element_value.cc      2007-08-28 
14:09:34.000000000 +0100
-+++ rtorrent-0.7.9/src/display/text_element_value.cc   2008-04-11 
20:25:53.000000000 +0100
-@@ -34,6 +34,8 @@
- //           Skomakerveien 33
- //           3185 Skoppum, NORWAY
-
-+#include <ctime>
-+
- #include "config.h"
-
- #include "globals.h"
-diff -Naur rtorrent-0.7.9.orig/src/display/window_file_list.cc 
rtorrent-0.7.9/src/display/window_file_list.cc
---- rtorrent-0.7.9.orig/src/display/window_file_list.cc        2007-07-19 
22:23:11.000000000 +0100
-+++ rtorrent-0.7.9/src/display/window_file_list.cc     2008-04-11 
20:28:45.000000000 +0100
-@@ -36,6 +36,8 @@
-
- #include "config.h"
-
-+#include <cstdlib>
-+
- #include <torrent/path.h>
- #include <torrent/data/file.h>
- #include <torrent/data/file_list.h>
-diff -Naur rtorrent-0.7.9.orig/src/rpc/command_map.cc 
rtorrent-0.7.9/src/rpc/command_map.cc
---- rtorrent-0.7.9.orig/src/rpc/command_map.cc 2007-10-20 19:58:46.000000000 
+0100
-+++ rtorrent-0.7.9/src/rpc/command_map.cc      2008-04-11 20:30:02.000000000 
+0100
-@@ -36,6 +36,8 @@
-
- #include "config.h"
-
-+#include <cstdlib>
-+
- #include <torrent/exceptions.h>
- #include <torrent/object.h>
- #include <torrent/data/file_list_iterator.h>
-diff -Naur rtorrent-0.7.9.orig/src/rpc/exec_file.cc 
rtorrent-0.7.9/src/rpc/exec_file.cc
---- rtorrent-0.7.9.orig/src/rpc/exec_file.cc   2007-08-11 19:59:23.000000000 
+0100
-+++ rtorrent-0.7.9/src/rpc/exec_file.cc        2008-04-11 20:30:26.000000000 
+0100
-@@ -36,7 +36,7 @@
-
- #include "config.h"
-
--#include <string>
-+#include <cstring>
- #include <unistd.h>
- #include <rak/path.h>
- #include <sys/types.h>
-diff -Naur rtorrent-0.7.9.orig/src/rpc/parse.cc rtorrent-0.7.9/src/rpc/parse.cc
---- rtorrent-0.7.9.orig/src/rpc/parse.cc       2007-08-20 02:21:03.000000000 
+0100
-+++ rtorrent-0.7.9/src/rpc/parse.cc    2008-04-11 20:30:42.000000000 +0100
-@@ -37,6 +37,7 @@
- #include "config.h"
-
- #include <locale>
-+#include <cstring>
- #include <rak/path.h>
- #include <torrent/exceptions.h>
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to