summaryrefslogtreecommitdiffstats
path: root/x11-libs/wine/DEPENDS
blob: 6c0307a71ff4293c63a5218a0b20ab7904b281c2 (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
depends  bison      &&
depends  flex       &&
depends  giflib     &&

if  [[ $WINE_VCS == y ]];  then
  depends  git
fi  &&

optional_depends  alsa-lib                  \
                  '--with-alsa'             \
                  '--without-alsa'          \
                  'for ALSA audio support'  &&

optional_depends  CUPS                      \
                  "--with-cups"             \
                  "--without-cups"          \
                  "for printing support"    &&

optional_depends  docbook-utils             \
                  ""                        \
                  ""                        \
                  "for building wine documentation"  &&

optional_depends  esound                                     \
                  '--with-esd'                               \
                  '--without-esd'                            \
                  'for Enhanced Sound Daemon mixer support'  &&

optional_depends  fontconfig                  \
                  '--with-fontconfig'         \
                  '--without-fontconfig'      \
                  'use fontconfig for fonts'  &&

optional_depends  fontforge            \
                  ''                   \
                  ''                   \
                  'for building fonts' &&

optional_depends  freetype2             \
                  ""                    \
                  ""                    \
                  "for font rendering"  &&

optional_depends  hal                                \
                  '--with-hal'                       \
                  '--without-hal'                    \
                  'for dynamic drive configuration'  &&

optional_depends  JACK-DRIVER               \
                  '--with-jack'             \
                  '--without-jack'          \
                  'for JACK audio support'  &&

optional_depends  JPEG                      \
                  '--with-jpeg'             \
                  '--without-jpeg'          \
                  'for JPEG supprt'         &&

optional_depends  lcms                                   \
                  '--with-cms'                           \
                  '--without-cms'                        \
                  'for CMS color management'             &&

optional_depends  libgphoto2                             \
                  '--with-gphoto'                        \
                  '--without-gphoto'                     \
                  'for digital camera support'           &&

optional_depends  libpng                                 \
                  '--with-png'                           \
                  '--without-png'                        \
                  'for PNG image support'                &&

optional_depends  libxslt                                \
                  '--with-xslt --with-xml'               \
                  '--without-xslt --without-xml'         \
                  'for a functional Microsoft XML (MSXML) implementation'  &&

optional_depends  MSTTF                                  \
                  ''                                     \
                  ''                                     \
                  'for original MS TrueType fonts'       \
                  'z-rejected'                           &&

optional_depends  nas                                    \
                  '--with-nas'                           \
                  '--without-nas'                        \
                  'for NAS audio support'                &&

# the --with-curses option fails
# because it can't find libncurses
#optional_depends  ncurses               \
#                  ""                    \
#                  "--without-curses"    \
#                  "curses gui?"         &&

optional_depends  OPENGL                \
                  '--with-opengl'       \
                  '--without-opengl'    \
                  'for OpenGL support'  &&

optional_depends  openldap                                             \
                  '--with-ldap'                                        \
                  '--without-ldap'                                     \
                  'for Lightweight Directory Access Protocol support'  &&

optional_depends  openssl                                       \
                  '--with-openssl'                              \
                  '--without-openssl'                           \
                  'for some cryptographic support in ADVAPI32'  &&

optional_depends  winedoc                   \
                  ""                        \
                  ""                        \
                  "for wine documentation"  &&

optional_depends  sane-backends             \
                  '--without-sane'          \
                  '--without-sane'          \
                  'for scanner support'     &&

optional_depends  libx11                    \
                  "--with-x"                \
                  "--without-x"             \
                  "X gui support"           &&
if is_depends_enabled $SPELL libx11;then
depends libice &&
depends libsm  &&
optional_depends  libxinerama                           \
                  '--with-xinerama'                     \
                  '--without-xinerama'                  \
                  'for X11 Xinerama extension support'  &&

optional_depends  libxi                                 \
                  '--with-xinput'                       \
                  '--without-xinput'                    \
                  'for X11 Xinput support'              &&

optional_depends  libxcomposite                         \
                  '--with-xcomposite'                   \
                  '--without-xcomposite'                \
                  'for X11 COMPOSITE extension support'

optional_depends  libxcursor                            \
                  '--with-xcursor'                      \
                  '--without-xcursor'                   \
                  'for X11 cursor extension support'

optional_depends  libxrandr                             \
                  '--with-xrandr'                       \
                  '--without-xrandr'                    \
                  'for X11 XRandr extension support'    &&

optional_depends  libxrender                            \
                  '--with-xrender'                      \
                  '--without-xrender'                   \
                  'for X11 XRender extension support'   &&

optional_depends  libxext                               \
                  '--with-xshape --with-xshm'           \
                  '--without-xshape --without-xshm'     \
                  'for X11 XShape and Xshmextension support'  &&

optional_depends  xf86vidmodeproto                      \
                  '--with-xxf86vm'                      \
                  '--without-xxf86vm'                   \
                  'for Xvidmode support'
fi &&
suggest_depends  'wine-gecko'                       \
                 ''                                 \
                 ''                                 \
                 'for pre-downloaded GECKO engine'  \
                 'z-rejected'                       &&

optional_depends mpg123                      \
                 '--with-mpg123'             \
                 '--without-mpg123'          \
                 'for MP3 decoding support'