summaryrefslogtreecommitdiffstats
path: root/graphics-libs/gegl/DEPENDS
blob: ffba6f0ee3d9589f31512305509b70315cd029a9 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
. "$GRIMOIRE/FUNCTIONS" &&

depends glib2 &&
depends babl &&
depends gtk+2 &&

if spell_ok babl && is_version_less $(installed_version babl) 0.1.6; then
  force_depends babl
fi &&

optional_depends gdk-pixbuf2 \
                 "--with-gdk-pixbuf" \
                 "--without-gdk-pixbuf" \
                 "for gdk-pixbuf support" &&

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 jasper \
                 "--with-jasper" \
                 "--without-jasper" \
                 "for Jasper 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 vala \
                 "--with-vala" \
                 "--without-vala" \
                 "for vala support" &&

optional_depends lua51 \
                 "--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 libv4l \
                 "--with-libv4l" \
                 "--without-libv4l" \
                 "for video4linux support" &&

optional_depends exiv2 \
                 "--with-exiv2" \
                 "--without-exiv2" \
                 "for image metadata (Exif, IPTC, and XMP) support" &&

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

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

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