pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/xmess Update xmess to 0.95.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1741212d201f
branches:  trunk
changeset: 491998:1741212d201f
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Apr 02 20:57:10 2005 +0000

description:
Update xmess to 0.95.

Changes since 0.90 includes:
- Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and
  MESS 0.95 (http://x.mame.net/changes-mess.html).
- Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated
  games to segfault.  Fixes Bugzilla bug 679.
- Fixed the aspect ratio of the MESS SuperVision driver so that it's
  quadratic.  (PeT)
- Fixed several problems with the front-end "-list" commands: The MESS
  commands could segfault, some commands' headers were misaligned, and
  "-listpalettesize" was causing the ROM list to print.
- Worked around or fixed a double-free on exit in xmess.
- Fixed a segfault on startup that occurred when four or more joysticks
  devices were found.
- The SDL joystick driver now works with multiple joysticks attached.
- The SDL sound driver should produce much better output.  Also fixed a
  potential deadlock.

diffstat:

 emulators/xmess/Makefile         |   6 +++---
 emulators/xmess/distinfo         |  11 +++++------
 emulators/xmess/patches/patch-ab |  28 +++++++++++++++++++++-------
 emulators/xmess/patches/patch-ac |  13 -------------
 4 files changed, 29 insertions(+), 29 deletions(-)

diffs (93 lines):

diff -r d690c117ee26 -r 1741212d201f emulators/xmess/Makefile
--- a/emulators/xmess/Makefile  Sat Apr 02 20:56:28 2005 +0000
+++ b/emulators/xmess/Makefile  Sat Apr 02 20:57:10 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2005/01/29 21:53:27 kristerw Exp $
+# $NetBSD: Makefile,v 1.66 2005/04/02 20:57:10 kristerw Exp $
 #
 
-DISTNAME=              xmame-0.90
-PKGNAME=               xmess-0.90
+DISTNAME=              xmame-0.95
+PKGNAME=               xmess-0.95
 CATEGORIES=            emulators games x11
 MASTER_SITES=          http://x.mame.net/download/
 EXTRACT_SUFX=          .tar.bz2
diff -r d690c117ee26 -r 1741212d201f emulators/xmess/distinfo
--- a/emulators/xmess/distinfo  Sat Apr 02 20:56:28 2005 +0000
+++ b/emulators/xmess/distinfo  Sat Apr 02 20:57:10 2005 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.35 2005/02/23 18:49:22 agc Exp $
+$NetBSD: distinfo,v 1.36 2005/04/02 20:57:10 kristerw Exp $
 
-SHA1 (xmame-0.90.tar.bz2) = 75b39e499953ef9321b77d0293f069dbc7463f07
-RMD160 (xmame-0.90.tar.bz2) = d0e76049fc3a4c8c37873ec568585dbc75eb7357
-Size (xmame-0.90.tar.bz2) = 15113067 bytes
+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 (patch-ab) = be758f3dd91930a84dc798a40163fc8b970de56e
-SHA1 (patch-ac) = 0e2e90dd2ee21065fc34fae23a7789e77b3277e5
+SHA1 (patch-ab) = dd21329b7e1a05bc7ea12b5a98a05d502dc36656
 SHA1 (patch-ae) = cf9b2684b4bdfdec7d2f09bcc424b7ee79d7f45a
diff -r d690c117ee26 -r 1741212d201f emulators/xmess/patches/patch-ab
--- a/emulators/xmess/patches/patch-ab  Sat Apr 02 20:56:28 2005 +0000
+++ b/emulators/xmess/patches/patch-ab  Sat Apr 02 20:57:10 2005 +0000
@@ -1,18 +1,32 @@
-$NetBSD: patch-ab,v 1.19 2004/11/27 01:31:20 kristerw Exp $
+$NetBSD: patch-ab,v 1.20 2005/04/02 20:57:10 kristerw Exp $
 
---- src/unix/unix.mak.orig     Mon Nov 22 00:09:03 2004
-+++ src/unix/unix.mak  Mon Nov 22 00:12:39 2004
-@@ -545,11 +545,11 @@
+--- src/unix/unix.mak.orig     2005-04-02 20:38:46.000000000 +0200
++++ src/unix/unix.mak  2005-04-02 20:50:17.000000000 +0200
+@@ -258,7 +258,7 @@
+       $(COREDEFS) $(SOUNDDEFS) $(CPUDEFS) $(ASMDEFS) \
+       $(INCLUDES) $(INCLUDE_PATH)
+ 
+-MY_LIBS = $(LIBS) $(LIBS.$(ARCH)) $(LIBS.$(DISPLAY_METHOD)) -lz
++MY_LIBS = $(LIBS.$(ARCH)) $(LIBS.$(DISPLAY_METHOD)) -lz -lexpat
+ 
+ ifdef SEPARATE_LIBM
+ MY_LIBS += -lm
+@@ -578,15 +578,15 @@
  
  romcmp: $(OBJ)/romcmp.o $(OBJ)/unzip.o $(ZLIB)
        $(CC_COMMENT) @echo 'Linking $@...'
 -      $(CC_COMPILE) $(LD) $(LDFLAGS) $^ $(LIBS) -o $@
-+      $(CC_COMPILE) $(LD) $(LDFLAGS) $^ -lz $(LIBS) -o $@
++      $(CC_COMPILE) $(LD) $(LDFLAGS) $^ -lz -o $@
  
- chdman: $(OBJ)/chdman.o $(OBJ)/chd.o $(OBJ)/chdcd.o $(OBJ)/md5.o $(OBJ)/sha1.o $(OBJ)/version.o $(ZLIB)
+ chdman: $(OBJ)/chdman.o $(OBJ)/chd.o $(OBJ)/chdcd.o $(OBJ)/cdrom.o $(OBJ)/md5.o $(OBJ)/sha1.o $(OBJ)/version.o $(ZLIB)
        $(CC_COMMENT) @echo 'Linking $@...'
 -      $(CC_COMPILE) $(LD) $(LDFLAGS) $^ $(LIBS) -o $@
-+      $(CC_COMPILE) $(LD) $(LDFLAGS) $^ -lz $(LIBS) -o $@
++      $(CC_COMPILE) $(LD) $(LDFLAGS) $^ -lz -o $@
  
  xml2info: $(OBJ)/xml2info.o $(EXPAT)
        $(CC_COMMENT) @echo 'Linking $@...'
+-      $(CC_COMPILE) $(LD) $(LDFLAGS) $^ $(LIBS) -o $@
++      $(CC_COMPILE) $(LD) $(LDFLAGS) $^ -lexpat -lz -o $@
+ 
+ dat2html: $(DAT2HTML_OBJS)
+       $(CC_COMMENT) @echo 'Compiling $@...'
diff -r d690c117ee26 -r 1741212d201f emulators/xmess/patches/patch-ac
--- a/emulators/xmess/patches/patch-ac  Sat Apr 02 20:56:28 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2004/12/11 12:32:44 kristerw Exp $
-
---- mess/mess.mak.orig Sat Dec 11 12:49:20 2004
-+++ mess/mess.mak      Sat Dec 11 12:49:34 2004
-@@ -895,7 +895,7 @@
- 
- 
- # additional tools
--TOOLS = dat2html$(EXE) messtest$(EXE) chdman$(EXE) messdocs$(EXE) imgtool$(EXE)
-+TOOLS = dat2html$(EXE) chdman$(EXE) messdocs$(EXE) imgtool$(EXE)
- 
- include mess/tools/imgtool/imgtool.mak
- 



Home | Main Index | Thread Index | Old Index