[mupen64plus] 144/262: Update jttl_fix_romclosed.patch, Backport actual commit from upstream

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:28 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 248d00a8cc11666d8b29a253e3f6075252c2b60d
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Sat Oct 3 01:29:28 2009 +0200

    Update jttl_fix_romclosed.patch, Backport actual commit from upstream
---
 debian/changelog                        |  1 +
 debian/patches/jttl_fix_romclosed.patch | 13 +++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6bea1a9..ba209e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mupen64plus (1.5+dfsg1-6) UNRELEASED; urgency=low
     - Update fix_readpng.patch, Backport actual commit from upstream
     - Update ftbfs-glibc210.patch, Backport actual commit from upstream
     - Update noexecstack.patch, Backport actual commit from upstream
+    - Update jttl_fix_romclosed.patch, Backport actual commit from upstream
 
  -- Sven Eckelmann <sven.eckelmann at gmx.de>  Sat, 03 Oct 2009 00:36:41 +0200
 
diff --git a/debian/patches/jttl_fix_romclosed.patch b/debian/patches/jttl_fix_romclosed.patch
index 8a1a019..a554612 100644
--- a/debian/patches/jttl_fix_romclosed.patch
+++ b/debian/patches/jttl_fix_romclosed.patch
@@ -11,22 +11,23 @@ Author: Sven Eckelmann <sven.eckelmann at gmx.de>
 
 ---
 diff --git a/jttl_audio/main.c b/jttl_audio/main.c
-index d671cb9fc2f8ebae18e01ef7a86d22cd1e79f857..b8e3a9c248ebb30ed7811a7426fe97e3120626fc 100644
+index d671cb9fc2f8ebae18e01ef7a86d22cd1e79f857..f8cfc7ee07f88e2df6e62f3395c018bda0ba4d7b 100644
 --- a/jttl_audio/main.c
 +++ b/jttl_audio/main.c
-@@ -715,7 +715,10 @@ EXPORT void CALL RomClosed( void )
+@@ -713,9 +713,10 @@ EXPORT void CALL RomClosed( void )
+        return;
+     printf("[JttL's SDL Audio plugin] Cleaning up SDL sound plugin...\n");
      
-     // Pause SDL Audio (Should be done before clean up)
+-    // Pause SDL Audio (Should be done before clean up)
++    // Shut down SDL Audio output
      SDL_PauseAudio(1);
 -    
-+
-+    // Actually close the audio device
 +    SDL_CloseAudio();
 +
      // Delete the buffer, as we are done producing sound
      if (buffer != NULL)
      {
-@@ -733,9 +736,6 @@ EXPORT void CALL RomClosed( void )
+@@ -733,9 +734,6 @@ EXPORT void CALL RomClosed( void )
      hardware_spec = NULL;
      buffer = NULL;
  

-- 
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