diff options
author | kristerw <kristerw> | 2001-05-27 18:58:18 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2001-05-27 18:58:18 +0000 |
commit | 05fb2a69c3740f6d343a8766571294a806132c0d (patch) | |
tree | 9ef670dad99f5e959888393c28cc0c92a12a0b3d /emulators/xmame | |
parent | bc1e9c433e8ba4b4e15ac212453fb373718a6f8f (diff) | |
download | pkgsrc-05fb2a69c3740f6d343a8766571294a806132c0d.tar.gz |
Update xmame to 0.37b15.1
Changes since 0.37b14.2 include:
- Everything from MAME 0.37b15 except for 'steadykey' support.
- Added an aRts sound server driver. (Manuel Teira)
- Added another aRts sound server driver. It needs reasonable aRts
server settings, something like artsd -F 6 -S 4096 should be ok to get
near accurate response time. (Petr Smotek)
- ALSA updates: Added preliminary support for ALSA 0.9 API; split the
0.5 and 0.9 API stuff into separate files. (Shyouzou Sugitani)
- HotRod support is now enabled by either -hotrod or -hotrodse, just
like the DOS/Win32 version.
- Added dummy flicker and vector orientation functions to fxvec.c so
that xmame.xfx can link again.
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 6df361b294b..f410303d378 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2001/05/23 21:52:55 kristerw Exp $ +# $NetBSD: Makefile,v 1.48 2001/05/27 18:58:18 kristerw Exp $ # -DISTNAME= xmame-0.37b14.2 +DISTNAME= xmame-0.37b15.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 2d36daba5e0..e2b1cd60e3c 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2001/05/23 21:52:55 kristerw Exp $ +$NetBSD: distinfo,v 1.5 2001/05/27 18:58:18 kristerw Exp $ -SHA1 (xmame-0.37b14.2.tar.bz2) = 35f5bb71bc8da9c75c80fccb28804b31a06e016f -Size (xmame-0.37b14.2.tar.bz2) = 4826277 bytes +SHA1 (xmame-0.37b15.1.tar.bz2) = c8199175ef54820eb02d894607bc77274b4456b5 +Size (xmame-0.37b15.1.tar.bz2) = 4981667 bytes SHA1 (patch-aa) = 12378648c0158c91dae233b84a2543090e5b7839 SHA1 (patch-ae) = e4dc55f21759f50b0c48816314ebdc4039d2490f SHA1 (patch-am) = 27908ecd35407621eae4c777de3079279f58176e |