summaryrefslogtreecommitdiffstats
path: root/printer/ghostscript/DEPENDS
blob: d18b068957d17bbef02c016f3206b282f10f4c8f (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
depends  e2fsprogs              &&
depends  ghostscript-fonts-std  &&
depends  freetype2              &&
depends  JPEG                   &&
depends  tiff '--with-system-libtiff' &&
depends  libpng                 &&
depends  zlib                   &&

if  [[  "$GS_LIBGS"  ==  y  ]];  then
  optional_depends  gtk+2 '--enable-gtk'           \
                          '--disable-gtk'          \
                          'GTK front end'
fi                                                 &&

optional_depends  "libx11"                                             \
                  "--with-x"                                           \
                  "--without-x"                                        \
                  "for x11 devices"                                    &&

if is_depends_enabled $SPELL libx11;then
  depends libxt   &&
  depends libxext
fi &&

optional_depends  libpaper \
                  "--with-libpaper" \
                  "--without-libpaper" \
                  "papersize support" &&

optional_depends  "CUPS"                           \
                  "--enable-cups"                  \
                  "--disable-cups"                 \
                  "CUPS print spooler support"     &&

optional_depends  "ijs"                             \
                  "--with-ijs"                      \
                  "--without-ijs"                   \
                  "for IJS print protocol support"  &&


optional_depends  "ghostscript-fonts-other"                            \
                  ""                                                   \
                  ""                                                   \
                  "for additional fonts"                               &&

optional_depends  "jasper"              \
                  "--with-jasper"       \
                  "--without-jasper"    \
                  "JPEG 2000 support"