gui-libs/egl-wayland: add 1.1.17

This is identical to the previous snapshot (same commit), but may
as well use the actual release now that it exists.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-12-09 16:43:57 -05:00
parent a4eb8408dd
commit 734fab99fe
2 changed files with 36 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
DIST egl-wayland-1.1.13.1.tar.gz 68181 BLAKE2B 12587c24828570b5ad399042bb339b27c4d17e14896398d331970b32020956f12d56155e6b97f82c0e7c5f7aa5ad962b923c37ff1609f5384a99bb83e02c2dd7 SHA512 264373b22bab2a26dcd8391308ae24c0afe31168c318fd8fdf74a9958bc41658f9295645c4d91e395b5ab472cdf9dcf5160c448ba54e0aa8eccf04c294ffdb5b
DIST egl-wayland-1.1.17.tar.gz 75764 BLAKE2B c0e26d9b88c6ec5955c99655fb60f55ceabbc39db7bc316b9f1af1feca5e89319c9bb59d7028d4777fa7d50fd6054c33c1742a564b788f53ac5dc569c92b497f SHA512 4b8e0de1d912aab63672abf1a76b0895d50657ee61c48ea4c97c6d65a18c598a40f5036c9d2670380c1a6669d17c42ac919707996e1dddb19165c0c6a5ff305f
DIST egl-wayland-1.1.17_pre20241101.tar.gz 75661 BLAKE2B 71eb2bee5bf8c9601a7d6e84325f1f6e18372566ab04b08c1d78234255d1974613e504a614ab9f41dad9ca48ca5f2365060a7daaf4025d0c1e6ef02933ef6121 SHA512 0b16bbc69a23b3f87fa928affc5d5f9a42af0989e03c5e388ddc66213de2777c725563315f0ddbe129b7d378e48d33b5b4fdafd4537208f0a4b4501951b8dfd8
DIST egl-wayland-1.1.17_pre20241118.tar.gz 75838 BLAKE2B 152d222460a76cf65d903f7ef3ef53446792263944dca31e87326136cf926960b9e2b69b8ad2ea5d3033f60f52a610abc94529a41921d508ab2afeb57d97d2cc SHA512 33bad5b9ad6a89048458bfbe6484ab65b6bb964b8c0ff0b644fa80312593ba4cda87892a3fe7c76d730640f0753fb10c2e0a5fb61be686fb03a8a42b6bf55d5b

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson-multilib
DESCRIPTION="NVIDIA wayland EGL external platform library"
HOMEPAGE="https://github.com/NVIDIA/egl-wayland/"
SRC_URI="
https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
dev-libs/wayland[${MULTILIB_USEDEP}]
x11-libs/libdrm[${MULTILIB_USEDEP}]
"
DEPEND="
${RDEPEND}
dev-libs/wayland-protocols
>=gui-libs/eglexternalplatform-1.1-r1
media-libs/libglvnd
"
BDEPEND="
dev-util/wayland-scanner
"
PATCHES=(
"${FILESDIR}"/${PN}-1.1.6-remove-werror.patch
)