summaryrefslogtreecommitdiffstats
path: root/kde-core/kdegraphics/DEPENDS
blob: 1eb1e3ed4fe759ca68810f79fdb528d77940cd6d (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
depends  kdelibs  &&
depends  libexif  &&
depends  perl     &&

source  $SECTION_DIRECTORY/KDE_DEPENDS  &&

optional_depends  OPENGL                 \
                  '--with-gl'            \
                  '--without-gl'         \
                  'for 3D OpenGL modes'  &&

optional_depends  libgphoto2                   \
                  '--with-kamera'              \
                  '--without-kamera'           \
                  'for digital camera access'  &&

optional_depends  sane-backends                                    \
                  ''                                               \
                  ''                                               \
                  'needed for Kooka, the KDE scanner application'  &&

optional_depends  imlib                                            \
                  ''                                               \
                  ''                                               \
                  'needed for Kuickshow'                           &&

optional_depends  texlive                                            \
                  ''                                               \
                  ''                                               \
                  'allows import or export of TeX documents'       &&

optional_depends  tiff                                                      \
                  ''                                                        \
                  ''                                                        \
                  'to enable KDE to send, receive and view faxes'  &&

optional_depends  jpeg                                                      \
                  ''                                                        \
                  ''                                                        \
                  'to enable access to JPEG images'  &&

optional_depends  libmng                                                      \
                  ''                                                        \
                  ''                                                        \
                  'to enable access to mng images'  &&

optional_depends  poppler                                                      \
                  ''                                                        \
                  ''                                                        \
                  'to provide enhanced information about PDF files'  &&

optional_depends  openexr                                              \
                  '--with-openexr --disable-new-ldflags'               \
                  '--without-openexr'                                  \
                  'for support for the OpenEXR high-def image format (this will disable new LDFLAGS)'  &&

optional_depends  libxml2                       \
                  ''                            \
                  ''                            \
                  'for a C++ XML interface'     &&

optional_depends  libxslt                       \
                  ''                            \
                  ''                            \
                  'for XSLT support'            &&


if [[ $KSVG == y ]]; then
  depends lcms &&
  depends fontconfig &&
  depends freetype2 &&
  depends libart_lgpl &&
  depends fribidi
else
  optional_depends freetype2                     \
                  ''                            \
                  ''                            \
                  'for freetype support'        &&

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

optional_depends  POSTSCRIPT-INTERPRETER               \
                  ''                                   \
                  ''                                   \
                  'for a PostScript(R) interpreter'    &&

optional_depends  gift                          \
                  ''                            \
                  ''                            \
                  'to search images'