cairo 1.12.6-x86-mingw32 → 1.12.7-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (188) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +1 -1
  3. data/NEWS +24 -0
  4. data/README.rdoc +1 -1
  5. data/Rakefile +57 -14
  6. data/ext/cairo/rb_cairo.h +1 -1
  7. data/ext/cairo/rb_cairo_surface.c +2 -0
  8. data/lib/1.9/cairo.so +0 -0
  9. data/lib/2.0/cairo.so +0 -0
  10. data/lib/2.1/cairo.so +0 -0
  11. data/lib/cairo/papers.rb +24 -0
  12. data/test/test_image_surface.rb +28 -0
  13. data/vendor/local/bin/fc-cache.exe +0 -0
  14. data/vendor/local/bin/fc-cat.exe +0 -0
  15. data/vendor/local/bin/fc-list.exe +0 -0
  16. data/vendor/local/bin/fc-match.exe +0 -0
  17. data/vendor/local/bin/fc-pattern.exe +0 -0
  18. data/vendor/local/bin/fc-query.exe +0 -0
  19. data/vendor/local/bin/fc-scan.exe +0 -0
  20. data/vendor/local/bin/fc-validate.exe +0 -0
  21. data/vendor/local/bin/freetype-config +6 -10
  22. data/vendor/local/bin/libcairo-2.dll +0 -0
  23. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  24. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  25. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  26. data/vendor/local/bin/libfreetype-6.dll +0 -0
  27. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  28. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  29. data/vendor/local/bin/libpng-config +1 -1
  30. data/vendor/local/bin/libpng16-16.dll +0 -0
  31. data/vendor/local/bin/libpng16-config +1 -1
  32. data/vendor/local/bin/libxml2-2.dll +0 -0
  33. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  34. data/vendor/local/bin/pngfix.exe +0 -0
  35. data/vendor/local/bin/xmlcatalog.exe +0 -0
  36. data/vendor/local/bin/xmllint.exe +0 -0
  37. data/vendor/local/bin/zlib1.dll +0 -0
  38. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +259 -53
  39. data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +4 -20
  40. data/vendor/local/etc/fonts/conf.d/45-latin.conf +16 -0
  41. data/vendor/local/etc/fonts/conf.d/README +3 -3
  42. data/vendor/local/etc/fonts/fonts.conf +1 -1
  43. data/vendor/local/include/cairo/cairo-gobject.h +4 -0
  44. data/vendor/local/include/cairo/cairo-version.h +1 -1
  45. data/vendor/local/include/fontconfig/fcprivate.h +2 -1
  46. data/vendor/local/include/fontconfig/fontconfig.h +7 -3
  47. data/vendor/local/include/freetype2/{freetype/config → config}/ftconfig.h +105 -13
  48. data/vendor/local/include/freetype2/{freetype/config → config}/ftheader.h +71 -58
  49. data/vendor/local/include/freetype2/{freetype/config → config}/ftmodule.h +0 -0
  50. data/vendor/local/include/freetype2/{freetype/config → config}/ftoption.h +41 -35
  51. data/vendor/local/include/freetype2/{freetype/config → config}/ftstdlib.h +0 -0
  52. data/vendor/local/include/freetype2/{freetype/freetype.h → freetype.h} +83 -40
  53. data/vendor/local/include/freetype2/ft2build.h +42 -0
  54. data/vendor/local/include/freetype2/{freetype/ftadvanc.h → ftadvanc.h} +14 -11
  55. data/vendor/local/include/freetype2/{freetype/ftautoh.h → ftautoh.h} +11 -3
  56. data/vendor/local/include/freetype2/{freetype/ftbbox.h → ftbbox.h} +3 -3
  57. data/vendor/local/include/freetype2/{freetype/ftbdf.h → ftbdf.h} +0 -0
  58. data/vendor/local/include/freetype2/{freetype/ftbitmap.h → ftbitmap.h} +4 -4
  59. data/vendor/local/include/freetype2/{freetype/ftbzip2.h → ftbzip2.h} +0 -0
  60. data/vendor/local/include/freetype2/{freetype/ftcache.h → ftcache.h} +4 -87
  61. data/vendor/local/include/freetype2/ftcffdrv.h +254 -0
  62. data/vendor/local/include/freetype2/{freetype/ftchapters.h → ftchapters.h} +4 -16
  63. data/vendor/local/include/freetype2/{freetype/ftcid.h → ftcid.h} +0 -0
  64. data/vendor/local/include/freetype2/{freetype/fterrdef.h → fterrdef.h} +0 -0
  65. data/vendor/local/include/freetype2/{freetype/fterrors.h → fterrors.h} +0 -0
  66. data/vendor/local/include/freetype2/{freetype/ftgasp.h → ftgasp.h} +0 -0
  67. data/vendor/local/include/freetype2/{freetype/ftglyph.h → ftglyph.h} +5 -5
  68. data/vendor/local/include/freetype2/{freetype/ftgxval.h → ftgxval.h} +5 -5
  69. data/vendor/local/include/freetype2/{freetype/ftgzip.h → ftgzip.h} +48 -1
  70. data/vendor/local/include/freetype2/{freetype/ftimage.h → ftimage.h} +20 -11
  71. data/vendor/local/include/freetype2/{freetype/ftincrem.h → ftincrem.h} +0 -0
  72. data/vendor/local/include/freetype2/{freetype/ftlcdfil.h → ftlcdfil.h} +3 -3
  73. data/vendor/local/include/freetype2/{freetype/ftlist.h → ftlist.h} +6 -6
  74. data/vendor/local/include/freetype2/{freetype/ftlzw.h → ftlzw.h} +0 -0
  75. data/vendor/local/include/freetype2/{freetype/ftmac.h → ftmac.h} +3 -3
  76. data/vendor/local/include/freetype2/{freetype/ftmm.h → ftmm.h} +3 -4
  77. data/vendor/local/include/freetype2/{freetype/ftmodapi.h → ftmodapi.h} +15 -8
  78. data/vendor/local/include/freetype2/{freetype/ftmoderr.h → ftmoderr.h} +0 -0
  79. data/vendor/local/include/freetype2/{freetype/ftotval.h → ftotval.h} +3 -3
  80. data/vendor/local/include/freetype2/{freetype/ftoutln.h → ftoutln.h} +16 -7
  81. data/vendor/local/include/freetype2/{freetype/ftpfr.h → ftpfr.h} +0 -0
  82. data/vendor/local/include/freetype2/{freetype/ftrender.h → ftrender.h} +0 -0
  83. data/vendor/local/include/freetype2/{freetype/ftsizes.h → ftsizes.h} +2 -2
  84. data/vendor/local/include/freetype2/{freetype/ftsnames.h → ftsnames.h} +3 -3
  85. data/vendor/local/include/freetype2/{freetype/ftstroke.h → ftstroke.h} +0 -0
  86. data/vendor/local/include/freetype2/{freetype/ftsynth.h → ftsynth.h} +2 -2
  87. data/vendor/local/include/freetype2/{freetype/ftsystem.h → ftsystem.h} +0 -0
  88. data/vendor/local/include/freetype2/{freetype/fttrigon.h → fttrigon.h} +0 -0
  89. data/vendor/local/include/freetype2/ftttdrv.h +170 -0
  90. data/vendor/local/include/freetype2/{freetype/fttypes.h → fttypes.h} +3 -3
  91. data/vendor/local/include/freetype2/{freetype/ftwinfnt.h → ftwinfnt.h} +4 -3
  92. data/vendor/local/include/freetype2/{freetype/ftxf86.h → ftxf86.h} +2 -2
  93. data/vendor/local/include/freetype2/{freetype/t1tables.h → t1tables.h} +0 -0
  94. data/vendor/local/include/freetype2/{freetype/ttnameid.h → ttnameid.h} +2 -2
  95. data/vendor/local/include/freetype2/{freetype/tttables.h → tttables.h} +24 -14
  96. data/vendor/local/include/freetype2/{freetype/tttags.h → tttags.h} +5 -1
  97. data/vendor/local/include/freetype2/{freetype/ttunpat.h → ttunpat.h} +0 -0
  98. data/vendor/local/include/libpng16/png.h +30 -12
  99. data/vendor/local/include/libpng16/pngconf.h +2 -1
  100. data/vendor/local/include/libpng16/pnglibconf.h +3 -3
  101. data/vendor/local/include/pixman-1/pixman-version.h +3 -3
  102. data/vendor/local/include/pixman-1/pixman.h +1 -1
  103. data/vendor/local/include/png.h +30 -12
  104. data/vendor/local/include/pngconf.h +2 -1
  105. data/vendor/local/include/pnglibconf.h +3 -3
  106. data/vendor/local/lib/fontconfig.def +2 -1
  107. data/vendor/local/lib/libcairo-gobject.a +0 -0
  108. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  109. data/vendor/local/lib/libcairo-gobject.la +3 -3
  110. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  111. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  112. data/vendor/local/lib/libcairo-script-interpreter.la +3 -3
  113. data/vendor/local/lib/libcairo.a +0 -0
  114. data/vendor/local/lib/libcairo.dll.a +0 -0
  115. data/vendor/local/lib/libcairo.la +3 -3
  116. data/vendor/local/lib/libfontconfig.a +0 -0
  117. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  118. data/vendor/local/lib/libfontconfig.la +3 -3
  119. data/vendor/local/lib/libfreetype.a +0 -0
  120. data/vendor/local/lib/libfreetype.dll.a +0 -0
  121. data/vendor/local/lib/libfreetype.la +3 -3
  122. data/vendor/local/lib/libpixman-1.a +0 -0
  123. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  124. data/vendor/local/lib/libpixman-1.la +4 -4
  125. data/vendor/local/lib/libpng.a +0 -0
  126. data/vendor/local/lib/libpng.dll.a +0 -0
  127. data/vendor/local/lib/libpng.la +2 -2
  128. data/vendor/local/lib/libpng16.a +0 -0
  129. data/vendor/local/lib/libpng16.dll.a +0 -0
  130. data/vendor/local/lib/libpng16.la +2 -2
  131. data/vendor/local/lib/libxml2.a +0 -0
  132. data/vendor/local/lib/libxml2.dll.a +0 -0
  133. data/vendor/local/lib/libz.a +0 -0
  134. data/vendor/local/lib/libz.dll.a +0 -0
  135. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  136. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  137. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  138. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  145. data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
  146. data/vendor/local/lib/pkgconfig/fontconfig.pc +6 -4
  147. data/vendor/local/lib/pkgconfig/freetype2.pc +4 -4
  148. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  149. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  150. data/vendor/local/lib/pkgconfig/pixman-1.pc +1 -1
  151. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +259 -53
  152. data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +4 -20
  153. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +16 -0
  154. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +1 -1
  155. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
  156. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
  157. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +3 -3
  158. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
  159. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +6 -6
  160. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
  161. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +8 -8
  162. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
  164. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
  165. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
  166. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +0 -8
  167. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
  168. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
  169. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +3 -3
  170. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
  171. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +31 -31
  173. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +11 -11
  174. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +13 -13
  175. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +8 -8
  176. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
  177. data/vendor/local/share/gtk-doc/html/cairo/index.html +1 -1
  178. data/vendor/local/share/license/fontconfig/README +83 -2
  179. data/vendor/local/share/license/freetype/README +5 -5
  180. data/vendor/local/share/license/freetype/README.git +5 -1
  181. data/vendor/local/share/license/libpng/README +18 -18
  182. data/vendor/local/share/man/man3/libpng.3 +136 -54
  183. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  184. data/vendor/local/share/man/man5/png.5 +1 -1
  185. metadata +74 -80
  186. data/vendor/local/etc/fonts/fonts.conf.bak +0 -155
  187. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +0 -150
  188. data/vendor/local/include/ft2build.h +0 -61
