summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Erik Hanson2014-07-28 03:16:35 +0200
committer Willy Sudiarto Raharjo2014-08-03 11:33:11 +0200
commit6fd855630e6d1862995a200f5a07d9ade9190286 (patch)
tree9d79a2787da7b7c82cd3f3c904f7cd7aa6839035 /games
parentab5cc63959f14d157480c2cf67b93dba43583015 (diff)
downloadslackbuilds-6fd855630e6d1862995a200f5a07d9ade9190286.tar.gz
games/mame: Updated for version 0.154.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/mame/mame.SlackBuild10
-rw-r--r--games/mame/mame.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild
index ac9090ff39..cadadc0198 100644
--- a/games/mame/mame.SlackBuild
+++ b/games/mame/mame.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for M.A.M.E.
#
-# Copyright 2010-2013 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2010-2014 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Adapted from sdlmame.SlackBuild, Written by B. Watson (yalhcru@gmail.com)
PRGNAM=mame
-VERSION=${VERSION:-0.152}
+VERSION=${VERSION:-0.154}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,9 +90,11 @@ fi
# This is purely cosmetic.
sed -i 's/DISTRO = generic/DISTRO = slackware/' src/osd/sdl/sdl.mak
-make OPTIMIZE=3 \
+# Use system flac, jpeg, and expat libraries (instead of internal)
+make OPTIMIZE=3 BUILD_FLAC=0 BUILD_JPEG=0 BUILD_EXPAT=0 \
ARCHOPTS="$SLKCFLAGS -Wno-error=narrowing -Wno-error=maybe-uninitialized"
-make tools
+make OPTIMIZE=3 BUILD_FLAC=0 BUILD_JPEG=0 BUILD_EXPAT=0 \
+ ARCHOPTS="$SLKCFLAGS -Wno-error=narrowing -Wno-error=maybe-uninitialized" tools
# There is no "make install" target, just copy everything where it goes.
# Binaries are already stripped.
diff --git a/games/mame/mame.info b/games/mame/mame.info
index df36687e3c..00bf3e5dfd 100644
--- a/games/mame/mame.info
+++ b/games/mame/mame.info
@@ -1,8 +1,8 @@
PRGNAM="mame"
-VERSION="0.152"
+VERSION="0.154"
HOMEPAGE="http://mamedev.org/"
-DOWNLOAD="http://mame.mirrors.zippykid.com/releases/mame0152s.zip"
-MD5SUM="ef3321a0a1ff3532ea0b07ad3f254db2"
+DOWNLOAD="http://emumovies.com/aarongiles/releases/mame0154s.zip"
+MD5SUM="f7d29c48456c381a9f63e6de19477485"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""