rpms/mame/devel 0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch, NONE, 1.1 mame.spec, 1.118, 1.119

Julian Sikorski belegdol at rpmfusion.org
Sat Sep 5 22:40:06 CEST 2015


Author: belegdol

Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27003

Modified Files:
	mame.spec 
Added Files:
	0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch 
Log Message:
Fixed build failure

0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch:
 emudummy.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE 0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch ---
>From 2afb39374410d803dd287f83de44fbf7a4c2edc8 Mon Sep 17 00:00:00 2001
From: Kyungdahm Yun <tomyun at gmail.com>
Date: Thu, 27 Aug 2015 03:24:26 -0700
Subject: [PATCH] emudummy.c: change GAME_NO_SOUND to MACHINE_*

---
 src/emu/drivers/emudummy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/emu/drivers/emudummy.c b/src/emu/drivers/emudummy.c
index 4010fde..948be2f 100644
--- a/src/emu/drivers/emudummy.c
+++ b/src/emu/drivers/emudummy.c
@@ -33,4 +33,4 @@ ROM_START( __dummy )
 ROM_END
 
 
-GAME( 1900, __dummy, 0, __dummy, 0, driver_device, 0, ROT0, "(none)", "Dummy", GAME_NO_SOUND )
+GAME( 1900, __dummy, 0, __dummy, 0, driver_device, 0, ROT0, "(none)", "Dummy", MACHINE_NO_SOUND )
-- 
2.4.3



Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- mame.spec	29 Aug 2015 04:33:51 -0000	1.118
+++ mame.spec	5 Sep 2015 20:40:05 -0000	1.119
@@ -23,6 +23,7 @@
 Source0:        http://mamedev.org/downloader.php?file=%{name}0%{baseversion}/%{name}0%{baseversion}s.exe
 Source100:      whatsnew.zip
 Patch0:         %{name}-fortify.patch
+Patch1:         0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch
 Patch2:         %{name}-genie-smpfix.patch
 
 BuildRequires:  expat-devel
@@ -125,6 +126,7 @@
     -o -wholename ./makefile \) -exec sed -i 's@\r@@' {} \;
 
 %patch0 -p1 -b .fortify
+%patch1 -p1
 %patch2 -p1 -b .smpfix
 
 # Fix encoding


More information about the rpmfusion-commits mailing list