@@ -4,7 +4,7 @@
4
4
  /* */
5
5
  /* Tags for TrueType and OpenType tables (specification only). */
6
6
  /* */
7
- /* Copyright 1996-2001, 2004, 2005, 2007, 2008 by */
7
+ /* Copyright 1996-2001, 2004, 2005, 2007, 2008, 2013 by */
8
8
  /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9
9
  /* */
10
10
  /* This file is part of the FreeType project, and may only be used, */
@@ -40,6 +40,8 @@ FT_BEGIN_HEADER
40
40
  #define TTAG_bhed FT_MAKE_TAG( 'b', 'h', 'e', 'd' )
41
41
  #define TTAG_bloc FT_MAKE_TAG( 'b', 'l', 'o', 'c' )
42
42
  #define TTAG_bsln FT_MAKE_TAG( 'b', 's', 'l', 'n' )
43
+ #define TTAG_CBDT FT_MAKE_TAG( 'C', 'B', 'D', 'T' )
44
+ #define TTAG_CBLC FT_MAKE_TAG( 'C', 'B', 'L', 'C' )
43
45
  #define TTAG_CFF FT_MAKE_TAG( 'C', 'F', 'F', ' ' )
44
46
  #define TTAG_CID FT_MAKE_TAG( 'C', 'I', 'D', ' ' )
45
47
  #define TTAG_cmap FT_MAKE_TAG( 'c', 'm', 'a', 'p' )
@@ -86,6 +88,7 @@ FT_BEGIN_HEADER
86
88
  #define TTAG_post FT_MAKE_TAG( 'p', 'o', 's', 't' )
87
89
  #define TTAG_prep FT_MAKE_TAG( 'p', 'r', 'e', 'p' )
88
90
  #define TTAG_prop FT_MAKE_TAG( 'p', 'r', 'o', 'p' )
91
+ #define TTAG_sbix FT_MAKE_TAG( 's', 'b', 'i', 'x' )
89
92
  #define TTAG_sfnt FT_MAKE_TAG( 's', 'f', 'n', 't' )
90
93
  #define TTAG_SING FT_MAKE_TAG( 'S', 'I', 'N', 'G' )
91
94
  #define TTAG_trak FT_MAKE_TAG( 't', 'r', 'a', 'k' )
@@ -97,6 +100,7 @@ FT_BEGIN_HEADER
97
100
  #define TTAG_VDMX FT_MAKE_TAG( 'V', 'D', 'M', 'X' )
98
101
  #define TTAG_vhea FT_MAKE_TAG( 'v', 'h', 'e', 'a' )
99
102
  #define TTAG_vmtx FT_MAKE_TAG( 'v', 'm', 't', 'x' )
103
+ #define TTAG_wOFF FT_MAKE_TAG( 'w', 'O', 'F', 'F' )
100
104
 
101
105
 
102
106
  FT_END_HEADER
@@ -1,7 +1,7 @@
1
1
 
2
2
  /* png.h - header file for PNG reference library
3
3
  *
4
- * libpng version 1.6.2 - April 25, 2013
4
+ * libpng version 1.6.8 - December 19, 2013
5
5
  * Copyright (c) 1998-2013 Glenn Randers-Pehrson
6
6
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
7
7
  * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
@@ -11,7 +11,7 @@
11
11
  * Authors and maintainers:
12
12
  * libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
13
13
  * libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger
14
- * libpng versions 0.97, January 1998, through 1.6.2 - April 25, 2013: Glenn
14
+ * libpng versions 0.97, January 1998, through 1.6.8 - December 19, 2013: Glenn
15
15
  * See also "Contributing Authors", below.
16
16
  *
17
17
  * Note about libpng version numbers:
@@ -175,6 +175,20 @@
175
175
  * 1.6.2beta01 16 10602 16.so.16.2[.0]
176
176
  * 1.6.2rc01-06 16 10602 16.so.16.2[.0]
177
177
  * 1.6.2 16 10602 16.so.16.2[.0]
178
+ * 1.6.3beta01-11 16 10603 16.so.16.3[.0]
179
+ * 1.6.3rc01 16 10603 16.so.16.3[.0]
180
+ * 1.6.3 16 10603 16.so.16.3[.0]
181
+ * 1.6.4beta01-02 16 10604 16.so.16.4[.0]
182
+ * 1.6.4rc01 16 10604 16.so.16.4[.0]
183
+ * 1.6.4 16 10604 16.so.16.4[.0]
184
+ * 1.6.5 16 10605 16.so.16.5[.0]
185
+ * 1.6.6 16 10606 16.so.16.6[.0]
186
+ * 1.6.7beta01-04 16 10607 16.so.16.7[.0]
187
+ * 1.6.7rc01-03 16 10607 16.so.16.7[.0]
188
+ * 1.6.7 16 10607 16.so.16.7[.0]
189
+ * 1.6.8beta01-02 16 10608 16.so.16.8[.0]
190
+ * 1.6.8rc01-02 16 10608 16.so.16.8[.0]
191
+ * 1.6.8 16 10608 16.so.16.8[.0]
178
192
  *
179
193
  * Henceforth the source version will match the shared-library major
180
194
  * and minor numbers; the shared-library major version number will be
@@ -206,7 +220,7 @@
206
220
  *
207
221
  * This code is released under the libpng license.
208
222
  *
209
- * libpng versions 1.2.6, August 15, 2004, through 1.6.2, April 25, 2013, are
223
+ * libpng versions 1.2.6, August 15, 2004, through 1.6.8, December 19, 2013, are
210
224
  * Copyright (c) 2004, 2006-2013 Glenn Randers-Pehrson, and are
211
225
  * distributed according to the same disclaimer and license as libpng-1.2.5
212
226
  * with the following individual added to the list of Contributing Authors:
@@ -318,13 +332,13 @@
318
332
  * Y2K compliance in libpng:
319
333
  * =========================
320
334
  *
321
- * April 25, 2013
335
+ * December 19, 2013
322
336
  *
323
337
  * Since the PNG Development group is an ad-hoc body, we can't make
324
338
  * an official declaration.
325
339
  *
326
340
  * This is your unofficial assurance that libpng from version 0.71 and
327
- * upward through 1.6.2 are Y2K compliant. It is my belief that
341
+ * upward through 1.6.8 are Y2K compliant. It is my belief that
328
342
  * earlier versions were also Y2K compliant.
329
343
  *
330
344
  * Libpng only has two year fields. One is a 2-byte unsigned integer
@@ -384,9 +398,9 @@
384
398
  */
385
399
 
386
400
  /* Version information for png.h - this should match the version in png.c */
387
- #define PNG_LIBPNG_VER_STRING "1.6.2"
401
+ #define PNG_LIBPNG_VER_STRING "1.6.8"
388
402
  #define PNG_HEADER_VERSION_STRING \
389
- " libpng version 1.6.2 - April 25, 2013\n"
403
+ " libpng version 1.6.8 - December 19, 2013\n"
390
404
 
