diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-02-21 00:06:36 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-02-21 00:06:36 +0000 |
commit | 5aa8d1dce5ce08b2174cf25db77b3f05c340f17b (patch) | |
tree | 73b897a5d0085905e74364b9173d9130f890588e /emulators/xmess/Makefile | |
parent | e6ef33712d8959bb381728a73de4fbaffcda3b32 (diff) | |
download | pkgsrc-5aa8d1dce5ce08b2174cf25db77b3f05c340f17b.tar.gz |
Update xmess to 0.79.1
Changes since 0.78.1 includes:
- Everything from MAME 0.79 (http://x.mame.net/changes-mame.html) and
MESS 0.79 (http://x.mame.net/changes-mess.html).
- Updated the ALSA DSP module to use the ALSA 1.0 API. (Shyouzou
Sugitani)
- Paths now allow a literal "$" if it's preceded by "\". (Andre
Majorel)
- Fixed a segfault that occurred when "-debug" was used with a rotated
game.
- The debugger window should no longer be blank for 32bpp games.
- Fixed a bug in fix-comments.c that was causing it to mangle
src/drivers/vendetta.c.
- When XINPUT is defined in the makefile but no XInput devices are
configured, the mouse is treated as a trackball. (Gerd Sussner)
- The Xv YUV code should now work on big-endian platforms. (Maciej J.
Woloszyk)
- The trigger for the ACT LABS TV light gun now works; reloading now
requires only one offscreen shot instead of two. (Joe)
Diffstat (limited to 'emulators/xmess/Makefile')
-rw-r--r-- | emulators/xmess/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index f523c781848..3c3456235f2 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2004/02/18 13:33:41 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2004/02/21 00:06:36 kristerw Exp $ # -DISTNAME= xmame-0.78.1 -PKGNAME= xmess-0.78.1 -PKGREVISION= 1 +DISTNAME= xmame-0.79.1 +PKGNAME= xmess-0.79.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 |