mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 19:46:22 +00:00
ca7cbd291f
* libtorrent >= 1.1 dropped support for GeoIP so this adds support again using MaxMind GeoIP Legacy Python Extension API. For reference it is known by the following package names: * Maxmind: geoip-api-python * Linux: python-geoip * PyPi: GeoIP
28 lines
516 B
Plaintext
28 lines
516 B
Plaintext
=== Core ===
|
|
* libtorrent (rasterbar) >= 1.0.7
|
|
* python >= 2.6
|
|
* setuptools
|
|
* twisted >= 11.1
|
|
* pyopenssl
|
|
* pyxdg
|
|
* chardet
|
|
* gettext
|
|
* python-geoip (optional)
|
|
* geoip-database (optional)
|
|
* setproctitle (optional)
|
|
* pillow (optional)
|
|
* rencode >= 1.0.2 (optional), python port bundled.
|
|
|
|
=== Gtk UI ===
|
|
* pygtk >= 2.16
|
|
* librsvg
|
|
* xdg-utils
|
|
* intltool
|
|
* python-notify (optional)
|
|
* pygame (optional)
|
|
* python-appindicator (optional)
|
|
|
|
=== Web UI ===
|
|
* mako
|
|
* slimit (optional), minifies JS files.
|