Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c4df6900230b5d5557833b80a873927ecb592809)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c4df6900230b5d5557833b80a873927ecb592809)
  • Date: Sat, 23 Jan 2021 01:10:02 +0000

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-emulators/mupen64plus/BUILD | 3 ++-
games-emulators/mupen64plus/DETAILS | 8 ++++----
games-emulators/mupen64plus/HISTORY | 6 ++++++
3 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit c4df6900230b5d5557833b80a873927ecb592809
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mupen64plus: Fix COREDIR

commit 1480fab9ca19905c45c66baa6dcaa16dbd947872
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mupen64plus 2.5.9

commit ec9f5fa7fb530e30fc94b80156f3c63825bd3e70
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mupen64plus: Fix build with GCC 10

diff --git a/games-emulators/mupen64plus/BUILD
b/games-emulators/mupen64plus/BUILD
index bf3fd5c..72ffe91 100755
--- a/games-emulators/mupen64plus/BUILD
+++ b/games-emulators/mupen64plus/BUILD
@@ -1 +1,2 @@
-./m64p_build.sh
+CFLAGS+=' -fcommon' &&
+./m64p_build.sh COREDIR="$INSTALL_ROOT"/usr/lib/
diff --git a/games-emulators/mupen64plus/DETAILS
b/games-emulators/mupen64plus/DETAILS
index 9e37b73..04a65d7 100755
--- a/games-emulators/mupen64plus/DETAILS
+++ b/games-emulators/mupen64plus/DETAILS
@@ -1,10 +1,10 @@
SPELL=mupen64plus
- VERSION=2.0
+ VERSION=2.5.9
SOURCE="${SPELL}-bundle-src-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
-
SOURCE_HASH=sha512:7dd3e0197d7775ee052ac6521e8764f7aa8f7edff4f6c4ef480c9c681382021b4a527994022ea1f8bf07045bcd1c564d61dd490ba531e5a34d9e36eda80154c3
+
SOURCE_URL[0]="https://github.com/$SPELL/$SPELL-core/releases/download/$VERSION/$SOURCE";
+
SOURCE_HASH=sha512:ba80c2ab2391d232b0ed6b96943a27d8e93cf1b3540a25a1a89fc5ba104cfcbb17cb81066ec6a0060b2159afb68eebbeb83536ae4a97779af6c52477e738cd5e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-bundle-src-${VERSION}"
- WEB_SITE="http://${SPELL}.googlecode.com";
+ WEB_SITE="https://mupen64plus.org/";
LICENSE[0]=GPL
ENTERED=20090108
SHORT="Nintendo64 emulator"
diff --git a/games-emulators/mupen64plus/HISTORY
b/games-emulators/mupen64plus/HISTORY
index d9f0289..80a6f45 100644
--- a/games-emulators/mupen64plus/HISTORY
+++ b/games-emulators/mupen64plus/HISTORY
@@ -1,3 +1,9 @@
+2021-01-23 Ismael Luceno <ismael AT iodev.co.uk>
+ * BUILD: fixed build with GCC 10
+ fixed COREDIR
+ * DETAILS: updated spell to 2.5.9
+ fixed WEB_SITE
+
2015-01-12 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.0




  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c4df6900230b5d5557833b80a873927ecb592809), Ismael Luceno, 01/22/2021

Archive powered by MHonArc 2.6.24.

Top of Page