diff options
author | adam <adam@pkgsrc.org> | 2011-07-27 12:27:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-07-27 12:27:56 +0000 |
commit | c102e69d90987ba8e47d2e250ae8502c56689969 (patch) | |
tree | f0f6d090e5923b245ad142d125101555532a81fb /games | |
parent | d1223e61d0c40f54441d9ef4fb176cb65eaa65b8 (diff) | |
download | pkgsrc-c102e69d90987ba8e47d2e250ae8502c56689969.tar.gz |
Changes 1.3.1:
General:
* Improved audio device detection and fallback.
There should be no more silent errors due to invalid audio devices.
Instead ScummVM should pick up a suitable alternative device.
Mohawk:
* Added detection entries for more variants of some Living Books games.
Tinsel:
* Fixed a regression that made Discworld uncompletable.
SAGA:
* Fixed a regression in Inherit the Earth's dragon walk code which
was causing crashes there.
* Fixed a regression causing various crashes in I Have No Mouth and
I Must Scream.
SCI:
* Added detection entries for some Macintosh game versions.
* Audio settings are now stored correctly for the CD version of EcoQuest 1.
SCUMM:
* Fixed graphics bug in FM-TOWNS versions of games on ARM devices
(Android, iPhone, etc.).
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 4 | ||||
-rw-r--r-- | games/scummvm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 5404cbeaac6..900071c560f 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2011/06/15 13:08:20 adam Exp $ +# $NetBSD: Makefile,v 1.66 2011/07/27 12:27:56 adam Exp $ -DISTNAME= scummvm-1.3.0 +DISTNAME= scummvm-1.3.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 1d1f548990e..b40a0e0b800 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2011/06/15 13:08:20 adam Exp $ +$NetBSD: distinfo,v 1.38 2011/07/27 12:27:56 adam Exp $ -SHA1 (scummvm-1.3.0.tar.bz2) = ff89c68da74bbf7a89c5d54a27baac3acecd5025 -RMD160 (scummvm-1.3.0.tar.bz2) = 4da7b500616c79a63281d0945717cbbe21d6287c -Size (scummvm-1.3.0.tar.bz2) = 10315113 bytes +SHA1 (scummvm-1.3.1.tar.bz2) = 5f92d22f934448b1ca731fd694422c263134bf62 +RMD160 (scummvm-1.3.1.tar.bz2) = 181838d1a89028a5b66ed4d2ed8c65a4444623c4 +Size (scummvm-1.3.1.tar.bz2) = 10479934 bytes SHA1 (patch-aa) = dd038b5c60261919130bc670241fc305fb3d0d00 |