summaryrefslogblamecommitdiffstats
path: root/printer/ghostscript/DEPENDS
blob: 0a780fbb398c849036fa49e952b7e44aa8a87177 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                  
                                  
                                  
                                  
                                        
                                  
                                  
                                  
 
                                     



                                                     
 
                                                                        


                                                                         
 

                                        
                 
     
 




                                               




                                        
                                                    
                                   


                                                     



                                        
depends  e2fsprogs              &&
depends  fontconfig             &&
depends  freetype2              &&
depends  JPEG                   &&
depends  tiff '--with-system-libtiff' &&
depends  lcms2                  &&
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  libidn \
                  '--with-libidn' \
                  '--without-libidn' \
                  'Unicode password support' &&

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

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

optional_depends  "openjpeg"  \
                  "--enable-openjpeg"  \
                  "--disable-openjpeg" \
                  "JPX decoding"