Package upload
[framework/uifw/evas.git] / debian / _original / control
1 Source: evas
2 Section: libs
3 Priority: optional
4 Maintainer:  Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
5 Uploaders: Albin Tonnerre <albin.tonnerre@gmail.com>,
6  Niv Sardi <xaiki@debian.org>, Xavier Oswald <x.oswald@free.fr>,
7  Jan Lübbe <jluebbe@debian.org>,
8  Nikita V. Youshchenko <yoush@debian.org>
9 Build-Depends: debhelper (>= 6), cdbs, libeet-dev (>= 1.1.0), libeina-dev (>= 0.0.2.060+svnYYYYMMDD),
10  libfreetype6-dev, libpng12-dev | libpng-dev, libx11-dev, libxrender-dev,
11  x11proto-xext-dev, zlib1g, libjpeg62-dev, libtiff4-dev, libgif-dev,
12  libfontconfig1-dev, libglu1-mesa-dev, mesa-common-dev, libxpm-dev,
13  librsvg2-dev, doxygen, pkg-config, libtool
14 Standards-Version: 3.8.1
15 Homepage: http://www.enlightenment.org
16
17 Package: libevas-svn-01
18 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}, libevas-engines (>= 0.9.9.060+svnYYYYMMDD)
20 Provides: libevas0
21 Conflicts: libevas0
22 Description: Enlightenment DR17 advanced canvas library
23  Evas is an advanced canvas library, providing six engines for rendering: X11,
24  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
25  and Qtopia.
26  .
27  Due to its simple API, evas can be developed with rapidly, and cleanly.
28  .
29  This package contains the core library and a set of image loaders and/or savers
30  for various formats: eet, gif, jpeg, png, svg, tiff and xpm
31
32 Package: libevas-doc
33 Architecture: all
34 Section: doc
35 Depends: ${misc:Depends}
36 Enhances: libevas-dev
37 Description: Evas API Documentation
38  Evas is an advanced canvas library, providing six engines for rendering: X11,
39  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
40  and Qtopia.
41  Due to its simple API, evas can be developed with rapidly, and cleanly.
42  .
43  This package provides development documentation (html and manpages) for the
44  Evas library.
45
46 Package: libevas-dev
47 Section: libdevel
48 Architecture: any
49 Depends: ${misc:Depends}, libevas-svn-01 (= ${binary:Version}), libjpeg62-dev, libx11-dev,
50  libfreetype6-dev, libfontconfig1-dev, libeet-dev, pkg-config, libeina-dev (>= 0.0.2.060+svnYYYYMMDD)
51 Suggests: libevas-doc
52 Description: Enlightenment DR17 advanced canvas library development files
53  Evas is an advanced canvas library, providing six engines for rendering: X11,
54  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
55  and Qtopia.
56  .
57  Due to its simple API, evas can be developed with rapidly, and cleanly.
58  .
59  This package provides headers and static libraries required to develop against
60  evas.
61
62 Package: libevas-dbg
63 Architecture: any
64 Section: debug
65 Depends: ${misc:Depends}, libevas-svn-01 (= ${binary:Version})
66 Priority: extra
67 Description: enlightenment advanced canvas library
68  Evas is an advanced canvas library, providing six engines for rendering: X11,
69  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
70  and Qtopia.
71  .
72  This package contains unstripped shared libraries. It is provided primarily
73  to provide a backtrace with names in a debugger, this makes it somewhat
74  easier to interpret core dumps. The libraries are installed in
75  /usr/lib/debug and are automatically used by gdb.
76
77 Package: libevas-engines
78 Architecture: any
79 Depends: ${shlibs:Depends}, ${misc:Depends}
80 Conflicts: libevas-0.9.9.050a-engines
81 Description: Evas module providingg the framebuffer render engine
82  Evas is an advanced canvas library, providing six engines for rendering: X11,
83  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
84  and Qtopia.
85  Due to its simple API, evas can be developed with rapidly, and cleanly.
86  .
87  This package contains the following Evas engine modules:
88   - buffer
89   - software/genenric
90   - software/X11
91   - xrender/X11
92
93 Package: libevas-engines-extras
94 Architecture: any
95 Depends: ${shlibs:Depends}, ${misc:Depends}, libevas-engines
96 Conflicts: libevas-0.9.9.050a-engines-extras
97 Description: Evas module providing the Xrender engine
98  Evas is an advanced canvas library, providing six engines for rendering: X11,
99  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
100  and Qtopia.
101  Due to its simple API, evas can be developed with rapidly, and cleanly.
102  .
103  This package contains some extra Evas engine modules:
104   - GL/X11
105   - Framebuffer