From 7b6949dc6e037b5239b94282ba057915199fa94e Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 27 Jul 2004 13:40:36 +0000 Subject: Changes 0.6.1: General: - Fixed sound glitch when streaming two or more Ogg Vorbis sounds from the same file handle, e.g. in the Sam & Max intro when using monster.sog. SCUMM: - Many SCUMM game engine fixes. - Added graphics decoders for 3DO Humongous Entertainment games - Numerous Humongous Entertainment games fixes - Fixed bug in Full Throttle, so battle difficulty matches original - Improved Digital iMUSE Sword1: - Warn the user if saving fails, instead of crashing. - Slightly more user-friendly save/restore dialog. - Fixed masking glitch outside Nico's apartment. BASS: - Warn the user if saving a game doesn't work. Simon: - Fixed crashes in some international versions --- games/scummvm/Makefile | 17 ++++++++++------- games/scummvm/distinfo | 8 ++++---- games/scummvm/patches/patch-aa | 6 +++--- 3 files changed, 17 insertions(+), 14 deletions(-) (limited to 'games') diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 54c62b9feb6..f7c69997f79 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2004/04/14 16:15:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2004/07/27 13:40:36 adam Exp $ -DISTNAME= scummvm-0.6.0 +DISTNAME= scummvm-0.6.1-src +PKGNAME= scummvm-0.6.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 @@ -9,11 +10,13 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://scummvm.sourceforge.net/ COMMENT= LucasArts Script Creation Utility for Maniac Mansion -USE_BUILDLINK3= yes -USE_DIRS+= xdg-1.1 -USE_GNU_TOOLS+= make -USE_X11= yes -HAS_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PKGNAME} + +USE_BUILDLINK3= yes +USE_DIRS+= xdg-1.1 +USE_GNU_TOOLS+= make +USE_X11= yes +HAS_CONFIGURE= yes UNLIMIT_RESOURCES= datasize diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index eeb2081d245..ff29753fd73 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2004/03/30 09:00:41 adam Exp $ +$NetBSD: distinfo,v 1.14 2004/07/27 13:40:36 adam Exp $ -SHA1 (scummvm-0.6.0.tar.bz2) = ff273d23a9cf75a14ffb4d859e6d9e22a6b44548 -Size (scummvm-0.6.0.tar.bz2) = 1631951 bytes -SHA1 (patch-aa) = 776a69adeb8dfb7b8cf6e9cf6d7b25887a657f14 +SHA1 (scummvm-0.6.1-src.tar.bz2) = 16d6246d988e62d18ab88d756a79bcaa85887c26 +Size (scummvm-0.6.1-src.tar.bz2) = 1612540 bytes +SHA1 (patch-aa) = e38b7efdd69701e77aa3421769fc2484389cd4c7 SHA1 (patch-ab) = 8e694dab27d76d3df00be07f510094b1e326ca6c diff --git a/games/scummvm/patches/patch-aa b/games/scummvm/patches/patch-aa index 93480015c5d..7e688084cd8 100644 --- a/games/scummvm/patches/patch-aa +++ b/games/scummvm/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.11 2004/03/30 09:04:05 adam Exp $ +$NetBSD: patch-aa,v 1.12 2004/07/27 13:40:36 adam Exp $ ---- Makefile.orig 2004-03-05 10:53:44.000000000 +0000 +--- Makefile.orig 2004-04-12 12:50:21.000000000 +0000 +++ Makefile @@ -2,3 +2,3 @@ -CXX := c++ +#CXX := c++ AR := ar cru -@@ -34,4 +34,3 @@ include config.mak +@@ -35,4 +35,3 @@ include config.mak -CXXFLAGS:= -Wall $(CXXFLAGS) -CXXFLAGS+= -O -Wuninitialized -- cgit v1.2.3