gui-libs/egl-wayland2 - 1.0.1 (gentoo)

Search

Package Information

Description:
NVIDIA wayland EGL external platform library, version 2
Homepage:
https://github.com/NVIDIA/egl-wayland2/

Ebuild Details

Version EAPI Keywords Slot
1.0.1 8 amd64 ~arm64 0
View Raw Ebuild
# Copyright 2025-2026 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, version 2"
HOMEPAGE="https://github.com/NVIDIA/egl-wayland2/"

if [[ ${PV} == *_pre* ]]; then
	# happens often that nvidia-drivers ships with a (yet) unreleased
	# version and we need to ship a snapshot to provide the same fixes
	HASH_EGLWAYLAND2=
	SRC_URI="
		https://github.com/NVIDIA/egl-wayland2/archive/${HASH_EGLWAYLAND2}.tar.gz
			-> ${P}.tar.gz
	"
	S=${WORKDIR}/${PN}-${HASH_EGLWAYLAND2}
else
	SRC_URI="
		https://github.com/NVIDIA/egl-wayland2/archive/refs/tags/v${PV}.tar.gz
			-> ${P}.tar.gz
	"
fi

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64"

RDEPEND="
	dev-libs/wayland[${MULTILIB_USEDEP}]
	media-libs/mesa[gbm(+),${MULTILIB_USEDEP}]
	x11-libs/libdrm[${MULTILIB_USEDEP}]
"
DEPEND="
	${RDEPEND}
	>=dev-libs/wayland-protocols-1.38
	>=gui-libs/eglexternalplatform-1.2
	media-libs/libglvnd[${MULTILIB_USEDEP}]
"
BDEPEND="
	dev-util/wayland-scanner
"

Dependencies

DEPEND

	
	dev-libs/wayland[${MULTILIB_USEDEP}]
	media-libs/mesa[gbm(+),${MULTILIB_USEDEP}]
	x11-libs/libdrm[${MULTILIB_USEDEP}]

	>=dev-libs/wayland-protocols-1.38
	>=gui-libs/eglexternalplatform-1.2
	media-libs/libglvnd[${MULTILIB_USEDEP}]

RDEPEND

	dev-libs/wayland[${MULTILIB_USEDEP}]
	media-libs/mesa[gbm(+),${MULTILIB_USEDEP}]
	x11-libs/libdrm[${MULTILIB_USEDEP}]

BDEPEND

	dev-util/wayland-scanner

Manifest for 1.0.1

Type File Size Source URLs
DIST egl-wayland2-1.0.1.tar.gz 80780 bytes https://github.com/NVIDIA/egl-wayland2/archive/.tar.gz