public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-gbm/
Date: Tue, 27 Jun 2023 03:51:04 +0000 (UTC)	[thread overview]
Message-ID: <1687837740.994e3131ef0fa624500d324a88b51abf6ddcd88d.ionen@gentoo> (raw)

commit:     994e3131ef0fa624500d324a88b51abf6ddcd88d
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 03:44:46 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 03:49:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994e3131

gui-libs/egl-gbm: add 1.1.0_p20230420

Seems nvidia been bumping their bundled copy but without making
releases, so guess should use snapshots... (this is mentioned in
the nvidia-drivers-525.125.06's ChangeLog file which appears to
refer to a fix that's not in a release)

Please report if any problems as I don't really test wayland/GBM.

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

 gui-libs/egl-gbm/Manifest                       |  1 +
 gui-libs/egl-gbm/egl-gbm-1.1.0_p20230420.ebuild | 37 +++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/gui-libs/egl-gbm/Manifest b/gui-libs/egl-gbm/Manifest
index 89e67167b684..d0fa29f6d07e 100644
--- a/gui-libs/egl-gbm/Manifest
+++ b/gui-libs/egl-gbm/Manifest
@@ -1 +1,2 @@
 DIST egl-gbm-1.1.0.tar.gz 17165 BLAKE2B c83702635c7621d93968ed6813d3641bcc785b7e6fb0474d1e6edebf46942c799af52d22127865ff9484ef6b398a02cb6081dfc00a6e1ec8ce1882c0c980b116 SHA512 4b7856f496bd045d1ef56881ac793c9e5994bb6cfaa911de51f83bfd4adcf596c204a75cd9f1aef0418289dcef4812ace8cba23b44445e18e004bf6ad2b18421
+DIST egl-gbm-1.1.0_p20230420.tar.gz 17705 BLAKE2B 374b031918bb08bb5c98a9c1a67c18c56685ca4518a239ebd489f3fea9f270659d4113fb0a9f7fc74c6b98d71335160bf71b0e1dc46907ec1eaf67ffc41aa6e3 SHA512 025c2b2118e7a3ae1f17e79a16bba41683f93b413b3fee9bf9115d8392a8822a05368936080cc545515d7ef553052d002307ccc8783413129f0887cee2b6de9c

diff --git a/gui-libs/egl-gbm/egl-gbm-1.1.0_p20230420.ebuild b/gui-libs/egl-gbm/egl-gbm-1.1.0_p20230420.ebuild
new file mode 100644
index 000000000000..669004695aad
--- /dev/null
+++ b/gui-libs/egl-gbm/egl-gbm-1.1.0_p20230420.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+HASH_EGLGBM=e5eee6058a812bce6df792c54efc484c4f15b6d1
+
+DESCRIPTION="GBM EGL external platform library"
+HOMEPAGE="https://github.com/NVIDIA/egl-gbm/"
+SRC_URI="https://github.com/NVIDIA/egl-gbm/archive/${HASH_EGLGBM}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${HASH_EGLGBM}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+	>=media-libs/mesa-21.2[gbm(+)]
+	x11-libs/libdrm
+	!<x11-drivers/nvidia-drivers-495.46-r20[wayland(-)]"
+DEPEND="
+	${RDEPEND}
+	>=media-libs/libglvnd-1.3.4
+	gui-libs/eglexternalplatform"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.1.0-werror.patch
+)
+
+src_install() {
+	meson_src_install
+
+	insinto /usr/share/egl/egl_external_platform.d
+	doins "${FILESDIR}"/15_nvidia_gbm.json
+}


             reply	other threads:[~2023-06-27  3:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27  3:51 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-23  9:33 [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-gbm/ Ionen Wolkens
2024-08-13  5:16 Ionen Wolkens
2024-08-02 15:59 Ionen Wolkens
2024-07-23 15:15 Ionen Wolkens
2024-01-23  9:11 Ionen Wolkens
2024-01-08 12:59 Ionen Wolkens
2024-01-03  5:42 Ionen Wolkens
2023-07-03  7:25 Ionen Wolkens
2022-02-14  0:48 Sam James
2022-02-09 15:33 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=1687837740.994e3131ef0fa624500d324a88b51abf6ddcd88d.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