public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/
@ 2020-11-18 16:03 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-11-18 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a3d7e9aedff05ba66ae8fcc6296690ae91e01918
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sun Nov 15 21:34:00 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Nov 15 21:34:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3d7e9ae

games-emulation/melonds: add 0.8.3, 0.9, 9999; move from src_prepare

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 games-emulation/melonds/Manifest             |  2 +
 games-emulation/melonds/melonds-0.8.3.ebuild | 54 +++++++++++++++++++++++++
 games-emulation/melonds/melonds-0.9.ebuild   | 59 ++++++++++++++++++++++++++++
 games-emulation/melonds/melonds-9999.ebuild  | 59 ++++++++++++++++++++++++++++
 games-emulation/melonds/metadata.xml         | 15 +++++++
 5 files changed, 189 insertions(+)

diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
new file mode 100644
index 00000000..cc555a3e
--- /dev/null
+++ b/games-emulation/melonds/Manifest
@@ -0,0 +1,2 @@
+DIST melonDS-0.8.3.tar.gz 965501 BLAKE2B 6ada01de8942c7ae5ec4a0a48cc76384ac2196f567d67d242d3d81e7c760dd87d76fcb5a33b540b670fd79358ba8e6a9c355d48e8eb08c721dfe33b54e4a9842 SHA512 4fed77abd231812d2f9ddb19a7fe6e808fb8e92035bb2fea220032b7c0a98671b4fd79ef0f7c7c559e92f3d1875ea119afaa581be2edacaa10f4437620eecd76
+DIST melonDS-0.9.tar.gz 899619 BLAKE2B 4a3fe0c8ca1cce9ed823f74eaf58786f8847b62e0e25d5f0e97b1cc0e68754b61a09b5e9b790264549377011dd899447fbe715ca2831320a903d70e24953b3dd SHA512 7d65058f9140c1bbcdc17d32aee62625023dba8c3c45665486c8a3dbec551ca109831949716eadb8048921464d4a6543698b741835b32cc95a96f5b5cf885e04

diff --git a/games-emulation/melonds/melonds-0.8.3.ebuild b/games-emulation/melonds/melonds-0.8.3.ebuild
new file mode 100644
index 00000000..ddd58073
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.8.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit xdg cmake
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="http://melonds.kuribo64.net/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git"
+else
+	SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${MY_P}"
+fi
+
+RESTRICT="mirror"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	media-libs/libsdl2[sound,video]
+	net-libs/libpcap
+	net-misc/curl
+	x11-libs/cairo
+	x11-libs/gtk+:3
+"
+RDEPEND="
+	${DEPEND}
+"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	elog "You need the following files in order to run melonDS:"
+	elog "- bios7.bin"
+	elog "- bios9.bin"
+	elog "- firmware.bin"
+	elog "- romlist.bin"
+	elog "Place them in ~/.config/melonDS"
+	elog "The romlist.bin file can be found in the /usr/share/melonDS directory"
+	elog "The rest of those files can be found somewhere in the internet ;-)"
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}

diff --git a/games-emulation/melonds/melonds-0.9.ebuild b/games-emulation/melonds/melonds-0.9.ebuild
new file mode 100644
index 00000000..d7c1be9b
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.9.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit xdg cmake
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="http://melonds.kuribo64.net/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git"
+else
+	SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${MY_P}"
+fi
+
+RESTRICT="mirror"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	media-libs/libsdl2[sound,video]
+	net-libs/gnutls
+	net-libs/libpcap
+	net-libs/libslirp
+	net-misc/curl
+	x11-libs/cairo
+"
+RDEPEND="
+	${DEPEND}
+"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+
+	elog "You need the following files in order to run melonDS:"
+	elog "- bios7.bin"
+	elog "- bios9.bin"
+	elog "- firmware.bin"
+	elog "- romlist.bin"
+	elog "Place them in ~/.config/melonDS"
+	elog "Those files can be found somewhere on the Internet ;-)"
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}

diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
new file mode 100644
index 00000000..d7c1be9b
--- /dev/null
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit xdg cmake
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="http://melonds.kuribo64.net/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git"
+else
+	SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${MY_P}"
+fi
+
+RESTRICT="mirror"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	media-libs/libsdl2[sound,video]
+	net-libs/gnutls
+	net-libs/libpcap
+	net-libs/libslirp
+	net-misc/curl
+	x11-libs/cairo
+"
+RDEPEND="
+	${DEPEND}
+"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+
+	elog "You need the following files in order to run melonDS:"
+	elog "- bios7.bin"
+	elog "- bios9.bin"
+	elog "- firmware.bin"
+	elog "- romlist.bin"
+	elog "Place them in ~/.config/melonDS"
+	elog "Those files can be found somewhere on the Internet ;-)"
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}

diff --git a/games-emulation/melonds/metadata.xml b/games-emulation/melonds/metadata.xml
new file mode 100644
index 00000000..47bb6532
--- /dev/null
+++ b/games-emulation/melonds/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>xgqt@protonmail.com</email>
+        <name>Maciej Barć</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="gitlab">Arisotura/melonDS</remote-id>
+    </upstream>
+    <longdescription>
+        DS emulator, sorta.
+        The goal is to do things right and fast, akin to blargSNES.
+    </longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/
@ 2020-12-06 10:49 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-12-06 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7fb840356d5a47187aa0f148f7badfd012d5b4e0
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sat Dec  5 23:30:34 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec  5 23:30:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fb84035

games-emulation/melonds: remove mirror restriction, add test

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 games-emulation/melonds/melonds-0.8.3.ebuild | 2 +-
 games-emulation/melonds/melonds-0.9.ebuild   | 2 +-
 games-emulation/melonds/melonds-9999.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-emulation/melonds/melonds-0.8.3.ebuild b/games-emulation/melonds/melonds-0.8.3.ebuild
index ee801375..bd0c1d04 100644
--- a/games-emulation/melonds/melonds-0.8.3.ebuild
+++ b/games-emulation/melonds/melonds-0.8.3.ebuild
@@ -20,7 +20,7 @@ else
 	S="${WORKDIR}/${MY_P}"
 fi
 
-RESTRICT="mirror"
+RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 

diff --git a/games-emulation/melonds/melonds-0.9.ebuild b/games-emulation/melonds/melonds-0.9.ebuild
index 940706ef..d69e63e0 100644
--- a/games-emulation/melonds/melonds-0.9.ebuild
+++ b/games-emulation/melonds/melonds-0.9.ebuild
@@ -20,7 +20,7 @@ else
 	S="${WORKDIR}/${MY_P}"
 fi
 
-RESTRICT="mirror"
+RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 

diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index 940706ef..d69e63e0 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -20,7 +20,7 @@ else
 	S="${WORKDIR}/${MY_P}"
 fi
 
-RESTRICT="mirror"
+RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/
@ 2020-12-25 20:42 Haelwenn Monnier
  0 siblings, 0 replies; 8+ messages in thread
From: Haelwenn Monnier @ 2020-12-25 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     7624402f9fa79a5f6bee56eb465aac742bba34de
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Dec 25 19:08:32 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Dec 25 19:08:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7624402f

games-emulation/melonds: bump to 0.9.1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 games-emulation/melonds/Manifest             |  1 +
 games-emulation/melonds/melonds-0.9.1.ebuild | 53 ++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
index cc555a3e..425054a5 100644
--- a/games-emulation/melonds/Manifest
+++ b/games-emulation/melonds/Manifest
@@ -1,2 +1,3 @@
 DIST melonDS-0.8.3.tar.gz 965501 BLAKE2B 6ada01de8942c7ae5ec4a0a48cc76384ac2196f567d67d242d3d81e7c760dd87d76fcb5a33b540b670fd79358ba8e6a9c355d48e8eb08c721dfe33b54e4a9842 SHA512 4fed77abd231812d2f9ddb19a7fe6e808fb8e92035bb2fea220032b7c0a98671b4fd79ef0f7c7c559e92f3d1875ea119afaa581be2edacaa10f4437620eecd76
+DIST melonDS-0.9.1.tar.gz 1311519 BLAKE2B 7d31f9de32799a28f9e179d05295fe7874f6d879ac63cebeaf7153f1cca553f816fd5fa2853d01b5ace1afe137f00fcd7b4526635ae9c8140ac348630225c745 SHA512 733a9f9352b7f61c76de761c7f632f5fca9c4ae2970a0235a7b5c0e6ca2ea550762472ff293f65ce29aaa63a610bb4f1a22b62e1957004606c2f85be60fbb8f2
 DIST melonDS-0.9.tar.gz 899619 BLAKE2B 4a3fe0c8ca1cce9ed823f74eaf58786f8847b62e0e25d5f0e97b1cc0e68754b61a09b5e9b790264549377011dd899447fbe715ca2831320a903d70e24953b3dd SHA512 7d65058f9140c1bbcdc17d32aee62625023dba8c3c45665486c8a3dbec551ca109831949716eadb8048921464d4a6543698b741835b32cc95a96f5b5cf885e04

diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild b/games-emulation/melonds/melonds-0.9.1.ebuild
new file mode 100644
index 00000000..d69e63e0
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.9.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit xdg cmake
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="http://melonds.kuribo64.net/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git"
+else
+	SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${MY_P}"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	media-libs/libsdl2[sound,video]
+	net-libs/gnutls
+	net-libs/libpcap
+	net-libs/libslirp
+	net-misc/curl
+	x11-libs/cairo
+"
+RDEPEND="
+	${DEPEND}
+"
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	elog "You need the following files in order to run melonDS:"
+	elog "- bios7.bin"
+	elog "- bios9.bin"
+	elog "- firmware.bin"
+	elog "- romlist.bin"
+	elog "Place them in ~/.config/melonDS"
+	elog "Those files can be found somewhere on the Internet ;-)"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/
@ 2021-04-27 23:24 Theo Anderson
  0 siblings, 0 replies; 8+ messages in thread
From: Theo Anderson @ 2021-04-27 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     492bc4f7eb4d46cbf046bbcc8a850b6cdd045712
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Apr 27 06:02:14 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Apr 27 06:48:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=492bc4f7

games-emulation/melonds: remove test restriction

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 games-emulation/melonds/melonds-0.9.1.ebuild | 3 +--
 games-emulation/melonds/melonds-0.9.2.ebuild | 1 -
 games-emulation/melonds/melonds-9999.ebuild  | 3 +--
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild b/games-emulation/melonds/melonds-0.9.1.ebuild
index d69e63e0b..50d4cad19 100644
--- a/games-emulation/melonds/melonds-0.9.1.ebuild
+++ b/games-emulation/melonds/melonds-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,6 @@ else
 	S="${WORKDIR}/${MY_P}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 

diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index 7a1e224c3..50d4cad19 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -20,7 +20,6 @@ else
 	S="${WORKDIR}/${MY_P}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 

diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index d69e63e0b..50d4cad19 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,6 @@ else
 	S="${WORKDIR}/${MY_P}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/
@ 2021-04-29  8:23 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2021-04-29  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f024a7ce44d6403a94f79a64163344a6545a170d
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Wed Apr 28 11:42:16 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 11:42:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f024a7ce

games-emulation/melonds: add missing deps

Closes: https://bugs.gentoo.org/786213
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 games-emulation/melonds/melonds-0.9.2.ebuild | 2 ++
 games-emulation/melonds/melonds-9999.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index 50d4cad19..c19093aea 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -24,10 +24,12 @@ LICENSE="GPL-3"
 SLOT="0"
 
 DEPEND="
+	app-arch/libarchive
 	dev-qt/qtcore:5
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
+	media-libs/libepoxy
 	media-libs/libsdl2[sound,video]
 	net-libs/gnutls
 	net-libs/libpcap

diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index 50d4cad19..c19093aea 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -24,10 +24,12 @@ LICENSE="GPL-3"
 SLOT="0"
 
 DEPEND="
+	app-arch/libarchive
 	dev-qt/qtcore:5
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
+	media-libs/libepoxy
 	media-libs/libsdl2[sound,video]
 	net-libs/gnutls
 	net-libs/libpcap


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/
@ 2021-05-06  9:55 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-05-06  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d1e3d8e326c6ed78e6b9cf1506167ebd63683047
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu May  6 00:11:06 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu May  6 00:22:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1e3d8e3

games-emulation/melonds: add github remote, remove gitlab

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

 games-emulation/melonds/melonds-0.9.1.ebuild | 5 ++++-
 games-emulation/melonds/melonds-0.9.2.ebuild | 5 ++++-
 games-emulation/melonds/melonds-9999.ebuild  | 5 ++++-
 games-emulation/melonds/metadata.xml         | 2 +-
 4 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild b/games-emulation/melonds/melonds-0.9.1.ebuild
index 50d4cad19..9e9589527 100644
--- a/games-emulation/melonds/melonds-0.9.1.ebuild
+++ b/games-emulation/melonds/melonds-0.9.1.ebuild
@@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
 inherit xdg cmake
 
 DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="http://melonds.kuribo64.net/"
+HOMEPAGE="
+	http://melonds.kuribo64.net
+	https://github.com/Arisotura/melonDS
+"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3

diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index c19093aea..b567fa8d7 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
 inherit xdg cmake
 
 DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="http://melonds.kuribo64.net/"
+HOMEPAGE="
+	http://melonds.kuribo64.net
+	https://github.com/Arisotura/melonDS
+"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3

diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index c19093aea..b567fa8d7 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
 inherit xdg cmake
 
 DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="http://melonds.kuribo64.net/"
+HOMEPAGE="
+	http://melonds.kuribo64.net
+	https://github.com/Arisotura/melonDS
+"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3

diff --git a/games-emulation/melonds/metadata.xml b/games-emulation/melonds/metadata.xml
index 81bdb41b1..877a2c235 100644
--- a/games-emulation/melonds/metadata.xml
+++ b/games-emulation/melonds/metadata.xml
@@ -6,6 +6,6 @@
         <name>Maciej Barć</name>
     </maintainer>
     <upstream>
-        <remote-id type="gitlab">Arisotura/melonDS</remote-id>
+        <remote-id type="github">Arisotura/melonDS</remote-id>
     </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/
@ 2021-05-17 19:11 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-05-17 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2d49a493401a1471868b5731983efd51ff8a73f5
Author:     Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Sun May 16 19:23:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 16 20:18:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d49a493

games-emulation/melonds: add USE flags

Other changes:
* removed unneeded dependencies
* added licenses for bundled deps

Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>

 games-emulation/melonds/melonds-0.9.2.ebuild | 23 +++++++++++++----------
 games-emulation/melonds/melonds-9999.ebuild  | 23 ++++++++++++-----------
 2 files changed, 25 insertions(+), 21 deletions(-)

diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index 46d1babd9..81582477d 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -23,26 +23,21 @@ else
 	S="${WORKDIR}/${MY_P}"
 fi
 
-LICENSE="GPL-3"
+IUSE="+jit +opengl"
+LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
 SLOT="0"
 
 DEPEND="
 	app-arch/libarchive
 	dev-qt/qtcore:5
-	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
-	media-libs/libepoxy
 	media-libs/libsdl2[sound,video]
-	net-libs/gnutls
-	net-libs/libpcap
 	net-libs/libslirp
-	net-misc/curl
-	x11-libs/cairo
-"
-RDEPEND="
-	${DEPEND}
+	net-libs/libpcap
+	opengl? ( media-libs/libepoxy )
 "
+RDEPEND="${DEPEND}"
 
 # used for JIT recompiler
 QA_EXECSTACK="usr/bin/melonDS"
@@ -51,6 +46,14 @@ src_prepare() {
 	cmake_src_prepare
 }
 
+src_configure() {
+	local mycmakeargs=(
+		-DENABLE_JIT=$(usex jit)
+		-DENABLE_OGLRENDERER=$(usex opengl)
+	)
+	cmake_src_configure
+}
+
 src_compile() {
 	tc-export AR
 	cmake_src_compile

diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index 9113b2611..81582477d 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -23,33 +23,34 @@ else
 	S="${WORKDIR}/${MY_P}"
 fi
 
-LICENSE="GPL-3"
+IUSE="+jit +opengl"
+LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
 SLOT="0"
 
 DEPEND="
 	app-arch/libarchive
 	dev-qt/qtcore:5
-	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
-	media-libs/libepoxy
 	media-libs/libsdl2[sound,video]
-	net-libs/gnutls
-	net-libs/libpcap
 	net-libs/libslirp
-	net-misc/curl
-	x11-libs/cairo
-"
-RDEPEND="
-	${DEPEND}
+	net-libs/libpcap
+	opengl? ( media-libs/libepoxy )
 "
+RDEPEND="${DEPEND}"
+
+# used for JIT recompiler
+QA_EXECSTACK="usr/bin/melonDS"
 
 src_prepare() {
 	cmake_src_prepare
 }
 
 src_configure() {
-	append-ldflags -Wl,-z,noexecstack
+	local mycmakeargs=(
+		-DENABLE_JIT=$(usex jit)
+		-DENABLE_OGLRENDERER=$(usex opengl)
+	)
 	cmake_src_configure
 }
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/
@ 2021-09-08 15:20 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2021-09-08 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ddd10f8dd9403f9ba88f33968439626c16c67207
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Sep  7 19:32:07 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 19:33:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddd10f8d

games-emulation/melonds: add qtnetwork dep

Closes: https://bugs.gentoo.org/812029
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 games-emulation/melonds/melonds-0.9.2.ebuild | 3 ++-
 games-emulation/melonds/melonds-0.9.3.ebuild | 3 ++-
 games-emulation/melonds/melonds-9999.ebuild  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index 81582477d..28d40e3c8 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -31,10 +31,11 @@ DEPEND="
 	app-arch/libarchive
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
 	media-libs/libsdl2[sound,video]
-	net-libs/libslirp
 	net-libs/libpcap
+	net-libs/libslirp
 	opengl? ( media-libs/libepoxy )
 "
 RDEPEND="${DEPEND}"

diff --git a/games-emulation/melonds/melonds-0.9.3.ebuild b/games-emulation/melonds/melonds-0.9.3.ebuild
index 21069e621..a6497b3a6 100644
--- a/games-emulation/melonds/melonds-0.9.3.ebuild
+++ b/games-emulation/melonds/melonds-0.9.3.ebuild
@@ -34,10 +34,11 @@ DEPEND="
 	app-arch/libarchive
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
 	media-libs/libsdl2[sound,video]
-	net-libs/libslirp
 	net-libs/libpcap
+	net-libs/libslirp
 	opengl? ( media-libs/libepoxy )
 "
 RDEPEND="${DEPEND}"

diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index 21069e621..a6497b3a6 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -34,10 +34,11 @@ DEPEND="
 	app-arch/libarchive
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
 	media-libs/libsdl2[sound,video]
-	net-libs/libslirp
 	net-libs/libpcap
+	net-libs/libslirp
 	opengl? ( media-libs/libepoxy )
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-09-08 15:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-08 15:20 [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2021-05-17 19:11 Andrew Ammerlaan
2021-05-06  9:55 Andrew Ammerlaan
2021-04-29  8:23 Michał Górny
2021-04-27 23:24 Theo Anderson
2020-12-25 20:42 Haelwenn Monnier
2020-12-06 10:49 Andrew Ammerlaan
2020-11-18 16:03 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox