gentoo/gui-libs/egl-wayland2/egl-wayland2-1.0.0_rc.ebuild
Sam James 33bbb3ed70
gui-libs/egl-wayland2: Keyword 1.0.0_rc arm64, #963993
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-11 06:23:39 +01:00

40 lines
954 B
Bash

# Copyright 2025 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/"
SRC_URI="
https://github.com/NVIDIA/egl-wayland2/archive/refs/tags/v${PV/_/-}.tar.gz
-> ${P}.tar.gz
"
S=${WORKDIR}/${PN}-${PV/_/-}
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
"
BDEPEND="
dev-util/wayland-scanner
"
pkg_postinst() {
ewarn "gui-libs/egl-wayland2 is still experimental and will be used over"
ewarn "gui-libs/egl-wayland(aka v1) if both are installed, please remember"
ewarn "to try uninstalling v2 if experience issues."
}