* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/
@ 2021-04-29 8:23 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2021-04-29 8:23 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: Michał Górny <mgorny <AT> gentoo <DOT> org>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/
@ 2021-04-29 8:23 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2021-04-29 8:23 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: Michał Górny <mgorny <AT> gentoo <DOT> org>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/
2022-05-24 18:58 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2022-05-24 18:58 ` Andrew Ammerlaan
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/
@ 2023-12-11 6:50 Viorel Munteanu
0 siblings, 0 replies; 6+ messages in thread
From: Viorel Munteanu @ 2023-12-11 6:50 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: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/
@ 2025-02-24 10:34 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2025-02-24 10:34 UTC (permalink / raw
To: gentoo-commits
commit: 65b9de4a63c6f556510e336398d1e17bd2a21fbd
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Sun Feb 23 22:13:06 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 23 22:13:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65b9de4a
games-emulation/mupen64plus-qt: somes changes not synced between two ebuilds
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild | 4 +++-
games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild
index 5802e57bd..ccc31916c 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild
@@ -21,5 +21,7 @@ DEPEND=">=games-emulation/mupen64plus-core-2.5
src_install() {
cmake_src_install
- rm -rf "${D}"/usr/$(get_libdir)/
+ rm -rf "${D}"/usr/$(get_libdir)/ \
+ "${D}"/usr/plugins/ \
+ "${D}"/usr/bin/qt.conf
}
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
index 17c188307..0b72b2108 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-2024 Gentoo Authors
+# Copyright 2018-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/
@ 2025-02-28 15:12 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2025-02-28 15:12 UTC (permalink / raw
To: gentoo-commits
commit: 251fdb5768817e7af28a64e380fc91b5ee917388
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Thu Feb 27 22:02:54 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 27 22:02:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=251fdb57
games-emulation/mupen64plus-qt: translations directory
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild | 8 +++++++-
games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild
index ccc31916c..e5e24d313 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.17.ebuild
@@ -23,5 +23,11 @@ src_install() {
cmake_src_install
rm -rf "${D}"/usr/$(get_libdir)/ \
"${D}"/usr/plugins/ \
- "${D}"/usr/bin/qt.conf
+ "${D}"/usr/bin/qt.conf || die
+ mkdir -p "${D}"/usr/share/qt6 || die
+ mv "${D}"/usr/translations "${D}"/usr/share/qt6/ || die
+ for i in "${D}"/usr/share/qt6/translations/*; do
+ echo mv "${i}" "${i/qt_/mupen64plus-qt_}"
+ mv "${i}" "${i/qt_/mupen64plus-qt_}" || die
+ done
}
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
index 0b72b2108..30242ad3a 100644
--- a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
+++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
@@ -23,5 +23,11 @@ src_install() {
cmake_src_install
rm -rf "${D}"/usr/$(get_libdir)/ \
"${D}"/usr/plugins/ \
- "${D}"/usr/bin/qt.conf
+ "${D}"/usr/bin/qt.conf || die
+ mkdir -p "${D}"/usr/share/qt6 || die
+ mv "${D}"/usr/translations "${D}"/usr/share/qt6/ || die
+ for i in "${D}"/usr/share/qt6/translations/*; do
+ echo mv "${i}" "${i/qt_/mupen64plus-qt_}"
+ mv "${i}" "${i/qt_/mupen64plus-qt_}" || die
+ done
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-02-28 15:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-29 8:23 [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 15:12 David Roman
2025-02-24 10:34 David Roman
2023-12-11 6:50 Viorel Munteanu
2022-05-24 18:58 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-05-24 18:58 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-29 8:23 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox