Skip to Content.
Sympa Menu

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

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 (8be94bbf913b907a537f2cab5f92c28ea58d8bd2)
  • Date: Thu, 19 Sep 2019 21:24:31 +0000

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

games-emulators/mame/DEPENDS | 1 +
games-emulators/mame/HISTORY | 3 +++
2 files changed, 4 insertions(+)

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

mame: Add missing dependency on sdl2_ttf

diff --git a/games-emulators/mame/DEPENDS b/games-emulators/mame/DEPENDS
index e9809c3..2110e83 100755
--- a/games-emulators/mame/DEPENDS
+++ b/games-emulators/mame/DEPENDS
@@ -5,6 +5,7 @@ use_system() {
QTDIR="$INSTALL_ROOT/opt/qt5" &&
depends qtbase QT_HOME="$QTDIR" &&
depends sdl2 &&
+depends sdl2_ttf &&
depends python3 PYTHON_EXECUTABLE=python3 &&
use_system JPEG &&
use_system LUA &&
diff --git a/games-emulators/mame/HISTORY b/games-emulators/mame/HISTORY
index 675204e..c05552d 100644
--- a/games-emulators/mame/HISTORY
+++ b/games-emulators/mame/HISTORY
@@ -1,3 +1,6 @@
+2019-09-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Added missing dependency on sdl2_ttf
+
2019-09-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Added missing python3 dependency
* DETAILS: updated spell to 0.213



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (8be94bbf913b907a537f2cab5f92c28ea58d8bd2), Ismael Luceno, 09/19/2019

Archive powered by MHonArc 2.6.24.

Top of Page