Update of /cvsroot/fink/dists/10.2/stable/main/finkinfo/games
In directory sc8-pr-cvs1:/tmp/cvs-serv1599
Added Files:
xmame-0.67.2-2.info xmame-0.67.2-2.patch
Removed Files:
xmame-0.62.2-1.info xmame-0.62.2-1.patch
Log Message:
Stable per feeddback
--- NEW FILE: xmame-0.67.2-2.info ---
Package: xmame
Version: 0.67.2
Revision: 2
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Depends: x11, esound-shlibs
BuildDepends: esound, audiofile
Source: http://x.mame.net/download/%n-%v.tar.bz2
Source-MD5: b3a89afe2dcd53bb3f9f1f5d47f01dc3
PatchScript: sed 's|@prefix@|%p|g' <%a/%f.patch | patch -p1
CompileScript: make
InstallScript: <<
mkdir -p %i/share/xmame
make install PREFIX=%i
cd doc; cp xmamerc.dist %i/share/xmame
cd %i/bin; ln -s xmame.x11 xmame
<<
DocFiles: README todo doc/*.mame doc/*.html doc/changes.unix doc/multiplayer-readme.txt
Description: Multiple Arcade Machine Emulator
DescDetail: <<
Xmame is the X11/Unix port of MAME. MAME is the Multiple Arcade Machine
Emulator, an arcade (coin-op) video game emulator. The latest stable
release is capable of playing over 2000 arcade games.
Also check out the Mac version of MAME, MacMAME, at http://www.macmame.org
<<
DescUsage: <<
Just type 'xmame' at the command prompt inside an X environment, for more
infomation see 'man xmame'. Settings are stored in 'xmamerc', an example
'xmamerc.dist' can be found in '/sw/share/xmame'.
<<
License: Restrictive/Distributable
Homepage: http://x.mame.net
--- NEW FILE: xmame-0.67.2-2.patch ---
--- xmame-0.67.2/makefile.unix Sat Apr 12 10:07:35 2003
+++ xmame-0.67.2-patched/makefile.unix Thu Apr 17 23:51:40 2003
@@ -97,7 +97,7 @@
# If you want to use whatever CFLAGS are currently set in your
# environment, then comment this out.
-CFLAGS =
+# CFLAGS =
###########################################################################
@@ -106,7 +106,7 @@
###########################################################################
# gcc on x86
-CFLAGS = -O -Wall -Wno-unused
+# CFLAGS = -O -Wall -Wno-unused
# gcc on x86 with some optimizations
# CFLAGS = -O2 -Wall -Wno-unused -mcpu=i686 -fomit-frame-pointer \
@@ -121,7 +121,7 @@
# -fstrength-reduce -traditional-cpp
# gcc on OpenStep/PPC or Mac OS X
-# CFLAGS = -O2 -Wall -Wno-unused -funroll-loops -traditional-cpp \
+CFLAGS = -O2 -Wall -Wno-unused -funroll-loops -traditional-cpp \
# -fstrength-reduce -fomit-frame-pointer -ffast-math -fsigned-char
# IRIX MIPSpro with really serious optimization for R10K O2
@@ -283,7 +283,7 @@
###########################################################################
# Normal linking.
-LD = $(CC) -Wl,-s
+# LD = $(CC) -Wl,-s
# For the Intel C++ Compiler -- expect large link time due to -ipo
# optimization.
@@ -293,7 +293,7 @@
# LD = $(CC) -pg
# No profiling (less strace output), but include debug info.
-# LD = $(CC)
+LD = $(CC)
# For debugging only. This only works with GNU binutils!!
# LD = $(CC) -Wl,-warn-common
@@ -314,7 +314,7 @@
# Does your platform have a separate libm? Only comment this out if you
# have math libraries included within libc. This is very rare; you will
# probably only need it for OpenStep and BeOS systems.
-SEPARATE_LIBM = 1
+# SEPARATE_LIBM = 1
# Does your platform have ranlib? Leave this untouched unless you are
# using IRIX, Unixware 7, or the Intel C++ Compiler.
@@ -353,8 +353,8 @@
# These are sometimes needed for zlib.
# SuSE Linux may require -L/usr/X11R6/lib.
# UnixWare7 requires -lsocket.
-# LIBS = -L/usr/X11R6/lib -L/usr/local/lib
-# INCLUDES = -I/usr/X11R6/include -I/usr/local/include
+# LIBS = -L/@prefix@/lib
+# INCLUDES = -I/@prefix@/include
###########################################################################
@@ -369,7 +369,7 @@
# Does your system support the gettimeofday() function? If so, we
# encourage you to enable this feature. Otherwise, comment it out.
# :-(
-HAVE_GETTIMEOFDAY = 1
+# HAVE_GETTIMEOFDAY = 1
# Uncomment this if you want to link with ElectricFence (for developers
# only).
@@ -383,7 +383,7 @@
# Select destination directory for your compiled program, manual page,
# and binary distribution.
ifndef PREFIX
-PREFIX = /usr/local
+PREFIX = @prefix@
endif
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/share/man/man6
@@ -397,7 +397,7 @@
###########################################################################
# i386, GNU asm
-MY_CPU = i386
+# MY_CPU = i386
# i386, no asm -- needed for the Intel C++ compiler, which does not fully
# understand gcc's inline assembly syntax, though you may still enable
@@ -415,7 +415,7 @@
# MY_CPU = m68k
# Generic RISC (PowerPC, SPARC, HPPA, IBM)
-# MY_CPU = risc
+MY_CPU = risc
# Generic RISC, LSB-first (RISC (Ultrix machines) & PlayStation2)
# MY_CPU = risc_lsb
@@ -429,7 +429,7 @@
###########################################################################
# Linux
-ARCH = linux
+# ARCH = linux
# FreeBSD
# ARCH = freebsd
@@ -466,7 +466,7 @@
# ARCH = beos
# generic UNIX, no sound
-# ARCH = generic
+ARCH = generic
# (*) For IRIX 6.5 or higher add -DHAVE_SNPRINTF to CFLAGS.irix(_al) in
# src/unix/Makefile
@@ -502,7 +502,7 @@
# Choose any additonal sound drivers you want to include, besides the
# native sound driver for your system.
-# SOUND_ESOUND = 1
+SOUND_ESOUND = 1
# SOUND_ALSA = 1
# SOUND_ARTS_TEIRA = 1
# SOUND_ARTS_SMOTEK = 1
@@ -552,10 +552,10 @@
# Uncomment any extensions you wish to use.
# MIT-Shared Memory X Extensions
-X11_MITSHM = 1
+# X11_MITSHM = 1
# Use Xv extension for hardware scaling.
-X11_XV = 1
+# X11_XV = 1
# Enable XFree86 DGA. This also causes "make install" to set the suid bit
# on the executable.
@@ -647,12 +647,12 @@
# Choose ELF or a.out
# ELF settings: No leading underscores + ELF object format. Tested with
# Linux/i386. Also for Solaris/x86, for example.
-ASM_STRIP = src/unix/contrib/porting/strip_
-NASM_FMT = -f elf
+# ASM_STRIP = src/unix/contrib/porting/strip_
+# NASM_FMT = -f elf
# a.out settings: Leading underscores + a.out object format. Tested with
# netBSD i386. Also for older Linux installs, FreeBSD, and others.
-# ASM_STRIP = true # no strip command
-# NASM_FMT = -f aoutb
+ASM_STRIP = true # no strip command
+NASM_FMT = -f aoutb
###########################################################################
--- xmame-0.62.2-1.info DELETED ---
--- xmame-0.62.2-1.patch DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits