* [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/
@ 2023-12-03 7:42 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-12-03 7:42 UTC (permalink / raw
To: gentoo-commits
commit: dfa174cafa8d59cc65b6e9647125de0f39a3ec2b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 07:41:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 07:41:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa174ca
games-emulation/geolith-jg: Keyword 0.1.0 ppc64, #891201
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
index ae1def9b0460..edeb1b7bde14 100644
--- a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
+++ b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="BSD MIT"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/
@ 2025-02-10 2:19 Michael Orlitzky
0 siblings, 0 replies; 9+ messages in thread
From: Michael Orlitzky @ 2025-02-10 2:19 UTC (permalink / raw
To: gentoo-commits
commit: 303e0370c145348059d77d507c9cd90c4128f18c
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Mon Dec 23 21:40:41 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 02:06:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303e0370
games-emulation/geolith-jg: drop 0.1.0
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
games-emulation/geolith-jg/Manifest | 1 -
games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild | 51 ----------------------
2 files changed, 52 deletions(-)
diff --git a/games-emulation/geolith-jg/Manifest b/games-emulation/geolith-jg/Manifest
index a165d5ec9f54..b7f7bf40ab14 100644
--- a/games-emulation/geolith-jg/Manifest
+++ b/games-emulation/geolith-jg/Manifest
@@ -1,2 +1 @@
-DIST geolith-0.1.0.tar.bz2 245785 BLAKE2B a1a541bdf32da722a095282b4b0f41f6c4d27c9450615842c99a080a61d60c189b0a769812704d30ff0d20ccfbf5c950f01131bed7694dbd5e5814b73390c272 SHA512 94112de9e6f33593365559f275f3d2bcf759346c706c1608e010d60987c4e2337b50dce980a144c25593fe4a0bc4880d9bd955355f2ceed710ab39afcad4e916
DIST geolith-0.2.1.tar.bz2 336867 BLAKE2B 710d8f48ab2a7edc0891497b645f64a8b3b591e661feeb61b2c1cf85e658d4ca95a7ea7fd28ab69f3673c56601aea3d62d972481351e8c1468fe6eec1b2ca374 SHA512 f1e17745f9bd8e3397ccde0846931b5dc8e65fc55dcf1edaa437bc414d18c20bb4047f1dc005edb5cc612092705ed2f3359c03789c416ad7410919e401b49d7d
diff --git a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
deleted file mode 100644
index 433167ddafee..000000000000
--- a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-MY_PN=${PN%-*}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Jolly Good Neo Geo AES/MVS Emulator"
-HOMEPAGE="https://gitlab.com/jgemu/geolith"
-if [[ "${PV}" == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git"
-else
- SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
- S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="BSD MIT"
-SLOT="1"
-
-DEPEND="
- dev-libs/miniz
- media-libs/jg:1=
- media-libs/speexdsp
-"
-RDEPEND="
- ${DEPEND}
- games-emulation/jgrf
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- PKG_CONFIG="$(tc-getPKG_CONFIG)" \
- USE_EXTERNAL_MINIZ=1
-}
-
-src_install() {
- emake install \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}"/usr \
- DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
- LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
- USE_EXTERNAL_MINIZ=1
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/
@ 2024-12-13 9:35 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-12-13 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 2646246b2f2ed917704c6291c46efeb743e0508d
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri Dec 13 01:48:21 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 09:34:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2646246b
games-emulation/geolith-jg: metadata: add changelog
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/geolith-jg/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-emulation/geolith-jg/metadata.xml b/games-emulation/geolith-jg/metadata.xml
index 8ba92a8ef70b..3d14e1f5af24 100644
--- a/games-emulation/geolith-jg/metadata.xml
+++ b/games-emulation/geolith-jg/metadata.xml
@@ -18,6 +18,7 @@
</longdescription>
<upstream>
<bugs-to>https://gitlab.com/jgemu/geolith/-/issues</bugs-to>
+ <changelog>https://gitlab.com/jgemu/geolith/-/blob/master/ChangeLog</changelog>
<remote-id type="gitlab">jgemu/geolith</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/
@ 2024-02-23 8:07 Viorel Munteanu
0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2024-02-23 8:07 UTC (permalink / raw
To: gentoo-commits
commit: aa7b732967fbe1a4b632f474fa1534e92bb452a4
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Feb 4 15:17:41 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 08:01:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7b7329
games-emulation/geolith-jg: add 0.2.1
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35182
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
games-emulation/geolith-jg/Manifest | 1 +
games-emulation/geolith-jg/geolith-jg-0.2.1.ebuild | 51 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/games-emulation/geolith-jg/Manifest b/games-emulation/geolith-jg/Manifest
index 6def4d891bdb..a165d5ec9f54 100644
--- a/games-emulation/geolith-jg/Manifest
+++ b/games-emulation/geolith-jg/Manifest
@@ -1 +1,2 @@
DIST geolith-0.1.0.tar.bz2 245785 BLAKE2B a1a541bdf32da722a095282b4b0f41f6c4d27c9450615842c99a080a61d60c189b0a769812704d30ff0d20ccfbf5c950f01131bed7694dbd5e5814b73390c272 SHA512 94112de9e6f33593365559f275f3d2bcf759346c706c1608e010d60987c4e2337b50dce980a144c25593fe4a0bc4880d9bd955355f2ceed710ab39afcad4e916
+DIST geolith-0.2.1.tar.bz2 336867 BLAKE2B 710d8f48ab2a7edc0891497b645f64a8b3b591e661feeb61b2c1cf85e658d4ca95a7ea7fd28ab69f3673c56601aea3d62d972481351e8c1468fe6eec1b2ca374 SHA512 f1e17745f9bd8e3397ccde0846931b5dc8e65fc55dcf1edaa437bc414d18c20bb4047f1dc005edb5cc612092705ed2f3359c03789c416ad7410919e401b49d7d
diff --git a/games-emulation/geolith-jg/geolith-jg-0.2.1.ebuild b/games-emulation/geolith-jg/geolith-jg-0.2.1.ebuild
new file mode 100644
index 000000000000..acce54ecab21
--- /dev/null
+++ b/games-emulation/geolith-jg/geolith-jg-0.2.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN=${PN%-*}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Jolly Good Neo Geo AES/MVS Emulator"
+HOMEPAGE="https://gitlab.com/jgemu/geolith"
+if [[ "${PV}" == *9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git"
+else
+ SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
+ S="${WORKDIR}/${MY_P}"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="BSD MIT"
+SLOT="1"
+
+DEPEND="
+ dev-libs/miniz:=
+ media-libs/jg:1=
+ media-libs/speexdsp
+"
+RDEPEND="
+ ${DEPEND}
+ games-emulation/jgrf
+"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+ USE_EXTERNAL_MINIZ=1
+}
+
+src_install() {
+ emake install \
+ DESTDIR="${D}" \
+ PREFIX="${EPREFIX}"/usr \
+ DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+ USE_EXTERNAL_MINIZ=1
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/
@ 2024-02-23 8:07 Viorel Munteanu
0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2024-02-23 8:07 UTC (permalink / raw
To: gentoo-commits
commit: 0518bdc3f108f0049a3d1bb07b21eb568df90397
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Feb 4 15:16:32 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 08:01:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0518bdc3
games-emulation/geolith-jg: sync keywords
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
games-emulation/geolith-jg/geolith-jg-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-emulation/geolith-jg/geolith-jg-9999.ebuild b/games-emulation/geolith-jg/geolith-jg-9999.ebuild
index df45d534adcc..acce54ecab21 100644
--- a/games-emulation/geolith-jg/geolith-jg-9999.ebuild
+++ b/games-emulation/geolith-jg/geolith-jg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,14 +15,14 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="BSD MIT"
SLOT="1"
DEPEND="
- dev-libs/miniz
+ dev-libs/miniz:=
media-libs/jg:1=
media-libs/speexdsp
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/
@ 2024-01-06 19:30 Viorel Munteanu
0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2024-01-06 19:30 UTC (permalink / raw
To: gentoo-commits
commit: f5f85bfbc3a64ff185fd168032ad330769591155
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Jan 5 18:44:07 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 19:29:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f85bfb
games-emulation/geolith-jg: Keyword 0.1.0 arm, #891201
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
index edeb1b7bde14..433167ddafee 100644
--- a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
+++ b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="BSD MIT"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/
@ 2023-09-17 8:56 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-09-17 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 5f2ab1d5f38d49858e093dbca52a7af44b0fc0b8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 08:56:25 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 08:56:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2ab1d5
games-emulation/geolith-jg: Keyword 0.1.0 x86, #891201
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
index daf25c09ef6d..51ab1585f115 100644
--- a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
+++ b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="BSD MIT"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/
@ 2023-09-13 3:20 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-09-13 3:20 UTC (permalink / raw
To: gentoo-commits
commit: b008c725088dc411ae2147cb2492d54f381c2b99
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 03:19:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 03:19:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b008c725
games-emulation/geolith-jg: Keyword 0.1.0 arm64, #891201
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
index df45d534adcc..daf25c09ef6d 100644
--- a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
+++ b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
LICENSE="BSD MIT"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/
@ 2023-08-29 6:10 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-08-29 6:10 UTC (permalink / raw
To: gentoo-commits
commit: e9253da60015c8bbd2e995d9d886f93d24d298ac
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Mon Aug 7 21:21:17 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 06:08:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9253da6
games-emulation/geolith-jg: new package, add 0.1.0, 9999
Closes: https://bugs.gentoo.org/912234
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/geolith-jg/Manifest | 1 +
games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild | 51 ++++++++++++++++++++++
games-emulation/geolith-jg/geolith-jg-9999.ebuild | 51 ++++++++++++++++++++++
games-emulation/geolith-jg/metadata.xml | 23 ++++++++++
4 files changed, 126 insertions(+)
diff --git a/games-emulation/geolith-jg/Manifest b/games-emulation/geolith-jg/Manifest
new file mode 100644
index 000000000000..6def4d891bdb
--- /dev/null
+++ b/games-emulation/geolith-jg/Manifest
@@ -0,0 +1 @@
+DIST geolith-0.1.0.tar.bz2 245785 BLAKE2B a1a541bdf32da722a095282b4b0f41f6c4d27c9450615842c99a080a61d60c189b0a769812704d30ff0d20ccfbf5c950f01131bed7694dbd5e5814b73390c272 SHA512 94112de9e6f33593365559f275f3d2bcf759346c706c1608e010d60987c4e2337b50dce980a144c25593fe4a0bc4880d9bd955355f2ceed710ab39afcad4e916
diff --git a/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
new file mode 100644
index 000000000000..df45d534adcc
--- /dev/null
+++ b/games-emulation/geolith-jg/geolith-jg-0.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN=${PN%-*}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Jolly Good Neo Geo AES/MVS Emulator"
+HOMEPAGE="https://gitlab.com/jgemu/geolith"
+if [[ "${PV}" == *9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git"
+else
+ SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
+ S="${WORKDIR}/${MY_P}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD MIT"
+SLOT="1"
+
+DEPEND="
+ dev-libs/miniz
+ media-libs/jg:1=
+ media-libs/speexdsp
+"
+RDEPEND="
+ ${DEPEND}
+ games-emulation/jgrf
+"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+ USE_EXTERNAL_MINIZ=1
+}
+
+src_install() {
+ emake install \
+ DESTDIR="${D}" \
+ PREFIX="${EPREFIX}"/usr \
+ DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+ USE_EXTERNAL_MINIZ=1
+}
diff --git a/games-emulation/geolith-jg/geolith-jg-9999.ebuild b/games-emulation/geolith-jg/geolith-jg-9999.ebuild
new file mode 100644
index 000000000000..df45d534adcc
--- /dev/null
+++ b/games-emulation/geolith-jg/geolith-jg-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN=${PN%-*}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Jolly Good Neo Geo AES/MVS Emulator"
+HOMEPAGE="https://gitlab.com/jgemu/geolith"
+if [[ "${PV}" == *9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git"
+else
+ SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
+ S="${WORKDIR}/${MY_P}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD MIT"
+SLOT="1"
+
+DEPEND="
+ dev-libs/miniz
+ media-libs/jg:1=
+ media-libs/speexdsp
+"
+RDEPEND="
+ ${DEPEND}
+ games-emulation/jgrf
+"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+ USE_EXTERNAL_MINIZ=1
+}
+
+src_install() {
+ emake install \
+ DESTDIR="${D}" \
+ PREFIX="${EPREFIX}"/usr \
+ DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+ USE_EXTERNAL_MINIZ=1
+}
diff --git a/games-emulation/geolith-jg/metadata.xml b/games-emulation/geolith-jg/metadata.xml
new file mode 100644
index 000000000000..8ba92a8ef70b
--- /dev/null
+++ b/games-emulation/geolith-jg/metadata.xml
@@ -0,0 +1,23 @@
+<?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>
+ Geolith is a highly accurate emulator for the Neo Geo AES and MVS.
+ This project began life as a fork of GnGEO 0.8.1. All original
+ components were removed or replaced as the project progressed, with
+ the resulting codebase being entirely new, with all new code written
+ under the BSD 3-Clause license.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://gitlab.com/jgemu/geolith/-/issues</bugs-to>
+ <remote-id type="gitlab">jgemu/geolith</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-10 2:19 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-03 7:42 [gentoo-commits] repo/gentoo:master commit in: games-emulation/geolith-jg/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 2:19 Michael Orlitzky
2024-12-13 9:35 Sam James
2024-02-23 8:07 Viorel Munteanu
2024-02-23 8:07 Viorel Munteanu
2024-01-06 19:30 Viorel Munteanu
2023-09-17 8:56 Arthur Zamarin
2023-09-13 3:20 Sam James
2023-08-29 6:10 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox