Package Details: rtorrent-color 0.9.8-1

Git Clone URL: https://aur.archlinux.org/rtorrent-color.git (read-only, click to copy)
Package Base: rtorrent-color
Description: Ncurses BitTorrent client based on libTorrent with color patch.
Upstream URL: https://github.com/KopfKrieg/rtorrent/tree/colorpatch
Keywords: color rtorrent
Licenses: GPL
Conflicts: rtorrent
Provides: rtorrent
Submitter: ashren
Maintainer: lrustand
Last Packager: lrustand
Votes: 93
Popularity: 0.000000
First Submitted: 2009-11-12 22:00 (UTC)
Last Updated: 2019-07-21 16:01 (UTC)

Required by (23)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

Fraterius commented on 2013-11-19 13:26 (UTC)

I've just updated arch + rtorrent-color and now network.http.ssl_verify_peer.set=0 setting does not work anymore. All the time I'm getting: SSL peer certificate or SSH remote key was not OK. It worked before the update (I need to add that I haven't updated my arch in ages before today). Any ideas what might be the issue? Anyone else experience such behaviour?

jdc2172 commented on 2013-10-06 10:14 (UTC)

why is there no man page?

ashren commented on 2013-08-02 13:07 (UTC)

Fixed.

dag commented on 2013-08-02 12:01 (UTC)

this requires libsigc++

ashren commented on 2013-05-22 08:28 (UTC)

PKGBUILD is not out of date. Arch is using the unstable version of libtorrent.

ashren commented on 2013-05-14 10:13 (UTC)

The libtorrent version introduced into the repos is the unstable version. Look here: http://libtorrent.rakshasa.no/ You use this PKGBUILD until the stable version is released. # Maintainer: Ashren <edgar [at] archlinux [dot] us> # Contributors: Lucky <archlinux@builds.lucky.li> and Hleem # Based on rtorrent [community] pkgname=rtorrent-color _pkgname="rtorrent" #_pkgname="${pkgname%-*}" not supported by AUR ;) pkgver=0.9.3 pkgrel=1 pkgdesc="Ncurses BitTorrent client based on libTorrent with color patch." url="http://libtorrent.rakshasa.no" arch=("i686" "x86_64") license=("GPL") depends=("curl" "libtorrent=0.13.3" "xmlrpc-c") conflicts=("${_pkgname}") provides=("${_pkgname}") install="${pkgname}.install" source=("${url}/downloads/${_pkgname}-${pkgver}.tar.gz" "${_pkgname}-${pkgver}_canvas_color.patch") sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4' '5752820e7a10df927e2e50858a60a5b2eb7e68c3') build() { cd "${srcdir}/${_pkgname}-${pkgver}" patch -uNp1 -i "${srcdir}/${_pkgname}-${pkgver}_canvas_color.patch" export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" ./configure \ --prefix=/usr \ --enable-debug \ --with-xmlrpc-c \ make } package() { cd "${srcdir}/${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install # install -Dm644 doc/faq.xml "${pkgdir}/usr/share/doc/rtorrent/faq.xml" # install -Dm644 doc/rtorrent.1 "${pkgdir}/usr/share/man/man1/rtorrent.1" install -Dm644 doc/rtorrent.rc "${pkgdir}/usr/share/doc/rtorrent/rtorrent.rc" } Remember to rename rtorrent-0.9.2_canvas_color.patch to rtorrent-0.9.3_canvas_color.patch

m45t3r commented on 2013-05-14 03:40 (UTC)

New version of libtorrent (0.13.3) on repos break package compilation. Please fix.

Nothing4You commented on 2013-04-06 07:23 (UTC)

sorry, accidently marked wrong package

ashren commented on 2012-05-06 18:19 (UTC)

Thanks Lucky and Hleem. Package updated.