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: Thu, 5 Dec 2024 16:10:10 +0000 (UTC) [thread overview]
Message-ID: <1733414949.b288a1a055b31f9e9f3860f5b93ee3380c1258f8.ionen@gentoo> (raw)
commit: b288a1a055b31f9e9f3860f5b93ee3380c1258f8
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 5 16:05:12 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Dec 5 16:09:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b288a1a0
gui-libs/egl-x11: add 1.0.0_pre20241120
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
gui-libs/egl-x11/Manifest | 1 +
gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.ebuild | 37 +++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index 04e422865674..7359897c30cb 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,2 +1,3 @@
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
+DIST egl-x11-1.0.0_pre20241120.tar.gz 71603 BLAKE2B 822ca4b9fa377118dd736aa491670ba47fc0bc9456745f796baa8dab8c41d3e4ad2409853917740942e3d231d541bd3f482402668a51a031c9a7a12f7b4b7b6f SHA512 4b8021779e4cc70104b026021844eed895f8f4ef51708c59c2d53ff5b3789db24c858bbae36c7070833e4c373bc2e974b11ff5924149abc1a1d2091a7397ce09
diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.ebuild
new file mode 100644
index 000000000000..9d007939b9b1
--- /dev/null
+++ b/gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.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=c616565cb830a23ac69ddd3c78251711646a11a2
+
+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}]
+ !<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:[~2024-12-05 16:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 16:10 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-11 21:43 [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/ Ionen Wolkens
2024-12-11 21:43 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=1733414949.b288a1a055b31f9e9f3860f5b93ee3380c1258f8.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