OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../cinepaint/cinepaint-0.22-1-gcc43.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp.orig 2011-04-14 12:26:35.804077826 +0200
  17. +++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp 2011-04-14 12:27:39.216077825 +0200
  18. @@ -26,6 +26,7 @@
  19. */
  20. #include <iostream>
  21. #include <cmath> // pow()
  22. +#include <cstring> // strlen, strcpy
  23. #include "br_types.hpp" // ImageID
  24. #include "br_enums.hpp" // DataType, ReportWhat
  25. --- cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp.orig 2011-04-14 12:28:48.544077820 +0200
  26. +++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp 2011-04-14 12:29:25.904077820 +0200
  27. @@ -34,6 +34,7 @@
  28. #include <fstream>
  29. +#include <cstring> // strlen
  30. #include "TNT/tnt_misc.hpp" // proof_least_square_fit()
  31. #include "TNT/tnt_stopwatch.hpp"
  32. #include "TNT/jama_qr.hpp" // JAMA::QR
  33. --- cinepaint-0.22-1/plug-ins/pdf/pdf.cpp.orig 2011-04-16 00:29:21.884077833 +0200
  34. +++ cinepaint-0.22-1/plug-ins/pdf/pdf.cpp 2011-04-16 00:30:52.296077813 +0200
  35. @@ -37,6 +37,7 @@
  36. #define PLUG_IN_COPYRIGHT "Copyright 2005-2006 Kai-Uwe Behrmann"
  37. +#include <cstring> // strlen, strcmp, strrchr
  38. #include "pdf.h"
  39. #include "pdf_dialog.h"