summaryrefslogtreecommitdiffstats
path: root/audio-creation/gtkpod/DEPENDS
blob: cdd10bf2a58a42bc7eeb78dfba2c21fca4ea569e (plain) (blame)
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
depends  gettext    &&
depends  glib2      &&
depends  gtk+2      &&
depends  libglade2  &&
depends  libgpod    &&
depends  libid3tag  &&
depends  pango      &&
depends  libxml2    &&
depends  cairo      &&

optional_depends  "curl" \
                  "--with-curl" \
                  "--without-curl" \
                  "Coverart download support" &&

#optional_depends  "gnome-vfs2" \
#                  "--with-gnome-vfs" \
#                  "--without-gnome-vfs" \
#                  "VFS device autodetection support" &&

#optional_depends  "hal" \
#                  "--with-hal" \
#                  "--without-hal" \
#                  "HAL device autodetection support" &&

optional_depends  "mp4v2" \
                  "" \
                  "" \
                  "MP4/AAC support" &&

optional_depends  "libvorbis" \
                  "--with-ogg" \
                  "--without-ogg" \
                  "Ogg/Vorbis support" &&

optional_depends  "flac" \
                  "--with-flac" \
                  "--without-flac" \
                  "FLAC support" &&

optional_depends  "xmms"  \
                  ""      \
                  ""      \
                  "to playback music tracks"  &&

optional_depends  "sudo"  \
                  ""      \
                  ""      \
                  "to automatically mount or unmount your iPod, see the README"