summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/egl-wayland/Manifest1
-rw-r--r--gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/gui-libs/egl-wayland/Manifest b/gui-libs/egl-wayland/Manifest
index 4fb1b837345e..afdec51d8713 100644
--- a/gui-libs/egl-wayland/Manifest
+++ b/gui-libs/egl-wayland/Manifest
@@ -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
diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild
new file mode 100644
index 000000000000..0e4f1d042f0d
--- /dev/null
+++ b/gui-libs/egl-wayland/egl-wayland-1.1.17_pre20241118.ebuild
@@ -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
+)