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 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
|
Source: libglvnd
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends:
debhelper-compat (= 13),
meson,
pkg-config,
libx11-dev,
libxext-dev,
python3-setuptools,
x11proto-dev,
xauth,
xvfb <!nocheck>,
Standards-Version: 4.6.2
Section: libs
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglvnd.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libglvnd.git
Package: libglvnd-dev
Section: libdevel
Architecture: any
Depends:
libglvnd0 (= ${binary:Version}),
libglvnd-core-dev (= ${binary:Version}),
${misc:Depends},
libegl-dev (>= 1.3.0-1),
libgl-dev (>= 1.3.0-1),
libgles-dev (>= 1.3.0-1),
libglx-dev (>= 1.3.0-1),
libopengl-dev (>= 1.3.0-1),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- development files
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains the development files for libglvnd.
Package: libglvnd-core-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
Breaks: libglvnd-dev (<< 1.3.3-1)
Replaces: libglvnd-dev (<< 1.3.3-1)
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- core development files
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains the header files for libglvnd split in a separate
package for Mesa.
Package: libglvnd0
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends}
Breaks:
libgldispatch0-nvidia,
Replaces:
libgldispatch0-nvidia,
Multi-Arch: same
Description: Vendor neutral GL dispatch library
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains the GL dispatch library.
Package: libegl1
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
libglvnd0 (= ${binary:Version}),
libegl-mesa0,
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- EGL support
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains support for EGL.
Package: libegl-dev
Architecture: any
Depends:
libegl1 (= ${binary:Version}),
libgl-dev,
libx11-dev,
${misc:Depends},
Replaces:
libegl1-mesa-dev (<< 19.3.0~rc6-1),
libglvnd-dev (<< 1.3.0-1),
Breaks:
libegl1-mesa-dev (<< 19.3.0~rc6-1),
libglvnd-dev (<< 1.3.0-1),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- EGL development files
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package provides the development environment for compiling programs
against the EGL library.
Package: libgles1
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
libglvnd0 (= ${binary:Version}),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- GLESv1 support
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains support for GLESv1.
Package: libgles2
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
libglvnd0 (= ${binary:Version}),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- GLESv2 support
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains support for GLESv2.
Package: libgles-dev
Architecture: any
Depends:
libegl-dev,
libgl-dev,
libgles1 (= ${binary:Version}),
libgles2 (= ${binary:Version}),
${misc:Depends},
Replaces:
libgles2-mesa-dev (<< 19.3.0~rc6-1),
libglvnd-dev (<< 1.3.0-1),
Breaks:
libgles2-mesa-dev (<< 19.3.0~rc6-1),
libglvnd-dev (<< 1.3.0-1),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- GLES development files
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package provides the development environment for compiling programs
against the GLES libraries.
Package: libgl1
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
libglvnd0 (= ${binary:Version}),
libglx0 (= ${binary:Version}),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- legacy GL support
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains support for old libGL for compatibility reasons.
Package: libgl-dev
Architecture: any
Depends:
libgl1 (= ${binary:Version}),
libglx-dev,
${misc:Depends},
Replaces:
libgl1-mesa-dev (<< 19.3.0~rc6-1),
libglvnd-dev (<< 1.3.0-1),
mesa-common-dev (<< 19.3.0~rc6-1),
Breaks:
libgl1-mesa-dev (<< 19.3.0~rc6-1),
libglvnd-dev (<< 1.3.0-1),
mesa-common-dev (<< 19.3.0~rc6-1),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- GL development files
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package provides the development environment for compiling programs
against the GL library.
Package: libglx0
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
libglvnd0 (= ${binary:Version}),
libglx-mesa0,
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- GLX support
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains support for GLX.
Package: libglx-dev
Architecture: any
Depends:
libglx0 (= ${binary:Version}),
libx11-dev,
${misc:Depends},
Replaces:
libglvnd-dev (<< 1.3.0-1),
libgl-dev (<< 1.3.0-6),
mesa-common-dev (<< 19.3.0~rc6-1),
Breaks:
libglvnd-dev (<< 1.3.0-1),
libgl-dev (<< 1.3.0-6),
mesa-common-dev (<< 19.3.0~rc6-1),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- GLX development files
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package provides the development environment for compiling programs
against the GLX library.
Package: libopengl0
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
libglvnd0 (= ${binary:Version}),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- OpenGL support
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package contains support for OpenGL.
Package: libopengl-dev
Architecture: any
Depends:
libopengl0 (= ${binary:Version}),
${misc:Depends},
Replaces:
libglvnd-dev (<< 1.3.0-1),
Breaks:
libglvnd-dev (<< 1.3.0-1),
Multi-Arch: same
Description: Vendor neutral GL dispatch library -- OpenGL development files
This is an implementation of the vendor-neutral dispatch layer for
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
.
This package provides the development environment for compiling programs
against the OpenGL library.
|