Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295373 - Please add a colour patch to net-p2/rtorrent.
Summary: Please add a colour patch to net-p2/rtorrent.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-01 21:07 UTC by Michał Laszuk
Modified: 2010-01-24 11:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (rtorrent-0.8.5-canvas-fix.patch,10.16 KB, patch)
2009-12-01 21:07 UTC, Michał Laszuk
Details | Diff
for version 0.8.6 (rtorrent-0.8.6-canvas-fix.patch,11.33 KB, patch)
2009-12-25 20:02 UTC, Michał Laszuk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Laszuk 2009-12-01 21:07:12 UTC
A patch which adds a colour rtorrent ui.

Reproducible: Always
Comment 1 Michał Laszuk 2009-12-01 21:07:56 UTC
Created attachment 211719 [details, diff]
patch
Comment 2 Michał Laszuk 2009-12-01 21:11:14 UTC
--- /usr/portage/net-p2p/rtorrent/rtorrent-0.8.5.ebuild	2009-11-23 22:06:56.000000000 +0100
+++ rtorrent-0.8.5-r1.ebuild	2009-10-18 14:13:42.000000000 +0200
@@ -1,7 +1,3 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.5.ebuild,v 1.5 2009/11/23 21:04:54 maekke Exp $
-
 inherit base eutils toolchain-funcs flag-o-matic
 
 DESCRIPTION="BitTorrent Client using libtorrent"
@@ -10,7 +6,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="daemon debug ipv6 xmlrpc"
 
 COMMON_DEPEND=">=net-libs/libtorrent-0.12.${PV##*.}
@@ -23,7 +19,8 @@
 DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig"
 
-PATCHES=( "${FILESDIR}/${PN}-0.8.2-gcc34.patch" )
+#added color support
+PATCHES=( "${FILESDIR}/${PN}-0.8.5-canvas-fix.patch" )
Comment 3 Michał Laszuk 2009-12-01 21:16:02 UTC
Sample configuration from ~/.rtorrent.rc and available colours.

done_fg_color = 1
done_bg_color = 6
active_fg_color = 2
active_bg_color = 6 

# 0 = black
# 1 = red
# 2 = green 
# 3 = yellow 
# 4 = blue 
# 5 = magenta 
# 6 = cyan 
# 7 = white
Comment 4 Michał Laszuk 2009-12-25 20:02:36 UTC
Created attachment 214155 [details, diff]
for version 0.8.6
Comment 5 Piotr Karbowski (RETIRED) gentoo-dev 2010-01-17 20:59:07 UTC
http://wiki.github.com/slashbeast/foo-overlay/

You can find here rtorrent with colors use flag what will enable canvas patch.
Comment 6 Dawid Węgliński (RETIRED) gentoo-dev 2010-01-21 11:20:07 UTC
It's included in 0.8.6.
Comment 7 Łukasz Michalik 2010-01-24 11:32:09 UTC
Is this patch included in upstream svn or was it discussed on trac/mailing list and what was the reason for not including it there?