[mupen64plus] 132/262: Don't enable excessive debug functionality in rice_video

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:26 UTC 2015


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit 6526050b618af10445fdb001e14bf1feb37e6a2e
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Thu Sep 24 23:42:37 2009 +0200

    Don't enable excessive debug functionality in rice_video
    
    rice_video has extensive capabilities to debug itself. This feature is
    also enabled when enabling mupen64plus debugger, but isn't used by it.
    As it creates a massive slowdown after a while this feature is better
    disabled in Debian.
---
 debian/changelog                  |  2 ++
 debian/patches/rice_nodebug.patch | 25 +++++++++++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 79a5b5b..e042f37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ mupen64plus (1.5+dfsg1-5) UNRELEASED; urgency=low
       optimizer
     - Add jttl_fix_romclosed.patch, Stop audio processing thread before freeing
       buffers to fix segfault during stop of emulation
+    - Add rice_nodebug.patch, Don't enable excessive debug functionality in
+      rice_video
 
  -- Sven Eckelmann <sven.eckelmann at gmx.de>  Fri, 11 Sep 2009 00:37:19 +0200
 
diff --git a/debian/patches/rice_nodebug.patch b/debian/patches/rice_nodebug.patch
new file mode 100644
index 0000000..180813d
--- /dev/null
+++ b/debian/patches/rice_nodebug.patch
@@ -0,0 +1,25 @@
+Description: Don't enable excessive debug functionality in rice_video
+ rice_video has extensive capabilities to debug itself. This feature is also
+ enabled when enabling mupen64plus debugger, but isn't used by it. As it creates
+ a massive slowdown after a while this feature is better disabled in Debian.
+Forwarded: not-needed
+Author: Sven Eckelmann <sven.eckelmann at gmx.de>
+
+---
+diff --git a/rice_video/Makefile b/rice_video/Makefile
+index 2784bcd33ceda5cfea2dc5f655153a2074a69909..324891e2e464449b9e4e43676970adc9723c821c 100644
+--- a/rice_video/Makefile
++++ b/rice_video/Makefile
+@@ -32,12 +32,6 @@ endif
+ CFLAGS += $(SDL_FLAGS) -fpic -DPIC -Wall
+ LDFLAGS	+= $(SDL_LIBS) $(LIBGL_LIBS) $(PLUGIN_LDFLAGS)
+ 
+-# set options
+-
+-ifeq ($(DBG), 1)
+-  CFLAGS += -D_DEBUG
+-endif
+-
+ # list of object files to generate
+ OBJECTS = OGLGraphicsContext.o \
+ 	Debugger.o \
diff --git a/debian/patches/series b/debian/patches/series
index c62b0ec..680e478 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -25,3 +25,4 @@ gtk-open-filter.patch
 noexecstack.patch
 fix_readpng.patch
 jttl_fix_romclosed.patch
+rice_nodebug.patch

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



More information about the Pkg-games-commits mailing list