mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 07:08:30 +00:00
note for packagers
This commit is contained in:
parent
86c092da7d
commit
45f5b0427a
10
README.Packagers
Normal file
10
README.Packagers
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
NOTE: Deluge 0.5.1 uses an unstable build of libtorrent. This
|
||||||
|
build differs from a clean libtorrent source checkout and has
|
||||||
|
been hacked in order to get it to work properly with Deluge.
|
||||||
|
As a result, Deluge will likely not build properly against a
|
||||||
|
vanilla libtorrent 0.12 installation or a nightly build of
|
||||||
|
libtorrent 0.13. It is recommended that you build against our
|
||||||
|
included libtorrent.
|
||||||
|
|
||||||
|
- zachtib
|
2
setup.py
2
setup.py
@ -62,7 +62,7 @@ python_version = platform.python_version()[0:3]
|
|||||||
|
|
||||||
NAME = "deluge"
|
NAME = "deluge"
|
||||||
FULLNAME = "Deluge BitTorrent Client"
|
FULLNAME = "Deluge BitTorrent Client"
|
||||||
VERSION = "0.5.0.99.2"
|
VERSION = "0.5.1"
|
||||||
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto"
|
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto"
|
||||||
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com"
|
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com"
|
||||||
DESCRIPTION = "A bittorrent client written in PyGTK"
|
DESCRIPTION = "A bittorrent client written in PyGTK"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user