Skip to content

Commit

Permalink
libglvnd: Update to v1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Nov 9, 2024
1 parent 0eed868 commit 65cdd79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified l/libglvnd/manifest.x86_64.bin
Binary file not shown.
8 changes: 4 additions & 4 deletions l/libglvnd/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
],
"depends": [
"libglvnd",
"soname(libX11.so.6(x86))",
"soname(libc.so.6(x86))"
"soname(libX11.so.6(386))",
"soname(libc.so.6(386))"
],
"files": [
"/usr/lib32/libEGL.so.1",
Expand Down Expand Up @@ -179,6 +179,6 @@
}
},
"source-name": "libglvnd",
"source-release": "3",
"source-version": "1.6.0"
"source-release": "4",
"source-version": "1.7.0"
}
6 changes: 3 additions & 3 deletions l/libglvnd/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : libglvnd
version : '1.6.0'
release : 3
version : 1.7.0
release : 4
homepage : https://gitlab.freedesktop.org/glvnd/libglvnd
upstreams :
- https://gitlab.freedesktop.org/glvnd/libglvnd/uploads/2ea903100818cb7703dbabc9a11bc025/libglvnd-1.6.0.tar.gz : ecf095405c5be15ecaec5edc7df7d52cd283aec66cb3811b5df88ec3e563af1c
- https://gitlab.freedesktop.org/-/project/4399/uploads/c24806c283070dc70700234ca8ffacf8/libglvnd-1.7.0.tar.gz : 13ae5bb99a5a2869fbe00aadb49b21fd9c13dfbf59844b0f88d521098094d44a
summary : GL Vendor-Neutral Dispatch library
description : |
%(name) is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. It allows multiple drivers from different vendors to coexist on the same filesystem, and determines which vendor to dispatch each API call to at runtime.
Expand Down

0 comments on commit 65cdd79

Please sign in to comment.