summaryrefslogtreecommitdiff
path: root/emulators/xmess
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2003-03-20 19:03:27 +0000
committerkristerw <kristerw@pkgsrc.org>2003-03-20 19:03:27 +0000
commitbfcdf148e7c5a091df34c3e5c3eb4b4c06909847 (patch)
tree480aa5ac18171971c398abaea294d820237a9668 /emulators/xmess
parent17856adfda2667c420bbdd4700ea4add7bda76e6 (diff)
downloadpkgsrc-bfcdf148e7c5a091df34c3e5c3eb4b4c06909847.tar.gz
Update xmess to 0.66.2.
Changes since 0.65.1 include: - Amost everything from MAME 0.66 and MESS CVS. - The Barath frameskipper is now enabled by default. (suggested by Christopher Stone) - Rotation has been moved to the blit core and should be a lot faster. (Shyouzou Sugitani) - Analog controls work again, and the analog code is now synced up with the Windows code. (Sebastien Devaux) - The "-joydev" switch now allows a full device name, such as /dev/input/js0, to be specified. - Added makecd_mame2.pl to contrib tools; this script aids with burning CDs with ROMs, flyers, and cabinets. (Luc Saillard) - Renamed "-gamma-correction" to "-gamma" to be consistent with the Win32 version. It should also work now. - An Xv-enabled build should no longer report 0 bits per pixel and stop on a display that doesn't support the Xv extension. (Alexander Miller) - The "-brightness" switch now works as in Windows. Removed obsolete brightness and gamma code from sysdep_palette. - Idle sleeping is now disabled while the onscreen configuration menu is displayed. This works around a problem with key and button presses not registering when setting input preferences. - The "-record" and "-playback" switches now work as in the Win32 version. Also, the "inp" directory is now created on startup if it is missing. - MAME's disassemblers are no longer built by default. This avoids having to make some ugly little patches to the core. (Christopher Stone) - Removed the obsolete 8bpp update functions from most of the targets. This should speed compilation and produce a smaller binary.
Diffstat (limited to 'emulators/xmess')
-rw-r--r--emulators/xmess/Makefile6
-rw-r--r--emulators/xmess/distinfo7
-rw-r--r--emulators/xmess/patches/patch-ab16
3 files changed, 23 insertions, 6 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index b67db3efe4b..3d2f757a727 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2003/02/14 21:58:35 kristerw Exp $
+# $NetBSD: Makefile,v 1.33 2003/03/20 19:03:27 kristerw Exp $
#
-DISTNAME= xmame-0.65.1
-PKGNAME= xmess-0.65.1
+DISTNAME= xmame-0.66.2
+PKGNAME= xmess-0.66.2
CATEGORIES= emulators games x11
MASTER_SITES= http://x.mame.net/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/xmess/distinfo b/emulators/xmess/distinfo
index e72db20f1cb..f551a70614c 100644
--- a/emulators/xmess/distinfo
+++ b/emulators/xmess/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2003/02/14 21:58:35 kristerw Exp $
+$NetBSD: distinfo,v 1.8 2003/03/20 19:03:28 kristerw Exp $
-SHA1 (xmame-0.65.1.tar.bz2) = e7a3210521e76775ef0744b310c7329011c9a112
-Size (xmame-0.65.1.tar.bz2) = 8209194 bytes
+SHA1 (xmame-0.66.2.tar.bz2) = 7b8f77d5fa75c65e4b3129992c995d549e7dddae
+Size (xmame-0.66.2.tar.bz2) = 8340466 bytes
SHA1 (patch-aa) = 8186324a2e4e6f7db3f1f9ba303dec40fc750460
+SHA1 (patch-ab) = af6d9ef293ed2c840eb6cfcada77b8556aeeddd3
SHA1 (patch-ad) = e389102fc29bd7c40711cfd493bad902ee102ae2
SHA1 (patch-ae) = cb3ca8d0990f33064186ca7967d820824f924482
diff --git a/emulators/xmess/patches/patch-ab b/emulators/xmess/patches/patch-ab
new file mode 100644
index 00000000000..fdff3c8b2d8
--- /dev/null
+++ b/emulators/xmess/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.8 2003/03/20 19:03:28 kristerw Exp $
+--- src/unix/Makefile.orig Thu Mar 20 19:26:45 2003
++++ src/unix/Makefile Thu Mar 20 19:29:35 2003
+@@ -133,9 +133,12 @@
+ $(OBJDIR)/effect.o: effect.h
+
+ $(VID_DIR)/x11_window.o: video-drivers/blit.h video-drivers/blit_core.h effect.h
++ $(CC_COMPILE) $(CC) $(MY_CFLAGS) -O -o $@ -c video-drivers/x11_window.c
+ $(VID_DIR)/svgalib.o: video-drivers/blit.h video-drivers/blit_core.h video-drivers/twkmodes.h video-drivers/twkuser.c effect.h
+ $(VID_DIR)/xf86_dga1.o: video-drivers/xf86_dga1.c video-drivers/blit.h video-drivers/blit_core.h effect.h
++ $(CC_COMPILE) $(CC) $(MY_CFLAGS) -O -o $@ -c video-drivers/xf86_dga1.c
+ $(VID_DIR)/xf86_dga2.o: video-drivers/xf86_dga2.c video-drivers/blit.h video-drivers/blit_core.h effect.h
++ $(CC_COMPILE) $(CC) $(MY_CFLAGS) -O -o $@ -c video-drivers/xf86_dga2.c
+ $(VID_DIR)/SDL.o: video-drivers/blit.h video-drivers/blit_core.h effect.h
+ $(VID_DIR)/xinput.o: video-drivers/xkeyboard.h video-drivers/glmame.h
+ $(VID_DIR)/xinput.o: video-drivers/xkeyboard.h video-drivers/glmame.h