summaryrefslogtreecommitdiff
path: root/debian/control
blob: 006c11df69828580dfc032b7280d7d4b50b5bf35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
Source: s900-gpu-binary
Priority: extra
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>=9), patchelf
Standards-Version: 3.9.6
Section: non-free/libs
Homepage: https://www.96boards.org/products/ce/bubblegum96/

Package: libpvr-private
Section: non-free/libs
Architecture: arm64
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: pvr private lib
 Private libraries for pvr.

Package: libgles1-pvr
Section: non-free/libs
Architecture: arm64
Depends: libpvr-private, ${misc:Depends}, ${shlibs:Depends}
Provides: libgles1, libgles1-mesa
Conflicts: libgles1, libgles1-mesa
Replaces: libgles1, libgles1-mesa
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: pvr implementation of the OpenGL|ES 1.x API -- runtime
 OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on
 embedded systems - including consoles, phones, appliances and vehicles.
 It contains a subset of OpenGL plus a number of extensions for the
 special needs of embedded systems.
 .
 OpenGL|ES 1.x provides an API for fixed-function hardware.

Package: libgles1-pvr-dev
Section: non-free/libdevel
Architecture: arm64
Depends: libgles1-pvr (= ${binary:Version}), ${misc:Depends}
Conflicts: libgles1-mesa-dev
Replaces: libgles1-mesa-dev
Provides: libgles1-mesa-dev
Multi-Arch: same
Description: pvr implementation of the OpenGL|ES 1.x API -- development files
 OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on
 embedded systems - including consoles, phones, appliances and vehicles.
 It contains a subset of OpenGL plus a number of extensions for the
 special needs of embedded systems.
 .
 OpenGL|ES 1.x provides an API for fixed-function hardware.
 .
 This package provides a development environment for building programs using
 the OpenGL|ES 1.x APIs.

Package: libgles2-pvr
Section: non-free/libs
Architecture: arm64
Depends: libpvr-private, ${misc:Depends}, ${shlibs:Depends}
Conflicts: libgles2, libgles2-mesa
Replaces: libgles2, libgles2-mesa
Provides: libgles2, libgles2-mesa
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: pvr implementation of the OpenGL|ES 2.x API -- runtime
 OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on
 embedded systems - including consoles, phones, appliances and vehicles.
 It contains a subset of OpenGL plus a number of extensions for the
 special needs of embedded systems.
 .
 OpenGL|ES 2.x provides an API for programmable hardware including vertex
 and fragment shaders.

Package: libgles2-pvr-dev
Section: non-free/libdevel
Architecture: arm64
Depends: libgles2-pvr (= ${binary:Version}), ${misc:Depends}
Conflicts: libgles2-mesa-dev
Replaces: libgles2-mesa-dev
Provides: libgles2-mesa-dev
Multi-Arch: same
Description: pvr implementation of the OpenGL|ES 2.x API -- development files
 OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on
 embedded systems - including consoles, phones, appliances and vehicles.
 It contains a subset of OpenGL plus a number of extensions for the
 special needs of embedded systems.
 .
 OpenGL|ES 2.x provides an API for programmable hardware including vertex
 and fragment shaders.
 .
 This package provides a development environment for building applications
 using the OpenGL|ES 2.x APIs.

Package: libegl1-pvr
Section: non-free/libs
Architecture: arm64
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libudev1 [linux-any],
Provides: libegl1-x11, libegl1-mesa
Conflicts: libegl1-x11, libegl1-mesa
Replaces: libegl1-x11, libegl1-mesa
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: pvr implementation of the EGL API -- runtime
 This package contains the EGL native platform graphics interface library.
 EGL provides a platform-agnostic mechanism for creating rendering surfaces
 for use with other graphics libraries, such as OpenGL|ES.
 .
 This package contains modules to interface with the existing system GLX or
 DRI2 drivers to provide OpenGL via EGL.

Package: libegl1-pvr-dev
Section: non-free/libdevel
Architecture: arm64
Depends:
 libegl1-pvr (= ${binary:Version}),
 libdrm-dev [!hurd-any],
 x11proto-dri2-dev,
 x11proto-gl-dev,
 libx11-dev,
 libxext-dev,
 libxxf86vm-dev,
 libxdamage-dev,
 libxfixes-dev,
 libxcb-glx0-dev,
 libxcb-dri2-0-dev,
 libxcb-dri3-dev,
 libxcb-present-dev,
 libxcb-sync-dev,
 libxshmfence-dev,
 libx11-xcb-dev,
 ${misc:Depends},
Provides: libegl1-mesa-dev
Conflicts: libegl1-mesa-dev
Replaces: libegl1-mesa-dev
Multi-Arch: same
Description: pvr implementation of the EGL API -- development files
 This package contains the development environment required for compiling
 programs against EGL native platform graphics interface library.
 EGL provides a platform-agnostic mechanism for creating rendering surfaces
 for use with other graphics libraries, such as OpenGL|ES.
 .
 This package provides the development environment for compiling programs
 against the EGL library.

Package: xserver-xorg-video-pvr
Architecture: arm64
Depends: libpvr-private, ${misc:Depends}, ${shlibs:Depends}
Recommends: libgl1-pvr-dri
Description: X.Org X server -- pvr display driver
 This driver for the X.Org X server (see xserver-xorg for a further
 description) provides support for PowerVR cards.

Package: libgl1-pvr-dri
Section: non-free/libs
Architecture: arm64
Pre-Depends: ${misc:Pre-Depends}
Depends: libpvr-private, ${misc:Depends}, ${shlibs:Depends}
Recommends: libtxc-dxtn-s2tc0 | libtxc-dxtn0
Breaks: xserver-xorg-core (<< 2:1.14.3-5)
Multi-Arch: same
Description: pvr implementation of the OpenGL API -- DRI modules
 This package does not include the OpenGL library itself, only the DRI
 modules for accelerating direct rendering.

Package: pvr-utils
Section: non-free/x11
Architecture: arm64
Depends: libpvr-private, ${misc:Depends}, ${shlibs:Depends}
Description: Miscellaneous pvr GL utilities
 This package provides several basic GL utilities built by pvr.

Package: libgl1-pvr-glx
Section: non-free/libs
Architecture: arm64
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libudev1 [linux-any],
Recommends: libgl1-pvr-dri
Conflicts: libgl1, libgl1-mesa-glx
Replaces: libgl1, libgl1-mesa-glx
Provides: libgl1, libgl1-mesa-glx
Breaks:
 glx-diversions (<< 0.4),
 libopengl-perl (<< 0.6704+dfsg-2),
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: pvr implementation of the OpenGL API -- GLX runtime
 PVR is a 3-D graphics library with an API which is very similar to
 that of OpenGL.  To the extent that pvr utilizes the OpenGL command
 syntax or state machine, it is being used with authorization from
 Silicon Graphics, Inc.  However, the authors make no claim that pvr
 is in any way a compatible replacement for OpenGL or associated with
 Silicon Graphics, Inc.
 .
 This version of pvr provides GLX and DRI capabilities: it is capable of
 both direct and indirect rendering.  For direct rendering, it can use DRI
 modules from the libgl1-pvr-dri package to accelerate drawing.
 .
 This package does not include the modules themselves: these can be found
 in the libgl1-pvr-dri package.

Package: xserver-xorg-core-pvr
Architecture: arm64
Section: non-free/x11
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: Xorg X server - libglx replacement
 Replace libglx