pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/xmame Update xmame to 0.89.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a81733700be
branches:  trunk
changeset: 486568:6a81733700be
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Wed Dec 29 20:24:20 2004 +0000

description:
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:

 emulators/xmame/Makefile |  5 +++--
 emulators/xmame/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r c0653295ae99 -r 6a81733700be emulators/xmame/Makefile
--- a/emulators/xmame/Makefile  Wed Dec 29 19:41:25 2004 +0000
+++ b/emulators/xmame/Makefile  Wed Dec 29 20:24:20 2004 +0000
@@ -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 @@
        ${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 -r c0653295ae99 -r 6a81733700be emulators/xmame/distinfo
--- a/emulators/xmame/distinfo  Wed Dec 29 19:41:25 2004 +0000
+++ b/emulators/xmame/distinfo  Wed Dec 29 20:24:20 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index