summaryrefslogtreecommitdiffstats
path: root/graphics-libs/cimg/DEPENDS
blob: c6c1cc3e66421cb132cf668956ac297bed38f755 (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
depends  g++  &&

if [[ "$CIMG_EXAMPLES" == "y" ]]
then
  optional_depends  xorg-libs                                \
                    ""                                      \
                    ""                                      \
                    "to enable the use of the X11 library"  &&

  optional_depends  libxext                                                 \
                    ""                                                      \
                    ""                                                      \
                    "to enable fast image display, using the XSHM library"  &&

  optional_depends  libxrandr                                                    \
                    ""                                                           \
                    ""                                                           \
                    "to enable screen mode switching, using the XRandr library"

  optional_depends  fftw                                                                                \
                    ""                                                                                  \
                    ""                                                                                  \
                    "to enable faster Discrete Fourier Transform computation, using the FFTW3 library"  &&

  optional_depends  imagemagick                                                                                  \
                    ""                                                                                           \
                    ""                                                                                           \
                    "to enable native support of most classical image file formats, using the Magick++ library"  &&

  optional_depends  JPEG                \
                    ""                  \
                    ""                  \
                    "for JPEG support"  &&

  optional_depends  libpng             \
                    ""                 \
                    ""                 \
                    "for PNG support"  &&

  optional_depends  tiff                \
                    ""                  \
                    ""                  \
                    "for TIFF support"
fi