forked from exaile/exaile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
63 lines (39 loc) · 816 Bytes
/
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
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)
* gtk+ >= 3.10
* gstreamer >= 1.4
* gstreamer-plugins-good >= 1.4
* mutagen (>= 1.10)
* dbus-python
* pygobject (>= 3.13.2)
* python-cairo
* GIR libraries for GTK+/GStreamer
Translation:
* gettext
Documentation:
* sphinx
* help2man
Device detection (one of the following):
* hal
* udisks
* udisks2
CD info:
* python-cddb
Last.FM integration:
* pylast
Musicbrainz covers:
* musicbrainzngs
Podcast plugin:
* feedparser
Scalable icons:
* librsvg2
Test dependencies:
* mox3
* pytest