From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C589C158066 for ; Wed, 4 Sep 2024 02:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA602E29F5; Wed, 4 Sep 2024 02:56:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA958E29F5 for ; Wed, 4 Sep 2024 02:56:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C50AF341B52 for ; Wed, 4 Sep 2024 02:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3854B11EE for ; Wed, 4 Sep 2024 02:56:38 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1725417948.fb9efe919463d7d6233e409fd5b6d8249fd6dc2e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/eglexternalplatform/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/eglexternalplatform/Manifest gui-libs/eglexternalplatform/eglexternalplatform-1.2.ebuild X-VCS-Directories: gui-libs/eglexternalplatform/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: fb9efe919463d7d6233e409fd5b6d8249fd6dc2e X-VCS-Branch: master Date: Wed, 4 Sep 2024 02:56:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9eb4beb-0191-4dd2-984b-1bfc05409301 X-Archives-Hash: 7d16805eebea61fd547a3e1429a89bd2 commit: fb9efe919463d7d6233e409fd5b6d8249fd6dc2e Author: Ionen Wolkens gentoo org> AuthorDate: Wed Sep 4 02:12:34 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Sep 4 02:45:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9efe91 gui-libs/eglexternalplatform: add 1.2 The new meson.build changes the header install location to /usr/include rather than /usr/include/EGL but should be harmless given the old .pc file was adding -I/usr/include/EGL and egl-gbm/wayland are not using EGL/ in #include statements. Currently unclear if this version is safe to use with gentoo.org> gui-libs/eglexternalplatform/Manifest | 1 + .../eglexternalplatform-1.2.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/gui-libs/eglexternalplatform/Manifest b/gui-libs/eglexternalplatform/Manifest index 34147eb40e33..c52a50f670e2 100644 --- a/gui-libs/eglexternalplatform/Manifest +++ b/gui-libs/eglexternalplatform/Manifest @@ -1 +1,2 @@ DIST eglexternalplatform-1.1.tar.gz 10372 BLAKE2B f18bd0c5244da34343b3bde8451602b8071972d33139ab4839e7bf68eae6be5fa69a12d5059b4b259bc4eac2e97f46d4d5fa734d48e45b6a6ae69251af86cdf0 SHA512 ee72c928abac060e28515807975a371d3792acd119fa9f9da926ae32105e1e528df8d9a3db57ffac0587b115293ede44997606d9da8e20e7f7061a01dd502748 +DIST eglexternalplatform-1.2.tar.gz 10580 BLAKE2B b3e4971fb7c4496d47c3fef823e1eea32cd6e2f49532a57fcd928c14ccd57a00dcc73b51894ece7651b797a50d6b330d1ecbff1d9a315f80e434f58336266a7d SHA512 7beb43db84320ab9533c2eed4850f8d824cf9b92051e62e33df1cd4fe86f9081377471e0e73146205c136d891d1fdff7b52600b7f63363aee45f6a3c137e9886 diff --git a/gui-libs/eglexternalplatform/eglexternalplatform-1.2.ebuild b/gui-libs/eglexternalplatform/eglexternalplatform-1.2.ebuild new file mode 100644 index 000000000000..ed2b3aba9691 --- /dev/null +++ b/gui-libs/eglexternalplatform/eglexternalplatform-1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="EGL External Platform interface" +HOMEPAGE="https://github.com/NVIDIA/eglexternalplatform/" +SRC_URI=" + https://github.com/NVIDIA/eglexternalplatform/archive/${PV}.tar.gz + -> ${P}.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +src_install() { + meson_src_install + + # header-only and we need it found for both 32bit and 64bit + mv -- "${ED}"/usr/{$(get_libdir),share}/pkgconfig || die +}