diff options
author | kristerw <kristerw@pkgsrc.org> | 2001-07-09 14:30:25 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2001-07-09 14:30:25 +0000 |
commit | f67d860629276b7173343d6dcbdc50781b1ea713 (patch) | |
tree | b2d4c1046f2beb07600f575c78c42b0aa95f5801 /emulators/xmame | |
parent | fbd1fd2e84c4451eac5ae7ce33ae5e82e34e80e6 (diff) | |
download | pkgsrc-f67d860629276b7173343d6dcbdc50781b1ea713.tar.gz |
Update xmame to 0.37b16.1
Changes since 0.37b15.1 include:
- Everything from MAME 0.37b16 except for steadykey support and the new
RGB blitters. These may be appearing in a later release. :-)
- Added Matt Lowry's latest README, which has been missing from xmame
for several releases.
- Fixed the contrib/porting/prep-new-mame script so it doesn't omit the
README file.
- QNX Photon2 updates: A fix for dirio.c which allows xmess to compile
under the QNX 6.1 internal beta; audio has better verbosity; fixed a
bug which caused games utilizing a mouse to core dump. (Travis Coady)
- Fixed some ANSI/ISO warnings in the GLmame code.
- Changed contrib/porting/prep-new-mame to reflect the new .txt files
bundled with MAME.
- Updated contrib/porting/porting.txt to refer to src/windows rather
than src/msdos for diffing between versions, since the Win32 target
is now the primary one.
- Updated the docs to mention that KDE 2.2b1 has been reported to fix
the xmame.x11 problem whereby the window never displays without using
a workaround.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index f410303d378..f3ad0608f68 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2001/05/27 18:58:18 kristerw Exp $ +# $NetBSD: Makefile,v 1.49 2001/07/09 14:30:25 kristerw Exp $ # -DISTNAME= xmame-0.37b15.1 +DISTNAME= xmame-0.37b16.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 e2b1cd60e3c..85e2a3139dc 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2001/05/27 18:58:18 kristerw Exp $ +$NetBSD: distinfo,v 1.6 2001/07/09 14:30:26 kristerw Exp $ -SHA1 (xmame-0.37b15.1.tar.bz2) = c8199175ef54820eb02d894607bc77274b4456b5 -Size (xmame-0.37b15.1.tar.bz2) = 4981667 bytes +SHA1 (xmame-0.37b16.1.tar.bz2) = 4587926e26c1f9abb063336920c49e54546d02b2 +Size (xmame-0.37b16.1.tar.bz2) = 5096723 bytes SHA1 (patch-aa) = 12378648c0158c91dae233b84a2543090e5b7839 SHA1 (patch-ae) = e4dc55f21759f50b0c48816314ebdc4039d2490f SHA1 (patch-am) = 27908ecd35407621eae4c777de3079279f58176e |