Diff egl-wayland-1.1.7-r1 with a egl-wayland-1.1.12

/usr/portage/gui-libs/egl-wayland/egl-wayland-1.1.12.ebuild 2023-10-09 14:52:31.176368393 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
inherit meson
7 7

  
8 8
DESCRIPTION="EGLStream-based Wayland external platform"
9
HOMEPAGE="https://github.com/NVIDIA/egl-wayland"
10
SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/${PV}.tar.gz -> ${P}.tar.gz"
9
HOMEPAGE="https://github.com/NVIDIA/egl-wayland/"
10
SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
11 11

  
12 12
LICENSE="MIT"
13 13
SLOT="0"
......
18 18
	!<x11-drivers/nvidia-drivers-470.57.02[wayland(-)]"
19 19
DEPEND="
20 20
	${RDEPEND}
21
	dev-libs/wayland-protocols
21 22
	gui-libs/eglexternalplatform
22
	>=media-libs/libglvnd-1.3.4"
23
	media-libs/libglvnd
24
	x11-libs/libdrm"
23 25
BDEPEND="dev-util/wayland-scanner"
24 26

  
25 27
PATCHES=(
......
34 36
}
35 37

  
36 38
pkg_postinst() {
37
	if has_version "<x11-drivers/nvidia-drivers-391"; then
38
		ewarn "<=nvidia-drivers-390.xx may not work properly with this version of"
39
	if has_version "<x11-drivers/nvidia-drivers-471"; then
40
		ewarn "<=nvidia-drivers-470.xx may not work properly with this version of"
39 41
		ewarn "egl-wayland, it is recommended to use nouveau drivers for wayland."
40 42
	fi
41 43
}
Thank you!