0011-Revert-Contribs-update-libpng-to-1.6.29.patch 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. From 37db53fef0be5acdddfadcba9baab0cf95bce3c7 Mon Sep 17 00:00:00 2001
  2. From: Thomas Guillem <thomas@gllm.fr>
  3. Date: Tue, 18 Apr 2017 17:24:03 +0200
  4. Subject: [PATCH 11/18] Revert "Contribs: update libpng to 1.6.29"
  5. This reverts commit 8891af2d84de3caa5c4f2a51acbb2b47647ed62d.
  6. ---
  7. contrib/src/png/SHA512SUMS | 2 +-
  8. contrib/src/png/bins.patch | 15 ++++++---------
  9. contrib/src/png/rules.mak | 2 +-
  10. 3 files changed, 8 insertions(+), 11 deletions(-)
  11. diff --git a/contrib/src/png/SHA512SUMS b/contrib/src/png/SHA512SUMS
  12. index b07b35b341..83d7d029b9 100644
  13. --- a/contrib/src/png/SHA512SUMS
  14. +++ b/contrib/src/png/SHA512SUMS
  15. @@ -1 +1 @@
  16. -070393423ec11f19e3264a0200959ae09238aa005615571586987253028b4ffb7e6b7c734a132f65180252b0259f79add03896d79fdc7dcfd8773b82c82a5ffc libpng-1.6.29.tar.xz
  17. +166377ce4f8abfcae0e76bafbdbe94aebef60b9a12c1820eda392e63a8ba7a9e8d7ef4840d8d4853cd487418edd2c4515a889cd9f830d4223a13315e1db4c3b8 libpng-1.6.19.tar.xz
  18. diff --git a/contrib/src/png/bins.patch b/contrib/src/png/bins.patch
  19. index 660437c71b..317f9c85ea 100644
  20. --- a/contrib/src/png/bins.patch
  21. +++ b/contrib/src/png/bins.patch
  22. @@ -1,18 +1,15 @@
  23. ---- libpng-1.6.29/Makefile.am.orig 2017-04-08 12:12:49.688261183 +0200
  24. -+++ libpng-1.6.29/Makefile.am 2017-04-08 12:13:27.148259514 +0200
  25. -@@ -12,13 +12,13 @@
  26. +--- libpng-1.6.10/Makefile.am.orig 2014-05-24 18:11:01.881964331 +0200
  27. ++++ libpng-1.6.10/Makefile.am 2014-05-24 18:12:02.839819773 +0200
  28. +@@ -7,10 +7,10 @@
  29. ACLOCAL_AMFLAGS = -I scripts
  30. # test programs - run on make check, make distcheck
  31. --check_PROGRAMS= pngtest pngunknown pngstest pngvalid pngimage pngcp
  32. -+check_PROGRAMS=
  33. - if HAVE_CLOCK_GETTIME
  34. - check_PROGRAMS += timepng
  35. - endif
  36. +-check_PROGRAMS= pngtest pngunknown pngstest pngvalid pngimage
  37. ++check_PROGRAMS=
  38. # Utilities - installed
  39. -bin_PROGRAMS= pngfix png-fix-itxt
  40. -+bin_PROGRAMS=
  41. ++bin_PROGRAMS=
  42. # This ensures that pnglibconf.h gets built at the start of 'make all' or
  43. # 'make check', but it does not add dependencies to the individual programs,
  44. diff --git a/contrib/src/png/rules.mak b/contrib/src/png/rules.mak
  45. index 9a05170afc..c18cfdf214 100644
  46. --- a/contrib/src/png/rules.mak
  47. +++ b/contrib/src/png/rules.mak
  48. @@ -1,5 +1,5 @@
  49. # PNG
  50. -PNG_VERSION := 1.6.29
  51. +PNG_VERSION := 1.6.19
  52. PNG_URL := $(SF)/libpng/libpng16/$(PNG_VERSION)/libpng-$(PNG_VERSION).tar.xz
  53. PKGS += png
  54. --
  55. 2.13.2