summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-08-07 09:22:48 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-08-07 09:59:04 -0400
commita5911fa027b1d1555b9f2824ed5b70e1fbd3e2f7 (patch)
treefc8bb0fe79a67bedf06cea7778acee4232d0adfe /gui-libs
parentdev-python/pytest-bdd: stabilize 6.0.1 for amd64 (diff)
downloadgentoo-a5911fa027b1d1555b9f2824ed5b70e1fbd3e2f7.tar.gz
gentoo-a5911fa027b1d1555b9f2824ed5b70e1fbd3e2f7.tar.bz2
gentoo-a5911fa027b1d1555b9f2824ed5b70e1fbd3e2f7.zip
gui-libs/egl-wayland: drop 1.1.10
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/egl-wayland/egl-wayland-1.1.10.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.10.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.10.ebuild
deleted file mode 100644
index 15f3bab74424..000000000000
--- a/gui-libs/egl-wayland/egl-wayland-1.1.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="EGLStream-based Wayland external platform"
-HOMEPAGE="https://github.com/NVIDIA/egl-wayland"
-SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- dev-libs/wayland
- !<x11-drivers/nvidia-drivers-470.57.02[wayland(-)]"
-DEPEND="
- ${RDEPEND}
- dev-libs/wayland-protocols
- gui-libs/eglexternalplatform
- >=media-libs/libglvnd-1.3.4
- x11-libs/libdrm"
-BDEPEND="dev-util/wayland-scanner"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.1.6-remove-werror.patch
-)
-
-src_install() {
- meson_src_install
-
- insinto /usr/share/egl/egl_external_platform.d
- doins "${FILESDIR}"/10_nvidia_wayland.json
-}
-
-pkg_postinst() {
- if has_version "<x11-drivers/nvidia-drivers-391"; then
- ewarn "<=nvidia-drivers-390.xx may not work properly with this version of"
- ewarn "egl-wayland, it is recommended to use nouveau drivers for wayland."
- fi
-}