summaryrefslogtreecommitdiffstats
path: root/graphics/imagemagick/DEPENDS
blob: f6ad7bd15df6419025b3d5b69c86503ad2655942 (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
depends xorgproto &&
depends  libtool &&
depends  ilmbase &&

optional_depends libx11 '--with-x' '--without-x' 'for X11 support' &&
if is_depends_enabled $SPELL libx11; then
   depends libice    &&
   depends libsm     &&
   depends libxext   &&
   depends libxt
fi &&

optional_depends  -sub CXX gcc \
                  '--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' &&

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  lcms2                                    \
                  "--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  'libzip' \
		  '--with-zip' \
		  '--without-zip' \
		  'for ZIP support' &&

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

#optional_depends  'autotrace' \
#                  '--with-autotrace' \
#                  '--without-autotrace' \
#                  'for converting bitmap to vector graphics' &&

optional_depends  'jbigkit' \
                  '--with-jbig' \
                  '--without-jbig' \
                  'for fax compression format' &&

optional_depends  'openjpeg' \
                  '--with-jpeg2k' \
                  '--without-jpeg2k' \
                  'for JPEG2000 support' &&

optional_depends  'liblqr' \
                  '--with-lqr' \
                  '--without-lqr' \
                  'for seam-carving support' &&

optional_depends  'pango' \
                  '--with-pango' \
                  '--without-pango' \
                  'use pango for font rendering' &&

optional_depends  'mupdf' \
                  '--with-pdf' \
                  '--without-pdf' \
                  'for pdf support' &&

optional_depends  'libwebp' \
                  '--with-webp' \
                  '--without-webp' \
                  'for webp support' &&

suggest_depends   'ufraw' \
                  '' \
                  '' \
                  'for raw support'