Skip to Content.
Sympa Menu

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

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 (76dfabe87a046b65ef98c7c27318a4197cbaf08f)
  • Date: Mon, 15 Jan 2018 08:39:17 +0000

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

ChangeLog | 4 +
games-emulators/mame/CONFLICTS | 1
games-emulators/mame/DETAILS | 4 -
games-emulators/mame/HISTORY | 4 +
games-emulators/xmame/BUILD | 7 --
games-emulators/xmame/CONFIGURE | 73 -----------------------
games-emulators/xmame/DEPENDS | 34 ----------
games-emulators/xmame/DETAILS | 23 ++-----
games-emulators/xmame/DOWNLOAD | 1
games-emulators/xmame/HISTORY | 5 +
games-emulators/xmame/INSTALL | 21 ------
games-emulators/xmame/PRE_BUILD | 120
--------------------------------------
games-emulators/xmame/UP_TRIGGERS | 2
13 files changed, 29 insertions(+), 270 deletions(-)

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

mame 0.193

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

xmame: deprecated in favor of mame

diff --git a/ChangeLog b/ChangeLog
index 80530d5..3e888ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-15 Ismael Luceno <ismael AT sourcemage.org>
+ * games-emulators/xmame: spell deprecated [project dead, x11 support
+ available in mame]
+
2017-12-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* FUNCTIONS: port changes to qt*_cmake_build from test grimoire

diff --git a/games-emulators/mame/CONFLICTS b/games-emulators/mame/CONFLICTS
new file mode 100644
index 0000000..5786829
--- /dev/null
+++ b/games-emulators/mame/CONFLICTS
@@ -0,0 +1 @@
+conflicts xmame y
diff --git a/games-emulators/mame/DETAILS b/games-emulators/mame/DETAILS
index 3e39189..0314670 100755
--- a/games-emulators/mame/DETAILS
+++ b/games-emulators/mame/DETAILS
@@ -1,8 +1,8 @@
SPELL=mame
- VERSION=0.192
+ VERSION=0.193
SOURCE="mame${VERSION/.}.tar.gz"
SOURCE_URL[0]="https://github.com/mamedev/mame/archive/$SOURCE";
-
SOURCE_HASH=sha512:46ea96336317afc2aaa2ae8f4907033d8c77a1dff46cb1bf90da3c44d8092e7dfb72d47aa3604a840230b731f12ee8914fea229c4a2cba5fa0576447b0dd6e89
+
SOURCE_HASH=sha512:ed34c7fed58ac47c73a836631921422897ad3fdfdb0670b9a61ed0532de81fdc633d33ccbe9465da4126334bb50a0926755cb8159fcfcaca55e35778a5ea8868
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 5caf7cc..9261fe1 100644
--- a/games-emulators/mame/HISTORY
+++ b/games-emulators/mame/HISTORY
@@ -1,3 +1,7 @@
+2018-01-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.193
+ * CONFLICTS: replaces xmame
+
2017-12-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.192

