From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/eglexternalplatform/
Date: Tue, 23 Jul 2024 15:15:11 +0000 (UTC) [thread overview]
Message-ID: <1721747092.7c50331279b24b3f89cd6d161d1b088d30961062.ionen@gentoo> (raw)
commit: 7c50331279b24b3f89cd6d161d1b088d30961062
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 14:04:40 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 15:04:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c503312
gui-libs/eglexternalplatform: move .pc file to /usr/share
get_libdir never made sense here, this is only headers
and is now causing trouble for revdeps wanting multilib
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../eglexternalplatform-1.1-r1.ebuild | 34 ++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gui-libs/eglexternalplatform/eglexternalplatform-1.1-r1.ebuild b/gui-libs/eglexternalplatform/eglexternalplatform-1.1-r1.ebuild
new file mode 100644
index 000000000000..a040aff76b2f
--- /dev/null
+++ b/gui-libs/eglexternalplatform/eglexternalplatform-1.1-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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_prepare() {
+ default
+
+ use !prefix || sed -i "/^inc/s|=|=${EPREFIX}|" eglexternalplatform.pc || die
+}
+
+src_install() {
+ insinto /usr/share/pkgconfig
+ doins eglexternalplatform.pc
+
+ insinto /usr/include/EGL
+ doins interface/*.h
+
+ einstalldocs
+
+ docinto examples
+ dodoc samples/*.c
+}
next reply other threads:[~2024-07-23 15:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-23 15:15 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-04 2:56 [gentoo-commits] repo/gentoo:master commit in: gui-libs/eglexternalplatform/ Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-08-02 15:59 Ionen Wolkens
2022-02-14 0:48 Sam James
2021-12-24 14:28 Ionen Wolkens
2021-04-17 14:44 David Seifert
2021-04-17 14:44 David Seifert
2021-03-26 15:55 Sam James
2021-03-21 15:53 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=1721747092.7c50331279b24b3f89cd6d161d1b088d30961062.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