9a52c283acc81efe28631db1a8d3f6ab12ccb67e
[framework/uifw/evas.git] / debian / control
1 Source: evas
2 Section: libs
3 Priority: optional
4 Maintainer: Jaehwan Kim <jae.hwan.kim@samsung.com>, Sangjin Lee <lsj119@samsung.com>, Doyoun Kang <doyoun.kang@samsung.com>, YoungHoon Jung <yhoon.jung@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Gwanglim Lee <gl77.lee@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>, Seokjae Jeong <seok.j.jeong@samsung.com>, MyoungWoon Kim <myoungwoon.kim@samsung.com>, ChunEon Park <chuneon.park@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com>, WooHyun Jung <wh0705.jung@samsung.com>, Gwangyeong Mun <kk.moon@samsung.com>, Jiyoun Park <jy0703.park@samsung.com>, Shinwoo Kim <cinoo.kim@samsung.com>
5 Original-Maintainer:  Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
6 Uploaders: Albin Tonnerre <albin.tonnerre@gmail.com>,
7  Niv Sardi <xaiki@debian.org>, Xavier Oswald <x.oswald@free.fr>,
8  Jan Lübbe <jluebbe@debian.org>,
9  Nikita V. Youshchenko <yoush@debian.org>
10 Build-Depends: debhelper (>= 6), cdbs, libeet-dev (>= 1.1.0), libeina-dev (>= 0.0.2.060+svn20100304),
11  libfreetype6-dev, libpng12-dev | libpng-dev, libx11-dev, libxrender-dev,
12  x11proto-xext-dev, zlib1g, libjpeg7-dev,
13  libfontconfig1-dev, libxpm-dev,
14  doxygen, pkg-config, libtool, libxext-dev, opengl-es-dev, libfribidi-dev, libharfbuzz-dev,
15  libgif-dev, libsm-dev
16 Standards-Version: 3.8.1
17 Homepage: http://www.enlightenment.org
18
19 Package: libevas
20 Architecture: any
21 Depends: ${shlibs:Depends}, ${misc:Depends}, libevas-engines (>= 0.9.9.060+svn20100304), libpng12-0
22 Provides: libevas
23 Conflicts: libevas
24 Description: Enlightenment DR17 advanced canvas library
25  Evas is an advanced canvas library, providing six engines for rendering: X11,
26  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
27  and Qtopia.
28  .
29  Due to its simple API, evas can be developed with rapidly, and cleanly.
30  .
31  This package contains the core library and a set of image loaders and/or savers
32  for various formats: eet, gif, jpeg, png, svg, tiff, bmp, wbmp and xpm
33
34 Package: libevas-doc
35 Architecture: any
36 Section: doc
37 Depends: ${misc:Depends}
38 Enhances: libevas-dev
39 Description: Evas API Documentation
40  Evas is an advanced canvas library, providing six engines for rendering: X11,
41  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
42  and Qtopia.
43  Due to its simple API, evas can be developed with rapidly, and cleanly.
44  .
45  This package provides development documentation (html and manpages) for the
46  Evas library.
47
48 Package: libevas-dev
49 Section: libdevel
50 Architecture: any
51 Depends: ${misc:Depends}, libevas (= ${binary:Version}), libjpeg7-dev, libx11-dev,
52  libfreetype6-dev, libfontconfig1-dev, libeet-dev, pkg-config, libeina-dev (>= 0.0.2.060+svn20100304), libxext-dev, libpng12-dev, libfribidi-dev, libharfbuzz-dev,
53  libgif-dev
54 Suggests: libevas-doc
55 Description: Enlightenment DR17 advanced canvas library development files
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  Due to its simple API, evas can be developed with rapidly, and cleanly.
61  .
62  This package provides headers and static libraries required to develop against
63  evas.
64
65 Package: libevas-dbg
66 Architecture: any
67 Section: debug
68 Depends: ${misc:Depends}, libevas (= ${binary:Version})
69 Priority: extra
70 Description: enlightenment advanced canvas library
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  .
75  This package contains unstripped shared libraries. It is provided primarily
76  to provide a backtrace with names in a debugger, this makes it somewhat
77  easier to interpret core dumps. The libraries are installed in
78  /usr/lib/debug and are automatically used by gdb.
79
80 Package: libevas-engines
81 Architecture: any
82 Depends: ${shlibs:Depends}, ${misc:Depends}
83 Conflicts: libevas-0.9.9.050a-engines
84 Description: Evas module providingg the framebuffer render engine
85  Evas is an advanced canvas library, providing six engines for rendering: X11,
86  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
87  and Qtopia.
88  Due to its simple API, evas can be developed with rapidly, and cleanly.
89  .
90  This package contains the following Evas engine modules:
91   - buffer
92   - software/genenric
93   - software/X11
94   - xrender/X11
95
96 Package: libevas-engines-extras
97 Architecture: any
98 Depends: ${shlibs:Depends}, ${misc:Depends}, libevas-engines, opengl-es
99 Conflicts: libevas-0.9.9.050a-engines-extras
100 Description: Evas module providing the Xrender engine
101  Evas is an advanced canvas library, providing six engines for rendering: X11,
102  OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
103  and Qtopia.
104  Due to its simple API, evas can be developed with rapidly, and cleanly.
105  .
106  This package contains some extra Evas engine modules:
107   - GL/X11
108   - Framebuffer