OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Oct-2003 19:46:06
Branch: HEAD Handle: 2003102618460501
Modified files:
openpkg-src/xmame xmame.spec xmamerc
Log:
fix configuration and upgrade history file
Summary:
Revision Changes Path
1.47 +2 -2 openpkg-src/xmame/xmame.spec
1.3 +10 -10 openpkg-src/xmame/xmamerc
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xmame/xmame.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 xmame.spec
--- openpkg-src/xmame/xmame.spec 26 Oct 2003 08:59:07 -0000 1.46
+++ openpkg-src/xmame/xmame.spec 26 Oct 2003 18:46:05 -0000 1.47
@@ -38,7 +38,7 @@
# list of sources
Source0: http://x.mame.net/download/xmame-%{version}.tar.bz2
Source1: http://www.mame.net/zips/hsdat7.zip
-Source2: http://fandemame.emu-france.com/files/history071a.zip
+Source2: http://fandemame.emu-france.com/files/history076b.zip
Source3: http://cheat.retrogames.com/cheat.zip
Source4: http://www.mame.net/roms/gridlee.zip
Source5: http://www.mame.net/roms/polyplay.zip
@@ -63,7 +63,7 @@
%prep
%setup -q
%{l_prefix}/bin/unzip -x %{SOURCE hsdat7.zip}
- %{l_prefix}/bin/unzip -x %{SOURCE history071a.zip}
+ %{l_prefix}/bin/unzip -x %{SOURCE history076b.zip}
%{l_prefix}/bin/unzip -x %{SOURCE cheat.zip}
%build
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xmame/xmamerc
============================================================================
$ cvs diff -u -r1.2 -r1.3 xmamerc
--- openpkg-src/xmame/xmamerc 20 Jul 2003 15:28:41 -0000 1.2
+++ openpkg-src/xmame/xmamerc 26 Oct 2003 18:46:06 -0000 1.3
@@ -2,17 +2,17 @@
## xmamerc
##
-rompath @l_prefix@/share/xmame
-spooldir @l_prefix@/var/xmame
+rompath @l_prefix@/share/xmame
+hiscore_directory @l_prefix@/var/xmame
-defaultgame gridlee
+defaultgame gridlee
-mitshm 1
-xsync 1
-widthscale 1
-heightscale 1
+mitshm 1
+xsync 1
+widthscale 1
+heightscale 1
-sound 1
-audiodevice /dev/dsp
-volume 0
+sound 1
+audiodevice /dev/dsp
+volume 0
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]