public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2024-10-23  9:08 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2024-10-23  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d78c27483901259da74520748c213613d1114400
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 08:21:31 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 09:07:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78c2748

gui-libs/egl-x11: new package, add 1.0.0_pre20240919

Replaces >=nvidia-drivers-565 prebuilt libraries.

No releases yet, "hopefully" will change as right now the
pacakge is fairly new/experimental.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest                         |  1 +
 gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild | 37 +++++++++++++++++++++++
 gui-libs/egl-x11/metadata.xml                     | 11 +++++++
 3 files changed, 49 insertions(+)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
new file mode 100644
index 000000000000..7ab3b67d6f94
--- /dev/null
+++ b/gui-libs/egl-x11/Manifest
@@ -0,0 +1 @@
+DIST egl-x11-1.0.0_pre20240919.tar.gz 71007 BLAKE2B 10793ee854f1548630772579a745c6d12c6add7abea506663b3c196726544353a06eb45a17a42f4fe1c13cb4602750f43d267c8c2be541c31fa34e9aa0f4c7a4 SHA512 b902e39107ec1e6fcd5d10a2741bcb1d3930b947d36c4778d5c3c12d14086d92ad64742f5a5ff2bdfd36c1cc37ac634277221272cb8f5092ff165fcc2c2ecdff

diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild
new file mode 100644
index 000000000000..4943c93611ea
--- /dev/null
+++ b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.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, should typically update hash in sync with nvidia bumps
+HASH_EGLX11=8aac36c712561ebfecc82af3db15c50cd0d573fb
+
+DESCRIPTION="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"
+
+# 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
+"

diff --git a/gui-libs/egl-x11/metadata.xml b/gui-libs/egl-x11/metadata.xml
new file mode 100644
index 000000000000..099da4f176c1
--- /dev/null
+++ b/gui-libs/egl-x11/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>ionen@gentoo.org</email>
+		<name>Ionen Wolkens</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">NVIDIA/egl-x11</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2024-10-23  9:33 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2024-10-23  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     dcaa4a0f9bd197b8fd0d4d852566df878344934f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 09:30:28 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 09:32:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcaa4a0f

gui-libs/egl-x11: adjust description

Clarify it's for NVIDIA and sync with egl-{x11,wayland,gbm}.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild
index 4943c93611ea..0aa68f117a41 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild
@@ -8,7 +8,7 @@ inherit meson-multilib
 # no releases yet, should typically update hash in sync with nvidia bumps
 HASH_EGLX11=8aac36c712561ebfecc82af3db15c50cd0d573fb
 
-DESCRIPTION="X11/XCB EGL external platform library"
+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


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2024-10-24  8:05 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-10-24  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a020832afb86abee21d9cff111c130ca75cec634
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 08:05:30 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 08:05:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a020832a

gui-libs/egl-x11: Keyword 1.0.0_pre20240919 arm64, #942002

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild
index 0aa68f117a41..16ded7bb7709 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${PN}-${HASH_EGLX11}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 # wrt blocker, may or may not cause problems if present with <560
 # drivers, and collides with <565.57.01-r2


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2024-10-28 11:15 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2024-10-28 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     899426ac479fc0c4d38d746143561e369d47a2e5
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 11:07:02 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 11:15:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899426ac

gui-libs/egl-x11: quick workaround for clang

Not really looked at what exactly causes this yet, but fwiw "seems"
fine if compiled with -O0 (which implies there's likely some UB in
egl-x11's code).

Optimizations are not important for this library, so do a quick -O0
workaround for the time being.

Bug: https://bugs.gentoo.org/942396
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 ....0_pre20240919.ebuild => egl-x11-1.0.0_pre20240919-r1.ebuild} | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild
similarity index 81%
rename from gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild
rename to gui-libs/egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild
index 16ded7bb7709..545151e96bd8 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit meson-multilib
+inherit flag-o-matic meson-multilib toolchain-funcs
 
 # no releases yet, should typically update hash in sync with nvidia bumps
 HASH_EGLX11=8aac36c712561ebfecc82af3db15c50cd0d573fb
@@ -35,3 +35,10 @@ DEPEND="
 	media-libs/libglvnd
 	x11-base/xorg-proto
 "
+
+src_configure() {
+	# needs looking into, likely some UB broken at >=-O1 (bug #942396)
+	tc-is-clang && replace-flags '-O*' '-O0'
+
+	meson-multilib_src_configure
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2024-11-18 15:23 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2024-11-18 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     a104fefa6fd66d6728a583a4d6ad976bd1c7beeb
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 15:22:20 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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}]
+	!<x11-drivers/nvidia-drivers-565.57.01-r2
+"
+DEPEND="
+	${RDEPEND}
+	>=gui-libs/eglexternalplatform-1.2
+	media-libs/libglvnd
+	x11-base/xorg-proto
+"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2024-12-05 16:10 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2024-12-05 16:10 UTC (permalink / raw
  To: gentoo-commits

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
+"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2024-12-11 21:43 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2024-12-11 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3625520415e75538e08473aa808bc2437f357eac
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 21:37:54 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 21:41:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36255204

gui-libs/egl-x11: add 1.0.0

Identical to 1.0.0_pre20241120 (same commit), except that it's
officially tagged now so may as well use it and it's a quick
rebuild.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest             |  1 +
 gui-libs/egl-x11/egl-x11-1.0.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index 7359897c30cb..abd863d1d865 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,3 +1,4 @@
+DIST egl-x11-1.0.0.tar.gz 71522 BLAKE2B 37fa6459ab3480e58e0b410adccb96c936a47d2d381006e5ca57fa04641b91fa72d66e490692c618bf40e95c8440aaf2f18e0ce3820979d9aeae7e21e0694aac SHA512 b240698bfc6dae02c391e8ff5b5619992a237984a456a433ed0989fd0a805511c88737b87d6d748feb0482fdb5d81c76e9419414d4d1b109097a30412665aafe
 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.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0.ebuild
new file mode 100644
index 000000000000..be0bb4b621c1
--- /dev/null
+++ b/gui-libs/egl-x11/egl-x11-1.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2024 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/"
+SRC_URI="
+	https://github.com/NVIDIA/egl-x11/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.tar.gz
+"
+
+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
+"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2024-12-11 21:43 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2024-12-11 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     96c95febbdbf2ca25a4dd239a90a4975b3cf0a07
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 21:39:36 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 21:41:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c95feb

gui-libs/egl-x11: drop 1.0.0_pre*

The last one is identical to the just added 1.0.0,
so little reason to keep these.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest                          |  3 --
 .../egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild    | 44 ----------------------
 gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild  | 37 ------------------
 gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.ebuild  | 37 ------------------
 4 files changed, 121 deletions(-)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index abd863d1d865..9cbd4ddc400a 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,4 +1 @@
 DIST egl-x11-1.0.0.tar.gz 71522 BLAKE2B 37fa6459ab3480e58e0b410adccb96c936a47d2d381006e5ca57fa04641b91fa72d66e490692c618bf40e95c8440aaf2f18e0ce3820979d9aeae7e21e0694aac SHA512 b240698bfc6dae02c391e8ff5b5619992a237984a456a433ed0989fd0a805511c88737b87d6d748feb0482fdb5d81c76e9419414d4d1b109097a30412665aafe
-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_pre20240919-r1.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild
deleted file mode 100644
index 545151e96bd8..000000000000
--- a/gui-libs/egl-x11/egl-x11-1.0.0_pre20240919-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic meson-multilib toolchain-funcs
-
-# no releases yet, should typically update hash in sync with nvidia bumps
-HASH_EGLX11=8aac36c712561ebfecc82af3db15c50cd0d573fb
-
-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
-"
-
-src_configure() {
-	# needs looking into, likely some UB broken at >=-O1 (bug #942396)
-	tc-is-clang && replace-flags '-O*' '-O0'
-
-	meson-multilib_src_configure
-}

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
deleted file mode 100644
index bde11d7c5a36..000000000000
--- a/gui-libs/egl-x11/egl-x11-1.0.0_pre20241113.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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}]
-	!<x11-drivers/nvidia-drivers-565.57.01-r2
-"
-DEPEND="
-	${RDEPEND}
-	>=gui-libs/eglexternalplatform-1.2
-	media-libs/libglvnd
-	x11-base/xorg-proto
-"

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
deleted file mode 100644
index 9d007939b9b1..000000000000
--- a/gui-libs/egl-x11/egl-x11-1.0.0_pre20241120.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-03-13  6:45 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-03-13  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     cca2c874119a3c52f3f73f5de1035a86b956966b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 06:35:52 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 06:44:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca2c874

gui-libs/egl-x11: stabilize 1.0.0 for amd64

Bug: https://bugs.gentoo.org/950350
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/egl-x11-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-libs/egl-x11/egl-x11-1.0.0.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0.ebuild
index be0bb4b621c1..0752f87482c6 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.0.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 # wrt blocker, may or may not cause problems if present with <560
 # drivers, and collides with <565.57.01-r2


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-04-18  9:59 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-04-18  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c27a815bde9912260d8f2b2a660cfc8b63400154
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 09:56:50 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 09:59:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27a815b

gui-libs/egl-x11: add 1.0.1_pre20250318

Has a notable fix for e.g. firefox and is what is included with
the latest NVIDIA 575 beta, but no proper release yet.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest                         |  1 +
 gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild | 36 +++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index 9cbd4ddc400a..debc5ebff8e2 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1 +1,2 @@
 DIST egl-x11-1.0.0.tar.gz 71522 BLAKE2B 37fa6459ab3480e58e0b410adccb96c936a47d2d381006e5ca57fa04641b91fa72d66e490692c618bf40e95c8440aaf2f18e0ce3820979d9aeae7e21e0694aac SHA512 b240698bfc6dae02c391e8ff5b5619992a237984a456a433ed0989fd0a805511c88737b87d6d748feb0482fdb5d81c76e9419414d4d1b109097a30412665aafe
+DIST egl-x11-1.0.1_pre20250318.tar.gz 72138 BLAKE2B 0790b4000e3fb7daacc753696cafb60fb09aba462e7524366723e8eb93a8f58609cf9d71f08d86a54366b8579447b535936d9955de4f30f1b86c80bcbede2819 SHA512 e0d3ff6eaf9aa54526e50bd4cb7937e27eb76b86e3d12b6913319bb7c5a769984f65a8a57cb6b98c53f247116e485f75970a358bc583129fccc0265a936b594f

diff --git a/gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild b/gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild
new file mode 100644
index 000000000000..590afe5d9052
--- /dev/null
+++ b/gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+EGLX11_HASH=0558d54cdbc563706d44671ba7d846fc12b96485
+
+DESCRIPTION="NVIDIA X11/XCB EGL external platform library"
+HOMEPAGE="https://github.com/NVIDIA/egl-x11/"
+SRC_URI="
+	https://github.com/NVIDIA/egl-x11/archive/${EGLX11_HASH}.tar.gz
+		-> ${P}.tar.gz
+"
+S=${WORKDIR}/${PN}-${EGLX11_HASH}
+
+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
+"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-04-18 17:15 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-04-18 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f4744844a2a85f6dbf8cd044a9eaa642df2c638a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 15:41:34 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 17:14:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4744844

gui-libs/egl-x11: add 1.0.1, drop 1.0.1_pre20250318

These are indentical save for being tagged now.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest                                            | 2 +-
 .../{egl-x11-1.0.1_pre20250318.ebuild => egl-x11-1.0.1.ebuild}       | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index debc5ebff8e2..16805652a47d 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,2 +1,2 @@
 DIST egl-x11-1.0.0.tar.gz 71522 BLAKE2B 37fa6459ab3480e58e0b410adccb96c936a47d2d381006e5ca57fa04641b91fa72d66e490692c618bf40e95c8440aaf2f18e0ce3820979d9aeae7e21e0694aac SHA512 b240698bfc6dae02c391e8ff5b5619992a237984a456a433ed0989fd0a805511c88737b87d6d748feb0482fdb5d81c76e9419414d4d1b109097a30412665aafe