diff --git a/games-emulators/xmame/BUILD b/games-emulators/xmame/BUILD
index cb7741d..27ba77d 100755
--- a/games-emulators/xmame/BUILD
+++ b/games-emulators/xmame/BUILD
@@ -1,6 +1 @@
-disable_pic &&
-make PREFIX=${INSTALL_ROOT}/usr \
- BINDIR=${INSTALL_ROOT}/usr/games \
- CFLAGS="${CFLAGS/-O[3-9]/-O2}" \
- CXXFLAGS="${CXXFLAGS/-O[3-9]/-O2}" \
- -f makefile.unix
+true
diff --git a/games-emulators/xmame/CONFIGURE b/games-emulators/xmame/CONFIGURE
deleted file mode 100755
index 22db7f8..0000000
--- a/games-emulators/xmame/CONFIGURE
+++ /dev/null
@@ -1,73 +0,0 @@
-config_query XMAME_CUSTOM
\
- "Would you like to edit the makefile? (for special tweaks only)"
\
- n
&&
-
-config_query XMAME_X86_MIPS3_DRC
\
- "use DRC MIPS3 engine faster emulation, but only works on x86"
\
- n
&&
-config_query XMAME_X86_PPC_DRC
\
- "use DRC PowerPC engine faster emulation, but only works on x86"
\
- n
&&
-config_query XMAME_X86_VOODOO_DRC
\
- "use DRC Voodoo rasterizers faster emulation, but only works on x86"
\
- n
&&
-config_query XMAME_DISABLE_EFFECTS
\
- "disable effects. This can considerably speed up compilation of the blit
files." \
- n
&&
-config_query XMAME_EFFECT_MMX_ASM
\
- "MMX assembly-language optimized routines for the light scanlines and
6-tap filter effects." \
- n
&&
-
-config_query XMAME_JOY_STANDARD
\
- "Enable the standard joystick driver."
\
- n
&&
-config_query XMAME_JOY_PAD
\
- "Linux FM-TOWNS game pad joystick emulation support."
\
- n
&&
-config_query XMAME_JOY_SDL
\
- "SDL joystick support."
\
- n
&&
-config_query XMAME_LIGHTGUN_ABS_EVENT
\
- "Enables use of Linux input devices that support ABS (absolute) X/Y axis."
\
- n
&&
-config_query XMAME_LIRC
\
- "add LIRC support to xmame."
\
- n
&&
-
-config_query XMAME_SOUND_ESOUND
\
- "ESound Support"
\
- n
&&
-config_query XMAME_SOUND_ALSA
\
- "ALSA Support"
\
- n
&&
-config_query XMAME_SDL_SOUND
\
- "SDL Sound support"
\
- n
&&
-
-config_query_list XMAME_DISPLAY_METHOD
\
- "Select your display method(x11 provides OpenGL mode)"
\
- x11 SDL svgalib ggi
&&
-
-if [[ "$XMAME_DISPLAY_METHOD" == "x11" ]]; then
-config_query XMAME_X11_MITSHM
\
- "MIT-Shared Memory X Extensions"
\
- y
&&
-config_query XMAME_X11_XV
\
- "Use Xv extension for hardware scaling."
\
- y
&&
-config_query XMAME_X11_DGA
\
- "Enable XFree86 DGA."
\
- n
&&
-config_query XMAME_X11_OPENGL
\
- "support for OpenGL"
\
- n
&&
-config_query XMAME_X11_GLIDE
\
- "support for rendering through Glide"
\
- n
&&
-config_query XMAME_XINPUT_DEVICES
\
- "use XInput devices, e.g. additional mice"
\
- n
&&
-config_query XMAME_X11_XINERAMA
\
- "Enable Xinerama support"
\
- n
-fi
diff --git a/games-emulators/xmame/DEPENDS b/games-emulators/xmame/DEPENDS
deleted file mode 100755
index 58a26e6..0000000
--- a/games-emulators/xmame/DEPENDS
+++ /dev/null
@@ -1,34 +0,0 @@
-depends X11-LIBS &&
-if [[ "$XMAME_EFFECT_MMX_ASM" == "y" ]]; then
- depends nasm
-fi &&
-
-if [[ "$XMAME_JOY_SDL" == "y" ]] || \
- [[ "$XMAME_SDL_SOUND" == "y" ]] || \
- [[ "$XMAME_DISPLAY_METHOD" == "SDL" ]]; then
- depends sdl
-fi &&
-
-if [[ "$XMAME_LIRC" == "y" ]]; then
- depends lirc
-fi &&
-
-if [[ "$XMAME_SOUND_ESOUND" == "y" ]]; then
- depends esound
-fi &&
-
-if [[ "$XMAME_SOUND_ALSA" == "y" ]]; then
- depends alsa-lib
-fi &&
-
-if [[ "$XMAME_DISPLAY_METHOD" == "ggi" ]]; then
- depends libggi
-fi &&
-
-if [[ "$XMAME_DISPLAY_METHOD" == "svgalib" ]]; then
- depends svgalib
-fi &&
-
-if [[ "$XMAME_X11_OPENGL" == "y" ]]; then
- depends OPENGL
-fi
diff --git a/games-emulators/xmame/DETAILS b/games-emulators/xmame/DETAILS
index c66e38f..0669ae3 100755
--- a/games-emulators/xmame/DETAILS
+++ b/games-emulators/xmame/DETAILS
@@ -1,16 +1,7 @@
- SPELL=xmame
- VERSION=0.104
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://x.mame.net/download/$SOURCE
-
SOURCE_HASH=sha512:b29a971f128c5f7ced48b8e825a49ba27c4c27e722f6577a4cf9f1161ad5184a1efca836ba2c96b6f4b130a47ad14fa8690ae2e1d58b84a31f04de6960eb22c6
- WEB_SITE=http://x.mame.net/
- ENTERED=20010922
- UPDATED=20020131
- LICENSE[0]=http://x.mame.net/license.html
- SHORT="Coin-op video game emulator"
-cat << EOF
-Xmame is the X11/Unix port of MAME. MAME is the Multiple Arcade Machine
-Emulator, an arcade (coin-op) video game emulator. The latest stable
-release is capable of playing over 2000 arcade games.
-EOF
+ SPELL=xmame
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by mame]
+ EOF
diff --git a/games-emulators/xmame/DOWNLOAD b/games-emulators/xmame/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/games-emulators/xmame/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/games-emulators/xmame/HISTORY b/games-emulators/xmame/HISTORY
index deb7ad7..32f0d36 100644
--- a/games-emulators/xmame/HISTORY
+++ b/games-emulators/xmame/HISTORY
@@ -1,3 +1,8 @@
+2018-01-15 Ismael Luceno <ismael AT sourcemage.org>
+ * spell deprecated [project dead, x11 support available in mame]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2011-10-13 Bor Kraljič <pyrobor AT ver.si>
* PRE_BUILD,DEPENDS,CONFIGURE: removed arts support

