gui-libs/egl-wayland: drop 1.1.12_p20230718

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2023-11-15 13:11:47 -05:00
parent 1181eaf755
commit cfb0000ac1
2 changed files with 0 additions and 51 deletions

View File

@@ -1,3 +1,2 @@
DIST egl-wayland-1.1.12_p20230718.tar.gz 67390 BLAKE2B 438f4d6ff3840162517303200bf266ae2037ad16483477f0f86c6695cfbef2ef2b5ad63d100afc0d3bd13a34ebc222fba0f098e83ce8adb7c18c4d60c66eb148 SHA512 42f1ec235eb0ce8af774d9f08b45f48f8b658d51c7e1e33a49fb734941b8db9558aac46eaa07ce7edb2c7e07f5e791d2245f1f68fb3a692a686a0296fe559433
DIST egl-wayland-1.1.13.tar.gz 68153 BLAKE2B 08b576189112ae36b80a6d090f51b7c3cc40ee5bc9c1b0d22ef975ab13a6a30237ef5daafa21b01a62b5e8ae3f9f58fc0bb38a5216336c7dad8edfcc95119646 SHA512 7859d4bc8919c2028bd55425ca378bb81304c566bd9f7c1d768d810a0ee7a7531d297157fe331d1d0d6b5e16df00a9811e1d517572408734ec2321c376beda5a
DIST egl-wayland-1.1.7.tar.gz 48681 BLAKE2B eebbd0e36045c50b39ef70292156f5cd137a51af2169b56a35d318d90ade3d4a5b94206d86246d52fda0c6c093ff25e389b1a3ccbe60595dc9661d199e30f33b SHA512 edc81d9f2c617587044d5f9d35b3e355db8544e8fa1d861c1b92a5a11bc1af7d994ca8abd49ce6f462a1971f20296b4c757bdf1df0d2bfc981cdafaa839f12af

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
HASH_EGLWAYLAND=ea70449fd94b5f866ea6189bf4f41f7c230cccfa
DESCRIPTION="EGLStream-based Wayland external platform"
HOMEPAGE="https://github.com/NVIDIA/egl-wayland/"
SRC_URI="
https://github.com/NVIDIA/egl-wayland/archive/${HASH_EGLWAYLAND}.tar.gz
-> ${P}.tar.gz
"
S="${WORKDIR}/${PN}-${HASH_EGLWAYLAND}"
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
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-471"; then
ewarn "<=nvidia-drivers-470.xx may not work properly with this version of"
ewarn "egl-wayland, it is recommended to use nouveau drivers for wayland."
fi
}