-DIST egl-x11-1.0.1_pre20250318.tar.gz 72138 BLAKE2B 0790b4000e3fb7daacc753696cafb60fb09aba462e7524366723e8eb93a8f58609cf9d71f08d86a54366b8579447b535936d9955de4f30f1b86c80bcbede2819 SHA512 e0d3ff6eaf9aa54526e50bd4cb7937e27eb76b86e3d12b6913319bb7c5a769984f65a8a57cb6b98c53f247116e485f75970a358bc583129fccc0265a936b594f
+DIST egl-x11-1.0.1.tar.gz 72060 BLAKE2B 018bfbd2c3624be794eb5a5d862de7ec11d66aa174a50396810a8b313ce4794ba19e48419023bd585ba3e246d261a31fa8c333e13c4f26468416262abeb39899 SHA512 8c49520184630e0b20fd28f6089b56578b10454535134040c72512bc4e1ff12c29f7b6834cc619196f20e360045d70a7338ed426535d57d8074cfcb8409cdaff

diff --git a/gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild b/gui-libs/egl-x11/egl-x11-1.0.1.ebuild
similarity index 83%
rename from gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild
rename to gui-libs/egl-x11/egl-x11-1.0.1.ebuild
index 590afe5d9052..4db57910cc58 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.1_pre20250318.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.1.ebuild
@@ -5,15 +5,12 @@ EAPI=8
 
 inherit meson-multilib
 
-EGLX11_HASH=0558d54cdbc563706d44671ba7d846fc12b96485
-
 DESCRIPTION="NVIDIA X11/XCB EGL external platform library"
 HOMEPAGE="https://github.com/NVIDIA/egl-x11/"
 SRC_URI="
-	https://github.com/NVIDIA/egl-x11/archive/${EGLX11_HASH}.tar.gz
+	https://github.com/NVIDIA/egl-x11/archive/refs/tags/v${PV}.tar.gz
 		-> ${P}.tar.gz
 "
-S=${WORKDIR}/${PN}-${EGLX11_HASH}
 
 LICENSE="Apache-2.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-04-25  0:41 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-04-25  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4a776a2065fb90610d766bb4f6e28e89d2c9866f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 16:44:15 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 25 00:39:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a776a20

gui-libs/egl-x11: stabilize 1.0.1 for amd64

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/egl-x11-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/egl-x11/egl-x11-1.0.1.ebuild b/gui-libs/egl-x11/egl-x11-1.0.1.ebuild
index 4db57910cc58..0752f87482c6 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.1.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 # wrt blocker, may or may not cause problems if present with <560
 # drivers, and collides with <565.57.01-r2


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-05-19 17:08 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-05-19 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     530068e2da38e9a7dc22ef4da97fed1c5747f6e3
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 16:59:22 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon May 19 17:07:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530068e2

gui-libs/egl-x11: add 1.0.2_pre20250502

Not tagged yet, but nvidia-drivers-570.153.02 ships with 1.0.2.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest                         |  1 +
 gui-libs/egl-x11/egl-x11-1.0.2_pre20250502.ebuild | 36 +++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index 16805652a47d..f656f794d61b 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,2 +1,3 @@
 DIST egl-x11-1.0.0.tar.gz 71522 BLAKE2B 37fa6459ab3480e58e0b410adccb96c936a47d2d381006e5ca57fa04641b91fa72d66e490692c618bf40e95c8440aaf2f18e0ce3820979d9aeae7e21e0694aac SHA512 b240698bfc6dae02c391e8ff5b5619992a237984a456a433ed0989fd0a805511c88737b87d6d748feb0482fdb5d81c76e9419414d4d1b109097a30412665aafe
 DIST egl-x11-1.0.1.tar.gz 72060 BLAKE2B 018bfbd2c3624be794eb5a5d862de7ec11d66aa174a50396810a8b313ce4794ba19e48419023bd585ba3e246d261a31fa8c333e13c4f26468416262abeb39899 SHA512 8c49520184630e0b20fd28f6089b56578b10454535134040c72512bc4e1ff12c29f7b6834cc619196f20e360045d70a7338ed426535d57d8074cfcb8409cdaff
+DIST egl-x11-1.0.2_pre20250502.tar.gz 72120 BLAKE2B 8d849f51f225436e90bb5e3249a127bddea7bf84dc9a24b81af0e0591fe2a1c937cf319fcce6803c02e098bd4d6f8d28dbb66e1b3a3aa33d664ad68654416d53 SHA512 daf5a47d1069c15d8a577030e3e7f107573633e8b0dbe7c4f71e5e2017d6386ebe05252d1ecdbf9bc0586af1386a6185109e692657e2f931a6e828846f13999d

