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.

70 lines
2.4 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../gnome-print10/freetype.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE 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. # --- T2-COPYRIGHT-NOTE-END ---
  16. Fixed header inclusion for freetype2 as of 2.0.7.
  17. - Rene Rebe <rene�@exactcode.de>
  18. --- gnome-print-0.35/libgnomeprint/gnome-font-private.h 2001-12-05 23:07:58.000000000 +0100
  19. +++ gnome-print-0.35-fixed/libgnomeprint/gnome-font-private.h 2004-12-22 11:56:41.417915064 +0100
  20. @@ -22,6 +22,7 @@
  21. BEGIN_GNOME_DECLS
  22. +#include <ft2build.h>
  23. #include <freetype/freetype.h>
  24. #include <libgnomeprint/gp-character-block.h>
  25. #include <libgnomeprint/gp-fontmap.h>
  26. --- gnome-print-0.35/libgnomeprint/parseTT.h.orig 2004-12-22 11:24:04.747091056 +0000
  27. +++ gnome-print-0.35/libgnomeprint/parseTT.h 2004-12-22 11:24:17.760112776 +0000
  28. @@ -22,6 +22,7 @@
  29. BEGIN_GNOME_DECLS
  30. #include <glib.h>
  31. +#include <ft2build.h>
  32. #include <freetype/freetype.h>
  33. /*
  34. --- gnome-print-0.35//installer/gf-pfb.c.orig 2004-12-22 11:33:48.576335520 +0000
  35. +++ gnome-print-0.35-fixed/installer/gf-pfb.c 2004-12-22 11:34:01.435380648 +0000
  36. @@ -12,6 +12,7 @@
  37. #include <fcntl.h>
  38. #include <string.h>
  39. #include <ctype.h>
  40. +#include <ft2build.h>
  41. #include <freetype/freetype.h>
  42. #include "gf-pfb.h"
  43. --- gnome-print-0.35//installer/gf-ttf.c.orig 2004-12-22 11:34:16.269125576 +0000
  44. +++ gnome-print-0.35-fixed/installer/gf-ttf.c 2004-12-22 11:34:28.814218432 +0000
  45. @@ -32,6 +32,7 @@
  46. #include <fcntl.h>
  47. #include <string.h>
  48. #include <ctype.h>
  49. +#include <ft2build.h>
  50. #include <freetype/freetype.h>
  51. #include "gf-ttf.h"
  52. --- gnome-print-0.35/installer/gnome-font-install.c.orig 2004-12-22 11:32:48.285501120 +0000
  53. +++ gnome-print-0.35-fixed/installer/gnome-font-install.c 2004-12-22 11:33:22.743262744 +0000
  54. @@ -26,6 +26,7 @@
  55. #include <parser.h>
  56. #include <xmlmemory.h>
  57. /* End of ugly thing */
  58. +#include <ft2build.h>
  59. #include <freetype/freetype.h>
  60. #include <libgnome/gnome-defs.h>
  61. #include <libgnome/gnome-util.h>