summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-05-12 22:34:53 +0000
committerkristerw <kristerw@pkgsrc.org>2005-05-12 22:34:53 +0000
commit495c7a4142513c2068688af2cad18992f9d136e0 (patch)
tree7e71a7e0de7c9861aa282b633cabaf2267cdf06a /emulators/xmame
parent564a72cde1edd68b2bfa9972c48c26ab8f45983c (diff)
downloadpkgsrc-495c7a4142513c2068688af2cad18992f9d136e0.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/xmame')
-rw-r--r--emulators/xmame/Makefile4
-rw-r--r--emulators/xmame/distinfo10
-rw-r--r--emulators/xmame/patches/patch-aa24
3 files changed, 19 insertions, 19 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 4517b9fb02b..80649f9b3fd 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.127 2005/04/11 21:45:46 tv Exp $
+# $NetBSD: Makefile,v 1.128 2005/05/12 22:35:18 kristerw Exp $
#
-DISTNAME= xmame-0.95
+DISTNAME= xmame-0.96
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 b99c873a23a..ad44b0fd0e3 100644
--- a/emulators/xmame/distinfo
+++ b/emulators/xmame/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.62 2005/04/02 20:56:28 kristerw Exp $
+$NetBSD: distinfo,v 1.63 2005/05/12 22:35:18 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) = 26c68fff67e3146638cef7e366b57c928274f562
diff --git a/emulators/xmame/patches/patch-aa b/emulators/xmame/patches/patch-aa
index 5de1f5bbc58..adeef65d18d 100644
--- a/emulators/xmame/patches/patch-aa
+++ b/emulators/xmame/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.35 2004/11/06 21:41:52 kristerw Exp $
+$NetBSD: patch-aa,v 1.36 2005/05/12 22:35:18 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.35 2004/11/06 21:41:52 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.35 2004/11/06 21:41:52 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.35 2004/11/06 21:41:52 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.35 2004/11/06 21:41:52 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.35 2004/11/06 21:41:52 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.35 2004/11/06 21:41:52 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