From 6fd855630e6d1862995a200f5a07d9ade9190286 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Sun, 27 Jul 2014 20:16:35 -0500 Subject: games/mame: Updated for version 0.154. Signed-off-by: Erik Hanson --- games/mame/mame.SlackBuild | 10 ++++++---- games/mame/mame.info | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'games/mame') diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild index ac9090ff39f95..cadadc01981bb 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 df36687e3c516..00bf3e5dfd40b 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="" -- cgit v1.2.3