From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
Date: Wed, 06 Aug 2025 02:13:12 +0000 (UTC) [thread overview]
Message-ID: <1754446355.608d25a8994ae076f6ad1fcbb321cae356fc5983.ionen@gentoo> (raw)
commit: 608d25a8994ae076f6ad1fcbb321cae356fc5983
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 6 02:07:37 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Aug 6 02:12:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608d25a8
gui-libs/egl-x11: add 1.0.3_pre20250707
nvidia-drivers-570.181 ships with unreleased 1.0.3,
not that it has interesting fixes (only for tegra)
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
gui-libs/egl-x11/Manifest | 1 +
gui-libs/egl-x11/egl-x11-1.0.3_pre20250707.ebuild | 45 +++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index e17aac883145..89cdccec50e0 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1 +1,2 @@
DIST egl-x11-1.0.2.tar.gz 72043 BLAKE2B 9e282dba0864c6a4f4e02ca9b9a75559d090fcaadf44eb660fa988b198e55d796ea713c2c6374c6e4096d2dee21b7566767cee4282531ec31f697b0fc2d561e6 SHA512 a0f78d4937f5c447c18ffb799ff78913d23484d7eeed4b60a00714d4e42b3a762008156b0ef0334cdc212b9df5993b4abbdab2873bb63c4dc17d1c4599abf694
+DIST egl-x11-1.0.3_pre20250707.tar.gz 72134 BLAKE2B ca99a026750e740736842d01b251aabe895fca130a19c22a5a14176ff82a40f5c2c7e43ce87fdb1a041192a59a9386f4ff3d92e67a6e8799aaa3f10ae95ba991 SHA512 597b066dd8b34e14f211b4679ca8647ff5450c071fb00e3473ad4cfdbcd3e2aebae5bb10371dd6f484db75a7d4c867bf5f89a5d87df30f001a9a4a71141772d7
diff --git a/gui-libs/egl-x11/egl-x11-1.0.3_pre20250707.ebuild b/gui-libs/egl-x11/egl-x11-1.0.3_pre20250707.ebuild
new file mode 100644
index 000000000000..d0891e949540
--- /dev/null
+++ b/gui-libs/egl-x11/egl-x11-1.0.3_pre20250707.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="NVIDIA X11/XCB EGL external platform library"
+HOMEPAGE="https://github.com/NVIDIA/egl-x11/"
+
+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_EGLX11=5dc860774a201ee6b90ce45dc4c70f1c2a6c419a
+ SRC_URI="
+ https://github.com/NVIDIA/egl-x11/archive/${HASH_EGLX11}.tar.gz
+ -> ${P}.tar.gz
+ "
+ S=${WORKDIR}/${PN}-${HASH_EGLX11}
+else
+ SRC_URI="
+ https://github.com/NVIDIA/egl-x11/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz
+ "
+fi
+
+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}]
+ !<x11-drivers/nvidia-drivers-565.57.01-r2
+"
+DEPEND="
+ ${RDEPEND}
+ >=gui-libs/eglexternalplatform-1.2
+ media-libs/libglvnd
+ x11-base/xorg-proto
+"
next reply other threads:[~2025-08-06 2:13 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-06 2:13 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-11-04 16:03 [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/ Ionen Wolkens
2025-10-21 5:35 Ionen Wolkens
2025-08-20 4:38 Ionen Wolkens
2025-08-13 23:20 Ionen Wolkens
2025-06-05 5:33 Ionen Wolkens
2025-06-02 3:05 Ionen Wolkens
2025-06-01 17:19 Ionen Wolkens
2025-05-19 17:08 Ionen Wolkens
2025-05-19 17:08 Ionen Wolkens
2025-04-25 0:41 Ionen Wolkens
2025-04-18 17:15 Ionen Wolkens
2025-04-18 9:59 Ionen Wolkens
2025-03-13 6:45 Ionen Wolkens
2024-12-11 21:43 Ionen Wolkens
2024-12-11 21:43 Ionen Wolkens
2024-12-05 16:10 Ionen Wolkens
2024-11-18 15:23 Ionen Wolkens
2024-10-28 11:15 Ionen Wolkens
2024-10-24 8:05 Arthur Zamarin
2024-10-23 9:33 Ionen Wolkens
2024-10-23 9:08 Ionen Wolkens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1754446355.608d25a8994ae076f6ad1fcbb321cae356fc5983.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox