move around - flatter.
[profile/ivi/evas.git] / debian / control
1 Source: evas
2 Section: libs
3 Priority: optional
4 Maintainer: Falko Schmidt <falko@alphagemini.org>
5 Build-Depends: debhelper (>= 6), cdbs, libeet-dev, libfreetype6-dev, libpng12-dev | libpng-dev, libx11-dev, libxrender-dev, x11proto-xext-dev, zlib1g, libjpeg62-dev, libtiff4-dev, libgif-dev, libfontconfig1-dev, libglu1-mesa-dev, mesa-common-dev, libxpm-dev, librsvg2-dev, doxygen
6 Standards-Version: 3.7.3
7 Homepage: http://www.enlightenment.org
8
9 Package: libevas0
10 Architecture: any
11 Depends: ${shlibs:Depends}, libevas-loaders, libevas-savers
12 Suggests: libevas0-engines
13 Provides: libevas
14 Description: enlightenment advanced canvas library
15  Evas is an advanced canvas library, providing six engines for rendering: X11,
16  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
17  and Qtopia.
18  Due to its simple API, evas can be developed with rapidly, and cleanly.
19  .
20  This package contains the core library.
21
22 Package: libevas-doc
23 Architecture: all
24 Section: doc
25 Enhances: libevas-dev
26 Description: Evas API Documentation
27  Evas is an advanced canvas library, providing six engines for rendering: X11,
28  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
29  and Qtopia.
30  Due to its simple API, evas can be developed with rapidly, and cleanly.
31  .
32  This package provides development documentation (html and manpages) for the
33  Evas library.
34
35 Package: libevas-dev
36 Section: libdevel
37 Architecture: any
38 Depends: libevas0 (= ${binary:Version}), libjpeg62-dev, libx11-dev, libfreetype6-dev, libfontconfig1-dev, libeet-dev, pkg-config
39 Suggests: libevas-doc
40 Description: Enlightenment DR17 advanced canvas library development files
41  Evas is an advanced canvas library, providing six engines for rendering: X11,
42  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
43  and Qtopia.
44  Due to its simple API, evas can be developed with rapidly, and cleanly.
45  .
46  This package provides headers and static libraries required to develop against
47  evas.
48
49 Package: libevas-dbg
50 Architecture: any
51 Section: libdevel
52 Depends: libevas0 (= ${binary:Version})
53 Priority: extra
54 Description: enlightenment advanced canvas library
55  Evas is an advanced canvas library, providing six engines for rendering: X11,
56  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
57  and Qtopia.
58  .
59  This package contains unstripped shared libraries. It is provided primarily
60  to provide a backtrace with names in a debugger, this makes it somewhat
61  easier to interpret core dumps. The libraries are installed in
62  /usr/lib/debug and are automatically used by gdb.
63
64 Package: libevas-engine-fb
65 Section: libs
66 Architecture: any
67 Depends: ${shlibs:Depends}, libevas-engine-software-generic
68 Description: Evas module providing a framebuffer render engine
69  Evas is an advanced canvas library, providing six engines for rendering: X11,
70  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
71  and Qtopia.
72  Due to its simple API, evas can be developed with rapidly, and cleanly.
73  .
74  This package contains an Evas engine module for framebuffer rendering.
75  
76 Package: libevas-engine-software-x11
77 Section: libs
78 Architecture: any
79 Depends: ${shlibs:Depends}, libevas-engine-software-generic
80 Description: Evas module providing a software X11 render engine
81  Evas is an advanced canvas library, providing six engines for rendering: X11,
82  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
83  and Qtopia.
84  Due to its simple API, evas can be developed with rapidly, and cleanly.
85  .
86  This package contains an Evas engine module for software X11 rendering.
87
88 Package: libevas-engine-software-generic
89 Section: libs
90 Architecture: any
91 Depends: ${shlibs:Depends}, libevas0
92 Description: Evas module providing a generic software render engine
93  Evas is an advanced canvas library, providing six engines for rendering: X11,
94  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
95  and Qtopia.
96  Due to its simple API, evas can be developed with rapidly, and cleanly.
97  .
98  This package contains an Evas engine module for generic software
99  rendering.
100
101 Package: libevas-engine-buffer
102 Section: libs
103 Architecture: any
104 Depends: ${shlibs:Depends}, libevas-engine-software-generic
105 Description: Evas module providing a buffer render engine
106  Evas is an advanced canvas library, providing six engines for rendering: X11,
107  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
108  and Qtopia.
109  Due to its simple API, evas can be developed with rapidly, and cleanly.
110  .
111  This package contains an Evas engine module for buffer rendering.
112
113 Package: libevas-engine-xrender
114 Section: libs
115 Architecture: any
116 Depends: ${shlibs:Depends}, libevas-engine-software-generic
117 Description: Evas module providing a Xrender engine
118  Evas is an advanced canvas library, providing six engines for rendering: X11,
119  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
120  and Qtopia.
121  Due to its simple API, evas can be developed with rapidly, and cleanly.
122  .
123  This package contains an Evas engine module for Xrender.
124
125 Package: libevas-engine-gl-x11
126 Section: libs
127 Architecture: any
128 Depends: ${shlibs:Depends}, libevas-engine-software-generic
129 Description: Evas module providing an OpenGL engine
130  Evas is an advanced canvas library, providing six engines for rendering: X11,
131  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
132  and Qtopia.
133  Due to its simple API, evas can be developed with rapidly, and cleanly.
134  .
135  This package contains an Evas engine module for OpenGl.
136
137 Package: libevas-loader-eet
138 Section: libs
139 Architecture: any
140 Depends: ${shlibs:Depends}, libevas0, libeet1
141 Description: Evas module providing an Eet loader
142  Evas is an advanced canvas library, providing six engines for rendering: X11,
143  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
144  and Qtopia.
145  Due to its simple API, evas can be developed with rapidly, and cleanly.
146  .
147  This package contains an Evas loader module for Eet.
148
149 Package: libevas-loader-png
150 Section: libs
151 Architecture: any
152 Depends: ${shlibs:Depends}, libevas0, libpng12-0
153 Description: Evas module providing a PNG loader
154  Evas is an advanced canvas library, providing six engines for rendering: X11,
155  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
156  and Qtopia.
157  Due to its simple API, evas can be developed with rapidly, and cleanly.
158  .
159  This package contains an Evas loader module for PNG.
160
161 Package: libevas-loader-jpeg
162 Section: libs
163 Architecture: any
164 Depends: ${shlibs:Depends}, libevas0, libjpeg62
165 Description: Evas module providing a JPEG loader
166  Evas is an advanced canvas library, providing six engines for rendering: X11,
167  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
168  and Qtopia.
169  Due to its simple API, evas can be developed with rapidly, and cleanly.
170  .
171  This package contains an Evas loader module for JPEG.
172
173 Package: libevas-loader-gif
174 Section: libs
175 Architecture: any
176 Depends: ${shlibs:Depends}, libevas0, libungif4g
177 Description: Evas module providing a GIF loader
178  Evas is an advanced canvas library, providing six engines for rendering: X11,
179  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
180  and Qtopia.
181  Due to its simple API, evas can be developed with rapidly, and cleanly.
182  .
183  This package contains an Evas loader module for GIF.
184
185 Package: libevas-loader-tiff
186 Section: libs
187 Architecture: any
188 Depends: ${shlibs:Depends}, libevas0, libtiff4
189 Description: Evas module providing a TIFF loader
190  Evas is an advanced canvas library, providing six engines for rendering: X11,
191  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
192  and Qtopia.
193  Due to its simple API, evas can be developed with rapidly, and cleanly.
194  .
195  This package contains an Evas loader module for TIFF.
196
197 Package: libevas-loader-xpm
198 Section: libs
199 Architecture: any
200 Depends: ${shlibs:Depends}, libevas0, libxpm4
201 Description: Evas module providing a X11 pixmap loader
202  Evas is an advanced canvas library, providing six engines for rendering: X11,
203  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
204  and Qtopia.
205  Due to its simple API, evas can be developed with rapidly, and cleanly.
206  .
207  This package contains an Evas loader module for XPM.
208
209 Package: libevas-loader-svg
210 Section: libs
211 Architecture: any
212 Depends: ${shlibs:Depends}, libevas0, librsvg2-2 
213 Description: Evas module providing a SVG loader
214  Evas is an advanced canvas library, providing six engines for rendering: X11,
215  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
216  and Qtopia.
217  Due to its simple API, evas can be developed with rapidly, and cleanly.
218  .
219  This package contains an Evas loader module for SVG.
220
221 Package: libevas-saver-eet
222 Section: libs
223 Architecture: any
224 Depends: ${shlibs:Depends}, libevas0, libeet1
225 Description: Evas module providing an Eet saver
226  Evas is an advanced canvas library, providing six engines for rendering: X11,
227  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
228  and Qtopia.
229  Due to its simple API, evas can be developed with rapidly, and cleanly.
230  .
231  This package contains an Evas saver module for Eet.
232
233 Package: libevas-saver-png
234 Section: libs
235 Architecture: any
236 Depends: ${shlibs:Depends}, libevas0, libpng12-0
237 Description: Evas module providing a PNG saver
238  Evas is an advanced canvas library, providing six engines for rendering: X11,
239  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
240  and Qtopia.
241  Due to its simple API, evas can be developed with rapidly, and cleanly.
242  .
243  This package contains an Evas saver module for PNG.
244
245 Package: libevas-saver-jpeg
246 Section: libs
247 Architecture: any
248 Depends: ${shlibs:Depends}, libevas0, libjpeg62
249 Description: Evas module providing a JPEG saver
250  Evas is an advanced canvas library, providing six engines for rendering: X11,
251  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
252  and Qtopia.
253  Due to its simple API, evas can be developed with rapidly, and cleanly.
254  .
255  This package contains an Evas saver module for JPEG.
256
257 Package: libevas-saver-tiff
258 Section: libs
259 Architecture: any
260 Depends: ${shlibs:Depends}, libevas0, libtiff4
261 Description: Evas module providing a TIFF saver
262  Evas is an advanced canvas library, providing six engines for rendering: X11,
263  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
264  and Qtopia.
265  Due to its simple API, evas can be developed with rapidly, and cleanly.
266  .
267  This package contains an Evas saver module for TIFF.
268
269 Package: libevas-engines
270 Architecture: any
271 Depends: libevas-engine-buffer, libevas-engine-software-generic, libevas-engine-software-x11, libevas-engine-xrender
272 Description: virtual package providing important Evas engine modules
273  Evas is an advanced canvas library, providing six engines for rendering: X11,
274  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
275  and Qtopia.
276  Due to its simple API, evas can be developed with rapidly, and cleanly.
277  .
278  This package will install the following Evas engine modules:
279   - buffer
280   - software/genenric
281   - software/X11
282   - xrender/X11
283
284 Package: libevas-engines-extra
285 Architecture: any
286 Depends: libevas-engine-fb, libevas-engine-gl-x11
287 Description: virtual package providing optional Evas engine modules
288  Evas is an advanced canvas library, providing six engines for rendering: X11,
289  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
290  and Qtopia.
291  Due to its simple API, evas can be developed with rapidly, and cleanly.
292  .
293  This package will install the following Evas engine modules:
294   - GL/X11
295   - Framebuffer
296
297 Package: libevas-savers
298 Section: graphics
299 Architecture: any
300 Depends: libevas-saver-eet, libevas-saver-jpeg, libevas-saver-png, libevas-saver-tiff
301 Description: virtual package providing all available Evas savers
302  Evas is an advanced canvas library, providing six engines for rendering: X11,
303  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
304  and Qtopia.
305  Due to its simple API, evas can be developed with rapidly, and cleanly.
306  .
307  This is a virtual package providing all available Evas saver modules.
308
309 Package: libevas-loaders
310 Section: graphics
311 Architecture: any
312 Depends: libevas-loader-eet, libevas-loader-jpeg, libevas-loader-png, libevas-loader-tiff, libevas-loader-gif, libevas-loader-xpm, libevas-loader-svg
313 Description: virtual package providing all available Evas loaders
314  Evas is an advanced canvas library, providing six engines for rendering: X11,
315  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
316  and Qtopia.
317  Due to its simple API, evas can be developed with rapidly, and cleanly.
318  .
319  This is a virtual package providing all available Evas loader modules.