tags 384176 moreinfo
tags 406234 moreinfo
tags 561670 moreinfo
tags 657951 moreinfo
thanks

Hi Bruno,

thanks for your feedback. I now assume that those bugs are either fixed
in the latest version of Powermanga, 0.92, or that more information are
needed to fix them. I will keep those bugs open for a while. Perhaps
someone else is able to provide additional information in the future.

I have updated Powermanga and I thereby discovered some issues with the
game:

1. There is a reproducible segmentation fault in the About menu. When I
watch the credits with the English version, the game always segfaults
after the text for Emmanuel Founaud is shown. I think there is a file or
bitmap missing. I have attached my gdb log to this bug report.

https://bugs.debian.org/760146

2. powermanga.6:

The option to play the game in fullscreen mode must be --fullscreen not
--full. At least the latter doesn't work for me. Patch is attached.

3. I added keywords and a comment in German to the desktop file. See
desktop-file.patch.

4. configure.ac: Debian uses custom CFLAGS to pass hardening build flags
to Powermanga. At the moment the build system does not support those
flags. I'm attaching a patch which enables custom CFLAGS in configure.ac.

It would be great if you could include those patches in your next
Powermanga release.

Cheers,

Markus
From: Markus Koschany <a...@gambaru.de>
Date: Sun, 31 Aug 2014 23:23:52 +0200
Subject: desktop file

---
 powermanga.desktop | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/powermanga.desktop b/powermanga.desktop
index ecbc702..7df3ecf 100644
--- a/powermanga.desktop
+++ b/powermanga.desktop
@@ -3,7 +3,9 @@ Type=Application
 Name=Powermanga
 GenericName=PowerManga
 Comment=Play a vertical shoot 'em up game
+Comment[de]=Spiele ein vertikales "Shoot 'em up"-Spiel
 Icon=powermanga
 Exec=powermanga
 Terminal=false
 Categories=Game;ArcadeGame;
+Keywords=shmup;arcade;shooter;colourful;weapons;spaceship;
From: Markus Koschany <a...@gambaru.de>
Date: Mon, 1 Sep 2014 01:17:28 +0200
Subject: manpage

---
 powermanga.6 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/powermanga.6 b/powermanga.6
index 5911c4b..264c42f 100644
--- a/powermanga.6
+++ b/powermanga.6
@@ -89,7 +89,7 @@ scale4x effects which scale the image of 4x
 .B \--320
 the game will run in a 320*200 window
 .TP
-.B \--full
+.B \--fullscreen
 the game will run in full screen 
 .TP
 .B \-v
From: Markus Koschany <a...@gambaru.de>
Date: Mon, 1 Sep 2014 01:04:16 +0200
Subject: support custom CFLAGS

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5b55de3..a6065c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ if test "x${enable_devel}" = "xyes"; then
   AC_DEFINE(USE_MALLOC_WRAPPER, 1, Define to use a malloc wrapper)
   CFLAGS="-Wall -Werror -pedantic -Wextra -std=gnu99 -g"
 else
-  CFLAGS="-O3 -Werror -Wall -pedantic -Wextra -std=gnu99"
+  CFLAGS="-O3 -Werror -Wall -pedantic -Wextra -std=gnu99 $CFLAGS"
 fi
 
 dnl  Check for SDL_mixer

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to