diff options
Diffstat (limited to 'gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild')
-rw-r--r-- | gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild new file mode 100644 index 000000000000..bde11d7c5a36 --- /dev/null +++ b/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild @@ -0,0 +1,37 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson-multilib + +# no releases yet, update in sync with nvidia unless there is urgent fixes +HASH_EGLX11=6092c1f6cff86702bbecedb918b214a5dca362f9 + +DESCRIPTION="NVIDIA X11/XCB EGL external platform library" +HOMEPAGE="https://github.com/NVIDIA/egl-x11/" +SRC_URI=" + https://github.com/NVIDIA/egl-x11/archive/${HASH_EGLX11}.tar.gz + -> ${P}.tar.gz +" +S=${WORKDIR}/${PN}-${HASH_EGLX11} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +# wrt blocker, may or may not cause problems if present with <560 +# drivers, and collides with <565.57.01-r2 +RDEPEND=" + media-libs/mesa[gbm(+),${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] + x11-libs/libdrm[${MULTILIB_USEDEP}] + x11-libs/libxcb:=[${MULTILIB_USEDEP}] + !<x11-drivers/nvidia-drivers-565.57.01-r2 +" +DEPEND=" + ${RDEPEND} + >=gui-libs/eglexternalplatform-1.2 + media-libs/libglvnd + x11-base/xorg-proto +" |