summaryrefslogtreecommitdiffstats
path: root/kde-core/kdelibs/DEPENDS
blob: f83bb9bdb848ecbde06bb264c4d4171d628158a2 (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
depends  docbook-dtd         &&
depends  hicolor-icon-theme  &&
depends  perl                &&
depends  pcre                &&
depends  libpng              &&
depends  iceauth             &&
depends  libice              &&
depends  libsm               &&
depends  libxext             &&

source  $SECTION_DIRECTORY/KDE_DEPENDS  &&

optional_depends  jasper                     \
                  '--with-jasper'            \
                  '--without-jasper'         \
                  'jasper (jpeg2k) support'  &&

optional_depends  lua                        \
                  '--with-lua'               \
                  '--without-lua'            \
                  'use Lua libraries'        &&

optional_depends  libart_lgpl                \
                  '--with-libart'            \
                  '--without-libart'         \
                  'to enable SVG rendering'  &&

optional_depends  tiff                     \
                  '--with-tiff'            \
                  '--without-tiff'         \
                  'to view tiff graphics'  &&

optional_depends  audiofile              \
                  ''                     \
                  ''                     \
                  'to hear sound/music'  &&

optional_depends  alsa-lib                    \
                  '--with-alsa'               \
                  '--without-alsa'            \
                  'for libKMid alsa support'  &&

optional_depends  CUPS                    \
                  '--enable-cups'         \
                  '--disable-cups'        \
                  'to use cups printing'  &&

optional_depends  libxml2               \
                  ''                    \
                  ''                    \
                  'to parse xml files'  &&

optional_depends  openssl                         \
                  '--with-ssl'                    \
                  '--without-ssl'                 \
                  'to use encrypted connections'  &&

optional_depends  libxslt                            \
                  ''                                 \
                  ''                                 \
                  'for io-slave support & kde help'  &&

optional_depends  FAM                                         \
                  '--enable-libfam'                           \
                  '--disable-libfam'                          \
                  'for more efficient filesystem monitoring'  &&

optional_depends  krb5                         \
                  ''                           \
                  '--without-gssapi'           \
                  'for GSSAPI authentication'  &&

optional_depends  openexr                                       \
                  '--with-openexr'                     \
                  '--without-openexr'                                            \
                  'for High Dynamic-Range (HDR) image support'  &&

optional_depends  aspell                               \
                  '--with-aspell'                      \
                  '--without-aspell'                   \
                  'for aspell spell checking support'  &&

optional_depends  hspell                               \
                  '--with-hspell'                      \
                  '--without-hspell'                   \
                  'for Hebrew spell checking support'  &&

optional_depends  doxygen                  \
                  ''                       \
                  ''                       \
                  'for API documentation'  &&

optional_depends  libidn                                   \
                  '--with-libidn'                          \
                  '--without-libidn'                       \
                  'for International Domain Name support'  &&

optional_depends  libntlm                           \
                  ''                                \
                  ''                                \
                  'for NTLM authentication'         &&

optional_depends  sane-backends                     \
                  ''                                \
                  ''                                \
                  'scanner hardware support'        &&

optional_depends  acl                               \
                  '--with-acl'                      \
                  '--without-acl'                   \
                  'to manage access control lists'  &&

optional_depends  fontconfig                    \
                  ''                            \
                  ''                            \
                  'to configure font access'   &&

optional_depends  OPENGL                        \
                  ''                            \
                  ''                            \
                  'for OpenGL support'          &&

optional_depends  jpeg                          \
                  ''                            \
                  ''                            \
                  'for JPEG image support'      &&

optional_depends  libmng                        \
                  ''                            \
                  ''                            \
                  'for animated PNG'            &&

optional_depends  freetype2                     \
                  ''                            \
                  ''                            \
                  'for freetype support'        &&

optional_depends  sudo                            \
                  '--with-sudo-kdesu-backend'     \
                  ''                              \
                  'to use sudo as kdesu backend'  &&

optional_depends  mdnsresponder                                  \
                  '--enable-dnssd'                               \
                  '--disable-dnssd'                              \
                  'for browsing and publishing DNS-SD services'