diff options
author | adam <adam> | 2013-06-02 18:13:24 +0000 |
---|---|---|
committer | adam <adam> | 2013-06-02 18:13:24 +0000 |
commit | 77c18056fe0932258794ec0fe799ba49489ddad2 (patch) | |
tree | dceb35a78217cc518383ecbfbeca5af28d3ebebe /games/scummvm | |
parent | 1b219648c29d5f338fc0e02e0e38e521bc0eaa78 (diff) | |
download | pkgsrc-77c18056fe0932258794ec0fe799ba49489ddad2.tar.gz |
Changes 1.6.0:
New Games:
- Added support for 3 Skulls of the Toltecs.
- Added support for Eye of the Beholder.
- Added support for Eye of the Beholder II: The Legend of Darkmoon.
- Added support for Hopkins FBI.
- Added support for Tony Tough and the Night of Roasted Moths.
- Added support for The Journeyman Project: Pegasus Prime.
- Added support for the Macintosh version of Discworld 1.
General:
- Added a new save/load chooser based on a grid of thumbnails. This is only
supported for resolutions bigger than 640x400. The old chooser is still
available and used for games without thumbnail support. It is possible to
select the old one as default too.
- Rewrote VideoDecoder subsystem.
- Added Galician translation.
- Added Finnish translation.
- Added Belarusian translation.
- Using the mouse wheel on a slider widget now changes the value by the
smallest possible amount. This is more predictable than the old behaviour,
which was to change the value by "one pixel" which would sometimes not
change it at all.
- Updated MT-32 emulation code to latest munt project snapshot.
- Added FluidSynth settings dialog, mainly for reverb and chorus settings.
- Fixed crash on certain Smacker movies.
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 5 | ||||
-rw-r--r-- | games/scummvm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 4f11f716212..7f58f0bcafe 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2012/10/06 11:54:53 asau Exp $ +# $NetBSD: Makefile,v 1.73 2013/06/02 18:13:24 adam Exp $ -DISTNAME= scummvm-1.5.0 -PKGREVISION= 1 +DISTNAME= scummvm-1.6.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index e4ccdd1240d..9bc06daae6d 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2012/08/04 14:45:34 drochner Exp $ +$NetBSD: distinfo,v 1.42 2013/06/02 18:13:24 adam Exp $ -SHA1 (scummvm-1.5.0.tar.bz2) = cfb793680ba4fc23a6e81d81680466081eb7fdb3 -RMD160 (scummvm-1.5.0.tar.bz2) = 7ef975945c03f344e790502f34067698f8b71068 -Size (scummvm-1.5.0.tar.bz2) = 17455085 bytes +SHA1 (scummvm-1.6.0.tar.bz2) = cb64b2be5c867259b4290e94542f27b00c2de79f +RMD160 (scummvm-1.6.0.tar.bz2) = 503f9df623b7dbfa71466ed5c15bfa0c8c5d898d +Size (scummvm-1.6.0.tar.bz2) = 18516277 bytes SHA1 (patch-aa) = dd038b5c60261919130bc670241fc305fb3d0d00 |