391
405
  #define PNG_LIBPNG_VER_SONUM 16
392
406
  #define PNG_LIBPNG_VER_DLLNUM 16
@@ -394,7 +408,7 @@
394
408
  /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
395
409
  #define PNG_LIBPNG_VER_MAJOR 1
396
410
  #define PNG_LIBPNG_VER_MINOR 6
397
- #define PNG_LIBPNG_VER_RELEASE 2
411
+ #define PNG_LIBPNG_VER_RELEASE 8
398
412
 
399
413
  /* This should match the numeric part of the final component of
400
414
  * PNG_LIBPNG_VER_STRING, omitting any leading zero:
@@ -425,7 +439,7 @@
425
439
  * version 1.0.0 was mis-numbered 100 instead of 10000). From
426
440
  * version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release
427
441
  */
428
- #define PNG_LIBPNG_VER 10602 /* 1.6.2 */
442
+ #define PNG_LIBPNG_VER 10608 /* 1.6.8 */
429
443
 
430
444
  /* Library configuration: these options cannot be changed after
431
445
  * the library has been built.
@@ -530,7 +544,7 @@ extern "C" {
530
544
  /* This triggers a compiler error in png.c, if png.c and png.h
531
545
  * do not agree upon the version number.
532
546
  */
533
- typedef char* png_libpng_version_1_6_2;
547
+ typedef char* png_libpng_version_1_6_8;
534
548
 
535
549
  /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
536
550
  *
@@ -712,7 +726,8 @@ typedef png_time * png_timep;
712
726
  typedef const png_time * png_const_timep;
713
727
  typedef png_time * * png_timepp;
714
728
 
715
- #ifdef PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
729
+ #if defined(PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED) ||\
730
+ defined(PNG_USER_CHUNKS_SUPPORTED)
716
731
  /* png_unknown_chunk is a structure to hold queued chunks for which there is
717
732
  * no specific support. The idea is that we can use this to queue
718
733
  * up private chunks for output even though the library doesn't actually
@@ -3186,6 +3201,7 @@ PNG_EXPORT(238, void, png_image_free, (png_imagep image));
3186
3201
  #endif /* PNG_SIMPLIFIED_READ_SUPPORTED */
3187
3202
 
3188
3203
  #ifdef PNG_SIMPLIFIED_WRITE_SUPPORTED
3204
+ #ifdef PNG_STDIO_SUPPORTED
3189
3205
  /* WRITE APIS
3190
3206
  * ----------
3191
3207
  * For write you must initialize a png_image structure to describe the image to
@@ -3228,6 +3244,7 @@ PNG_EXPORT(240, int, png_image_write_to_stdio, (png_imagep image, FILE *file,
3228
3244
  *
3229
3245
  * Note that the write API does not support interlacing or sub-8-bit pixels.
3230
3246
  */
3247
+ #endif /* PNG_STDIO_SUPPORTED */
3231
3248
  #endif /* PNG_SIMPLIFIED_WRITE_SUPPORTED */
3232
3249
  /*******************************************************************************
3233
3250
  * END OF SIMPLIFIED API
@@ -3267,7 +3284,8 @@ PNG_EXPORT(243, int, png_get_palette_max, (png_const_structp png_ptr,
3267
3284
  #ifdef PNG_ARM_NEON_API_SUPPORTED
3268
3285
  # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */
3269
3286
  #endif
3270
- #define PNG_OPTION_NEXT 2 /* Next option - numbers must be even */
3287
+ #define PNG_MAXIMUM_INFLATE_WINDOW 2 /* SOFTWARE: force maximum window */
3288
+ #define PNG_OPTION_NEXT 4 /* Next option - numbers must be even */
3271
3289
 
3272
3290
  /* Return values: NOTE: there are four values and 'off' is *not* zero */
3273
3291
  #define PNG_OPTION_UNSET 0 /* Unset - defaults to off */
@@ -1,7 +1,7 @@
1
1
 
2
2
  /* pngconf.h - machine configurable file for libpng
3
3
  *
4
- * libpng version 1.6.2 - April 25, 2013
4
+ * libpng version 1.6.8 - December 19, 2013
5
5
  *
6
6
  * Copyright (c) 1998-2013 Glenn Randers-Pehrson
7
7
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -238,6 +238,7 @@
238
238
  # define PNGAPI _stdcall
239
239
  # endif
240
240
  # endif /* compiler/api */
241
+
241
242
  /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
242
243
 
243
244
  # if defined(PNGAPI) && !defined(PNG_USER_PRIVATEBUILD)
@@ -1,6 +1,6 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.2 - April 25, 2013 */
3
+ /* libpng version 1.6.8 - December 19, 2013 */
4
4
 
