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.72.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19123ae53137
branches:  trunk
changeset: 460038:19123ae53137
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Aug 16 18:50:06 2003 +0000

description:
Update xmess to 0.72.1.

Changes since 0.71.1 include:
- Everything from MAME 0.72 and MESS 0.72.
- The various effects enabled by -effect now work with rotation enabled.
  (Shyouzou Sugitani)
- The Xv target supports more effects.   (Shyouzou Sugitani)
- The rc parsing code displays more compact and readable error messages.
  (Andre Majorel)
- Xv windowed mode is now enabled with "-x11-mode 2" or "-x11 2", and
  Xv fullscreen mode is enabled with "-x11-mode 3" or "-x11 3".  The
  "-[no]xv" and "-fullscreen" switches are no longer available.
- Added hotkey switching for Xv windowed mode via ALT + DEL and Xv
  fullscreen mode via ALT + END.
- Added -widescreen for Xv.  This shrinks the width of the output for
  display on a widescreen TV.  (Per Wigren)

diffstat:

 emulators/xmess/Makefile         |   6 +++---
 emulators/xmess/distinfo         |   7 +++----
 emulators/xmess/patches/patch-ab |  38 --------------------------------------
 3 files changed, 6 insertions(+), 45 deletions(-)

diffs (72 lines):

diff -r a0fe323fc5e6 -r 19123ae53137 emulators/xmess/Makefile
--- a/emulators/xmess/Makefile  Sat Aug 16 18:29:42 2003 +0000
+++ b/emulators/xmess/Makefile  Sat Aug 16 18:50:06 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2003/07/19 21:02:07 kristerw Exp $
+# $NetBSD: Makefile,v 1.40 2003/08/16 18:50:06 kristerw Exp $
 #
 
-DISTNAME=              xmame-0.71.1
-PKGNAME=               xmess-0.71.1
+DISTNAME=              xmame-0.72.1
+PKGNAME=               xmess-0.72.1
 CATEGORIES=            emulators games x11
 MASTER_SITES=          http://x.mame.net/download/
 EXTRACT_SUFX=          .tar.bz2
diff -r a0fe323fc5e6 -r 19123ae53137 emulators/xmess/distinfo
--- a/emulators/xmess/distinfo  Sat Aug 16 18:29:42 2003 +0000
+++ b/emulators/xmess/distinfo  Sat Aug 16 18:50:06 2003 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.13 2003/07/19 21:02:08 kristerw Exp $
+$NetBSD: distinfo,v 1.14 2003/08/16 18:50:07 kristerw Exp $
 
-SHA1 (xmame-0.71.1.tar.bz2) = 7c4db88a4db07572716e4fbbaa4a8684d9a2c428
-Size (xmame-0.71.1.tar.bz2) = 10051496 bytes
+SHA1 (xmame-0.72.1.tar.bz2) = 64335930e6c4f5231e4e77f885c3372e0d13e2a7
+Size (xmame-0.72.1.tar.bz2) = 10210781 bytes
 SHA1 (patch-aa) = cf7e599022fe0b3bc6f12d57c4c2d5ece7d82d0a
-SHA1 (patch-ab) = 1863de01acf0c805f2dc7fad78e04ec052e5e4f9
 SHA1 (patch-ad) = 1d9726bb43e53da8f8edc56d4aa0929d890496d0
 SHA1 (patch-ae) = f30af6853b77307126ad4a230d4237bc570a0ca4
diff -r a0fe323fc5e6 -r 19123ae53137 emulators/xmess/patches/patch-ab
--- a/emulators/xmess/patches/patch-ab  Sat Aug 16 18:29:42 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-$NetBSD: patch-ab,v 1.10 2003/07/19 21:02:09 kristerw Exp $
---- src/vidhrdw/gaiden.c.orig  Sat Jul 19 21:01:17 2003
-+++ src/vidhrdw/gaiden.c       Sat Jul 19 21:03:44 2003
-@@ -378,22 +378,25 @@
- 
-               if (attributes & 0x04)
-               {
-+                      UINT32 priority, flipx, flipy, color, sizex, sizey, number;
-+                      int ypos, xpos;
-+
-                       if (!blend_support && (attributes & 0x20) && (cpu_getcurrentframe() & 1))
-                               goto skip_sprite;
- 
--                      UINT32 priority = (attributes >> 6) & 3;
--                      UINT32 flipx = (attributes & 1);
--                      UINT32 flipy = (attributes & 2);
-+                      priority = (attributes >> 6) & 3;
-+                      flipx = (attributes & 1);
-+                      flipy = (attributes & 2);
- 
--                      UINT32 color = source[2];
--                      UINT32 sizex = 1 << ((color >> 0) & 3);                                         /* 1,2,4,8 */
--                      UINT32 sizey = 1 << ((color >> gaiden_sprite_sizey) & 3);       /* 1,2,4,8 */
-+                      color = source[2];
-+                      sizex = 1 << ((color >> 0) & 3);                                                /* 1,2,4,8 */
-+                      sizey = 1 << ((color >> gaiden_sprite_sizey) & 3);      /* 1,2,4,8 */
- 
-                       /* raiga needs something like this */
--                      UINT32 number = (source[1] & (sizex > 2 ? 0x7ff8 : 0x7ffc));
-+                      number = (source[1] & (sizex > 2 ? 0x7ff8 : 0x7ffc));
- 
--                      int ypos = source[3] & 0x01ff;
--                      int xpos = source[4] & 0x01ff;
-+                      ypos = source[3] & 0x01ff;
-+                      xpos = source[4] & 0x01ff;
- 
-                       color = (color >> 4) & 0x0f;
- 



Home | Main Index | Thread Index | Old Index