summaryrefslogtreecommitdiffstats
path: root/graphics-libs/gegl/DEPENDS
blob: 074ca2ce476a8310aa04fcbd44dc5c55a89ab838 (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
depends glib2 &&
depends babl &&

local BABL_VER=$(installed_version babl) &&
if [[ ${BABL_VER%.*} != 0.1 ]]; then
  force_depends babl
fi &&
optional_depends gtk+2 \
                 "--with-gtk" \
                 "--without-gtk" \
                 "for a GUI" &&

optional_depends sdl \
                 "--with-sdl" \
                 "--without-sdl" \
                 "for SDL support" &&

optional_depends libpng \
                 "--with-libpng" \
                 "--without-libpng" \
                 "for PNG file format support" &&

optional_depends jpeg \
                 "--with-libjpeg" \
                 "--without-libjpeg" \
                 "for JPG file format support" &&

optional_depends openexr \
                 "--with-openexr" \
                 "--without-openexr" \
                 "for EXR file format support" &&

optional_depends cairo \
                 "--with-cairo" \
                 "--without-cairo" \
                 "for font handling" &&

optional_depends pango \
                 "--with-pango" \
                 "--without-pango" \
                 "for font handling" &&

optional_depends librsvg2 \
                 "--with-librsvg" \
                 "--without-librsvg" \
                 "for SVG support" &&

optional_depends lua \
                 "--with-lua" \
                 "--without-lua" \
                 "for Lua support" &&

optional_depends asciidoc \
                 "--enable-docs" \
                 "--disable-docs" \
                 "for documentation" &&

optional_depends LIBAVCODEC \
                 "--with-libavformat" \
                 "--without-libavformat" \
                 "for ffmpeg support" &&

optional_depends graphviz \
                 "--with-graphviz" \
                 "--without-graphviz" \
                 "for graphviz support" &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "build documentation with gtk-doc"