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

Cesare Falco cesare.falco at gmail.com
Thu Jul 19 14:57:09 UTC 2012


The following commit has been merged in the master branch:
commit cbc6b82df27728588e025a761f17384fa8f41846
Author: Cesare Falco <cesare.falco at gmail.com>
Date:   Thu Jul 19 16:56:15 2012 +0200

    Start fullscreen until window mode issue solved in Ubuntu.

diff --git a/debian/changelog b/debian/changelog
index 59fd1f7..7a1b7b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 mame (0.146-2) UNRELEASED; urgency=low
 
   * Recompile package with gcc-4.6, as gcc-4.7 segfaults the resulting binary
-  on some arches (workaround for #678249)
+    on some arches (workaround for #678249)
   * Man page updated to 0.146 (Cesare Falco) 
+  * mame.ini: start mame in full screen until issue solved in Ubuntu, see:
+    https://bugs.launchpad.net/ubuntu/+source/mame/+bug/994508
+    (Cesare Falco)
+
  -- Emmanuel Kasper <emmanuel at libera.cc>  Thu, 28 Jun 2012 12:26:38 +0200
 
 mame (0.146-1) unstable; urgency=low
diff --git a/debian/mame.ini b/debian/mame.ini
index fef3676..bc37780 100644
--- a/debian/mame.ini
+++ b/debian/mame.ini
@@ -30,5 +30,5 @@ comment_directory        $HOME/.mame/comments
 video                    opengl
 # Set multithreading to '1' if you have more than one core
 multithreading           0
-# Set nowindow to 0 if you want MAME to start fullscreen
-nowindow                 1
+# Set window to '1' if you want MAME to start in a window
+window                   0

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list