diff --git a/gui-libs/egl-x11/egl-x11-1.0.2_pre20250502.ebuild b/gui-libs/egl-x11/egl-x11-1.0.2_pre20250502.ebuild
new file mode 100644
index 000000000000..22e1ebdb3e15
--- /dev/null
+++ b/gui-libs/egl-x11/egl-x11-1.0.2_pre20250502.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+EGLX11_HASH=24f60633e7a37e631fa556178e7af617ff53eddf
+
+DESCRIPTION="NVIDIA X11/XCB EGL external platform library"
+HOMEPAGE="https://github.com/NVIDIA/egl-x11/"
+SRC_URI="
+	https://github.com/NVIDIA/egl-x11/archive/${EGLX11_HASH}.tar.gz
+		-> ${P}.tar.gz
+"
+S=${WORKDIR}/${PN}-${EGLX11_HASH}
+
+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
+"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-05-19 17:08 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-05-19 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     97867be0c6dae9dc61793fb9f8ee17edc9190b08
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 17:01:32 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon May 19 17:07:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97867be0

gui-libs/egl-x11: drop 1.0.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest             |  1 -
 gui-libs/egl-x11/egl-x11-1.0.0.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index f656f794d61b..db22503140ee 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,3 +1,2 @@
-DIST egl-x11-1.0.0.tar.gz 71522 BLAKE2B 37fa6459ab3480e58e0b410adccb96c936a47d2d381006e5ca57fa04641b91fa72d66e490692c618bf40e95c8440aaf2f18e0ce3820979d9aeae7e21e0694aac SHA512 b240698bfc6dae02c391e8ff5b5619992a237984a456a433ed0989fd0a805511c88737b87d6d748feb0482fdb5d81c76e9419414d4d1b109097a30412665aafe
 DIST egl-x11-1.0.1.tar.gz 72060 BLAKE2B 018bfbd2c3624be794eb5a5d862de7ec11d66aa174a50396810a8b313ce4794ba19e48419023bd585ba3e246d261a31fa8c333e13c4f26468416262abeb39899 SHA512 8c49520184630e0b20fd28f6089b56578b10454535134040c72512bc4e1ff12c29f7b6834cc619196f20e360045d70a7338ed426535d57d8074cfcb8409cdaff
 DIST egl-x11-1.0.2_pre20250502.tar.gz 72120 BLAKE2B 8d849f51f225436e90bb5e3249a127bddea7bf84dc9a24b81af0e0591fe2a1c937cf319fcce6803c02e098bd4d6f8d28dbb66e1b3a3aa33d664ad68654416d53 SHA512 daf5a47d1069c15d8a577030e3e7f107573633e8b0dbe7c4f71e5e2017d6386ebe05252d1ecdbf9bc0586af1386a6185109e692657e2f931a6e828846f13999d

diff --git a/gui-libs/egl-x11/egl-x11-1.0.0.ebuild b/gui-libs/egl-x11/egl-x11-1.0.0.ebuild
deleted file mode 100644
index 0752f87482c6..000000000000
--- a/gui-libs/egl-x11/egl-x11-1.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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/"
-SRC_URI="
-	https://github.com/NVIDIA/egl-x11/archive/refs/tags/v${PV}.tar.gz
-		-> ${P}.tar.gz
-"
-
-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
-"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-06-01 17:19 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-06-01 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1206ccd59fe53b1564ada395d262d7d07402cfa9
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  1 17:17:23 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jun  1 17:18:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1206ccd5

gui-libs/egl-x11: add 1.0.2, drop 1.0.2_pre20250502

These are identical except that it's now been properly released.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest                                            | 2 +-
 .../{egl-x11-1.0.2_pre20250502.ebuild => egl-x11-1.0.2.ebuild}       | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index db22503140ee..0d7042f2c66b 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,2 +1,2 @@
 DIST egl-x11-1.0.1.tar.gz 72060 BLAKE2B 018bfbd2c3624be794eb5a5d862de7ec11d66aa174a50396810a8b313ce4794ba19e48419023bd585ba3e246d261a31fa8c333e13c4f26468416262abeb39899 SHA512 8c49520184630e0b20fd28f6089b56578b10454535134040c72512bc4e1ff12c29f7b6834cc619196f20e360045d70a7338ed426535d57d8074cfcb8409cdaff
-DIST egl-x11-1.0.2_pre20250502.tar.gz 72120 BLAKE2B 8d849f51f225436e90bb5e3249a127bddea7bf84dc9a24b81af0e0591fe2a1c937cf319fcce6803c02e098bd4d6f8d28dbb66e1b3a3aa33d664ad68654416d53 SHA512 daf5a47d1069c15d8a577030e3e7f107573633e8b0dbe7c4f71e5e2017d6386ebe05252d1ecdbf9bc0586af1386a6185109e692657e2f931a6e828846f13999d
+DIST egl-x11-1.0.2.tar.gz 72043 BLAKE2B 9e282dba0864c6a4f4e02ca9b9a75559d090fcaadf44eb660fa988b198e55d796ea713c2c6374c6e4096d2dee21b7566767cee4282531ec31f697b0fc2d561e6 SHA512 a0f78d4937f5c447c18ffb799ff78913d23484d7eeed4b60a00714d4e42b3a762008156b0ef0334cdc212b9df5993b4abbdab2873bb63c4dc17d1c4599abf694

diff --git a/gui-libs/egl-x11/egl-x11-1.0.2_pre20250502.ebuild b/gui-libs/egl-x11/egl-x11-1.0.2.ebuild
similarity index 83%
rename from gui-libs/egl-x11/egl-x11-1.0.2_pre20250502.ebuild
rename to gui-libs/egl-x11/egl-x11-1.0.2.ebuild
index 22e1ebdb3e15..4db57910cc58 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.2_pre20250502.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.2.ebuild
@@ -5,15 +5,12 @@ EAPI=8
 
 inherit meson-multilib
 
-EGLX11_HASH=24f60633e7a37e631fa556178e7af617ff53eddf
-
 DESCRIPTION="NVIDIA X11/XCB EGL external platform library"
 HOMEPAGE="https://github.com/NVIDIA/egl-x11/"
 SRC_URI="
-	https://github.com/NVIDIA/egl-x11/archive/${EGLX11_HASH}.tar.gz
+	https://github.com/NVIDIA/egl-x11/archive/refs/tags/v${PV}.tar.gz
 		-> ${P}.tar.gz
 "
-S=${WORKDIR}/${PN}-${EGLX11_HASH}
 
 LICENSE="Apache-2.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-06-02  3:05 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-06-02  3:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5976a93c1e1ca9fe0e261cc88611335966d123af
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 01:48:48 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 03:03:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5976a93c

gui-libs/egl-x11: stabilize 1.0.2 for amd64

May sound early but 1.0.2 is identical to the _pre snapshot
that we had in ~arch for a while before it, and it is meant
to be used if stabilize nvidia-drivers-570.153.02.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/egl-x11-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/egl-x11/egl-x11-1.0.2.ebuild b/gui-libs/egl-x11/egl-x11-1.0.2.ebuild
index 4db57910cc58..0752f87482c6 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.2.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 # wrt blocker, may or may not cause problems if present with <560
 # drivers, and collides with <565.57.01-r2


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-06-05  5:33 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-06-05  5:33 UTC (permalink / raw
  To: gentoo-commits

commit:     19ff1ec3192ee62dff4046a6e13e4863b167a857
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  5 05:05:17 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun  5 05:05:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ff1ec3

gui-libs/egl-x11: drop 1.0.1

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest             |  1 -
 gui-libs/egl-x11/egl-x11-1.0.1.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index 0d7042f2c66b..e17aac883145 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,2 +1 @@
-DIST egl-x11-1.0.1.tar.gz 72060 BLAKE2B 018bfbd2c3624be794eb5a5d862de7ec11d66aa174a50396810a8b313ce4794ba19e48419023bd585ba3e246d261a31fa8c333e13c4f26468416262abeb39899 SHA512 8c49520184630e0b20fd28f6089b56578b10454535134040c72512bc4e1ff12c29f7b6834cc619196f20e360045d70a7338ed426535d57d8074cfcb8409cdaff
 DIST egl-x11-1.0.2.tar.gz 72043 BLAKE2B 9e282dba0864c6a4f4e02ca9b9a75559d090fcaadf44eb660fa988b198e55d796ea713c2c6374c6e4096d2dee21b7566767cee4282531ec31f697b0fc2d561e6 SHA512 a0f78d4937f5c447c18ffb799ff78913d23484d7eeed4b60a00714d4e42b3a762008156b0ef0334cdc212b9df5993b4abbdab2873bb63c4dc17d1c4599abf694

diff --git a/gui-libs/egl-x11/egl-x11-1.0.1.ebuild b/gui-libs/egl-x11/egl-x11-1.0.1.ebuild
deleted file mode 100644
index 0752f87482c6..000000000000
--- a/gui-libs/egl-x11/egl-x11-1.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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/"
-SRC_URI="
-	https://github.com/NVIDIA/egl-x11/archive/refs/tags/v${PV}.tar.gz
-		-> ${P}.tar.gz
-"
-
-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
-"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-08-06  2:13 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-08-06  2:13 UTC (permalink / raw
  To: gentoo-commits

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
+"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-08-13 23:20 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-08-13 23:20 UTC (permalink / raw
  To: gentoo-commits

commit:     73d1c2ec5243efd258046c3290025037ef1ba6c0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 23:18:03 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 23:19:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d1c2ec

gui-libs/egl-x11: add 1.0.3, drop 1.0.3_pre20250707

These are identical, it just got properly tagged at the
same commit.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/Manifest                                               | 2 +-
 .../egl-x11/{egl-x11-1.0.3_pre20250707.ebuild => egl-x11-1.0.3.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-libs/egl-x11/Manifest b/gui-libs/egl-x11/Manifest
index 89cdccec50e0..ef1e75c9a15e 100644
--- a/gui-libs/egl-x11/Manifest
+++ b/gui-libs/egl-x11/Manifest
@@ -1,2 +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
+DIST egl-x11-1.0.3.tar.gz 72063 BLAKE2B 42645b2b31040b74fa6e7043b4ec9eee8d467e5095c6d876b2672bb0a9e003e1eeb968cd5c6ae22ad34f3945b98382632ab211222647b4171cb2b2d9874e8fe3 SHA512 7e81ebc7c567e2198abc18e970e8f132fd1862b2f847f48cd8fe3d51703db08ced4e4cc05b99cb2d458c4341f584d45551003516000f9cb49ae77f623be06e36

diff --git a/gui-libs/egl-x11/egl-x11-1.0.3_pre20250707.ebuild b/gui-libs/egl-x11/egl-x11-1.0.3.ebuild
similarity index 95%
rename from gui-libs/egl-x11/egl-x11-1.0.3_pre20250707.ebuild
rename to gui-libs/egl-x11/egl-x11-1.0.3.ebuild
index d0891e949540..d1d0650785ad 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.3_pre20250707.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.3.ebuild
@@ -11,7 +11,7 @@ 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
+	HASH_EGLX11=
 	SRC_URI="
 		https://github.com/NVIDIA/egl-x11/archive/${HASH_EGLX11}.tar.gz
 			-> ${P}.tar.gz


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/
@ 2025-08-20  4:38 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2025-08-20  4:38 UTC (permalink / raw
  To: gentoo-commits

commit:     272a3ffa5eca9fbab0236f2929fb007964135aa4
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 20 04:23:41 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Aug 20 04:23:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272a3ffa

gui-libs/egl-x11: stabilize 1.0.3 for amd64

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-x11/egl-x11-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/egl-x11/egl-x11-1.0.3.ebuild b/gui-libs/egl-x11/egl-x11-1.0.3.ebuild
index d1d0650785ad..3003a45e271e 100644
--- a/gui-libs/egl-x11/egl-x11-1.0.3.ebuild
+++ b/gui-libs/egl-x11/egl-x11-1.0.3.ebuild
@@ -26,7 +26,7 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 # wrt blocker, may or may not cause problems if present with <560
 # drivers, and collides with <565.57.01-r2


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2025-08-20  4:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-18  9:59 [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-x11/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2025-08-20  4:38 Ionen Wolkens
2025-08-13 23:20 Ionen Wolkens
2025-08-06  2:13 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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox