Skip to Content.
Sympa Menu

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

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 (188fb3f6be2b84194a0452feddcc98cabc4c6872)
  • Date: Thu, 16 Sep 2021 12:22:48 +0000

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

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

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

mame 0.235

diff --git a/games-emulators/mame/DEPENDS b/games-emulators/mame/DEPENDS
index f79b450..d49f5d7 100755
--- a/games-emulators/mame/DEPENDS
+++ b/games-emulators/mame/DEPENDS
@@ -1,5 +1,10 @@
+opt_system() {
+ local dep="${2:-${1^^}}" &&
+ optional_depends "$1" "USE_SYSTEM_LIB_$dep=1" "NO_USE_$dep=1" "$3"
+}
use_system() {
- depends $1 "USE_SYSTEM_LIB_${2:-${1^^}}=1"
+ local dep="${2:-${1^^}}" &&
+ depends "$1" "USE_SYSTEM_LIB_$dep=1"
}

depends qtbase &&
@@ -8,11 +13,15 @@ depends sdl2_ttf &&
depends python3 PYTHON_EXECUTABLE=python3 &&
use_system JPEG &&
use_system LUA &&
-use_system portaudio19 &&
+# FIXME BROKEN: use_system asio &&
use_system expat &&
use_system flac &&
-use_system libuv UV &&
+use_system glm &&
use_system portmidi &&
+use_system pugixml &&
+use_system rapidjson &&
use_system sqlite SQLITE3 &&
-#use_system utf8proc &&
-use_system zlib
+use_system utf8proc &&
+use_system zlib &&
+opt_system LIBPULSE PULSEAUDIO 'for PulseAudio support' &&
+opt_system portaudio19 PORTAUDIO 'for PortAudio support'
diff --git a/games-emulators/mame/DETAILS b/games-emulators/mame/DETAILS
index d3dc21c..fd2e087 100755
--- a/games-emulators/mame/DETAILS
+++ b/games-emulators/mame/DETAILS
@@ -1,8 +1,8 @@
SPELL=mame
- VERSION=0.227
+ VERSION=0.235
SOURCE="mame${VERSION/.}.tar.gz"
SOURCE_URL[0]="https://github.com/mamedev/mame/archive/$SOURCE";
-
SOURCE_HASH=sha512:f3cafa359ae81a4feeef865f41a0ce1c85e1e44ce237dfca390fea6ead3b5ed8a1715d03ed34b1b7a381dcbff8d5f8a3900ddcddad0c5772a954cdeafaba27c4
+
SOURCE_HASH=sha512:46489f038586a5845c458d4c427c2eca8631906f28f17be549af36cff6d256b324876d6ac29baef8f022afe2cb494e533b22deef8aed3b7233866ccc4534c428
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 6b2e4d6..b8e46f7 100644
--- a/games-emulators/mame/HISTORY
+++ b/games-emulators/mame/HISTORY
@@ -1,3 +1,9 @@
+2021-09-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.235
+ * DEPENDS: made portaudio19 optional
+ added glm, pugixml, rapidjson, utf8proc, LIBPULSE
+ removed libuv
+
2021-01-08 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Removed custom QT_HOME
Made build parallel



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (188fb3f6be2b84194a0452feddcc98cabc4c6872), Ismael Luceno, 09/16/2021

Archive powered by MHonArc 2.6.24.

Top of Page