Deluge is a new Bittorrent client, created using Python and GTK+. Deluge is intended to bring a native, full-featured client to Linux GTK desktop environments such as Gnome and XFCE.
Deluge was created by two member of ubuntuforums.org, zachtib and kripkenstein, and is currently being maintained and hosted at Google code (code.google.com)
While under development, Deluge was known as gTorrent, because it was to be a bittorrent client for Gnome. When the very first version was released to the public on September 25, 2006, the client was renamed to Deluge to avoid implying that the client was Gnome-only.
As of October 4, 2006, Deluge also has a public support forum, generously provided by the staff of ubuntuforums.org.
The current stable release of Deluge is version v0.2.0, and was released on October 4, 2006. In addition, the unstable branch can be checked out of SVN by visiting the project’s Google Code page.
Deluge uses Rasterbar’s version of libtorrent, and a wrapper class, python-libtorrent, written by Kripkenstein in order to use the library under Python. Currently, python-libtorrent is only officially supported on i386 versions of Linux, and a Debian package is provided that is compatible with the most recent Ubuntu release.
The SVN version of the python-libtorrent library has successfully been built on an x86_64 installation of Ubuntu, which means that 64 bit packages will most likely be provided with our next release. In addition, a ppc build is being discussed on the forums as well, and once it is sorted out, we plan on supporting all three architectures in the future.
Requirements:
· g++
· make
· python-all-dev
· python-all version >= 2.4
· python-dbus
· python-gtk2 version >= 2.9
· python-notify
· python-pyopenssl
· librsvg2-common
· python-xdg
· python-support
· libboost-dev >= 1.33.1
· libboost-thread-dev
· libboost-date-time-dev
· libboost-filesystem-dev
· libboost-serialization-dev
· libssl-dev
· zlib1g-dev
What’s New in This Release:
· Change add torrent to ctrl+n
· Change notification plugin to not show the file list, but only the torrent name
· Allow removal of browser icon from toolbar
· Add buttons to browser to launch the main and footer frames into an external browser
· Fix removing torrents from deluge template of webui – vonck7
· Set the advanced webui template as default
· Cut down significantly on the memory usage of the blocklist plugin
· Fix some UPnP bugs
· Fix “New version” alert from freezing sometimes
· Prioritizes local peers over non-local ones when finding connect
· Wish everyone a happy holiday!