Tizen 2.0 Release
[profile/ivi/osmesa.git] / debian / control
1 Source: mesa
2 Section: graphics
3 Priority: optional
4 Maintainer: mantiger <mantiger@samsung.com>,
5  hyunjushin <hyunjushin@samsung.com>,
6  WonSik Jung <sidein@samsung.com>,
7  Seungsoo Woo <om101.woo@samsung.com>,
8  Sanghee Park <sh15.park@samsung.com>
9 Uploaders: Seungsoo Woo <om101.woo@samsung.com>
10 Standards-Version: 3.8.4
11 Build-Depends:
12  quilt (>= 0.40),
13  pkg-config,
14  libdrm-dev (>= 2.4.24) [!hurd-any],
15  libx11-dev,
16  xutils-dev,
17  libxxf86vm-dev,
18  libexpat1-dev,
19  dpkg-dev (>= 1.15.6),
20  libxfixes-dev,
21  libxdamage-dev,
22  libxext-dev,
23  autoconf,
24  automake,
25  x11proto-dri2-dev (>= 2.1),
26  linux-libc-dev (>= 2.6.31) [linux-any],
27  libx11-xcb-dev,
28  libxcb-dri2-0-dev,
29  libxcb-xfixes0-dev,
30  libxml2,
31  libudev-dev [linux-any],
32  flex,
33  bison,
34
35 Package: libosmesa6
36 Section: libs
37 Architecture: any
38 Depends:
39  ${shlibs:Depends},
40  ${misc:Depends},
41 Replaces: libgl1-mesa-swx11 (<< 6.5.2)
42 Description: Mesa Off-screen rendering extension
43  OSmesa is a Mesa extension that allows programs to render to an
44  off-screen buffer using the OpenGL API without having to create a
45  rendering context on an X Server.  It uses a pure software renderer.
46
47 Package: libosmesa6-dbg
48 Section: debug
49 Architecture: any
50 Depends:
51  ${shlibs:Depends},
52  ${misc:Depends},
53  libosmesa6 (= ${binary:Version})
54 Description: Mesa Off-screen rendering extension
55  OSmesa is a Mesa extension that allows programs to render to an
56  off-screen buffer using the OpenGL API without having to create a
57  rendering context on an X Server.  It uses a pure software renderer.
58  This package contains the debugging symbols for the libOSMesa6 library.
59
60 Package: libegl1-mesa
61 Section: libs
62 Architecture: i386
63 Depends: ${shlibs:Depends}, ${misc:Depends}, simulator-opengl
64 Description: Mesa libEGL runtime library.
65
66 Package: libegl1-mesa-dbg
67 Section: debug
68 Architecture: i386
69 Depends: ${shlibs:Depends}, ${misc:Depends}, simulator-opengl, libegl1-mesa (= ${binary:Version})
70 Description: Mesa libEGL runtime library for debugging.