diff options
author | adam <adam@pkgsrc.org> | 2008-09-05 20:16:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-09-05 20:16:17 +0000 |
commit | 741a782bbddc3f25cff874a140f5b2555dc33efd (patch) | |
tree | 3afee6232b478a747d13b6beffc3febdd5237d3b /games | |
parent | 2034ad1acfcc053ca180e261f5164363b9d0fcac (diff) | |
download | pkgsrc-741a782bbddc3f25cff874a140f5b2555dc33efd.tar.gz |
Changes 0.12.0:
New Games:
- Added support for The Legend of Kyrandia: Book Two: Hand of Fate.
- Added support for The Legend of Kyrandia: Book Three: Malcolm's Revenge.
- Added support for Lost in Time.
- Added support for The Bizarre Adventures of Woodruff and the Schnibble.
- Added support for the PC version of Waxworks.
- Added support for the Macintosh version of I Have no Mouth, and I
must Scream.
- Added support for Drascula: The Vampire Strikes Back.
General:
- Added CAMD MIDI driver for AmigaOS4.
- Revived the PS2 port (was already in 0.11.1 but was forgotten in the
release notes).
- Plugged numerous memory leaks in all engines (part of GSoC'08 task),
- Added audio double buffering to the SDL backend, which fixes the
problems with the MT-32 emulator on Mac OS X (for now only enabled
on Mac OS X).
AGOS:
- Fixed crashes during certain music in Amiga versions of Elvira 1 and
Simon the Sorcerer 1.
- Fixed palette issues in Amiga versions of Simon the Sorcerer 1.
Queen:
- Speech is played at the correct sample rate. (It used to be pitched a bit
too low.)
SCUMM:
- Rewrote parts of Digital iMUSE, fixing some bugs.
- Rewrote the internal timer code, fixing some speed issues in e.g. COMI.
- Improved support for sound effects in Amiga version of Zak McKracken.
- Added support for mixed Adlib/MIDI mode in Monkey Island 1 (Floppy).
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 4 | ||||
-rw-r--r-- | games/scummvm/PLIST | 7 | ||||
-rw-r--r-- | games/scummvm/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 3009899b9c2..1a251241db5 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2008/06/20 01:09:20 joerg Exp $ +# $NetBSD: Makefile,v 1.55 2008/09/05 20:16:17 adam Exp $ -DISTNAME= scummvm-0.11.1 +DISTNAME= scummvm-0.12.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/scummvm/PLIST b/games/scummvm/PLIST index 84df9957a1c..d378faf2008 100644 --- a/games/scummvm/PLIST +++ b/games/scummvm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2007/07/01 10:12:02 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/09/05 20:16:17 adam Exp $ bin/scummvm man/man6/scummvm.6 share/doc/scummvm/AUTHORS @@ -8,7 +8,12 @@ share/doc/scummvm/NEWS share/doc/scummvm/README share/pixmaps/scummvm.xpm share/scummvm/classic080.ini +share/scummvm/drascula.dat +share/scummvm/kyra.dat +share/scummvm/lure.dat share/scummvm/modern.ini share/scummvm/modern.zip +share/scummvm/queen.tbl +share/scummvm/sky.cpt @dirrm share/scummvm @dirrm share/doc/scummvm diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 0c1cb239528..dd28aef4d56 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2008/04/05 17:08:41 adam Exp $ +$NetBSD: distinfo,v 1.29 2008/09/05 20:16:17 adam Exp $ -SHA1 (scummvm-0.11.1.tar.bz2) = a254d7382aa6c3f769591999f83ca9dfad939028 -RMD160 (scummvm-0.11.1.tar.bz2) = 067be5e8f4bdc099cd3faa963e3df3b3a1fd39e2 -Size (scummvm-0.11.1.tar.bz2) = 5539656 bytes +SHA1 (scummvm-0.12.0.tar.bz2) = b2ef8bcf656f778ba8e87a6a341198384291394b +RMD160 (scummvm-0.12.0.tar.bz2) = 872646df24e8881f05902b11e9ca2ea3262b4d88 +Size (scummvm-0.12.0.tar.bz2) = 5984412 bytes SHA1 (patch-aa) = 2d47f055f899b7e8e04a53b1ccc742756b857d1a SHA1 (patch-ac) = 468c028df0ea84750582e9e311a32b81f96e4b2d SHA1 (patch-ad) = e1dcb9bb10478cfad125783ac8d6cdbca4999d15 |