[mame] 01/02: Refresh patches.

Jordi Mallach jordi at moszumanska.debian.org
Thu Dec 29 13:55:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

jordi pushed a commit to annotated tag debian/0.181-1
in repository mame.

commit e6cf4050ef236b9fdc1c953386b77c680f1f6235
Author: Jordi Mallach <jordi at debian.org>
Date:   Wed Dec 28 12:07:42 2016 +0100

    Refresh patches.
---
 debian/changelog                     |  1 +
 debian/patches/hurd.patch            | 44 ++++++++++++++++++------------------
 debian/patches/m68000_archopts.patch |  8 +++----
 3 files changed, 27 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e8345e5..8071272 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mame (0.181-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Bump debhelper compat to v10.
+  * Refresh patches.
 
  -- Jordi Mallach <jordi at debian.org>  Wed, 28 Dec 2016 11:13:39 +0100
 
diff --git a/debian/patches/hurd.patch b/debian/patches/hurd.patch
index 4c2d793..b2af45f 100644
--- a/debian/patches/hurd.patch
+++ b/debian/patches/hurd.patch
@@ -2,10 +2,10 @@ Author: Jordi Mallach <jordi at debian.org>
 Description: Several FTBFS fixes for Hurd systems.
 Forwarded: no
 
-Index: mame-0.178/makefile
+Index: mame/makefile
 ===================================================================
---- mame-0.178.orig/makefile
-+++ mame-0.178/makefile
+--- mame.orig/makefile
++++ mame/makefile
 @@ -192,6 +192,9 @@ ifeq ($(firstword $(filter OpenBSD,$(UNA
  OS := openbsd
  GENIEOS := bsd
@@ -16,7 +16,7 @@ Index: mame-0.178/makefile
  ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
  OS := macosx
  GENIEOS := darwin
-@@ -1233,6 +1236,16 @@ linux: generate $(PROJECTDIR)/$(MAKETYPE
+@@ -1241,6 +1244,16 @@ linux: generate $(PROJECTDIR)/$(MAKETYPE
  	$(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/$(MAKETYPE)-linux config=$(CONFIG) precompile
  	$(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/$(MAKETYPE)-linux config=$(CONFIG)
  
@@ -33,10 +33,10 @@ Index: mame-0.178/makefile
  #-------------------------------------------------
  # gmake-linux-clang
  #-------------------------------------------------
-Index: mame-0.178/scripts/src/osd/sdl.lua
+Index: mame/scripts/src/osd/sdl.lua
 ===================================================================
---- mame-0.178.orig/scripts/src/osd/sdl.lua
-+++ mame-0.178/scripts/src/osd/sdl.lua
+--- mame.orig/scripts/src/osd/sdl.lua
++++ mame/scripts/src/osd/sdl.lua
 @@ -228,6 +228,9 @@ if _OPTIONS["targetos"]=="linux" then
  elseif _OPTIONS["targetos"]=="openbsd" then
  elseif _OPTIONS["targetos"]=="netbsd" then
@@ -47,10 +47,10 @@ Index: mame-0.178/scripts/src/osd/sdl.lua
  elseif _OPTIONS["targetos"]=="haiku" then
  elseif _OPTIONS["targetos"]=="asmjs" then
  elseif _OPTIONS["targetos"]=="windows" then
-Index: mame-0.178/src/osd/sdl/sdlprefix.h
+Index: mame/src/osd/sdl/sdlprefix.h
 ===================================================================
---- mame-0.178.orig/src/osd/sdl/sdlprefix.h
-+++ mame-0.178/src/osd/sdl/sdlprefix.h
+--- mame.orig/src/osd/sdl/sdlprefix.h
++++ mame/src/osd/sdl/sdlprefix.h
 @@ -41,7 +41,7 @@
  /* Large file support on IRIX needs _SGI_SOURCE */
  #undef _POSIX_SOURCE
@@ -60,10 +60,10 @@ Index: mame-0.178/src/osd/sdl/sdlprefix.h
  #define SDLMAME_LINUX 1
  
  #elif defined(__FreeBSD__)
-Index: mame-0.178/src/osd/modules/file/posixfile.cpp
+Index: mame/src/osd/modules/file/posixfile.cpp
 ===================================================================
---- mame-0.178.orig/src/osd/modules/file/posixfile.cpp
-+++ mame-0.178/src/osd/modules/file/posixfile.cpp
+--- mame.orig/src/osd/modules/file/posixfile.cpp
++++ mame/src/osd/modules/file/posixfile.cpp
 @@ -37,6 +37,12 @@
  #endif
  #endif
@@ -77,10 +77,10 @@ Index: mame-0.178/src/osd/modules/file/posixfile.cpp
  // MAME headers
  #include "posixfile.h"
  #include "unicode.h"
-Index: mame-0.178/src/osd/modules/file/posixptty.cpp
+Index: mame/src/osd/modules/file/posixptty.cpp
 ===================================================================
---- mame-0.178.orig/src/osd/modules/file/posixptty.cpp
-+++ mame-0.178/src/osd/modules/file/posixptty.cpp
+--- mame.orig/src/osd/modules/file/posixptty.cpp
++++ mame/src/osd/modules/file/posixptty.cpp
 @@ -27,10 +27,18 @@
  #include <util.h>
  #elif defined(__linux__) || defined(EMSCRIPTEN)
@@ -100,10 +100,10 @@ Index: mame-0.178/src/osd/modules/file/posixptty.cpp
  
  namespace {
  #if defined(__APPLE__)
-Index: mame-0.178/scripts/genie.lua
+Index: mame/scripts/genie.lua
 ===================================================================
---- mame-0.178.orig/scripts/genie.lua
-+++ mame-0.178/scripts/genie.lua
+--- mame.orig/scripts/genie.lua
++++ mame/scripts/genie.lua
 @@ -129,6 +129,7 @@ newoption {
  		{ "freebsd",       "FreeBSD"                },
  		{ "netbsd",        "NetBSD"                 },
@@ -112,10 +112,10 @@ Index: mame-0.178/scripts/genie.lua
  		{ "pnacl",         "Native Client - PNaCl"  },
  		{ "linux",         "Linux"                  },
  		{ "ios",           "iOS"                    },
-Index: mame-0.178/src/osd/modules/render/drawbgfx.cpp
+Index: mame/src/osd/modules/render/drawbgfx.cpp
 ===================================================================
---- mame-0.178.orig/src/osd/modules/render/drawbgfx.cpp
-+++ mame-0.178/src/osd/modules/render/drawbgfx.cpp
+--- mame.orig/src/osd/modules/render/drawbgfx.cpp
++++ mame/src/osd/modules/render/drawbgfx.cpp
 @@ -143,7 +143,7 @@ static void* sdlNativeWindowHandle(SDL_W
  		return nullptr;
  	}
diff --git a/debian/patches/m68000_archopts.patch b/debian/patches/m68000_archopts.patch
index 61e7965..46fd4a6 100644
--- a/debian/patches/m68000_archopts.patch
+++ b/debian/patches/m68000_archopts.patch
@@ -2,13 +2,13 @@ Author: Jordi Mallach <jordi at debian.org>
 Description: Pass $(ARCHOPTS) to standalone m68000 makefile.
 Forwarded: no
 
-Index: mame-0.179/src/devices/cpu/m68000/makefile
+Index: mame/src/devices/cpu/m68000/makefile
 ===================================================================
---- mame-0.179.orig/src/devices/cpu/m68000/makefile
-+++ mame-0.179/src/devices/cpu/m68000/makefile
+--- mame.orig/src/devices/cpu/m68000/makefile
++++ mame/src/devices/cpu/m68000/makefile
 @@ -25,7 +25,7 @@ clean:
  	- at rm -f m68kops.*
- 	
+ 
  m68kmake.o: m68kmake.cpp
 -	$(SILENT) $(CC) -x c++ -std=c++11 -o "$@" -c "$<"
 +	$(SILENT) $(CC) -x c++ -std=c++11 $(ARCHOPTS) -o "$@" -c "$<"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git



More information about the Pkg-games-commits mailing list