public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/eglexternalplatform/
Date: Sun, 21 Mar 2021 15:53:39 +0000 (UTC)	[thread overview]
Message-ID: <1616341942.5ca648bb90c4d8bc3b73ff8fca6c4ed35e2a1f50.soap@gentoo> (raw)

commit:     5ca648bb90c4d8bc3b73ff8fca6c4ed35e2a1f50
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Sun Mar 21 15:52:22 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <sudinave <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>sudinave@gmail.com</email>
+		<name>Ionen Wolkens</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">NVIDIA/eglexternalplatform</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-03-21 15:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21 15:53 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-26 15:55 [gentoo-commits] repo/gentoo:master commit in: gui-libs/eglexternalplatform/ Sam James
2021-04-17 14:44 David Seifert
2021-04-17 14:44 David Seifert
2021-12-24 14:28 Ionen Wolkens
2022-02-14  0:48 Sam James
2024-07-23 15:15 Ionen Wolkens
2024-08-02 15:59 Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-09-04  2:56 Ionen Wolkens
2025-03-13  6:45 Ionen Wolkens
2025-03-26 16:22 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=1616341942.5ca648bb90c4d8bc3b73ff8fca6c4ed35e2a1f50.soap@gentoo \
    --to=soap@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