5
5
  /* Copyright (c) 1998-2012 Glenn Randers-Pehrson */
6
6
 
@@ -18,7 +18,6 @@
18
18
  #define PNG_ALIGNED_MEMORY_SUPPORTED
19
19
  /*#undef PNG_ARM_NEON_API_SUPPORTED*/
20
20
  /*#undef PNG_ARM_NEON_CHECK_SUPPORTED*/
21
- /*#undef PNG_ARM_NEON_SUPPORTED*/
22
21
  #define PNG_BENIGN_ERRORS_SUPPORTED
23
22
  #define PNG_BENIGN_READ_ERRORS_SUPPORTED
24
23
  /*#undef PNG_BENIGN_WRITE_ERRORS_SUPPORTED*/
@@ -103,7 +102,7 @@
103
102
  #define PNG_SETJMP_SUPPORTED
104
103
  #define PNG_SET_CHUNK_CACHE_LIMIT_SUPPORTED
105
104
  #define PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
106
- /*#undef PNG_SET_OPTION_SUPPORTED*/
105
+ #define PNG_SET_OPTION_SUPPORTED
107
106
  #define PNG_SET_UNKNOWN_CHUNKS_SUPPORTED
108
107
  #define PNG_SET_USER_LIMITS_SUPPORTED
109
108
  #define PNG_SIMPLIFIED_READ_AFIRST_SUPPORTED
@@ -200,6 +199,7 @@
200
199
  #define PNG_TEXT_Z_DEFAULT_STRATEGY 0
201
200
  #define PNG_WEIGHT_SHIFT 8
202
201
  #define PNG_ZBUF_SIZE 8192
202
+ #define PNG_ZLIB_VERNUM 0x1280
203
203
  #define PNG_Z_DEFAULT_COMPRESSION (-1)
204
204
  #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
205
205
  #define PNG_Z_DEFAULT_STRATEGY 1
@@ -32,10 +32,10 @@
32
32
  #endif
33
33
 
34
34
  #define PIXMAN_VERSION_MAJOR 0
35
- #define PIXMAN_VERSION_MINOR 30
36
- #define PIXMAN_VERSION_MICRO 0
35
+ #define PIXMAN_VERSION_MINOR 32
36
+ #define PIXMAN_VERSION_MICRO 4
37
37
 
38
- #define PIXMAN_VERSION_STRING "0.30.0"
38
+ #define PIXMAN_VERSION_STRING "0.32.4"
39
39
 
40
40
  #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \
41
41
  ((major) * 10000) \
@@ -1030,7 +1030,7 @@ struct pixman_triangle
1030
1030
  #define pixman_trapezoid_valid(t) \
1031
1031
  ((t)->left.p1.y != (t)->left.p2.y && \
1032
1032
  (t)->right.p1.y != (t)->right.p2.y && \
1033
- (int) ((t)->bottom - (t)->top) > 0)
1033
+ ((t)->bottom > (t)->top))
1034
1034
 
1035
1035
  struct pixman_span_fix
