Skip to Content.
Sympa Menu

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

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 (7e1834f62a064a5061053d8061c7cc90b9a5a799)
  • Date: Wed, 18 Sep 2019 19:06:21 +0000

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

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

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

mame: Add WNOERROR=1 to avoid non-fatal errors

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

fixup mame musl build

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

mame: Add dependency on portmidi

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

mame: Fix build against musl

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

mame 0.213

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

mame: Add missing python3 dependency

diff --git a/games-emulators/mame/BUILD b/games-emulators/mame/BUILD
index 91356e0..822a604 100755
--- a/games-emulators/mame/BUILD
+++ b/games-emulators/mame/BUILD
@@ -1,3 +1,10 @@
+case "$HOST" in
+*-musl) CXXFLAGS+=' -DBX_CRT_MUSL=1' ;;
+esac &&
+
+# Avoid non-fatal errors
+OPTS+=' NOWERROR=1' &&
+
QTDIR="$INSTALL_ROOT/opt/qt5" &&
CPATH="$QTDIR/include" \
PATH="$QTDIR/bin:$PATH" \
diff --git a/games-emulators/mame/DEPENDS b/games-emulators/mame/DEPENDS
index 07ea979..e9809c3 100755
--- a/games-emulators/mame/DEPENDS
+++ b/games-emulators/mame/DEPENDS
@@ -5,13 +5,14 @@ use_system() {
QTDIR="$INSTALL_ROOT/opt/qt5" &&
depends qtbase QT_HOME="$QTDIR" &&
depends sdl2 &&
+depends python3 PYTHON_EXECUTABLE=python3 &&
use_system JPEG &&
use_system LUA &&
use_system PORTAUDIO &&
use_system expat &&
use_system flac &&
use_system libuv UV &&
-#use_system portmidi &&
+use_system portmidi &&
use_system sqlite SQLITE3 &&
#use_system utf8proc &&
use_system zlib
diff --git a/games-emulators/mame/DETAILS b/games-emulators/mame/DETAILS
index c9bd091..857f0b0 100755
--- a/games-emulators/mame/DETAILS
+++ b/games-emulators/mame/DETAILS
@@ -1,8 +1,8 @@
SPELL=mame
- VERSION=0.212
+ VERSION=0.213
SOURCE="mame${VERSION/.}.tar.gz"
SOURCE_URL[0]="https://github.com/mamedev/mame/archive/$SOURCE";
-
SOURCE_HASH=sha512:624d8a1b45e3e20e602c6cbde2f6f8bb720c99bc0368c486e5bccfa6a5ef8f24a4fa62db3f1f65ada90b20b5f75988a29dab205c1124607681ced9b35a5360e1
+
SOURCE_HASH=sha512:9132d88d78538aef615afb69993ad850a7c8fd5b36bab8f1312707f04ccb411ded4280530bccd22fe144adf2d1ac3085388e5f660e085c56791635532877bebd
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/mame-mame${VERSION/.}"
WEB_SITE="http://mamedev.org/";
LICENSE[0]="GPLv2"
diff --git a/games-emulators/mame/HISTORY b/games-emulators/mame/HISTORY
index d01bf59..d053a40 100644
--- a/games-emulators/mame/HISTORY
+++ b/games-emulators/mame/HISTORY
@@ -1,3 +1,10 @@
+2019-09-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Added missing python3 dependency
+ * DETAILS: updated spell to 0.213
+ * BUILD: Fixed build against musl
+ Added WNOERROR=1 to avoid failures due to non-fatal errors
+ * DEPENDS: Added portmidi
+
2019-08-07 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.212




  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (7e1834f62a064a5061053d8061c7cc90b9a5a799), Ismael Luceno, 09/18/2019

Archive powered by MHonArc 2.6.24.

Top of Page