public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/imgui/
Date: Sun,  4 Jul 2021 08:13:25 +0000 (UTC)	[thread overview]
Message-ID: <1625376974.b49dbb241ced607eedf86c1a8017c6f0cc60ebe0.Alessandro-Barbieri@gentoo> (raw)

commit:     b49dbb241ced607eedf86c1a8017c6f0cc60ebe0
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul  4 05:36:14 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Jul  4 05:36:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b49dbb24

media-libs/imgui: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 media-libs/imgui/Manifest          |  1 +
 media-libs/imgui/imgui-1.83.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 media-libs/imgui/metadata.xml      | 13 +++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/media-libs/imgui/Manifest b/media-libs/imgui/Manifest
new file mode 100644
index 000000000..6b3f46883
--- /dev/null
+++ b/media-libs/imgui/Manifest
@@ -0,0 +1 @@
+DIST imgui-1.83.tar.gz 1448389 BLAKE2B 648306bd69181ad8315f12fc5b2c319b23005d6b3fc790ad64caaf1f80304e81b33af5d6f435fa97151fcf1e77eb15455838a09570b7a9c7dd9c56a61510b5a1 SHA512 2150e7101f384b1c749b2e89876b2085a7ff43435f04e88602d0e5e00db7a41c1ace5176bdb0963326845d1c8303b5092a7ca1c9c8e70c522ba96f899ed5bb9c

diff --git a/media-libs/imgui/imgui-1.83.ebuild b/media-libs/imgui/imgui-1.83.ebuild
new file mode 100644
index 000000000..2b63cb7ce
--- /dev/null
+++ b/media-libs/imgui/imgui-1.83.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Bloat-free graphical user interface library for C++"
+HOMEPAGE="https://github.com/ocornut/imgui"
+SRC_URI="https://github.com/ocornut/imgui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+RDEPEND="media-libs/glew:0"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	dodoc docs/*
+	insinto "/usr/include/${PN}"
+	doins *.h
+	doins -r misc/*/*.h
+	insinto "/usr/include/${PN}/backend"
+	doins backends/*.h
+	insinto "/usr/share/${PN}"
+	doins *.cpp
+	insinto "/usr/share/${PN}/backend"
+	doins backends/*.cpp
+	doins -r backends/vulkan
+	rm -r misc/*/*.{h,ttf} || die
+	doins -r misc
+
+	if use examples; then
+		dodoc -r examples
+		docompress -x "/usr/share/doc/${PF}/examples"
+	fi
+}

diff --git a/media-libs/imgui/metadata.xml b/media-libs/imgui/metadata.xml
new file mode 100644
index 000000000..25bcc732f
--- /dev/null
+++ b/media-libs/imgui/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+      <description>co-maintainers welcome</description>
+      <email>lssndrbarbieri@gmail.com</email>
+      <name>Alessandro Barbieri</name>
+    </maintainer>
+    <upstream>
+        <bugs-to>https://github.com/ocornut/imgui/issues</bugs-to>
+        <remote-id type="github">ocornut/imgui</remote-id>
+    </upstream>
+</pkgmetadata>


             reply	other threads:[~2021-07-04  8:13 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-04  8:13 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-27 21:28 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/imgui/ Alessandro Barbieri
2022-04-03 23:49 Alessandro Barbieri
2022-04-21  0:52 Alessandro Barbieri
2022-04-23 13:26 Alessandro Barbieri
2022-05-29 23:06 Alessandro Barbieri
2023-02-19  5:17 Anna Vyalkova
2024-02-07 17:59 Gonçalo Negrier Duarte
2024-02-08 11:08 Gonçalo Negrier Duarte
2024-02-16 21:50 Gonçalo Negrier Duarte
2024-05-09 16:03 Gonçalo Negrier Duarte
2024-05-10 14:00 Gonçalo Negrier Duarte
2024-05-12 19:27 Gonçalo Negrier Duarte
2024-06-02 22:11 Gonçalo Negrier Duarte
2024-06-03 10:49 Gonçalo Negrier Duarte
2024-06-03 11:01 Gonçalo Negrier Duarte
2024-06-03 15:02 Viorel Munteanu
2024-06-04 16:00 Viorel Munteanu
2024-06-05 13:18 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-06-05 13:18 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-09-05 19:21 Gonçalo Negrier Duarte
2024-12-07 15:09 Gonçalo Negrier Duarte

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=1625376974.b49dbb241ced607eedf86c1a8017c6f0cc60ebe0.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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