Skip to Content.
Sympa Menu

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

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 (528cd3021c8479e943f2b46a73b3d57696dd8ac3)
  • Date: Fri, 8 Jan 2021 15:02:42 +0000

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

games-emulators/mame/BUILD | 5 +----
games-emulators/mame/DEPENDS | 3 +--
games-emulators/mame/DETAILS | 4 ++--
games-emulators/mame/HISTORY | 5 +++++
4 files changed, 9 insertions(+), 8 deletions(-)

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

mame 0.227

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

mame: Make build parallel

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

mame: Remove custom QT_HOME

qtbase installs to /usr nowadays

diff --git a/games-emulators/mame/BUILD b/games-emulators/mame/BUILD
index 822a604..0a8e516 100755
--- a/games-emulators/mame/BUILD
+++ b/games-emulators/mame/BUILD
@@ -5,7 +5,4 @@ esac &&
# Avoid non-fatal errors
OPTS+=' NOWERROR=1' &&

-QTDIR="$INSTALL_ROOT/opt/qt5" &&
-CPATH="$QTDIR/include" \
-PATH="$QTDIR/bin:$PATH" \
-make $OPTS
+make -j "$MAKE_NJOBS" $OPTS
diff --git a/games-emulators/mame/DEPENDS b/games-emulators/mame/DEPENDS
index 879a8f7..f79b450 100755
--- a/games-emulators/mame/DEPENDS
+++ b/games-emulators/mame/DEPENDS
@@ -2,8 +2,7 @@ use_system() {
depends $1 "USE_SYSTEM_LIB_${2:-${1^^}}=1"
}

-QTDIR="$INSTALL_ROOT/opt/qt5" &&
-depends qtbase QT_HOME="$QTDIR" &&
+depends qtbase &&
depends sdl2 &&
depends sdl2_ttf &&
depends python3 PYTHON_EXECUTABLE=python3 &&
diff --git a/games-emulators/mame/DETAILS b/games-emulators/mame/DETAILS
index b4df314..d3dc21c 100755
--- a/games-emulators/mame/DETAILS
+++ b/games-emulators/mame/DETAILS
@@ -1,8 +1,8 @@
SPELL=mame
- VERSION=0.214
+ VERSION=0.227
SOURCE="mame${VERSION/.}.tar.gz"
SOURCE_URL[0]="https://github.com/mamedev/mame/archive/$SOURCE";
-
SOURCE_HASH=sha512:1c5851c7a95f4f3a312b47ba182f2f8fdfd186e16593d58555c8291174c07d8f18b7c4bec8d26589755e427dc2f29c66404a2dfb4f35dca9b63292b42faaca1c
+
SOURCE_HASH=sha512:f3cafa359ae81a4feeef865f41a0ce1c85e1e44ce237dfca390fea6ead3b5ed8a1715d03ed34b1b7a381dcbff8d5f8a3900ddcddad0c5772a954cdeafaba27c4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/mame-mame${VERSION/.}"
TMPFS=off
WEB_SITE="http://mamedev.org/";
diff --git a/games-emulators/mame/HISTORY b/games-emulators/mame/HISTORY
index 4bc5ad7..6b2e4d6 100644
--- a/games-emulators/mame/HISTORY
+++ b/games-emulators/mame/HISTORY
@@ -1,3 +1,8 @@
+2021-01-08 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Removed custom QT_HOME
+ Made build parallel
+ * DETAILS: updated spell to 0.227
+
2019-10-16 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.214




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

Archive powered by MHonArc 2.6.24.

Top of Page