From: IOhannes m zmölnig Date: Mon, 2 May 2016 13:51:25 +0000 (+0200) Subject: Refreshed patch X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~212 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=270f36317defc2eb668dfb0499eec66fae3f4ebd;p=juce.git 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 ff9881cc..9d9dd5f9 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 ---- 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 } 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);