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-wayland/
Date: Fri, 23 Aug 2024 05:13:59 +0000 (UTC)	[thread overview]
Message-ID: <1724389998.60cb92ff4fedcd9a3dd08794daa863afcf7e1d10.ionen@gentoo> (raw)

commit:     60cb92ff4fedcd9a3dd08794daa863afcf7e1d10
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 05:09:57 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 05:13:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60cb92ff

gui-libs/egl-wayland: add 1.1.16

Albeit not lifting the mask yet, been going back&forth with
this too much and it is likely that there is other issues
(plus official nvidia-drivers still ships with 1.1.13.1).

Feel free to unmask if want to try.

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

 gui-libs/egl-wayland/Manifest                  |  1 +
 gui-libs/egl-wayland/egl-wayland-1.1.16.ebuild | 42 ++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/gui-libs/egl-wayland/Manifest b/gui-libs/egl-wayland/Manifest
index 950fd6fe6f35..49c788e57529 100644
--- a/gui-libs/egl-wayland/Manifest
+++ b/gui-libs/egl-wayland/Manifest
@@ -1,2 +1,3 @@
 DIST egl-wayland-1.1.13.1.tar.gz 68181 BLAKE2B 12587c24828570b5ad399042bb339b27c4d17e14896398d331970b32020956f12d56155e6b97f82c0e7c5f7aa5ad962b923c37ff1609f5384a99bb83e02c2dd7 SHA512 264373b22bab2a26dcd8391308ae24c0afe31168c318fd8fdf74a9958bc41658f9295645c4d91e395b5ab472cdf9dcf5160c448ba54e0aa8eccf04c294ffdb5b
 DIST egl-wayland-1.1.15.tar.gz 74483 BLAKE2B f457f27a70b132fa753c688711bb03301d7c22bc1bf039fa6dbf87f8a288572fdd4feb9b5da9e5545d06be95b8c3b3259a82189af14a5ae036f72cf0d01a8a1d SHA512 714f3d52dc1a884adc7d4942bc2486774637f61a05e74b3f00cc9389fadb1328b7fc87b31be9f49bd5be65e43bd6e6dc5341e2e7755ff6549dabaafcd2c50a3c
+DIST egl-wayland-1.1.16.tar.gz 74615 BLAKE2B ebb6c5ca00bcf78a2d09bc555da8023c16d340c0793b92833fbcc2b05de5a92e26bc59391af9b42d9ed079290c19e94897cf925bc92a926bd518aa3c1a3ccd38 SHA512 cd32f565c287808ebc9999c46650aecbd023d2df6e1824d30c58822e2f93fe807b37eb87c4626b0874797ad61cfcc75a436f528ec7947dd98c5bae24ca6e7a28

diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.16.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.16.ebuild
new file mode 100644
index 000000000000..93079328f2a5
--- /dev/null
+++ b/gui-libs/egl-wayland/egl-wayland-1.1.16.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="EGLStream-based Wayland external platform"
+HOMEPAGE="https://github.com/NVIDIA/egl-wayland/"
+SRC_URI="
+	https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz
+		-> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+	dev-libs/wayland[${MULTILIB_USEDEP}]
+	x11-libs/libdrm[${MULTILIB_USEDEP}]
+"
+DEPEND="
+	${RDEPEND}
+	dev-libs/wayland-protocols
+	>=gui-libs/eglexternalplatform-1.1-r1
+	media-libs/libglvnd
+"
+BDEPEND="
+	dev-util/wayland-scanner
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.1.6-remove-werror.patch
+)
+
+src_install() {
+	meson-multilib_src_install
+
+	insinto /usr/share/egl/egl_external_platform.d
+	doins "${FILESDIR}"/10_nvidia_wayland.json
+}


             reply	other threads:[~2024-08-23  5:14 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-23  5:13 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-09 21:47 [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/ Ionen Wolkens
2024-12-09 21:47 Ionen Wolkens
2024-12-05 16:10 Ionen Wolkens
2024-12-05 16:10 Ionen Wolkens
2024-11-10 18:01 Ionen Wolkens
2024-10-23  9:33 Ionen Wolkens
2024-10-23  9:08 Ionen Wolkens
2024-10-22 15:11 Ionen Wolkens
2024-10-03  5:23 Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-08-09 22:34 Ionen Wolkens
2024-08-02 15:59 Ionen Wolkens
2024-07-29 16:17 Ionen Wolkens
2024-07-23 15:15 Ionen Wolkens
2024-07-18 16:44 Ionen Wolkens
2024-03-20  7:17 Ionen Wolkens
2023-11-15 19:28 Ionen Wolkens
2023-11-13  4:04 Ionen Wolkens
2023-10-18 19:47 Ionen Wolkens
2023-10-18 19:47 Ionen Wolkens
2023-08-06  4:32 Ionen Wolkens
2023-07-28 18:45 Ionen Wolkens
2023-06-08 12:45 Arthur Zamarin
2023-06-03  5:21 Ionen Wolkens
2023-06-03  5:21 Ionen Wolkens
2023-04-22  6:53 Ionen Wolkens
2023-04-22  6:53 Ionen Wolkens
2023-04-11 11:43 Ionen Wolkens
2023-03-09 20:13 Ionen Wolkens
2023-03-02 18:05 Ionen Wolkens
2022-09-09  7:21 Ionen Wolkens
2022-09-02 19:07 Ionen Wolkens
2022-09-02 19:07 Ionen Wolkens
2022-09-01  6:47 Ionen Wolkens
2022-08-11 11:35 Ionen Wolkens
2022-08-11 11:35 Ionen Wolkens
2022-08-07 13:59 Ionen Wolkens
2022-06-28 17:26 Ionen Wolkens
2022-06-12 15:51 Ionen Wolkens
2022-02-14  0:48 Sam James
2022-02-14  0:48 Sam James
2021-12-28 17:10 Ionen Wolkens
2021-12-27  0:05 Ionen Wolkens
2021-12-21  0:59 Ionen Wolkens
2021-12-14 15:56 Ionen Wolkens
2021-12-14 15:56 Ionen Wolkens
2021-10-14 23:34 Ionen Wolkens
2021-09-03 23:34 Ionen Wolkens
2021-07-20  1:23 Ionen Wolkens
2021-07-20  1:23 Ionen Wolkens
2021-06-23  2:24 Ionen Wolkens
2021-06-18 17:05 Ionen Wolkens
2021-05-18 19:01 David Seifert
2021-04-17 14:44 David Seifert
2021-04-17 14:44 David Seifert
2021-04-17 14:44 David Seifert
2021-03-21 19:13 David Seifert

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=1724389998.60cb92ff4fedcd9a3dd08794daa863afcf7e1d10.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