[SCM] packaging for the mame arcade game emulator branch, master, updated. 97f11d4707e4f073d03cec78aaeebd9575c2b475

Jordi Mallach jordi at debian.org
Sat May 14 15:51:23 UTC 2011


The following commit has been merged in the master branch:
commit 56af62e99fbc46e5f75ed3e424631688782091ff
Author: Jordi Mallach <jordi at debian.org>
Date:   Sat May 14 17:50:19 2011 +0200

    Add fixes for some other architectures.

diff --git a/debian/changelog b/debian/changelog
index c4a5909..33185e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 mame (0.142-2) UNRELEASED; urgency=low
 
-  * Add the necessary variables to fix s390 builds (it's big endian and
-    has no targetted DRC implementation).
+  * Add the necessary variables to fix s390 and sparc builds (they are big
+    endian and have no targetted DRC implementation).
+  * Add variables for mips and ia64.
   * Modify get-orig-source to also fetch MESS sources and build a new
     dpkg source component tarball.
   * Add a new mess binary package and transitional packages for xmess-*
diff --git a/debian/rules b/debian/rules
index 68fb720..79405ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,6 +69,20 @@ DEB_MAME_OPTS += \
     BIGENDIAN=
 endif
 
+ifeq ($(DEB_HOST_ARCH),ia64)
+DEB_MAME_OPTS += \
+    FORCE_DRC_C_BACKEND=1 \
+    PTR64=1 \
+    NOASM=1 \
+    BIGENDIAN=
+endif
+
+ifeq ($(DEB_HOST_ARCH),mips)
+DEB_MAME_OPTS += \
+    FORCE_DRC_C_BACKEND=1 \
+    BIGENDIAN=1
+endif
+
 ifeq ($(DEB_HOST_ARCH),powerpc)
 DEB_MAME_OPTS += \
     ARCHOPTS=-Upowerpc \
@@ -83,6 +97,12 @@ DEB_MAME_OPTS += \
     BIGENDIAN=1
 endif
 
+ifeq ($(DEB_HOST_ARCH),sparc)
+DEB_MAME_OPTS += \
+    FORCE_DRC_C_BACKEND=1 \
+    BIGENDIAN=1
+endif
+
 # kFreeBSD architectures
 ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64)
 DEB_MAME_OPTS += \

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list