From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 818281581D8 for ; Mon, 18 Nov 2024 15:23:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C81F0E07EF; Mon, 18 Nov 2024 15:23:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC558E07EF for ; Mon, 18 Nov 2024 15:23:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5635335DE9 for ; Mon, 18 Nov 2024 15:23:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CF4C1A9D for ; Mon, 18 Nov 2024 15:23:50 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1731943391.a104fefa6fd66d6728a583a4d6ad976bd1c7beeb.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/egl-x11/Manifest gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild X-VCS-Directories: gui-libs/egl-x11/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a104fefa6fd66d6728a583a4d6ad976bd1c7beeb X-VCS-Branch: master Date: Mon, 18 Nov 2024 15:23:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c87a111b-f2a7-464d-8222-fbaf47b24ad3 X-Archives-Hash: 9e324d9b4c9a01f638973b2ee59c25e5 commit: a104fefa6fd66d6728a583a4d6ad976bd1c7beeb Author: Ionen Wolkens gentoo org> AuthorDate: Mon Nov 18 15:22:20 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Nov 18 15:23:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a104fefa gui-libs/egl-x11: add 1.0.0_pre20241113 Closes: https://bugs.gentoo.org/942396 Signed-off-by: Ionen Wolkens gentoo.org> gui-libs/egl-x11/Manifest | 1 + gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild | 37 +++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest index 7ab3b67d6f94..04e422865674 100644 --- a/gui-libs/egl-x11/Manifest +++ b/gui-libs/egl-x11/Manifest @@ -1 +1,2 @@ DIST egl-x11-1.0.0_pre20240919.tar.gz 71007 BLAKE2B 10793ee854f1548630772579a745c6d12c6add7abea506663b3c196726544353a06eb45a17a42f4fe1c13cb4602750f43d267c8c2be541c31fa34e9aa0f4c7a4 SHA512 b902e39107ec1e6fcd5d10a2741bcb1d3930b947d36c4778d5c3c12d14086d92ad64742f5a5ff2bdfd36c1cc37ac634277221272cb8f5092ff165fcc2c2ecdff +DIST egl-x11-1.0.0_pre20241113.tar.gz 71112 BLAKE2B 991f9825feed3c873264047d324ba76893fa200c5c65705ed1ffda17e72feb50e397edee84ff77faac5e6d50272698557faeaee11f7e3eb8c7a111b27a53471e SHA512 624cb009ce2b920bab2b59b2ac27171e8988862d897125fa9dedfeb62ad075190eb94252f964828f094de069a1196314dcc89e6dd8222ed65f9fb95b32fb26be diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild new file mode 100644 index 000000000000..bde11d7c5a36 --- /dev/null +++ b/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild @@ -0,0 +1,37 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson-multilib + +# no releases yet, update in sync with nvidia unless there is urgent fixes +HASH_EGLX11=6092c1f6cff86702bbecedb918b214a5dca362f9 + +DESCRIPTION="NVIDIA X11/XCB EGL external platform library" +HOMEPAGE="https://github.com/NVIDIA/egl-x11/" +SRC_URI=" + https://github.com/NVIDIA/egl-x11/archive/${HASH_EGLX11}.tar.gz + -> ${P}.tar.gz +" +S=${WORKDIR}/${PN}-${HASH_EGLX11} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +# wrt blocker, may or may not cause problems if present with <560 +# drivers, and collides with <565.57.01-r2 +RDEPEND=" + media-libs/mesa[gbm(+),${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] + x11-libs/libdrm[${MULTILIB_USEDEP}] + x11-libs/libxcb:=[${MULTILIB_USEDEP}] + !