diff options
author | adam <adam@pkgsrc.org> | 2006-02-09 08:24:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-02-09 08:24:48 +0000 |
commit | 6c8e38eec53a36d84ecfd7aad39b682e4f06e459 (patch) | |
tree | b231b5f6caa2e042f6c0f5ab54df27ae6ef391e5 /games/scummvm | |
parent | a101b0eadf40efdb44266c86a252ddd6482f0e2f (diff) | |
download | pkgsrc-6c8e38eec53a36d84ecfd7aad39b682e4f06e459.tar.gz |
Changes 0.8.2:
General:
- Fixed OS X bundle building when using GCC 3.3.
SCUMM:
- Added support for rotating and scaling of sprites in HE games.
Sword2:
- Fixed last-minute crash when playing sound effects.
WinCE Port:
- Should fix weird crashes with DOTT stamp and in FOA
- Fixed Monkey Island blocking keyboard panel on Smartphones
- Fixed QVGA Smartphone detection (mean it this time :p)
- Fixed Smartphone double right click issue.
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 c974bfb57b9..88809685b71 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2006/02/05 23:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2006/02/09 08:24:48 adam Exp $ -DISTNAME= scummvm-0.8.1 -PKGREVISION= 1 +DISTNAME= scummvm-0.8.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 4c372d8c96b..fc568a96788 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2006/01/31 21:18:57 adam Exp $ +$NetBSD: distinfo,v 1.21 2006/02/09 08:24:48 adam Exp $ -SHA1 (scummvm-0.8.1.tar.bz2) = ed9d5edff5203f0c23822b26d97ab207225c5185 -RMD160 (scummvm-0.8.1.tar.bz2) = 3257d32c16fcacd35c29c6c14b819ed5465dd11c -Size (scummvm-0.8.1.tar.bz2) = 2695150 bytes +SHA1 (scummvm-0.8.2.tar.bz2) = c17605d761ea37c8fa49db1a4797b4b137629c56 +RMD160 (scummvm-0.8.2.tar.bz2) = dfc40778bee6156c816435086e5c5d42eef3e5de +Size (scummvm-0.8.2.tar.bz2) = 2698022 bytes SHA1 (patch-aa) = 97356325935a406a8f19a6f594936b66a3231123 SHA1 (patch-ab) = 370bd3585db73f9e8fd78e5d037ed7d2bdb23705 |