public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/jgrf/
Date: Sun, 15 Jan 2023 14:16:40 +0000 (UTC)	[thread overview]
Message-ID: <1673792171.a5e4f2b243dbaaceed4580d41ec2ff828a104ab6.sam@gentoo> (raw)

commit:     a5e4f2b243dbaaceed4580d41ec2ff828a104ab6
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Dec 28 01:07:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 14:16:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e4f2b2

games-emulation/jgrf: New package, v1.0.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/jgrf/Manifest          |  1 +
 games-emulation/jgrf/jgrf-1.0.0.ebuild | 51 ++++++++++++++++++++++++++++++++++
 games-emulation/jgrf/jgrf-9999.ebuild  | 51 ++++++++++++++++++++++++++++++++++
 games-emulation/jgrf/metadata.xml      | 25 +++++++++++++++++
 4 files changed, 128 insertions(+)

diff --git a/games-emulation/jgrf/Manifest b/games-emulation/jgrf/Manifest
new file mode 100644
index 000000000000..32df49564d4a
--- /dev/null
+++ b/games-emulation/jgrf/Manifest
@@ -0,0 +1 @@
+DIST jgrf-1.0.0.tar.bz2 297212 BLAKE2B 4e7056f2638fabd8aed7df29edb630e74258600a15cc3de8c120feea8c935036ac051afb56d83b243fa89a7ecddb16297dea3cd1f5c7a6e71589e6f9abb4ca7a SHA512 33103acc6caac40ff23a0977d031b310c11e4390d6cdbb9bdf4f3d67c1702e2d8b86e801cf762ba8ab3779a7388309667d86d3f574fa387a7bdce9525276fa25

diff --git a/games-emulation/jgrf/jgrf-1.0.0.ebuild b/games-emulation/jgrf/jgrf-1.0.0.ebuild
new file mode 100644
index 000000000000..4c7c4f9abb39
--- /dev/null
+++ b/games-emulation/jgrf/jgrf-1.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs xdg
+
+DESCRIPTION="The Jolly Good Reference Frontend"
+HOMEPAGE="https://jgemu.gitlab.io/jgrf.html"
+if [[ "${PV}" == *9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git"
+else
+	SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD CC0-1.0 MIT ZLIB"
+SLOT="1"
+
+DEPEND="
+	dev-libs/miniz
+	dev-libs/openssl:0=[-bindist(-)]
+	media-libs/jg:1=
+	media-libs/libepoxy[egl]
+	media-libs/libsdl2[opengl,sound,video]
+	media-libs/speexdsp
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_compile() {
+	emake \
+		CC="$(tc-getCC)" \
+		PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+		PREFIX="${EPREFIX}"/usr \
+		LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+		USE_EXTERNAL_MD5=1 \
+		USE_EXTERNAL_MINIZ=1
+}
+
+src_install() {
+	emake install \
+		DESTDIR="${D}" \
+		PREFIX="${EPREFIX}"/usr \
+		DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+		USE_EXTERNAL_MD5=1 \
+		USE_EXTERNAL_MINIZ=1
+}

diff --git a/games-emulation/jgrf/jgrf-9999.ebuild b/games-emulation/jgrf/jgrf-9999.ebuild
new file mode 100644
index 000000000000..4c7c4f9abb39
--- /dev/null
+++ b/games-emulation/jgrf/jgrf-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs xdg
+
+DESCRIPTION="The Jolly Good Reference Frontend"
+HOMEPAGE="https://jgemu.gitlab.io/jgrf.html"
+if [[ "${PV}" == *9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git"
+else
+	SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD CC0-1.0 MIT ZLIB"
+SLOT="1"
+
+DEPEND="
+	dev-libs/miniz
+	dev-libs/openssl:0=[-bindist(-)]
+	media-libs/jg:1=
+	media-libs/libepoxy[egl]
+	media-libs/libsdl2[opengl,sound,video]
+	media-libs/speexdsp
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_compile() {
+	emake \
+		CC="$(tc-getCC)" \
+		PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+		PREFIX="${EPREFIX}"/usr \
+		LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+		USE_EXTERNAL_MD5=1 \
+		USE_EXTERNAL_MINIZ=1
+}
+
+src_install() {
+	emake install \
+		DESTDIR="${D}" \
+		PREFIX="${EPREFIX}"/usr \
+		DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+		USE_EXTERNAL_MD5=1 \
+		USE_EXTERNAL_MINIZ=1
+}

diff --git a/games-emulation/jgrf/metadata.xml b/games-emulation/jgrf/metadata.xml
new file mode 100644
index 000000000000..936897ef6ed7
--- /dev/null
+++ b/games-emulation/jgrf/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>orbea@riseup.net</email>
+		<name>orbea</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>
+		The Jolly Good Reference Frontend is the simplest possible
+		frontend for The Jolly Good API. It is intended to remain this
+		way, and to avoid unnecessary feature creep, ensuring that it is
+		easy to learn from. In order to deliver a smooth and enjoyable
+		experience, a few slightly more advanced features are required. In
+		these instances, effort has been taken to ensure readability
+		and understandability of the code that implements these concepts.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://gitlab.com/jgemu/jgrf/-/issues</bugs-to>
+		<remote-id type="gitlab">jgemu/jgrf</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2023-01-15 14:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-15 14:16 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22  9:32 [gentoo-commits] repo/gentoo:master commit in: games-emulation/jgrf/ Sam James
2023-02-25 22:23 Sam James
2023-02-25 22:24 Sam James
2023-07-05  0:57 Sam James
2023-07-05  0:57 Sam James
2023-08-29  6:10 Sam James
2023-09-13  3:20 Sam James
2023-09-17  8:56 Arthur Zamarin
2023-12-03  7:42 Sam James
2024-01-06 19:30 Viorel Munteanu
2024-02-24  7:06 Joonas Niilola
2024-02-24  7:06 Joonas Niilola
2024-04-29  8:46 Joonas Niilola
2024-04-29  8:46 Joonas Niilola
2024-11-02 12:46 Joonas Niilola
2024-11-02 12:46 Joonas Niilola
2024-12-13  9:35 Sam James
2025-03-10  2:18 Sam James
2025-03-10  2:18 Sam James

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=1673792171.a5e4f2b243dbaaceed4580d41ec2ff828a104ab6.sam@gentoo \
    --to=sam@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