From: IOhannes m zmölnig Date: Mon, 7 Nov 2016 14:03:52 +0000 (+0100) Subject: Forwarded all non-Debian specific patches X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~177 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3cbf44af652bfab5661822dfa5a67a9ab1aac7dd;p=juce.git Forwarded all non-Debian specific patches https://github.com/julianstorer/JUCE/pull/124 Gbp-Dch: ignore --- diff --git a/debian/patches/fix-build-libpng16.patch b/debian/patches/fix-build-libpng16.patch index 9d9dd5f9..e962f860 100644 --- a/debian/patches/fix-build-libpng16.patch +++ b/debian/patches/fix-build-libpng16.patch @@ -1,5 +1,6 @@ Description: Fix build with libpng16 This patch is inspired with the patch available at https://gist.github.com/balr0g/3004353 +Forwarded: https://github.com/julianstorer/JUCE/pull/124 Author: Gianfranco Costamagna --- juce.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp diff --git a/debian/patches/no-ztypes.patch b/debian/patches/no-ztypes.patch index e64067cc..fb6ae6ea 100644 --- a/debian/patches/no-ztypes.patch +++ b/debian/patches/no-ztypes.patch @@ -2,6 +2,7 @@ Description: do not use z_uInt the zlib/gzip consumers use a type z_uInt, which is nowhere actually defined. use (uInt) instead Author: IOhannes m zmölnig +Forwarded: https://github.com/julianstorer/JUCE/pull/124 Last-Update: 2015-01-21 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ diff --git a/debian/patches/projucer-makegenerator.patch b/debian/patches/projucer-makegenerator.patch index 93092577..cea73aee 100644 --- a/debian/patches/projucer-makegenerator.patch +++ b/debian/patches/projucer-makegenerator.patch @@ -9,6 +9,7 @@ Description: projucer fixes which makes problems during automated builds Author: IOhannes m zmölnig Origin: Debian +Forwarded: https://github.com/julianstorer/JUCE/pull/124 Last-Update: 2015-02-10 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ diff --git a/debian/patches/reproducible-date.patch b/debian/patches/reproducible-date.patch index 557e1e46..e425853a 100644 --- a/debian/patches/reproducible-date.patch +++ b/debian/patches/reproducible-date.patch @@ -2,6 +2,7 @@ Description: allow reproducible date/time if BUILD_DATE is defined use that instead of __DATE__. this allows for making reproducible build. Author: IOhannes m zmölnig +Forwarded: https://github.com/julianstorer/JUCE/pull/124 Last-Update: 2015-01-21 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/