forked from exaile/exaile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DEPS
82 lines (50 loc) · 1.17 KB
/
DEPS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Installation dependencies
=========================
The official installers for Windows and OSX should already come with/install
the necessary dependencies for base functionality to work.
.. note:: Plugin dependencies should be listed in their description
Dependencies
------------
Essential:
* python (== 2.7.x)
* bsddb (distributed with stdlib) or bsddb3
* gtk+ >= 3.10
* gstreamer >= 1.4
* gstreamer-plugins-base >= 1.6
* gstreamer-plugins-good >= 1.4
* mutagen (>= 1.10)
* dbus-python
* pygobject (>= 3.13.2)
* python-cairo
* GI typelib files for GTK+, GStreamer (including gstreamer-plugins-base) and cairo (python-gi-cairo on Ubuntu)
Translation:
* gettext
Documentation:
* sphinx
* sphinx_rtd_theme
* help2man
Device detection (one of the following):
* hal
* udisks
* udisks2
CD info:
* python-cddb
DAAP plugins (daapserver and daapclient):
* spydaap
Last.FM integration:
* pylast
Lyrics from lyrics.wikia.com (lyricwiki):
* Beautifulsoup4
Musicbrainz covers:
* musicbrainzngs
Podcast plugin:
* feedparser
Wikipedia info:
* webkit2gtk + its GI typelib
Xlib-based hotkeys:
* keybinder + its GI typelib
Scalable icons:
* librsvg2
Test dependencies:
* mox3
* pytest