pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/xmess Update xmess to 0.97.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f90be0cbdad
branches:  trunk
changeset: 496286:0f90be0cbdad
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jun 24 22:52:15 2005 +0000

description:
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)

diffstat:

 emulators/xmess/Makefile |  6 +++---
 emulators/xmess/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 78b3bfecad3d -r 0f90be0cbdad emulators/xmess/Makefile
--- a/emulators/xmess/Makefile  Fri Jun 24 22:44:58 2005 +0000
+++ b/emulators/xmess/Makefile  Fri Jun 24 22:52:15 2005 +0000
@@ -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 -r 78b3bfecad3d -r 0f90be0cbdad emulators/xmess/distinfo
--- a/emulators/xmess/distinfo  Fri Jun 24 22:44:58 2005 +0000
+++ b/emulators/xmess/distinfo  Fri Jun 24 22:52:15 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index