mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
gui-libs/egl-wayland: add 1.1.17_pre20241118
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST egl-wayland-1.1.13.1.tar.gz 68181 BLAKE2B 12587c24828570b5ad399042bb339b27c4d17e14896398d331970b32020956f12d56155e6b97f82c0e7c5f7aa5ad962b923c37ff1609f5384a99bb83e02c2dd7 SHA512 264373b22bab2a26dcd8391308ae24c0afe31168c318fd8fdf74a9958bc41658f9295645c4d91e395b5ab472cdf9dcf5160c448ba54e0aa8eccf04c294ffdb5b
|
||||
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
|
||||
|
||||
38
gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild
Normal file
38
gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson-multilib
|
||||
|
||||
HASH_EGLWAYLAND=eeb29e10e5e7bedb0ce81cfff34683eda960bc80
|
||||
|
||||
DESCRIPTION="NVIDIA wayland EGL external platform library"
|
||||
HOMEPAGE="https://github.com/NVIDIA/egl-wayland/"
|
||||
SRC_URI="
|
||||
https://github.com/NVIDIA/egl-wayland/archive/${HASH_EGLWAYLAND}.tar.gz
|
||||
-> ${P}.tar.gz
|
||||
"
|
||||
S=${WORKDIR}/${PN}-${HASH_EGLWAYLAND}
|
||||
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user