pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/xmame Update xmame to 0.81.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4f091bd9261
branches:  trunk
changeset: 473150:e4f091bd9261
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Apr 16 20:44:54 2004 +0000

description:
Update xmame to 0.81.1.

Changes since 0.80.1nb1:
- Everything from MAME 0.81 (http://x.mame.net/changes-mame.html) and
   MESS 0.81 (http://x.mame.net/changes-mess.html).
- Fixed a problem with the lightgun offscreen reloading that caused a
   random shot every fourth or fifth shot.  (Joe Inkenbrandt)

diffstat:

 emulators/xmame/Makefile         |   7 +++----
 emulators/xmame/distinfo         |   8 ++++----
 emulators/xmame/patches/patch-ab |  15 ---------------
 emulators/xmame/patches/patch-ac |  12 ++++++++++++
 4 files changed, 19 insertions(+), 23 deletions(-)

diffs (67 lines):

diff -r 1898c8c03c53 -r e4f091bd9261 emulators/xmame/Makefile
--- a/emulators/xmame/Makefile  Fri Apr 16 20:26:10 2004 +0000
+++ b/emulators/xmame/Makefile  Fri Apr 16 20:44:54 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.108 2004/04/02 17:45:51 kristerw Exp $
+# $NetBSD: Makefile,v 1.109 2004/04/16 20:44:54 kristerw Exp $
 #
 
-DISTNAME=              xmame-0.80.1
-PKGREVISION=           1
+DISTNAME=              xmame-0.81.1
 CATEGORIES=            emulators games x11
-MASTER_SITES=          http://x.mame.net/download/
+MASTER_SITES=          ftp://ftp.rx3.net/pub/arc/xmame/0.81.1/
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            kristerw%NetBSD.org@localhost
diff -r 1898c8c03c53 -r e4f091bd9261 emulators/xmame/distinfo
--- a/emulators/xmame/distinfo  Fri Apr 16 20:26:10 2004 +0000
+++ b/emulators/xmame/distinfo  Fri Apr 16 20:44:54 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.47 2004/04/02 17:45:51 kristerw Exp $
+$NetBSD: distinfo,v 1.48 2004/04/16 20:44:54 kristerw Exp $
 
-SHA1 (xmame-0.80.1.tar.bz2) = a45670eac5087fb9c697a1205bb14b7df9d7702b
-Size (xmame-0.80.1.tar.bz2) = 12460829 bytes
+SHA1 (xmame-0.81.1.tar.bz2) = 60aa72401c1be33bf30bd01677dede5cee2823c8
+Size (xmame-0.81.1.tar.bz2) = 14160777 bytes
 SHA1 (patch-aa) = 0b9ffcb7c4305e7c349f229b2646acb31553d549
-SHA1 (patch-ab) = 2aea6b094792498939294a285e151bed6b4ab01e
+SHA1 (patch-ac) = 50d7eb0b10e73a2a80ad756b8fd7264031269b88
 SHA1 (patch-ae) = df9ce91871bfcff611ff8f616482d4ff2e8204a3
diff -r 1898c8c03c53 -r e4f091bd9261 emulators/xmame/patches/patch-ab
--- a/emulators/xmame/patches/patch-ab  Fri Apr 16 20:26:10 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.23 2004/04/02 17:45:51 kristerw Exp $
-
---- src/unix/video-drivers/x11_window.c.orig   2004-03-27 02:15:43.000000000 +0100
-+++ src/unix/video-drivers/x11_window.c        2004-03-27 02:17:58.000000000 +0100
-@@ -912,8 +912,8 @@
-                                       /* else we have failed clean up before retrying without MITSHM */
-                                       shmdt ((char *) scaled_buffer_ptr);
-                                       scaled_buffer_ptr = NULL;
--                                      XDestroyImage (image);
--                                      image = NULL;
-+                                      XFree(xvimage);
-+                                      xvimage = NULL;
-                               }
-                       }
-                       fprintf (stderr_file, "Failed\nReverting to normal XPutImage() mode\n");
diff -r 1898c8c03c53 -r e4f091bd9261 emulators/xmame/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xmame/patches/patch-ac  Fri Apr 16 20:44:54 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.10 2004/04/16 20:44:54 kristerw Exp $
+
+--- src/romcmp.c.orig  Fri Apr 16 22:05:33 2004
++++ src/romcmp.c       Fri Apr 16 22:05:49 2004
+@@ -1,6 +1,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <errno.h>
+ #include "unzip.h"
+ #include "osdepend.h" /* for CLIB_DECL */
+ #include "fileio.h"



Home | Main Index | Thread Index | Old Index