games/mame: Updated for version 0.154.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
ab5cc63959
commit
6fd855630e
|
@ -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.
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue