gui-libs/egl-gbm - 1.1.4 (gentoo)

Search

Install

Install this version:

emerge -a =gui-libs/egl-gbm-1.1.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-libs/egl-gbm-1.1.4

Or alternatively:

emerge --autounmask-write -a =gui-libs/egl-gbm-1.1.4

Package Information

Description:
NVIDIA GBM EGL external platform library
Homepage:
https://github.com/NVIDIA/egl-gbm/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.4 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson-multilib

DESCRIPTION="NVIDIA GBM EGL external platform library"
HOMEPAGE="https://github.com/NVIDIA/egl-gbm/"

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_EGLGBM=
	SRC_URI="
		https://github.com/NVIDIA/egl-gbm/archive/${HASH_EGLGBM}.tar.gz
			-> ${P}.tar.gz
	"
	S=${WORKDIR}/${PN}-${HASH_EGLGBM}
else
	SRC_URI="
		https://github.com/NVIDIA/egl-gbm/archive/${PV}.tar.gz
			-> ${P}.tar.gz
	"
fi

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	media-libs/mesa[gbm(+),${MULTILIB_USEDEP}]
	x11-libs/libdrm[${MULTILIB_USEDEP}]
"
DEPEND="
	${RDEPEND}
	>=gui-libs/eglexternalplatform-1.1-r1
	media-libs/libglvnd
"

PATCHES=(
	"${FILESDIR}"/${PN}-1.1.0-werror.patch
)

Inherited Eclasses

Dependencies

DEPEND

	
	media-libs/mesa[gbm(+),]
	x11-libs/libdrm[]

	>=gui-libs/eglexternalplatform-1.1-r1
	media-libs/libglvnd

RDEPEND

	media-libs/mesa[gbm(+),]
	x11-libs/libdrm[]

Manifest for 1.1.4

Type File Size Source URLs
DIST egl-gbm-1.1.4.tar.gz 18291 bytes https://github.com/NVIDIA/egl-gbm/archive/1.1.4.tar.gz