mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00
egl-x11: Update to v1.0.1 (#5497)
This commit is contained in:
commit
c26a780b65
4 changed files with 16 additions and 16 deletions
|
@ -36,7 +36,7 @@ libdrm.so.2:drmFreeVersion
|
|||
libdrm.so.2:drmGetDevice
|
||||
libdrm.so.2:drmGetVersion
|
||||
libdrm.so.2:drmIoctl
|
||||
libgbm.so.1:gbm_bo_create_with_modifiers2
|
||||
libgbm.so.1:gbm_bo_create_with_modifiers
|
||||
libgbm.so.1:gbm_bo_destroy
|
||||
libgbm.so.1:gbm_bo_get_fd
|
||||
libgbm.so.1:gbm_bo_get_format
|
||||
|
|
|
@ -36,7 +36,7 @@ libdrm.so.2:drmFreeVersion
|
|||
libdrm.so.2:drmGetDevice
|
||||
libdrm.so.2:drmGetVersion
|
||||
libdrm.so.2:drmIoctl
|
||||
libgbm.so.1:gbm_bo_create_with_modifiers2
|
||||
libgbm.so.1:gbm_bo_create_with_modifiers
|
||||
libgbm.so.1:gbm_bo_destroy
|
||||
libgbm.so.1:gbm_bo_get_fd
|
||||
libgbm.so.1:gbm_bo_get_format
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
name : egl-x11
|
||||
version : 1.0.0
|
||||
release : 1
|
||||
version : 1.0.1
|
||||
release : 2
|
||||
source :
|
||||
- https://github.com/NVIDIA/egl-x11/archive/refs/tags/v1.0.0.tar.gz : a25ea934c767511d5106c19b57a5bca448af40653770014f841c3627024fe1e2
|
||||
- https://github.com/NVIDIA/egl-x11/archive/refs/tags/v1.0.1.tar.gz : 0dbc6c3fb76666af4e0e19d388b3f09247412aff549d31d35149a19ebb95422b
|
||||
homepage : https://github.com/NVIDIA/egl-x11
|
||||
license : Apache-2.0
|
||||
component : programming.library
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
<PartOf>programming.library</PartOf>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib64/libnvidia-egl-xcb.so.1</Path>
|
||||
<Path fileType="library">/usr/lib64/libnvidia-egl-xcb.so.1.0.0</Path>
|
||||
<Path fileType="library">/usr/lib64/libnvidia-egl-xcb.so.1.0.1</Path>
|
||||
<Path fileType="library">/usr/lib64/libnvidia-egl-xlib.so.1</Path>
|
||||
<Path fileType="library">/usr/lib64/libnvidia-egl-xlib.so.1.0.0</Path>
|
||||
<Path fileType="library">/usr/lib64/libnvidia-egl-xlib.so.1.0.1</Path>
|
||||
<Path fileType="data">/usr/share/egl/egl_external_platform.d/20_nvidia_xcb.json</Path>
|
||||
<Path fileType="data">/usr/share/egl/egl_external_platform.d/20_nvidia_xlib.json</Path>
|
||||
</Files>
|
||||
|
@ -35,13 +35,13 @@
|
|||
</Description>
|
||||
<PartOf>emul32</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">egl-x11</Dependency>
|
||||
<Dependency release="2">egl-x11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libnvidia-egl-xcb.so.1</Path>
|
||||
<Path fileType="library">/usr/lib32/libnvidia-egl-xcb.so.1.0.0</Path>
|
||||
<Path fileType="library">/usr/lib32/libnvidia-egl-xcb.so.1.0.1</Path>
|
||||
<Path fileType="library">/usr/lib32/libnvidia-egl-xlib.so.1</Path>
|
||||
<Path fileType="library">/usr/lib32/libnvidia-egl-xlib.so.1.0.0</Path>
|
||||
<Path fileType="library">/usr/lib32/libnvidia-egl-xlib.so.1.0.1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
|
@ -51,8 +51,8 @@
|
|||
</Description>
|
||||
<PartOf>programming.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">egl-x11-32bit</Dependency>
|
||||
<Dependency release="1">egl-x11-devel</Dependency>
|
||||
<Dependency release="2">egl-x11-devel</Dependency>
|
||||
<Dependency release="2">egl-x11-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libnvidia-egl-xcb.so</Path>
|
||||
|
@ -66,7 +66,7 @@
|
|||
</Description>
|
||||
<PartOf>programming.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">egl-x11</Dependency>
|
||||
<Dependency release="2">egl-x11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib64/libnvidia-egl-xcb.so</Path>
|
||||
|
@ -74,9 +74,9 @@
|
|||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-12-14</Date>
|
||||
<Version>1.0.0</Version>
|
||||
<Update release="2">
|
||||
<Date>2025-04-20</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>Packaging update</Comment>
|
||||
<Name>Thomas Staudinger</Name>
|
||||
<Email>Staudi.Kaos@gmail.com</Email>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue