* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/
@ 2021-04-28 21:40 Samuel Bauer
0 siblings, 0 replies; 8+ messages in thread
From: Samuel Bauer @ 2021-04-28 21:40 UTC (permalink / raw
To: gentoo-commits
commit: cc419635e82f708fa6c189ea40a31a2bd2ad5c06
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Wed Apr 28 21:40:14 2021 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Wed Apr 28 21:40:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc419635
games-emulation/mupen64plus-qt: new ebuild https://bugs.gentoo.org/562444
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/mupen64plus-qt/metadata.xml | 8 ++++
.../mupen64plus-qt/mupen64plus-qt-1.14.ebuild | 45 ++++++++++++++++++++++
.../mupen64plus-qt/mupen64plus-qt-9999.ebuild | 45 ++++++++++++++++++++++
3 files changed, 98 insertions(+)
diff --git a/games-emulation/mupen64plus-qt/metadata.xml b/games-emulation/mupen64plus-qt/metadata.xml
new file mode 100644
index 000000000..ffffe4022
--- /dev/null
+++ b/games-emulation/mupen64plus-qt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <name>mazes-80</name>
+ <email>mazes-80@none.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
new file mode 100644
index 000000000..f1f885f7c
--- /dev/null
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils
+
+DESCRIPTION="A basic launcher for Mupen64Plus"
+HOMEPAGE="https://github.com/dh4/mupen64plus-qt"
+SRC_URI="https://github.com/dh4/${PN}/archive/${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtxml:5
+ dev-qt/qtsql:5
+ dev-qt/qtwidgets:5
+ dev-libs/quazip
+"
+DEPEND=">=games-emulation/mupen64plus-core-2.5
+ ${RDEPEND}"
+
+src_prepare() {
+ sed -i -e '/MatchWildcard/{s/Wildcard/RegExp/; s/"\*"/".*"/}' src/dialogs/settingsdialog.cpp || die
+ sed -i -e '/include.*quazip5/s/quazip5/QuaZip-Qt5-1.1\/quazip/' \
+ src/emulation/emulatorhandler.cpp src/common.cpp || die
+ sed -i -e 's/lquazip5/lquazip1-qt5/' mupen64plus-qt.pro || die
+ default
+}
+
+src_configure() {
+ eqmake5
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README.md
+ doman resources/${PN}.6
+ domenu resources/${PN}.desktop
+ newicon resources/images/mupen64plus.png ${PN}.png
+}
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
new file mode 100644
index 000000000..93dd2d71b
--- /dev/null
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2018-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop git-r3 qmake-utils
+
+DESCRIPTION="A basic launcher for Mupen64Plus"
+HOMEPAGE="https://github.com/dh4/mupen64plus-qt"
+EGIT_REPO_URI="https://github.com/dh4/mupen64plus-qt"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtxml:5
+ dev-qt/qtsql:5
+ dev-qt/qtwidgets:5
+ dev-libs/quazip
+"
+DEPEND=">=games-emulation/mupen64plus-core-2.5
+ ${RDEPEND}"
+
+src_prepare() {
+ sed -i -e '/MatchWildcard/{s/Wildcard/RegExp/; s/"\*"/".*"/}' src/dialogs/settingsdialog.cpp || die
+ sed -i -e '/include.*quazip5/s/quazip5/QuaZip-Qt5-1.1\/quazip/' \
+ src/emulation/emulatorhandler.cpp src/common.cpp || die
+ sed -i -e 's/lquazip5/lquazip1-qt5/' mupen64plus-qt.pro || die
+ default
+}
+
+src_configure() {
+ eqmake5
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README.md
+ doman resources/${PN}.6
+ domenu resources/${PN}.desktop
+ newicon resources/images/mupen64plus.png ${PN}.png
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/
@ 2021-04-28 22:54 Samuel Bauer
0 siblings, 0 replies; 8+ messages in thread
From: Samuel Bauer @ 2021-04-28 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 1c4abe5bf86c343ffff68b2a21a1c41f420a7e3a
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Wed Apr 28 22:53:01 2021 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Wed Apr 28 22:53:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c4abe5b
games-emulation/mupen64plus-qt: add manifest, fix archive name
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/mupen64plus-qt/Manifest | 1 +
games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-emulation/mupen64plus-qt/Manifest b/games-emulation/mupen64plus-qt/Manifest
new file mode 100644
index 000000000..f826be1d1
--- /dev/null
+++ b/games-emulation/mupen64plus-qt/Manifest
@@ -0,0 +1 @@
+DIST mupen64plus-qt-1.14.tar.gz 573526 BLAKE2B f81681861de61db9e68eb80941e97644a2e903b221c470e981c9e7f39e3cc720f59e57a08a7d5346b99ae963d6639c275c98f6519df9a203b0aaf567e9169451 SHA512 c4260a4d01362c4aa6c921bd816dd4ea6bae03380ad461613fffdcb877c09b0f8cc7e3e954842c1dd533ffdc546086b943ddf17c3c133c0b772cf62111ca01ea
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
index f1f885f7c..790fc311b 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
@@ -7,7 +7,7 @@ inherit desktop qmake-utils
DESCRIPTION="A basic launcher for Mupen64Plus"
HOMEPAGE="https://github.com/dh4/mupen64plus-qt"
-SRC_URI="https://github.com/dh4/${PN}/archive/${PV}.tar.gz"
+SRC_URI="https://github.com/dh4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/
@ 2021-10-16 23:01 Samuel Bauer
0 siblings, 0 replies; 8+ messages in thread
From: Samuel Bauer @ 2021-10-16 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 8d9a5a7b5b2197d470b8e6c0c5ceb1a8b29f74d4
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Sat Oct 16 23:00:43 2021 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Sat Oct 16 23:00:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d9a5a7b
games-emulation/mupen64plus-qt-9999: remove local fix, done upstream
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
index 93dd2d71b..778646412 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
@@ -25,7 +25,6 @@ DEPEND=">=games-emulation/mupen64plus-core-2.5
${RDEPEND}"
src_prepare() {
- sed -i -e '/MatchWildcard/{s/Wildcard/RegExp/; s/"\*"/".*"/}' src/dialogs/settingsdialog.cpp || die
sed -i -e '/include.*quazip5/s/quazip5/QuaZip-Qt5-1.1\/quazip/' \
src/emulation/emulatorhandler.cpp src/common.cpp || die
sed -i -e 's/lquazip5/lquazip1-qt5/' mupen64plus-qt.pro || die
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/
@ 2022-05-18 2:38 Samuel Bauer
0 siblings, 0 replies; 8+ messages in thread
From: Samuel Bauer @ 2022-05-18 2:38 UTC (permalink / raw
To: gentoo-commits
commit: 25ce61a823d284c2facdc82bc4dccb88991d7414
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Wed May 18 02:36:20 2022 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Wed May 18 02:36:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25ce61a8
games-emulation/mupen64plus-qt: version bump
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
.../{mupen64plus-qt-1.14.ebuild => mupen64plus-qt-1.15.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
similarity index 87%
rename from games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
rename to games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
index 790fc311b..bb5dbf0c0 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2018-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,7 +25,6 @@ DEPEND=">=games-emulation/mupen64plus-core-2.5
${RDEPEND}"
src_prepare() {
- sed -i -e '/MatchWildcard/{s/Wildcard/RegExp/; s/"\*"/".*"/}' src/dialogs/settingsdialog.cpp || die
sed -i -e '/include.*quazip5/s/quazip5/QuaZip-Qt5-1.1\/quazip/' \
src/emulation/emulatorhandler.cpp src/common.cpp || die
sed -i -e 's/lquazip5/lquazip1-qt5/' mupen64plus-qt.pro || die
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/
@ 2022-05-18 3:21 Samuel Bauer
0 siblings, 0 replies; 8+ messages in thread
From: Samuel Bauer @ 2022-05-18 3:21 UTC (permalink / raw
To: gentoo-commits
commit: cd0b93ea9adcc7148bdc12202a1d25455fb4f825
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Wed May 18 03:20:32 2022 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Wed May 18 03:20:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd0b93ea
games-emulation/mupen64plus-qt: rework quazip includes
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild | 7 ++++---
games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
index bb5dbf0c0..baea82b25 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2018-2021 Gentoo Authors
+# Copyright 2018-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit desktop qmake-utils
@@ -25,7 +25,7 @@ DEPEND=">=games-emulation/mupen64plus-core-2.5
${RDEPEND}"
src_prepare() {
- sed -i -e '/include.*quazip5/s/quazip5/QuaZip-Qt5-1.1\/quazip/' \
+ sed -i -e '/include.*quazip5/s:quazip5/::' \
src/emulation/emulatorhandler.cpp src/common.cpp || die
sed -i -e 's/lquazip5/lquazip1-qt5/' mupen64plus-qt.pro || die
default
@@ -33,6 +33,7 @@ src_prepare() {
src_configure() {
eqmake5
+ sed -i -e "/INCPATH/s:\$: $(pkg-config --cflags-only-I quazip1-qt5):" Makefile || die
}
src_install() {
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
index 778646412..f4de6352d 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2018-2021 Gentoo Authors
+# Copyright 2018-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit desktop git-r3 qmake-utils
@@ -25,7 +25,7 @@ DEPEND=">=games-emulation/mupen64plus-core-2.5
${RDEPEND}"
src_prepare() {
- sed -i -e '/include.*quazip5/s/quazip5/QuaZip-Qt5-1.1\/quazip/' \
+ sed -i -e '/include.*quazip5/s:quazip5/::' \
src/emulation/emulatorhandler.cpp src/common.cpp || die
sed -i -e 's/lquazip5/lquazip1-qt5/' mupen64plus-qt.pro || die
default
@@ -33,6 +33,7 @@ src_prepare() {
src_configure() {
eqmake5
+ sed -i -e "/INCPATH/s:\$: $(pkg-config --cflags-only-I quazip1-qt5):" Makefile || die
}
src_install() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/
@ 2022-05-24 18:58 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-05-24 18:58 UTC (permalink / raw
To: gentoo-commits
commit: 210791bfe7f2c41fe6f89f6cb2f442f9f041a63a
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 18:58:34 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 24 18:58:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=210791bf
games-emulation/mupen64plus-qt: update Manifest
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
games-emulation/mupen64plus-qt/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/mupen64plus-qt/Manifest b/games-emulation/mupen64plus-qt/Manifest
index f826be1d1..c0bca664a 100644
--- a/games-emulation/mupen64plus-qt/Manifest
+++ b/games-emulation/mupen64plus-qt/Manifest
@@ -1 +1 @@
-DIST mupen64plus-qt-1.14.tar.gz 573526 BLAKE2B f81681861de61db9e68eb80941e97644a2e903b221c470e981c9e7f39e3cc720f59e57a08a7d5346b99ae963d6639c275c98f6519df9a203b0aaf567e9169451 SHA512 c4260a4d01362c4aa6c921bd816dd4ea6bae03380ad461613fffdcb877c09b0f8cc7e3e954842c1dd533ffdc546086b943ddf17c3c133c0b772cf62111ca01ea
+DIST mupen64plus-qt-1.15.tar.gz 573009 BLAKE2B 9db7c5c7fefa99466933e4526338487b138eb970595d0ac92aedb1649e9786785b2472b7716cd24080e99cddda9d434207d2387515a62f6b2c111076bdcb10ed SHA512 f7abb23b401febbf60cfb04bcfe37047ce2e323241665aaae06874903da33c0dedf405809a8af193f82f1dc4537adcbcd480f86b5dad5d3af635d1eb00fb6aae
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/
@ 2023-12-07 10:22 Alexander Weber
0 siblings, 0 replies; 8+ messages in thread
From: Alexander Weber @ 2023-12-07 10:22 UTC (permalink / raw
To: gentoo-commits
commit: bcbc5a3dad0b6c487c5031235bae577121fac2ef
Author: Alexander Weber <web.alexander <AT> web <DOT> de>
AuthorDate: Thu Dec 7 10:21:18 2023 +0000
Commit: Alexander Weber <web.alexander <AT> web <DOT> de>
CommitDate: Thu Dec 7 10:21:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcbc5a3d
games-emulation/mupen64plus-qt: adjust quazip / qt5 dependency
Signed-off-by: Alexander Weber <web.alexander <AT> web.de>
games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild | 2 +-
games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
index baea82b251..06dc4fd58a 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
dev-qt/qtxml:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
- dev-libs/quazip
+ || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] )
"
DEPEND=">=games-emulation/mupen64plus-core-2.5
${RDEPEND}"
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
index f4de6352da..8cf3d63e25 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
dev-qt/qtxml:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
- dev-libs/quazip
+ || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] )
"
DEPEND=">=games-emulation/mupen64plus-core-2.5
${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/
@ 2024-10-19 10:22 Takuya Wakazono
0 siblings, 0 replies; 8+ messages in thread
From: Takuya Wakazono @ 2024-10-19 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 199b6a83d46b01b36a82bb48448da1195de377cc
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Oct 19 09:03:50 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Oct 19 09:03:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=199b6a83
games-emulation/mupen64plus-qt: fix RDEPEND
Closes: https://bugs.gentoo.org/840251 (obsolete)
Closes: https://bugs.gentoo.org/932472
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
.../{mupen64plus-qt-1.15.ebuild => mupen64plus-qt-1.15-r1.ebuild} | 5 +++--
games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15-r1.ebuild
similarity index 91%
rename from games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
rename to games-emulation/mupen64plus-qt/mupen64plus-qt-1.15-r1.ebuild
index 06dc4fd58..35fa2ac00 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2022 Gentoo Authors
+# Copyright 2018-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,11 +15,12 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-qt/qtcore:5
+ dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtxml:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
- || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] )
+ dev-libs/quazip:=[qt5(+)]
"
DEPEND=">=games-emulation/mupen64plus-core-2.5
${RDEPEND}"
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
index 4ffcf1352..a1e13afb3 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2022 Gentoo Authors
+# Copyright 2018-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,11 +14,12 @@ SLOT="0"
RDEPEND="
dev-qt/qtcore:5
+ dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtxml:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
- || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] )
+ dev-libs/quazip:=[qt5(+)]
"
DEPEND=">=games-emulation/mupen64plus-core-2.5
${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-10-19 10:22 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 10:22 [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/ Alexander Weber
-- strict thread matches above, loose matches on Subject: below --
2024-10-19 10:22 Takuya Wakazono
2022-05-24 18:58 Andrew Ammerlaan
2022-05-18 3:21 Samuel Bauer
2022-05-18 2:38 Samuel Bauer
2021-10-16 23:01 Samuel Bauer
2021-04-28 22:54 Samuel Bauer
2021-04-28 21:40 Samuel Bauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox