diff options
author | adam <adam@pkgsrc.org> | 2010-04-11 08:22:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-04-11 08:22:06 +0000 |
commit | a36017923d50f6552f85d638ef6625d5680f2fb1 (patch) | |
tree | df40759c7cbc6def8c2478627dc16fb6249b1a6f /games | |
parent | 35c36c40ea0fd6ca379acd45d010f7b8c28b3cb9 (diff) | |
download | pkgsrc-a36017923d50f6552f85d638ef6625d5680f2fb1.tar.gz |
Changes 1.1.0:
New Games:
- Added support for Blue's Art Time Activities.
- Added support for Blue's Reading Time Activities.
- Added support for Freddi Fish 5: The Case of the Creature of Coral Cove.
- Added support for Pajama Sam: Games to Play on Any Day.
- Added support for SPY Fox 3: Operation Ozone.
- Added support for Dragon History.
- Added support for TeenAgent.
General:
- Added support for a custom SJIS font for FM-TOWNS and PC98 games.
- Added support for 16bit graphics. (GSoC Task)
- Removed QuickTime MIDI backend on Mac OS X; it was buggy and did not
compile on modern systems.
CinE:
- Added support for Amiga style menus for Amiga versions of Future Wars.
KYRA:
- Added support for the Amiga version of The Legend of Kyrandia.
(sound support was done as a GSoC Task)
- Adapted KYRA to support the custom SJIS font.
SCUMM:
- Added support for the PC-Engine version of Loom.
- Added support for music and sound effects in the the Amiga version of
The Secret of Monkey Island. (GSoC Task)
- Fixed some other bugs related to game versions for the Amiga.
- Added support for original save/load dialog in MM NES.
- Added support for savepoint passcodes for Sega CD MI1 via debugger command
'passcode'
- Added support for Kanji rendering in Japanese version of Monkey Island SegaCD.
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 5 | ||||
-rw-r--r-- | games/scummvm/PLIST | 3 | ||||
-rw-r--r-- | games/scummvm/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 1c0f418b259..08f2822ad82 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2009/12/07 23:57:31 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2010/04/11 08:22:06 adam Exp $ -DISTNAME= scummvm-1.0.0 +DISTNAME= scummvm-1.1.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_TOOLS+= gmake HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} CONFIGURE_ARGS+= --prefix=${PREFIX} diff --git a/games/scummvm/PLIST b/games/scummvm/PLIST index 00b29244236..de5413f2a10 100644 --- a/games/scummvm/PLIST +++ b/games/scummvm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/11/16 12:33:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2010/04/11 08:22:06 adam Exp $ bin/scummvm man/man6/scummvm.6 share/doc/scummvm/AUTHORS @@ -15,3 +15,4 @@ share/scummvm/pred.dic share/scummvm/queen.tbl share/scummvm/scummmodern.zip share/scummvm/sky.cpt +share/scummvm/teenagent.dat diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index ffd936bb418..18adb9de9f3 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2009/11/16 12:33:31 adam Exp $ +$NetBSD: distinfo,v 1.33 2010/04/11 08:22:06 adam Exp $ -SHA1 (scummvm-1.0.0.tar.bz2) = 31e3f02d322cf9f51b89122dc56a0d947d92c25f -RMD160 (scummvm-1.0.0.tar.bz2) = b01c45e18cff0a640fd75245947b813d687232da -Size (scummvm-1.0.0.tar.bz2) = 7955357 bytes +SHA1 (scummvm-1.1.0.tar.bz2) = f657bc85d650839ded5c3a22216b837ffe98f674 +RMD160 (scummvm-1.1.0.tar.bz2) = 1b38e244a6f027e1b9d266caf1d91b4abfb6c349 +Size (scummvm-1.1.0.tar.bz2) = 8642000 bytes SHA1 (patch-aa) = dd038b5c60261919130bc670241fc305fb3d0d00 |