diff options
author | Erik Hanson <erik@slackbuilds.org> | 2014-07-27 20:16:35 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-03 16:33:11 +0700 |
commit | 6fd855630e6d1862995a200f5a07d9ade9190286 (patch) | |
tree | 9d79a2787da7b7c82cd3f3c904f7cd7aa6839035 /games/mame | |
parent | ab5cc63959f14d157480c2cf67b93dba43583015 (diff) |
games/mame: Updated for version 0.154.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/mame')
-rw-r--r-- | games/mame/mame.SlackBuild | 10 | ||||
-rw-r--r-- | games/mame/mame.info | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild index ac9090ff39f9..cadadc01981b 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 df36687e3c51..00bf3e5dfd40 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="" |