summaryrefslogtreecommitdiffstats
path: root/graphics/graphicsmagick/DEPENDS
blob: 408abd018815cb7de40690e99fc24cc247d2901e (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
depends  freetype2  &&
depends  libtool    "--disable-ltdl-install"  &&

optional_depends  bzip2                \
                  "--with-bzlib"       \
                  "--without-bzlib"    \
                  "for BZLIB support"  &&

optional_depends  g++                           \
                  "--with-magick-plus-plus"     \
                  "--without-magick-plus-plus"  \
                  "to build Magick++"           &&

optional_depends  jasper             \
                  "--with-jp2"       \
                  "--without-jp2"    \
                  "for JPEG-2000 support"  &&

optional_depends  JPEG                \
                  "--with-jpeg"       \
                  "--without-jpeg"    \
                  "for JPEG support"  &&

optional_depends  libpng             \
                  "--with-png"       \
                  "--without-png"    \
                  "for PNG support"  &&
# X11 support
optional_depends  xorg-server  '--with-x' '--without-x''to support X display' &&
if is_depends_enabled $SPELL xorg-server;then
 depends libx11  &&
 depends libxrender &&
 optional_depends  libxext  '' '' 'X extensions'
fi &&

optional_depends   ghostscript                      \
                  "--with-gslib"                              \
                  "--without-gslib"                           \
                  "for generating Postscript and PDF output"  &&

optional_depends  libwmf                                 \
                  "--with-wmf"                           \
                  "--without-wmf"                        \
                  "for Windows Metafile Format support"  &&

optional_depends  lcms                                    \
                  "--with-lcms"                           \
                  "--without-lcms"                        \
                  "for speed optimized color management"  &&

optional_depends  libxml2            \
                  "--with-xml"       \
                  "--without-xml"    \
                  "for XML support"  &&

optional_depends  perl                                      \
                  "--with-perl=${TRACK_ROOT}/usr/bin/perl"  \
                  "--without-perl"                          \
                  "to build PerlMagick"                     &&

optional_depends  tiff                \
                  "--with-tiff"       \
                  "--without-tiff"    \
                  "for TIFF support"  &&

optional_depends  zlib                \
                  "--with-zlib"       \
                  "--without-zlib"    \
                  "for ZLIB support"