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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ED9B1382C5 for ; Sun, 21 Mar 2021 15:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAE88E08A8; Sun, 21 Mar 2021 15:53:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3456E08A8 for ; Sun, 21 Mar 2021 15:53:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3C583406D1 for ; Sun, 21 Mar 2021 15:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18AF7635 for ; Sun, 21 Mar 2021 15:53:39 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1616341942.5ca648bb90c4d8bc3b73ff8fca6c4ed35e2a1f50.soap@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.1.ebuild gui-libs/eglexternalplatform/metadata.xml X-VCS-Directories: gui-libs/eglexternalplatform/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5ca648bb90c4d8bc3b73ff8fca6c4ed35e2a1f50 X-VCS-Branch: master Date: Sun, 21 Mar 2021 15:53:39 +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: acecca52-cdf1-4191-901f-87e9d9a2bced X-Archives-Hash: bbaf83685750aca7b339548a088b697f commit: 5ca648bb90c4d8bc3b73ff8fca6c4ed35e2a1f50 Author: Ionen Wolkens gmail com> AuthorDate: Sun Mar 21 15:52:22 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 21 15:52:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca648bb gui-libs/eglexternalplatform: new package 1.1 needed for gui-libs/egl-wayland Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: David Seifert gentoo.org> gui-libs/eglexternalplatform/Manifest | 1 + .../eglexternalplatform-1.1.ebuild | 30 ++++++++++++++++++++++ gui-libs/eglexternalplatform/metadata.xml | 16 ++++++++++++ 3 files changed, 47 insertions(+) diff --git a/gui-libs/eglexternalplatform/Manifest b/gui-libs/eglexternalplatform/Manifest new file mode 100644 index 00000000000..34147eb40e3 --- /dev/null +++ b/gui-libs/eglexternalplatform/Manifest @@ -0,0 +1 @@ +DIST eglexternalplatform-1.1.tar.gz 10372 BLAKE2B f18bd0c5244da34343b3bde8451602b8071972d33139ab4839e7bf68eae6be5fa69a12d5059b4b259bc4eac2e97f46d4d5fa734d48e45b6a6ae69251af86cdf0 SHA512 ee72c928abac060e28515807975a371d3792acd119fa9f9da926ae32105e1e528df8d9a3db57ffac0587b115293ede44997606d9da8e20e7f7061a01dd502748 diff --git a/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild b/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild new file mode 100644 index 00000000000..d8cb2dbadf4 --- /dev/null +++ b/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~x86" + +src_prepare() { + default + sed -i "/^inc/s@=@=${EPREFIX}@" eglexternalplatform.pc || die +} + +src_install() { + insinto /usr/$(get_libdir)/pkgconfig + doins eglexternalplatform.pc + + insinto /usr/include/EGL + doins interface/*.h + + einstalldocs + + docinto examples + dodoc samples/*.c +} diff --git a/gui-libs/eglexternalplatform/metadata.xml b/gui-libs/eglexternalplatform/metadata.xml new file mode 100644 index 00000000000..d4e22d4e34e --- /dev/null +++ b/gui-libs/eglexternalplatform/metadata.xml @@ -0,0 +1,16 @@ + + + + + sudinave@gmail.com + Ionen Wolkens + + + proxy-maint@gentoo.org + Proxy Maintainers + + + + NVIDIA/eglexternalplatform + +