diff --git a/games-emulators/xmame/INSTALL b/games-emulators/xmame/INSTALL
index 43bd36d..27ba77d 100755
--- a/games-emulators/xmame/INSTALL
+++ b/games-emulators/xmame/INSTALL
@@ -1,20 +1 @@
-make PREFIX=${INSTALL_ROOT}/usr \
- BINDIR=${INSTALL_ROOT}/usr/games \
- -f makefile.unix \
- install &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/artwork &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/cabinets &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/cfg &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/flyers &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/hi &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/icons &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/ini &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/inp &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/memcard &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/nvram &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/roms &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/samples &&
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/xmame/snap &&
-cp -vr ctrlr ${INSTALL_ROOT}/usr/share/games/xmame &&
-cd ${INSTALL_ROOT}/usr/share/games/xmame &&
-find_and_scam
+true
diff --git a/games-emulators/xmame/PRE_BUILD b/games-emulators/xmame/PRE_BUILD
index da9fe02..27ba77d 100755
--- a/games-emulators/xmame/PRE_BUILD
+++ b/games-emulators/xmame/PRE_BUILD
@@ -1,119 +1 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-#################################Basics#################################
-sedit "s/CFLAGS =.*/# CFLAGS =/g" makefile.unix &&
-sedit "s/INSTALL_GROUP =.*/INSTALL_GROUP = games/g" makefile.unix &&
-sedit "s:PREFIX =.*:PREFIX = $INSTALL_ROOT/usr:g" makefile.unix &&
-sedit "s:BINDIR =.*:BINDIR = \$(PREFIX)/games:g" makefile.unix &&
-sedit "s:MANDIR =.*:MANDIR = \$(PREFIX)/share/man/man6:g" makefile.unix &&
-sedit "s:ARCH =.*:ARCH = linux:g" makefile.unix &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]; then
-XMAME_CPU=i386
-fi &&
-if [[ "${SMGL_COMPAT_ARCHS[3]}" == "k8" ]]; then
-XMAME_CPU=amd64
-fi &&
-if [[ "${SMGL_COMPAT_ARCHS[3]}" == "em64t" ]]; then
-XMAME_CPU=em64t
-fi &&
-sedit "s:MY_CPU =.*:MY_CPU = $XMAME_CPU:g" makefile.unix &&
-##############Various optimizations###############################
-if [[ "$XMAME_X86_MIPS3_DRC" == "y" ]]; then
- sedit "s/# X86_MIPS3_DRC = 1/X86_MIPS3_DRC = 1/" makefile.unix
-fi &&
-
-if [[ "$XMAME_X86_PPC_DRC" == "y" ]]; then
- sedit "s/# X86_PPC_DRC = 1/X86_PPC_DRC = 1/" makefile.unix
-fi &&
-if [[ "$XMAME_X86_VOODOO_DRC" == "y" ]]; then
- sedit "s/# X86_VOODOO_DRC = 1/X86_VOODOO_DRC = 1/" makefile.unix
-fi &&
-
-if [[ "$XMAME_DISABLE_EFFECTS" == "y" ]]; then
- sedit "s/# DISABLE_EFFECTS = 1/DISABLE_EFFECTS = 1/" makefile.unix
-fi &&
-
-if [[ "$XMAME_EFFECT_MMX_ASM" == "y" ]]; then
- sedit "s/# EFFECT_MMX_ASM = 1/EFFECT_MMX_ASM = 1/" makefile.unix
-fi &&
-
-
-######################Input devices###################################
-if [[ "$XMAME_JOY_STANDARD" == "y" ]]; then
- sedit "s/# JOY_STANDARD = 1/JOY_STANDARD = 1/" makefile.unix
-fi &&
-
-if [[ "$XMAME_JOY_PAD" == "y" ]]; then
- sedit "s/# JOY_PAD = 1/JOY_PAD = 1/" makefile.unix
-fi &&
-
-if [[ "$XMAME_JOY_SDL" == "y" ]]; then
- sedit "s/# JOY_SDL = 1/JOY_SDL = 1/" makefile.unix
-fi &&
-
-if [[ "$XMAME_LIGHTGUN_ABS_EVENT" == "y" ]]; then
- sedit "s/# LIGHTGUN_ABS_EVENT = 1/LIGHTGUN_ABS_EVENT = 1/" makefile.unix
-fi &&
-
-if [[ "$XMAME_LIRC" == "y" ]]; then
- sedit "s/# LIRC = 1/LIRC = 1/" makefile.unix
-fi &&
-
-##################Sound output###############################
-if [[ "$XMAME_SOUND_ESOUND" == "y" ]]; then
- sedit "s/# SOUND_ESOUND = 1/SOUND_ESOUND = 1/" makefile.unix
-fi &&
-
-if [[ "$XMAME_SOUND_ALSA" == "y" ]]; then
- sedit "s/# SOUND_ALSA = 1/SOUND_ALSA = 1/" makefile.unix
-fi &&
-
-if [[ "$XMAME_SDL_SOUND" == "y" ]]; then
- sedit "s/# SOUND_SDL = 1/SOUND_SDL = 1/" makefile.unix
-fi &&
-
-#############Display methods###################
-sedit "s/DISPLAY_METHOD =.*/DISPLAY_METHOD=$XMAME_DISPLAY_METHOD/"
makefile.unix &&
-
-#############X options########################################
-if [[ "$XMAME_X11_MITSHM" == "n" ]]; then
- sedit "s:X11_MITSHM = 1:# X11_MITSHM = 1:" makefile.unix
-fi &&
-
-if [[ "$XMAME_X11_XV" == "n" ]]; then
- sedit "s:X11_XV = 1:# X11_XV = 1:" makefile.unix
-fi &&
-
-if [[ "$XMAME_X11_DGA" == "y" ]]; then
- sedit "s:# X11_DGA = 1:X11_DGA = 1:" makefile.unix
-fi &&
-
-if [[ "$XMAME_X11_OPENGL" == "y" ]]; then
- sedit "s:# X11_OPENGL = 1:X11_OPENGL = 1:" makefile.unix
-fi &&
-
-if [[ "$XMAME_X11_GLIDE" == "y" ]]; then
- sedit "s:# X11_GLIDE = 1:X11_GLIDE = 1:" makefile.unix
-fi &&
-
-if [[ "$XMAME_XINPUT_DEVICES" == "y" ]]; then
- sedit "s:# XINPUT_DEVICES = 1:XINPUT_DEVICES = 1:" makefile.unix
-fi &&
-
-if [[ "$XMAME_X11_XINERAMA" == "y" ]]; then
- sedit "s:# X11_XINERAMA = 1:X11_XINERAMA = 1:" makefile.unix
-fi &&
-
-if [[ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]]; then
- sedit "s:X11INC.*:X11INC = -I/usr/include/X11:" makefile.unix &&
- sedit "s:X11LIB.*:X11LIB = -L/usr/lib/X11:" makefile.unix
-fi &&
-
-if [[ "$XMAME_CUSTOM" = "y" ]]; then
- ${EDITOR:-nano} makefile.unix
-fi &&
-
-# Fix permission problems accessing ${SOURCE_DIRECTORY}/doc/ on install
-chown -R root:root src &&
-rm doc &&
-ln -sf src/unix/doc doc
+true
diff --git a/games-emulators/xmame/UP_TRIGGERS
b/games-emulators/xmame/UP_TRIGGERS
new file mode 100755
index 0000000..896486c
--- /dev/null
+++ b/games-emulators/xmame/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger xmame dispel_self
+up_trigger mame cast_self



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (76dfabe87a046b65ef98c7c27318a4197cbaf08f), Ismael Luceno, 01/15/2018

Archive powered by MHonArc 2.6.24.

Top of Page