summaryrefslogtreecommitdiffstats
path: root/graphics/ufraw/DEPENDS
blob: af5f1ea4993c2e9b0c990d06c28ebd2516d871a6 (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
depends lcms &&
depends glib2 &&
if [[ "$UFRAW_CVS" == "y" ]]; then
  depends CVS
fi &&

optional_depends gtk+2 \
               "--with-gtk" \
               "--without-gtk" \
               "Build GTK UI" &&
if is_depends_enabled $SPELL gtk+2 ; then
depends gtkimageview
fi &&
optional_depends gimp \
               "--with-gimp" \
               "--without-gimp" \
               "Build gimp plugin" &&
optional_depends cinepaint \
               "--with-cinepaint" \
               "--without-cinepaint" \
               "for cinepaint plugin" &&
optional_depends jpeg \
               "" \
               "" \
               "for jpeg support" &&
optional_depends tiff \
               "" \
               "" \
               "for tiff support" &&
optional_depends exiv2 \
               "--with-exiv2" \
               "--without-exiv2" \
               "for exif support" &&
optional_depends lensfun \
               "--with-lensfun" \
               "--without-lensfun" \
               "lensfun support" &&
optional_depends cfitsio \
               "" \
               "" \
               "for FITS format support"