diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-05-12 22:34:53 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-05-12 22:34:53 +0000 |
commit | 4a42bddda094b61eb9b51ad50cc9b7ab2a7a0a7c (patch) | |
tree | 7e71a7e0de7c9861aa282b633cabaf2267cdf06a /emulators/xmess | |
parent | da69d31c4ae44f560a6281640f30dce8e9bb1951 (diff) | |
download | pkgsrc-4a42bddda094b61eb9b51ad50cc9b7ab2a7a0a7c.tar.gz |
Update xmame/xmess to 0.96.
Release 0.96, 10 May 2005:
- Everything from MAME 0.96 (http://x.mame.net/changes-mame.html) and
MESS 0.96 (http://x.mame.net/changes-mess.html).
- Fixed the RGB to YUV conversion used by the Xv driver so that it
conforms to the CCIR digital component video specifications. Fixes
Bugzilla bug 691. (Alex W. Jackson)
- The rows of the OpenGL bitmap used for 16bpp games are no longer
misaligned in some cases; nagano98 now displays without doubled
lines.
- The behavior of "-listgamelist" should once again match the Windows
side with regard to case-insensitive sorting and the treatment of
leading "The" and "Le".
- When a specific joystick device is designated with "-joydevname
(-jdev)", it is now always treated as the player 1 joystick.
- The built-in profiler works again. (Colin Howell)
- The X11 build now properly sets the standard window properties.
(Christian Birchinger's friend)
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 6 | ||||
-rw-r--r-- | emulators/xmess/distinfo | 10 | ||||
-rw-r--r-- | emulators/xmess/patches/patch-aa | 24 |
3 files changed, 20 insertions, 20 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 5de9c339a91..945b3ad07a8 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2005/04/11 21:45:46 tv Exp $ +# $NetBSD: Makefile,v 1.68 2005/05/12 22:34:53 kristerw Exp $ # -DISTNAME= xmame-0.95 -PKGNAME= xmess-0.95 +DISTNAME= xmame-0.96 +PKGNAME= xmess-0.96 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 7a0f7baaf30..6b88e3ca764 100644 --- a/emulators/xmess/distinfo +++ b/emulators/xmess/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.36 2005/04/02 20:57:10 kristerw Exp $ +$NetBSD: distinfo,v 1.37 2005/05/12 22:34:53 kristerw Exp $ -SHA1 (xmame-0.95.tar.bz2) = 0cebbe165a95c5600ae9ed13670cbbdcecb4ae78 -RMD160 (xmame-0.95.tar.bz2) = e01b061c6f372d991caafc23dc89909624ceb303 -Size (xmame-0.95.tar.bz2) = 15460834 bytes -SHA1 (patch-aa) = b9f486be58b306a815269f859c1031d24c966df1 +SHA1 (xmame-0.96.tar.bz2) = b1fda21cc954f2cb6647ba4cdb335c7682e14716 +RMD160 (xmame-0.96.tar.bz2) = 70c3464418ed0babfd2ebd7f5a94ad69f0d2d70d +Size (xmame-0.96.tar.bz2) = 15605353 bytes +SHA1 (patch-aa) = 909583adb17f7485ad5cd1e390cdbb73d367d7be SHA1 (patch-ab) = dd21329b7e1a05bc7ea12b5a98a05d502dc36656 SHA1 (patch-ae) = cf9b2684b4bdfdec7d2f09bcc424b7ee79d7f45a diff --git a/emulators/xmess/patches/patch-aa b/emulators/xmess/patches/patch-aa index 249e2bbe25b..ca0c95074ac 100644 --- a/emulators/xmess/patches/patch-aa +++ b/emulators/xmess/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.20 2004/11/07 16:11:48 kristerw Exp $ +$NetBSD: patch-aa,v 1.21 2005/05/12 22:34:53 kristerw Exp $ ---- makefile.unix.orig Sat Nov 6 21:34:15 2004 -+++ makefile.unix Sat Nov 6 21:37:27 2004 +--- makefile.unix.orig 2005-05-12 23:02:10.000000000 +0200 ++++ makefile.unix 2005-05-12 23:07:19.000000000 +0200 @@ -33,7 +33,7 @@ ########################################################################### @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.20 2004/11/07 16:11:48 kristerw Exp $ # TARGET = mess # TARGET = mage # TARGET = mmsnd -@@ -89,7 +89,7 @@ +@@ -88,7 +88,7 @@ # just as well. However, stay away from the `cc' Ultrix compiler if # possible. @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.20 2004/11/07 16:11:48 kristerw Exp $ # CC = cc # CC = icc # CC = c89 -@@ -110,7 +110,7 @@ +@@ -109,7 +109,7 @@ # If you want to use whatever CFLAGS are currently set in your # environment, then comment this out. @@ -29,16 +29,16 @@ $NetBSD: patch-aa,v 1.20 2004/11/07 16:11:48 kristerw Exp $ ########################################################################### -@@ -119,7 +119,7 @@ +@@ -118,7 +118,7 @@ ########################################################################### # GCC on x86 --CFLAGS = -O -Wall -Wno-unused -+# CFLAGS = -O -Wall -Wno-unused +-CFLAGS = -O2 -Wall -Wno-unused ++# CFLAGS = -O2 -Wall -Wno-unused # GCC on x86 with some optimizations # CFLAGS = -O2 -Wall -Wno-unused -mcpu=i686 -fomit-frame-pointer \ -@@ -508,7 +508,7 @@ +@@ -523,7 +523,7 @@ ########################################################################### # i386, GNU asm @@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.20 2004/11/07 16:11:48 kristerw Exp $ # i386, no asm -- needed for the Intel C++ compiler, which does not fully # understand GCC's inline assembly syntax, though you may still enable -@@ -543,7 +543,7 @@ +@@ -558,7 +558,7 @@ ########################################################################### # Linux @@ -56,7 +56,7 @@ $NetBSD: patch-aa,v 1.20 2004/11/07 16:11:48 kristerw Exp $ # FreeBSD # ARCH = freebsd -@@ -694,7 +694,7 @@ +@@ -701,7 +701,7 @@ X11_MITSHM = 1 # Use Xv extension for hardware scaling. @@ -65,7 +65,7 @@ $NetBSD: patch-aa,v 1.20 2004/11/07 16:11:48 kristerw Exp $ # Enable XFree86 DGA. This also causes "make install" to set the suid bit # on the executable. -@@ -716,8 +716,8 @@ +@@ -725,8 +725,8 @@ # X11LIB = -L/usr/lib/X11 # Standard location for XFree86 |