Use wiki formatting in DEPENDS
This commit is contained in:
parent
35136b652d
commit
4df5fe20ce
51
DEPENDS
51
DEPENDS
|
@ -1,31 +1,30 @@
|
||||||
Core:
|
=== Core ===
|
||||||
python >= 2.5
|
* python >= 2.5
|
||||||
twisted
|
* twisted
|
||||||
twisted-web
|
* twisted-web
|
||||||
pyopenssl
|
* pyopenssl
|
||||||
simplejson (if python < 2.6)
|
* simplejson (if python < 2.6)
|
||||||
setuptools
|
* setuptools
|
||||||
gettext
|
* gettext
|
||||||
pyxdg
|
* pyxdg
|
||||||
geoip-database (optional)
|
* geoip-database (optional)
|
||||||
|
|
||||||
libtorrent >= 0.14, or build the included version
|
* libtorrent >= 0.14, or build the included version
|
||||||
|
|
||||||
If building included libtorrent:
|
* If building included libtorrent::
|
||||||
boost >= 1.34.1
|
* boost >= 1.34.1
|
||||||
openssl
|
* openssl
|
||||||
zlib
|
* zlib
|
||||||
|
|
||||||
|
=== UIs ===
|
||||||
|
* chardet
|
||||||
|
|
||||||
UIs:
|
=== Gtk ===
|
||||||
chardet
|
* python-notify (libnotify python wrapper)
|
||||||
|
* pygame
|
||||||
|
* pygtk >= 2.12
|
||||||
|
* librsvg
|
||||||
|
* xdg-utils
|
||||||
|
|
||||||
Gtk:
|
=== Web ===
|
||||||
python-notify (libnotify python wrapper)
|
* mako
|
||||||
pygame
|
|
||||||
pygtk >= 2.12
|
|
||||||
librsvg
|
|
||||||
xdg-utils
|
|
||||||
|
|
||||||
Web:
|
|
||||||
mako
|
|
||||||
|
|
Loading…
Reference in New Issue