[SCM] juce/master: Refreshed patch

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon May 2 14:12:08 UTC 2016


The following commit has been merged in the master branch:
commit 270f36317defc2eb668dfb0499eec66fae3f4ebd
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon May 2 15:51:25 2016 +0200

    Refreshed patch
    
    No clue why it needed to be refreshed...

diff --git a/debian/patches/fix-build-libpng16.patch b/debian/patches/fix-build-libpng16.patch
index ff9881c..9d9dd5f 100644
--- a/debian/patches/fix-build-libpng16.patch
+++ b/debian/patches/fix-build-libpng16.patch
@@ -2,9 +2,9 @@ Description: Fix build with libpng16
  This patch is inspired with the patch available at https://gist.github.com/balr0g/3004353
 Author: Gianfranco Costamagna <locutusofborg at debian.org>
 
---- juce-4.1.0+repack.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
-+++ juce-4.1.0+repack/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
-@@ -320,7 +320,7 @@ namespace PNGHelpers
+--- juce.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
++++ juce/modules/juce_graphics/image_formats/juce_PNGLoader.cpp
+@@ -320,7 +320,7 @@
  
      static void JUCE_CDECL errorCallback (png_structp p, png_const_charp)
      {
@@ -13,7 +13,7 @@ Author: Gianfranco Costamagna <locutusofborg at debian.org>
      }
  
      static void JUCE_CDECL warningCallback (png_structp, png_const_charp) {}
-@@ -442,8 +443,12 @@ namespace PNGHelpers
+@@ -442,8 +442,12 @@
              for (size_t y = 0; y < height; ++y)
                  rows[y] = (png_bytep) (tempBuffer + lineStride * y);
  

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list