pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/scummvm Changes 0.6.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7af9af818e33
branches:  trunk
changeset: 478624:7af9af818e33
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 27 13:40:36 2004 +0000

description:
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

diffstat:

 games/scummvm/Makefile         |  17 ++++++++++-------
 games/scummvm/distinfo         |   8 ++++----
 games/scummvm/patches/patch-aa |   6 +++---
 3 files changed, 17 insertions(+), 14 deletions(-)

diffs (66 lines):

diff -r b5663abd4f5c -r 7af9af818e33 games/scummvm/Makefile
--- a/games/scummvm/Makefile    Tue Jul 27 13:28:38 2004 +0000
+++ b/games/scummvm/Makefile    Tue Jul 27 13:40:36 2004 +0000
@@ -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 @@
 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 -r b5663abd4f5c -r 7af9af818e33 games/scummvm/distinfo
--- a/games/scummvm/distinfo    Tue Jul 27 13:28:38 2004 +0000
+++ b/games/scummvm/distinfo    Tue Jul 27 13:40:36 2004 +0000
@@ -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 -r b5663abd4f5c -r 7af9af818e33 games/scummvm/patches/patch-aa
--- a/games/scummvm/patches/patch-aa    Tue Jul 27 13:28:38 2004 +0000
+++ b/games/scummvm/patches/patch-aa    Tue Jul 27 13:40:36 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index