diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-12-29 20:24:20 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-12-29 20:24:20 +0000 |
commit | a90ab9d6eda5263904298f0410aa2eb9e47f1ac2 (patch) | |
tree | 2a043e356ba351ac5a6c1720946dd23dc9f3c8a4 /emulators | |
parent | 26d50782db4589424fa6e707fe0f38efe73c79ef (diff) | |
download | pkgsrc-a90ab9d6eda5263904298f0410aa2eb9e47f1ac2.tar.gz |
Update xmame to 0.89.
Changes from 0.88:
- Everything from MAME 0.89 (http://x.mame.net/changes-mame.html) and
MESS 0.89 (http://x.mame.net/changes-mess.html).
- Re-added a missing "Rapid Fire" entry from the setup menu that caused
the other entries to be off by one. Fixes Bugzilla bug 621.
- Another batch from Hans de Goede:
* The GGI driver no longer crashes when $DISPLAY isn't set.
* Sped up the rgbscan effect (effect 4), especially for DGA.
- Added LIRC support for remote controls, e.g., with MythTV. (Andrew
Chuah)
- Fixed a typo that caused absolute analog axes to interfere with
digital negative axes in the input setup.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 5 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index e630c843039..395eb32fd5c 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.122 2004/11/27 01:30:40 kristerw Exp $ +# $NetBSD: Makefile,v 1.123 2004/12/29 20:24:20 kristerw Exp $ # -DISTNAME= xmame-0.88 +DISTNAME= xmame-0.89 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 @@ -114,5 +114,6 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmame ${INSTALL_DATA} ${WRKSRC}/doc/xmame-doc.txt ${PREFIX}/share/doc/xmame +.include "../../devel/zlib/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 37f5829b035..afc98279937 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.58 2004/11/27 01:30:40 kristerw Exp $ +$NetBSD: distinfo,v 1.59 2004/12/29 20:24:20 kristerw Exp $ -SHA1 (xmame-0.88.tar.bz2) = c0dbc5d7bd6f1c6032fe582b8f12d5fbf5eb1af8 -Size (xmame-0.88.tar.bz2) = 14799683 bytes +SHA1 (xmame-0.89.tar.bz2) = 8f5f28ac8759b6f1442598f2ec989e6d4a1f4ee5 +Size (xmame-0.89.tar.bz2) = 14933673 bytes SHA1 (patch-aa) = b9f486be58b306a815269f859c1031d24c966df1 SHA1 (patch-ab) = be758f3dd91930a84dc798a40163fc8b970de56e SHA1 (patch-ae) = 26c68fff67e3146638cef7e366b57c928274f562 |