diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-24 22:52:15 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-24 22:52:15 +0000 |
commit | b36d2d3fff834df2e7fa0b78b9f36b759216063c (patch) | |
tree | 0f0a44f954b1d54d1e6ca246b361eb4593ccf905 | |
parent | fde76791d4f0692e7e6d5cbdd6893afed660cbaf (diff) | |
download | pkgsrc-b36d2d3fff834df2e7fa0b78b9f36b759216063c.tar.gz |
Update xmess to 0.97.
Release 0.97, 13 June 2005
- Everything from MAME 0.97 (http://x.mame.net/changes-mame.html) and
MESS 0.97 (http://x.mame.net/changes-mess.html).
- When the emulation is unpaused, the keyboard state is cleared. This
prevents keypresses from bleeding over from the user interface.
- The SDL driver now uses the correct green mask for RGB 565. This
fixes a problem with SDL on DirectFB being unable to find a valid
video mode. (Uli H.)
- The SDL driver now locks the video surface before retrieving the
pointer to its memory. This fixes a crash with SDL on DirectFB.
(Uli H.)
- Fixed a few spots in the code for 4.3 BSD, e.g., OpenStep on NeXT.
- Fixed bugs in the Xv driver and the 6-tap effect that affected
big-endian architectures. (Hans de Goede)
-rw-r--r-- | emulators/xmess/Makefile | 6 | ||||
-rw-r--r-- | emulators/xmess/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index ead281d7d90..19fd36b4259 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.71 2005/06/16 06:57:52 jlam Exp $ +# $NetBSD: Makefile,v 1.72 2005/06/24 22:52:15 kristerw Exp $ # -DISTNAME= xmame-0.96 -PKGNAME= xmess-0.96 +DISTNAME= xmame-0.97 +PKGNAME= xmess-0.97 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/xmess/distinfo b/emulators/xmess/distinfo index 6b88e3ca764..1fa4ed70e36 100644 --- a/emulators/xmess/distinfo +++ b/emulators/xmess/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2005/05/12 22:34:53 kristerw Exp $ +$NetBSD: distinfo,v 1.38 2005/06/24 22:52:15 kristerw Exp $ -SHA1 (xmame-0.96.tar.bz2) = b1fda21cc954f2cb6647ba4cdb335c7682e14716 -RMD160 (xmame-0.96.tar.bz2) = 70c3464418ed0babfd2ebd7f5a94ad69f0d2d70d -Size (xmame-0.96.tar.bz2) = 15605353 bytes +SHA1 (xmame-0.97.tar.bz2) = 62cd339238e2eb013f07ee90dd90e6b1108cf592 +RMD160 (xmame-0.97.tar.bz2) = 65c91084b3b81bab7b8cfc8dd96c044f083d7134 +Size (xmame-0.97.tar.bz2) = 15675753 bytes SHA1 (patch-aa) = 909583adb17f7485ad5cd1e390cdbb73d367d7be SHA1 (patch-ab) = dd21329b7e1a05bc7ea12b5a98a05d502dc36656 SHA1 (patch-ae) = cf9b2684b4bdfdec7d2f09bcc424b7ee79d7f45a |