1662ed86cfcf282fb74deaf290467ba9a0592bee
[maemo-efl] / trunk / evas / debian / control.in
1 Source: evas
2 Section: libs
3 Priority: optional
4 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
5 Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4.3-1.1), quilt, automake1.7 | automaken, libtool, libeet1-dev (>= @EET_VERSION@), libfreetype6-dev, libpng12-dev | libpng-dev, libx11-dev | xlibs-dev, zlib1g, libjpeg62-dev, libungif4-dev, autotools-dev, x11proto-xext-dev, libxext-dev, libfontconfig1-dev, libeina-dev (>= @EINA_VERSION@)
6 Standards-Version: 3.7.2
7 #Homepage: http://www.enlightenment.org
8
9 Package: libevas0
10 Architecture: any
11 Depends: ${shlibs:Depends}, libeina0 (>= @EINA_VERSION@)
12 Suggests: libevas0-engines-all
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: libevas0-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: libevas0-dev
36 Section: libdevel
37 Architecture: any
38 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libfreetype6-dev, zlib1g-dev, libjpeg-dev, libeet1-dev (>= @EET_VERSION@), libfontconfig1-dev
39 Provides: libevas-dev
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: libevas0-dbg
50 #Architecture: any
51 #Section: libdevel
52 #Depends: libevas0 (= ${Source-Version})
53 #Priority: extra
54 #Provides: libevas-dbg
55 #Description: enlightenment advanced canvas library
56 # Evas is an advanced canvas library, providing six engines for rendering: X11,
57 # OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
58 # and Qtopia.
59 # .
60 # This package contains unstripped shared libraries. It is provided primarily
61 # to provide a backtrace with names in a debugger, this makes it somewhat
62 # easier to interpret core dumps. The libraries are installed in
63 # /usr/lib/debug and are automatically used by gdb.
64
65 #Package: libevas0-engine-fb
66 #Section: libs
67 #Architecture: any
68 #Depends: ${shlibs:Depends}, libevas0-engine-software-generic (= ${Source-Version})
69 #Provides: libevas-engine-fb
70 #Description: Evas module providing a framebuffer render engine
71 # Evas is an advanced canvas library, providing six engines for rendering: X11,
72 # OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
73 # and Qtopia.
74 # Due to its simple API, evas can be developed with rapidly, and cleanly.
75 # .
76 # This package contains an Evas engine module for framebuffer rendering.
77
78 Package: libevas0-engine-software-x11
79 Section: libs
80 Architecture: any
81 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libevas0-engine-software-generic (= ${Source-Version})
82 Provides: libevas-engine-software-x11
83 Description: Evas module providing a software X11 render engine
84  Evas is an advanced canvas library, providing six engines for rendering: X11,
85  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
86  and Qtopia.
87  Due to its simple API, evas can be developed with rapidly, and cleanly.
88  .
89  This package contains an Evas engine module for software X11 rendering.
90
91 Package: libevas0-engine-software-x11-16
92 Section: libs
93 Architecture: any
94 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libevas0-engine-software-generic (= ${Source-Version})
95 Provides: libevas-engine-software-x11-16
96 Description: Evas module providing the software X11 render engine optmized for 16 bits
97  Evas is an advanced canvas library, providing six engines for rendering: X11,
98  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
99  and Qtopia.
100  Due to its simple API, evas can be developed with rapidly, and cleanly.
101  .
102  This package contains the Evas engine module for software X11 rendering optimized
103  for 16 bits.
104
105 Package: libevas0-engine-software-generic
106 Section: libs
107 Architecture: any
108 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version})
109 Provides: libevas-engine-software-generic
110 Description: Evas module providing a generic software render engine
111  Evas is an advanced canvas library, providing six engines for rendering: X11,
112  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
113  and Qtopia.
114  Due to its simple API, evas can be developed with rapidly, and cleanly.
115  .
116  This package contains an Evas engine module for generic software
117  rendering.
118
119 Package: libevas0-engine-buffer
120 Section: libs
121 Architecture: any
122 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libevas0-engine-software-generic (= ${Source-Version})
123 Provides: libevas-engine-buffer
124 Description: Evas module providing a buffer render engine
125  Evas is an advanced canvas library, providing six engines for rendering: X11,
126  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
127  and Qtopia.
128  Due to its simple API, evas can be developed with rapidly, and cleanly.
129  .
130  This package contains an Evas engine module for buffer rendering.
131
132 #Package: libevas0-engine-xrender
133 #Section: libs
134 #Architecture: any
135 #Depends: ${shlibs:Depends}, libevas0-engine-software-generic (= ${Source-Version})
136 #Provides: libevas-engine-xrender
137 #Description: Evas module providing a Xrender engine
138 # Evas is an advanced canvas library, providing six engines for rendering: X11,
139 # OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
140 # and Qtopia.
141 # Due to its simple API, evas can be developed with rapidly, and cleanly.
142 # .
143 # This package contains an Evas engine module for Xrender.
144
145 #Package: libevas0-engine-gl-x11
146 #Section: libs
147 #Architecture: any
148 #Depends: ${shlibs:Depends}, libevas0-engine-software-generic (= ${Source-Version})
149 #Provides: libevas-engine-gl-x11
150 #Description: Evas module providing an OpenGL engine
151 # Evas is an advanced canvas library, providing six engines for rendering: X11,
152 # OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
153 # and Qtopia.
154 # Due to its simple API, evas can be developed with rapidly, and cleanly.
155 # .
156 # This package contains an Evas engine module for OpenGl.
157
158 Package: libevas0-loader-eet
159 Section: libs
160 Architecture: any
161 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libeet1 (>= @EET_VERSION@)
162 Provides: libevas-loader-eet
163 Description: Evas module providing an Eet loader
164  Evas is an advanced canvas library, providing six engines for rendering: X11,
165  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
166  and Qtopia.
167  Due to its simple API, evas can be developed with rapidly, and cleanly.
168  .
169  This package contains an Evas loader module for Eet.
170
171 Package: libevas0-loader-png
172 Section: libs
173 Architecture: any
174 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libpng12-0
175 Provides: libevas-loader-png
176 Description: Evas module providing a PNG loader
177  Evas is an advanced canvas library, providing six engines for rendering: X11,
178  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
179  and Qtopia.
180  Due to its simple API, evas can be developed with rapidly, and cleanly.
181  .
182  This package contains an Evas loader module for PNG.
183
184 Package: libevas0-loader-jpeg
185 Section: libs
186 Architecture: any
187 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libjpeg62
188 Provides: libevas-loader-jpeg
189 Description: Evas module providing a JPEG 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 JPEG.
196
197 Package: libevas0-loader-gif
198 Section: libs
199 Architecture: any
200 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libungif4g
201 Provides: libevas-loader-gif
202 Description: Evas module providing a GIF loader
203  Evas is an advanced canvas library, providing six engines for rendering: X11,
204  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
205  and Qtopia.
206  Due to its simple API, evas can be developed with rapidly, and cleanly.
207  .
208  This package contains an Evas loader module for GIF.
209
210 #Package: libevas0-loader-tiff
211 #Section: libs
212 #Architecture: any
213 #Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libtiff4
214 #Provides: libevas-loader-tiff
215 #Description: Evas module providing a TIFF loader
216 # Evas is an advanced canvas library, providing six engines for rendering: X11,
217 # OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
218 # and Qtopia.
219 # Due to its simple API, evas can be developed with rapidly, and cleanly.
220 # .
221 # This package contains an Evas loader module for TIFF.
222
223 #Package: libevas0-loader-xpm
224 #Section: libs
225 #Architecture: any
226 #Provides: libevas-loader-xpm
227 #Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libxpm4
228 #Description: Evas module providing a X11 pixmap loader
229 # Evas is an advanced canvas library, providing six engines for rendering: X11,
230 # OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
231 # and Qtopia.
232 # Due to its simple API, evas can be developed with rapidly, and cleanly.
233 # .
234 # This package contains an Evas loader module for XPM.
235
236 #Package: libevas0-loader-svg
237 #Section: libs
238 #Architecture: any
239 #Provides: libevas-loader-svg
240 #Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), librsvg2-2
241 #Description: Evas module providing a SVG loader
242 # Evas is an advanced canvas library, providing six engines for rendering: X11,
243 # OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
244 # and Qtopia.
245 # Due to its simple API, evas can be developed with rapidly, and cleanly.
246 # .
247 # This package contains an Evas loader module for SVG.
248
249 Package: libevas0-saver-eet
250 Section: libs
251 Architecture: any
252 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libeet1 (>= @EET_VERSION@)
253 Provides: libevas-saver-eet
254 Description: Evas module providing an Eet saver
255  Evas is an advanced canvas library, providing six engines for rendering: X11,
256  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
257  and Qtopia.
258  Due to its simple API, evas can be developed with rapidly, and cleanly.
259  .
260  This package contains an Evas saver module for Eet.
261
262 Package: libevas0-saver-png
263 Section: libs
264 Architecture: any
265 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libpng12-0
266 Provides: libevas-saver-png
267 Description: Evas module providing a PNG saver
268  Evas is an advanced canvas library, providing six engines for rendering: X11,
269  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
270  and Qtopia.
271  Due to its simple API, evas can be developed with rapidly, and cleanly.
272  .
273  This package contains an Evas saver module for PNG.
274
275 Package: libevas0-saver-jpeg
276 Section: libs
277 Architecture: any
278 Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libjpeg62
279 Provides: libevas-saver-jpeg
280 Description: Evas module providing a JPEG saver
281  Evas is an advanced canvas library, providing six engines for rendering: X11,
282  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
283  and Qtopia.
284  Due to its simple API, evas can be developed with rapidly, and cleanly.
285  .
286  This package contains an Evas saver module for JPEG.
287
288 #Package: libevas0-saver-tiff
289 #Section: libs
290 #Architecture: any
291 #Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libtiff4
292 #Provides: libevas-saver-tiff
293 #Description: Evas module providing a TIFF saver
294 # Evas is an advanced canvas library, providing six engines for rendering: X11,
295 # OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
296 # and Qtopia.
297 # Due to its simple API, evas can be developed with rapidly, and cleanly.
298 # .
299 # This package contains an Evas saver module for TIFF.
300
301 Package: libevas0-engines-all
302 Section: graphics
303 Architecture: any
304 Depends: libevas0-engine-buffer (= ${Source-Version}), libevas0-engine-software-generic (= ${Source-Version}), libevas0-engine-software-x11 (= ${Source-Version}), libevas0-engine-software-x11-16 (= ${Source-Version})
305 Provides: libevas-engines-all
306 Description: virtual package providing important Evas engine modules
307  Evas is an advanced canvas library, providing six engines for rendering: X11,
308  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
309  and Qtopia.
310  Due to its simple API, evas can be developed with rapidly, and cleanly.
311  .
312  This package will install the following Evas engine modules:
313   - buffer
314   - software/genenric
315   - software/X11
316   - software/X11-16
317
318 #Package: libevas0-engines-extra
319 #Architecture: any
320 #Depends: libevas-engine-fb  (= ${Source-Version}), libevas-engine-gl-x11  (= ${Source-Version})
321 #Provides: libevas-engines-extra
322 #Description: virtual package providing optional Evas engine modules
323 # Evas is an advanced canvas library, providing six engines for rendering: X11,
324 # OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
325 # and Qtopia.
326 # Due to its simple API, evas can be developed with rapidly, and cleanly.
327 # .
328 # This package will install the following Evas engine modules:
329 #  - GL/X11
330 #  - Framebuffer
331
332 Package: libevas0-savers-all
333 Section: graphics
334 Architecture: any
335 Depends: libevas0-saver-eet (= ${Source-Version}), libevas0-saver-jpeg (= ${Source-Version}), libevas0-saver-png (= ${Source-Version})
336 Provides: libevas-savers-all
337 Description: virtual package providing all available Evas savers
338  Evas is an advanced canvas library, providing six engines for rendering: X11,
339  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
340  and Qtopia.
341  Due to its simple API, evas can be developed with rapidly, and cleanly.
342  .
343  This is a virtual package providing all available Evas saver modules.
344
345 Package: libevas0-loaders-all
346 Section: graphics
347 Architecture: any
348 Depends: libevas0-loader-eet (= ${Source-Version}), libevas0-loader-jpeg (= ${Source-Version}), libevas0-loader-png (= ${Source-Version})
349 Provides: libevas-loaders-all
350 Description: virtual package providing all available Evas loaders
351  Evas is an advanced canvas library, providing six engines for rendering: X11,
352  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
353  and Qtopia.
354  Due to its simple API, evas can be developed with rapidly, and cleanly.
355  .
356  This is a virtual package providing all available Evas loader modules.
357
358 Package: libevas0-all
359 Section: graphics
360 Architecture: any
361 Depends: libevas0-loaders-all (= ${Source-Version}), libevas0-savers-all (= ${Source-Version}), libevas0-engines-all (= ${Source-Version})
362 Provides: libevas-all
363 Description: virtual package providing all available Evas modules
364  Evas is an advanced canvas library, providing six engines for rendering: X11,
365  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
366  and Qtopia.
367  .
368  Due to its simple API, evas can be developed with rapidly, and cleanly.
369  .
370  This is a virtual package providing all available Evas modules.