Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libglvnd
Commits:
-
7765a607
by Diederik de Haas at 2024-02-08T15:26:56+00:00
-
8c17efe3
by Diederik de Haas at 2024-02-08T15:26:56+00:00
-
51277b84
by Diederik de Haas at 2024-02-08T15:26:56+00:00
-
d8aa7be1
by Diederik de Haas at 2024-02-08T15:26:56+00:00
9 changed files:
- debian/control
- debian/copyright
- debian/libegl1.symbols
- debian/libgl1.symbols
- debian/libgles1.symbols
- debian/libgles2.symbols
- debian/libglvnd0.symbols
- debian/libglx0.symbols
- debian/libopengl0.symbols
Changes:
| ... | ... | @@ -14,6 +14,7 @@ Build-Depends: |
| 14 | 14 | xvfb <!nocheck>,
|
| 15 | 15 | Standards-Version: 4.6.2
|
| 16 | 16 | Section: libs
|
| 17 | +Rules-Requires-Root: no
|
|
| 17 | 18 | Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
|
| 18 | 19 | Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglvnd.git
|
| 19 | 20 | Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libglvnd.git
|
| ... | ... | @@ -85,6 +86,7 @@ Description: Vendor neutral GL dispatch library -- EGL support |
| 85 | 86 | This package contains support for EGL.
|
| 86 | 87 | |
| 87 | 88 | Package: libegl-dev
|
| 89 | +Section: libdevel
|
|
| 88 | 90 | Architecture: any
|
| 89 | 91 | Depends:
|
| 90 | 92 | libegl1 (= ${binary:Version}),
|
| ... | ... | @@ -134,6 +136,7 @@ Description: Vendor neutral GL dispatch library -- GLESv2 support |
| 134 | 136 | This package contains support for GLESv2.
|
| 135 | 137 | |
| 136 | 138 | Package: libgles-dev
|
| 139 | +Section: libdevel
|
|
| 137 | 140 | Architecture: any
|
| 138 | 141 | Depends:
|
| 139 | 142 | libegl-dev,
|
| ... | ... | @@ -171,6 +174,7 @@ Description: Vendor neutral GL dispatch library -- legacy GL support |
| 171 | 174 | This package contains support for old libGL for compatibility reasons.
|
| 172 | 175 | |
| 173 | 176 | Package: libgl-dev
|
| 177 | +Section: libdevel
|
|
| 174 | 178 | Architecture: any
|
| 175 | 179 | Depends:
|
| 176 | 180 | libgl1 (= ${binary:Version}),
|
| ... | ... | @@ -208,6 +212,7 @@ Description: Vendor neutral GL dispatch library -- GLX support |
| 208 | 212 | This package contains support for GLX.
|
| 209 | 213 | |
| 210 | 214 | Package: libglx-dev
|
| 215 | +Section: libdevel
|
|
| 211 | 216 | Architecture: any
|
| 212 | 217 | Depends:
|
| 213 | 218 | libglx0 (= ${binary:Version}),
|
| ... | ... | @@ -244,6 +249,7 @@ Description: Vendor neutral GL dispatch library -- OpenGL support |
| 244 | 249 | This package contains support for OpenGL.
|
| 245 | 250 | |
| 246 | 251 | Package: libopengl-dev
|
| 252 | +Section: libdevel
|
|
| 247 | 253 | Architecture: any
|
| 248 | 254 | Depends:
|
| 249 | 255 | libopengl0 (= ${binary:Version}),
|
| ... | ... | @@ -42,11 +42,6 @@ Files: src/util/uthash/* |
| 42 | 42 | Copyright: 2005-2013 Troy D. Hanson
|
| 43 | 43 | License: BSD-1-clause
|
| 44 | 44 | |
| 45 | -Files: src/util/uthash/doc/userguide.html
|
|
| 46 | -Copyright: 2006 Troy D. Hanson
|
|
| 47 | - 2006-2009 Stuart Rackham
|
|
| 48 | -License: GPL
|
|
| 49 | - |
|
| 50 | 45 | Files: debian/*
|
| 51 | 46 | Copyright: 2013 Timo Aaltonen <tjaalton@ubuntu.com>
|
| 52 | 47 | License: MIT
|
| ... | ... | @@ -107,10 +102,6 @@ License: BSD-1-clause |
| 107 | 102 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| 108 | 103 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 109 | 104 | |
| 110 | -License: GPL
|
|
| 111 | - On Debian machines the full text of the GNU General Public License
|
|
| 112 | - can be found in the file /usr/share/common-licenses/GPL.
|
|
| 113 | - |
|
| 114 | 105 | License: GPL-3+
|
| 115 | 106 | On Debian machines the full text of the GNU General Public License
|
| 116 | 107 | version 3 can be found in the file /usr/share/common-licenses/GPL-3. |
| 1 | 1 | libEGL.so.1 libegl1 #MINVER#
|
| 2 | +* Build-Depends-Package: libegl-dev
|
|
| 2 | 3 | eglBindAPI@Base 0
|
| 3 | 4 | eglBindTexImage@Base 0
|
| 4 | 5 | eglChooseConfig@Base 0
|
| 1 | 1 | libGL.so.1 libgl1 #MINVER#
|
| 2 | +* Build-Depends-Package: libgl-dev
|
|
| 2 | 3 | glAccum@Base 0
|
| 3 | 4 | glAccumxOES@Base 0
|
| 4 | 5 | glAcquireKeyedMutexWin32EXT@Base 1.1.0
|
| 1 | 1 | libGLESv1_CM.so.1 libgles1 #MINVER#
|
| 2 | +* Build-Depends-Package: libgles-dev
|
|
| 2 | 3 | glActiveTexture@Base 1.0.0+git20180308
|
| 3 | 4 | glAlphaFunc@Base 1.0.0+git20180308
|
| 4 | 5 | glAlphaFuncx@Base 1.0.0+git20180308
|
| 1 | 1 | libGLESv2.so.2 libgles2 #MINVER#
|
| 2 | +* Build-Depends-Package: libgles-dev
|
|
| 2 | 3 | glActiveShaderProgram@Base 1.0.0
|
| 3 | 4 | glActiveTexture@Base 0
|
| 4 | 5 | glAttachShader@Base 0
|
| 1 | 1 | libGLdispatch.so.0 libglvnd0 #MINVER#
|
| 2 | +* Build-Depends-Package: libglvnd-dev
|
|
| 2 | 3 | __glDispatchCheckMultithreaded@Base 0
|
| 3 | 4 | __glDispatchCreateTable@Base 0
|
| 4 | 5 | __glDispatchDestroyTable@Base 0
|
| 1 | 1 | libGLX.so.0 libglx0 #MINVER#
|
| 2 | +* Build-Depends-Package: libglx-dev
|
|
| 2 | 3 | __GLXGL_CORE_FUNCTIONS@Base 0
|
| 3 | 4 | __glXGLLoadGLXFunction@Base 0
|
| 4 | 5 | glXChooseFBConfig@Base 0
|
| 1 | 1 | libOpenGL.so.0 libopengl0 #MINVER#
|
| 2 | +* Build-Depends-Package: libopengl-dev
|
|
| 2 | 3 | glAccum@Base 0
|
| 3 | 4 | glActiveShaderProgram@Base 0
|
| 4 | 5 | glActiveTexture@Base 0
|