summaryrefslogtreecommitdiffstats
path: root/graphics/imagemagick/DEPENDS
blob: 3c875ca8ba69951fc82fd1298bd8f4ea975cea74 (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
depends  libtool    "--disable-ltdl-install"  &&

if [[ "$IMAGEMAGICK_X" == "y" ]]; then
   depends libx11 '--with-x' &&
   depends libxrender &&
   depends libxext &&
   depends libxt &&
   depends libice &&
   depends libsm
fi &&

optional_depends  'g++' \
                  '--with-magick-plus-plus' \
                  '--without-magick-plus-plus' \
                  'for C++ API' &&

optional_depends  'fontconfig' \
                  '--with-fontconfig' \
                  '--without-fontconfig' \
                  'for customized font support' &&

optional_depends  'freetype2' \
                  '--with-freetype' \
                  '--without-freetype' \
                  'for portable font engine' &&

optional_depends  perl                    \
                  "--with-perl"           \
                  "--without-perl"        \
                  "for PerlMagick"        &&

optional_depends  graphviz                \
                  "--with-gvc"            \
                  "--without-gvc"         \
                  "for dot file support"  &&

optional_depends  'fftw' \
                  '--with-fftw' \
                  '--without-fftw' \
                  'for Fast Fourier Transform support' &&

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

optional_depends  'JPEG' \
                  '--with-jpeg' \
                  '--without-jpeg' \
                  'for JPEG image support' &&

optional_depends  'openjpeg' \
                  '--with-jp2'  \
                  '--without-jp2' \
                  'for JPEG-2000 image support' &&

optional_depends  'tiff' \
                  '--with-tiff' \
                  '--without-tiff' \
                  'for TIFF image support' &&

optional_depends  'openexr' \
                  '--with-openexr' \
                  '--without-openexr' \
                  'for high dynamic-range image format' &&

optional_depends  'librsvg2' \
                  '--with-rsvg' \
                  '--without-rsvg' \
                  'for Scalable Vector Graphics support' &&

# broken with jpeg 8
#
#optional_depends  POSTSCRIPT-INTERPRETER                      \
#                  "--with-gslib"                              \
#                  "--without-gslib"                           \
#                  "for generating Postscript and PDF output"  &&

optional_depends  'djvulibre' \
                  '--with-djvu' \
                  '--without-djvu' \
                  'for generating DejaVu files' &&

optional_depends  libwmf                                 \
                  "--with-wmf=yes"                       \
                  "--with-wmf=no"                        \
                  "for Windows Metafile Format support"  &&

optional_depends  'libxml2' \
                  '--with-xml' \
                  '--without-xml' \
                  'for XML file support' &&

optional_depends  lcms                                    \
                  "--with-lcms=yes"                       \
                  "--with-lcms=no"                        \
                  "for speed optimized color management"  &&

optional_depends  'zlib' \
                  '--with-zlib' \
                  '--without-zlib' \
                  'for basic zlib compression support' &&

optional_depends  'bzip2' \
                  '--with-bzlib' \
                  '--without-bzlib' \
                  'for bZip2 compression support'