1036
1036
  {
@@ -1,7 +1,7 @@
1
1
 
2
2
  /* png.h - header file for PNG reference library
3
3
  *
4
- * libpng version 1.6.2 - April 25, 2013
4
+ * libpng version 1.6.8 - December 19, 2013
5
5
  * Copyright (c) 1998-2013 Glenn Randers-Pehrson
6
6
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
7
7
  * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
@@ -11,7 +11,7 @@
11
11
  * Authors and maintainers:
12
12
  * libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
13
13
  * libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger
14
- * libpng versions 0.97, January 1998, through 1.6.2 - April 25, 2013: Glenn
14
+ * libpng versions 0.97, January 1998, through 1.6.8 - December 19, 2013: Glenn
15
15
  * See also "Contributing Authors", below.
16
16
  *
17
17
  * Note about libpng version numbers:
@@ -175,6 +175,20 @@
175
175
  * 1.6.2beta01 16 10602 16.so.16.2[.0]
176
176
  * 1.6.2rc01-06 16 10602 16.so.16.2[.0]
177
177
  * 1.6.2 16 10602 16.so.16.2[.0]
178
+ * 1.6.3beta01-11 16 10603 16.so.16.3[.0]
179
+ * 1.6.3rc01 16 10603 16.so.16.3[.0]
180
+ * 1.6.3 16 10603 16.so.16.3[.0]
181
+ * 1.6.4beta01-02 16 10604 16.so.16.4[.0]
182
+ * 1.6.4rc01 16 10604 16.so.16.4[.0]
183
+ * 1.6.4 16 10604 16.so.16.4[.0]
184
+ * 1.6.5 16 10605 16.so.16.5[.0]
185
+ * 1.6.6 16 10606 16.so.16.6[.0]
186
+ * 1.6.7beta01-04 16 10607 16.so.16.7[.0]
187
+ * 1.6.7rc01-03 16 10607 16.so.16.7[.0]
188
+ * 1.6.7 16 10607 16.so.16.7[.0]
189
+ * 1.6.8beta01-02 16 10608 16.so.16.8[.0]
190
+ * 1.6.8rc01-02 16 10608 16.so.16.8[.0]
191
+ * 1.6.8 16 10608 16.so.16.8[.0]
178
192
  *
179
193
  * Henceforth the source version will match the shared-library major
180
194
  * and minor numbers; the shared-library major version number will be
@@ -206,7 +220,7 @@
206
220
  *
207
221
  * This code is released under the libpng license.
208
222
  *
209
- * libpng versions 1.2.6, August 15, 2004, through 1.6.2, April 25, 2013, are
223
+ * libpng versions 1.2.6, August 15, 2004, through 1.6.8, December 19, 2013, are
210
224
  * Copyright (c) 2004, 2006-2013 Glenn Randers-Pehrson, and are
211
225
  * distributed according to the same disclaimer and license as libpng-1.2.5
212
226
  * with the following individual added to the list of Contributing Authors:
@@ -318,13 +332,13 @@
318
332
  * Y2K compliance in libpng:
319
333
  * =========================
320
334
  *
321
- * April 25, 2013
335
+ * December 19, 2013
322
336
  *
323
337
  * Since the PNG Development group is an ad-hoc body, we can't make
324
338
  * an official declaration.
325
339
  *
326
340
  * This is your unofficial assurance that libpng from version 0.71 and
327
- * upward through 1.6.2 are Y2K compliant. It is my belief that
341
+ * upward through 1.6.8 are Y2K compliant. It is my belief that
328
342
  * earlier versions were also Y2K compliant.
329
343
  *
330
344
  * Libpng only has two year fields. One is a 2-byte unsigned integer
@@ -384,9 +398,9 @@
384
398
  */
385
399
 
386
400
  /* Version information for png.h - this should match the version in png.c */
387
- #define PNG_LIBPNG_VER_STRING "1.6.2"
401
+ #define PNG_LIBPNG_VER_STRING "1.6.8"
388
402
  #define PNG_HEADER_VERSION_STRING \
389
- " libpng version 1.6.2 - April 25, 2013\n"
403
+ " libpng version 1.6.8 - December 19, 2013\n"
390
404
 
391
405
  #define PNG_LIBPNG_VER_SONUM 16
392
406
  #define PNG_LIBPNG_VER_DLLNUM 16
@@ -394,7 +408,7 @@
394
408
  /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
395
409
  #define PNG_LIBPNG_VER_MAJOR 1
396
410
  #define PNG_LIBPNG_VER_MINOR 6
397
- #define PNG_LIBPNG_VER_RELEASE 2
411
+ #define PNG_LIBPNG_VER_RELEASE 8
398
412
 
399
413
  /* This should match the numeric part of the final component of
400
414
  * PNG_LIBPNG_VER_STRING, omitting any leading zero:
@@ -425,7 +439,7 @@
425
439
  * version 1.0.0 was mis-numbered 100 instead of 10000). From
426
440
  * version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release
427
441
  */
428
- #define PNG_LIBPNG_VER 10602 /* 1.6.2 */
442
+ #define PNG_LIBPNG_VER 10608 /* 1.6.8 */
429
443
 
430
444
  /* Library configuration: these options cannot be changed after
431
445
  * the library has been built.
@@ -530,7 +544,7 @@ extern "C" {
530
544
  /* This triggers a compiler error in png.c, if png.c and png.h
531
545
  * do not agree upon the version number.
532
546
  */
533
- typedef char* png_libpng_version_1_6_2;
547
+ typedef char* png_libpng_version_1_6_8;
534
548
 
535
549
  /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
536
550
  *
@@ -712,7 +726,8 @@ typedef png_time * png_timep;
712
726
  typedef const png_time * png_const_timep;
713
727
  typedef png_time * * png_timepp;
714
728
 
715
- #ifdef PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
729
+ #if defined(PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED) ||\
730
+ defined(PNG_USER_CHUNKS_SUPPORTED)
716
731
  /* png_unknown_chunk is a structure to hold queued chunks for which there is
717
732
  * no specific support. The idea is that we can use this to queue
718
733
  * up private chunks for output even though the library doesn't actually
@@ -3186,6 +3201,7 @@ PNG_EXPORT(238, void, png_image_free, (png_imagep image));
3186
3201
  #endif /* PNG_SIMPLIFIED_READ_SUPPORTED */
3187
3202
 
3188
3203
  #ifdef PNG_SIMPLIFIED_WRITE_SUPPORTED
3204
+ #ifdef PNG_STDIO_SUPPORTED
3189
3205
  /* WRITE APIS
3190
3206
  * ----------
3191
3207
  * For write you must initialize a png_image structure to describe the image to
@@ -3228,6 +3244,7 @@ PNG_EXPORT(240, int, png_image_write_to_stdio, (png_imagep image, FILE *file,
3228
3244
  *
3229
3245
  * Note that the write API does not support interlacing or sub-8-bit pixels.
3230
3246
  */
3247
+ #endif /* PNG_STDIO_SUPPORTED */
3231
3248
  #endif /* PNG_SIMPLIFIED_WRITE_SUPPORTED */
3232
3249
  /*******************************************************************************
3233
3250
  * END OF SIMPLIFIED API
@@ -3267,7 +3284,8 @@ PNG_EXPORT(243, int, png_get_palette_max, (png_const_structp png_ptr,
3267
3284
  #ifdef PNG_ARM_NEON_API_SUPPORTED
3268
3285
  # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */
3269
3286
  #endif
3270
- #define PNG_OPTION_NEXT 2 /* Next option - numbers must be even */
3287
+ #define PNG_MAXIMUM_INFLATE_WINDOW 2 /* SOFTWARE: force maximum window */
3288
+ #define PNG_OPTION_NEXT 4 /* Next option - numbers must be even */
3271
3289
 
3272
3290
  /* Return values: NOTE: there are four values and 'off' is *not* zero */
3273
3291
  #define PNG_OPTION_UNSET 0 /* Unset - defaults to off */
@@ -1,7 +1,7 @@
1
1
 
2
2
  /* pngconf.h - machine configurable file for libpng
3
3
  *
4
- * libpng version 1.6.2 - April 25, 2013
4
+ * libpng version 1.6.8 - December 19, 2013
5
5
  *
6
6
  * Copyright (c) 1998-2013 Glenn Randers-Pehrson
7
7
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -238,6 +238,7 @@
238
238
  # define PNGAPI _stdcall
239
239
  # endif
240
240
  # endif /* compiler/api */
241
+
241
242
  /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
242
243
 
243
244
  # if defined(PNGAPI) && !defined(PNG_USER_PRIVATEBUILD)
@@ -1,6 +1,6 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.2 - April 25, 2013 */
3
+ /* libpng version 1.6.8 - December 19, 2013 */
4
4
 
5
5
  /* Copyright (c) 1998-2012 Glenn Randers-Pehrson */
6
6
 
@@ -18,7 +18,6 @@
18
18
  #define PNG_ALIGNED_MEMORY_SUPPORTED
19
19
  /*#undef PNG_ARM_NEON_API_SUPPORTED*/
20
20
  /*#undef PNG_ARM_NEON_CHECK_SUPPORTED*/
21
- /*#undef PNG_ARM_NEON_SUPPORTED*/
22
21
  #define PNG_BENIGN_ERRORS_SUPPORTED
23
22
  #define PNG_BENIGN_READ_ERRORS_SUPPORTED
24
23
  /*#undef PNG_BENIGN_WRITE_ERRORS_SUPPORTED*/
@@ -103,7 +102,7 @@
103
102
  #define PNG_SETJMP_SUPPORTED
104
103
  #define PNG_SET_CHUNK_CACHE_LIMIT_SUPPORTED
105
104
  #define PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
106
- /*#undef PNG_SET_OPTION_SUPPORTED*/
105
+ #define PNG_SET_OPTION_SUPPORTED
107
106
  #define PNG_SET_UNKNOWN_CHUNKS_SUPPORTED
108
107
  #define PNG_SET_USER_LIMITS_SUPPORTED
109
108
  #define PNG_SIMPLIFIED_READ_AFIRST_SUPPORTED
@@ -200,6 +199,7 @@
200
199
  #define PNG_TEXT_Z_DEFAULT_STRATEGY 0
201
200
  #define PNG_WEIGHT_SHIFT 8
202
201
  #define PNG_ZBUF_SIZE 8192
202
+ #define PNG_ZLIB_VERNUM 0x1280
203
203
  #define PNG_Z_DEFAULT_COMPRESSION (-1)
204
204
  #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
205
205
  #define PNG_Z_DEFAULT_STRATEGY 1
@@ -181,6 +181,7 @@ EXPORTS
181
181
  FcStrFree
182
182
  FcStrListCreate
183
183
  FcStrListDone
184
+ FcStrListFirst
184
185
  FcStrListNext
185
186
  FcStrPlus
186
187
  FcStrSetAdd
@@ -202,4 +203,4 @@ EXPORTS
202
203
  FcValuePrint
203
204
  FcValueSave
204
205
  LIBRARY libfontconfig-1.dll
205
- VERSION 8.0
206
+ VERSION 9.0
Binary file