diff options
author | kristerw <kristerw> | 2005-10-23 20:03:47 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-10-23 20:03:47 +0000 |
commit | 3e0cd6a0ed398927662ee4a56bd6ae30f493c2b1 (patch) | |
tree | bfc5958ce5d93771e06f6ec41e98c895b4cd961a /emulators | |
parent | fb337b0e94bfc9ee8c7bedda0d60ce8273c3e486 (diff) | |
download | pkgsrc-3e0cd6a0ed398927662ee4a56bd6ae30f493c2b1.tar.gz |
Updated xmess to version 0.101.
Changes since 0.100:
- Everything from MAME 0.101 (http://x.mame.net/changes-mame.html) and
MESS 0.101 (http://x.mame.net/changes-mess.html).
- When the LIRC configuration cannot be read, the joystick polling code
no longer tries to use LIRC. This fixes a crash that occurs under
memory pressure. (Paul "TBBle" Hampson)
- Enabling full keyboard emulation in the classic MESS UI once again
prevents keys such as P and Esc from being intercepted by the
emulation core.
- Added support for BGR visuals to the blit core for, e.g., Solaris.
(Hans de Goede)
Diffstat (limited to 'emulators')
-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 a82380fb870..8918ff634f5 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.75 2005/10/14 20:58:04 kristerw Exp $ +# $NetBSD: Makefile,v 1.76 2005/10/23 20:03:47 kristerw Exp $ # -DISTNAME= xmame-0.100 -PKGNAME= xmess-0.100 +DISTNAME= xmame-0.101 +PKGNAME= xmess-0.101 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 2a0eb2765c8..1a3ce3340dd 100644 --- a/emulators/xmess/distinfo +++ b/emulators/xmess/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.40 2005/10/14 20:58:04 kristerw Exp $ +$NetBSD: distinfo,v 1.41 2005/10/23 20:03:47 kristerw Exp $ -SHA1 (xmame-0.100.tar.bz2) = 3846ca964b8aff60cf65ab494ee75703b03263db -RMD160 (xmame-0.100.tar.bz2) = dc89f1f6312f6567a8a665169294569c252775ab -Size (xmame-0.100.tar.bz2) = 15905255 bytes +SHA1 (xmame-0.101.tar.bz2) = 2746b914d8af534fac4802f22a68dcce982ea223 +RMD160 (xmame-0.101.tar.bz2) = 92ad8035fb134df64e825a976dcf002d38eeb9a8 +Size (xmame-0.101.tar.bz2) = 15978618 bytes SHA1 (patch-aa) = 909583adb17f7485ad5cd1e390cdbb73d367d7be SHA1 (patch-ab) = dd21329b7e1a05bc7ea12b5a98a05d502dc36656 SHA1 (patch-ae) = cf9b2684b4bdfdec7d2f09bcc424b7ee79d7f45a |