summaryrefslogtreecommitdiffstats
path: root/video-libs/xine-lib/DEPENDS
blob: 0308c0b2512dc4e2eccb69316d6e6bf1ef763cdf (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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
depends zlib &&
depends LIBAVCODEC &&
depends libcdio &&
depends vcdimager-unstable &&

optional_depends gettext \
                 "--enable-nls" \
                 "--disable-nls" \
                 "for alternate language support" &&

# X support
optional_depends libx11 \
                 "--with-x" \
                 "--without-x" \
                 "to support X display" &&

if is_depends_enabled $SPELL libx11; then
  depends libxv &&
  depends libxext &&

  optional_depends libxcb \
                   "--with-xcb" \
                   "--without-xcb" \
                   "build XCB video out plugins" &&

  optional_depends libxinerama \
                   "--enable-xinerama" \
                   "--disable-xinerama" \
                   "build Xinerama support" &&

  optional_depends libxvmc \
                   "--with-xvmc-path=$INSTALL_ROOT/usr/lib \
                    --with-xxmc-path=$INSTALL_ROOT/usr/lib" \
                   "--disable-xvmc" \
                   "for XvMC plugin"
fi &&

# output devices (audio)
optional_depends alsa-lib \
                 "--with-alsa" \
                 "--without-alsa" \
                 "for ALSA audio output" &&

optional_depends esound \
                 "--with-esound" \
                 "--without-esound" \
                 "for esd audio output" &&

optional_depends pulseaudio \
                 "--with-pulseaudio" \
                 "--without-pulseaudio" \
                 "for PulseAudio output" &&

optional_depends JACK-DRIVER \
                 "--with-jack" \
                 "--without-jack" \
                 "for Jack audio output" &&

optional_depends oss \
                 "--enable-oss" \
                 "--disable-oss" \
                 "for OSS audio output" &&

# output devices (video)
optional_depends sdl \
                 "--with-sdl" \
                 "--without-sdl" \
                 "for SDL video output" &&

optional_depends aalib \
                 "--enable-aalib" \
                 "--disable-aalib" \
                 "for ASCII art video output" &&

optional_depends libcaca \
                 "--with-caca" \
                 "--without-caca" \
                 "for colored ASCII art video output" &&

# input codecs
optional_depends libmng \
                 "--enable-mng" \
                 "--disable-mng" \
                 "for MNG file support" &&

optional_depends flac \
                 "--with-libflac" \
                 "--without-libflac" \
                 "for FLAC audio decoding" &&

optional_depends libvorbis \
                 "--with-vorbis" \
                 "--without-vorbis" \
                 "for OGG/Vorbis audio support" &&

optional_depends libtheora \
                 "--with-theora" \
                 "--without-theora" \
                 "for OGG/Theora video support" &&

optional_depends speex \
                 "--with-speex" \
                 "--without-speex" \
                 "for speech compression support"  &&

if is_depends_enabled $SPELL speex; then
  depends libogg
fi &&

# not recommended as system libraries
#
# libdvdnav: --with-external-dvdnav

optional_depends libmpcdec \
                 "--enable-musepack" \
                 "--disable-musepack" \
                 "for Musepack decoding support" &&

optional_depends faad2 \
                 "--enable-faad" \
                 "--disable-faad" \
                 "for FAAD decoder support" &&

optional_depends libdca \
                 "--enable-dts" \
                 "--disable-dts" \
                 "for DTS decoding library support" &&

optional_depends a52dec \
                 "--enable-a52dec" \
                 "--disable-a52dec" \
                 "for a52dec decoding library support" &&

optional_depends libmad \
                 "--enable-mad" \
                 "--disable-mad" \
                 "for MAD decoding library support" &&

optional_depends libmodplug \
                 "--enable-modplug" \
                 "--disable-modplug" \
                 "for mod playback support" &&

optional_depends wavpack \
                 "--with-wavpack" \
                 "--without-wavpack" \
                 "for Wavpack decoder" &&

optional_depends imagemagick \
                 "--with-imagemagick" \
                 "--without-imagemagick" \
                 "for ImageMagick image decoder" &&

optional_depends freetype2 \
                 "--with-freetype" \
                 "--without-freetype" \
                 "for FreeType2 support" &&

if is_depends_enabled $SPELL freetype2; then
  optional_depends fontconfig \
                   "--with-fontconfig" \
                   "--without-fontconfig" \
                   "for fontconfig support" &&

  config_query_option XINE_LIB_OPTS "Enable font antialiasing?" y \
                                    "--enable-antialiasing" \
                                    "--disable-antialiasing"
fi &&

optional_depends libdvdcss "" "" "to play encrypted DVDs" &&

optional_depends real-codecs \
                 "--enable-real-codecs" \
                 "--disable-real-codecs" \
                 "for RealMedia decoding" \
                 "z-rejected" &&

optional_depends win32codecs \
                 "--enable-w32dll" \
                 "--disable-w32dll" \
                 "to use win32 dlls for video/audio decoding" \
                 "z-rejected" &&

optional_depends quicktime-codecs \
                 "" "" \
                 "for addtional video/audio codecs used in quicktime files" \
                 "z-rejected" &&

# input plugins
if list_find "$XINE_LIB_OPTS" "--enable-v4l2"; then
  optional_depends v4l-utils \
                   "--enable-libv4l" \
                   "--disable-libv4l" \
                   "for libv4l support"
fi &&

optional_depends gnome-vfs2 \
                 "--enable-gnomevfs" \
                 "--disable-gnomevfs" \
                 "for gnome-vfs input support" &&

optional_depends samba \
                 "--enable-samba" \
                 "--disable-samba" \
                 "for Samba input support" &&

optional_depends libfame \
                 "--enable-dxr3" \
                 "--disable-dxr3" \
                 "build DXR3/HW+ plugins"