diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-06-21 21:55:04 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-06-21 21:55:04 +0000 |
commit | a03d3fc3dbc79ef2e36244f6dd16b0909171b33a (patch) | |
tree | 8519966648e96052fc25713f30631c2401c39d37 | |
parent | 19bad37ae57c88820f767a19243d8299c409f051 (diff) | |
download | pkgsrc-a03d3fc3dbc79ef2e36244f6dd16b0909171b33a.tar.gz |
Update xmame to 0.83.1.
Changes since 0.82.1:
* Everything from MAME 0.83 and MESS 0.83 (changes-mess.html).
* The Xv driver now turns on XV_AUTOPAINT_COLORKEY, in case it was
turned off by, for example, by the xine movie player. This prevents the
display from being blank in this case. (Shyouzou Sugitani)
* Moved a misplaced vprintf() call that was causing a bunch of log
messages to display and slowing down the emulation for some games.
-rw-r--r-- | emulators/xmame/Makefile | 5 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index c66ac5c063c..b58f0000256 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.111 2004/05/26 09:34:17 dillo Exp $ +# $NetBSD: Makefile,v 1.112 2004/06/21 21:55:04 kristerw Exp $ # -DISTNAME= xmame-0.82.1 -PKGREVISION= 1 +DISTNAME= xmame-0.83.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index e72796ce148..c58e3ff2ebc 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.50 2004/05/26 09:34:17 dillo Exp $ +$NetBSD: distinfo,v 1.51 2004/06/21 21:55:04 kristerw Exp $ -SHA1 (xmame-0.82.1.tar.bz2) = a5f88a6e3e1cb2e6db37a770deeb14ae6e7829fd -Size (xmame-0.82.1.tar.bz2) = 12833581 bytes +SHA1 (xmame-0.83.1.tar.bz2) = 075e60e49e298cc399c1d50a2967395b7a1d7b9d +Size (xmame-0.83.1.tar.bz2) = 12914490 bytes SHA1 (patch-aa) = 0b9ffcb7c4305e7c349f229b2646acb31553d549 SHA1 (patch-ab) = 098c3f51099136306a48929ee9f57aa6607dee2d SHA1 (patch-ae) = df9ce91871bfcff611ff8f616482d4ff2e8204a3 |