cairo 1.15.2-x86-mingw32 → 1.15.3-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 (293) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +20 -0
  3. data/Rakefile +10 -18
  4. data/ext/cairo/extconf.rb +1 -0
  5. data/ext/cairo/rb_cairo.h +1 -1
  6. data/ext/cairo/rb_cairo_font_options.c +5 -1
  7. data/ext/cairo/rb_cairo_surface.c +32 -6
  8. data/lib/2.2/cairo.so +0 -0
  9. data/lib/2.3/cairo.so +0 -0
  10. data/test/test_font_options.rb +47 -2
  11. data/test/test_pdf_surface.rb +8 -0
  12. data/test/test_svg_surface.rb +8 -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 +1 -1
  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/libstdc++-6.dll +0 -0
  33. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  34. data/vendor/local/bin/libxml2-2.dll +0 -0
  35. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  36. data/vendor/local/bin/pngfix.exe +0 -0
  37. data/vendor/local/bin/xml2-config +4 -4
  38. data/vendor/local/bin/xmlcatalog.exe +0 -0
  39. data/vendor/local/bin/xmllint.exe +0 -0
  40. data/vendor/local/bin/zlib1.dll +0 -0
  41. data/vendor/local/etc/fonts/conf.d/10-hinting-slight.conf +13 -0
  42. data/vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf +17 -15
  43. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +83 -17
  44. data/vendor/local/etc/fonts/conf.d/45-latin.conf +113 -33
  45. data/vendor/local/etc/fonts/conf.d/60-latin.conf +3 -0
  46. data/vendor/local/etc/fonts/fonts.conf +0 -66
  47. data/vendor/local/include/fontconfig/fcprivate.h +3 -0
  48. data/vendor/local/include/fontconfig/fontconfig.h +48 -7
  49. data/vendor/local/include/freetype2/freetype/config/ftoption.h +95 -13
  50. data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +3 -1
  51. data/vendor/local/include/freetype2/freetype/freetype.h +66 -32
  52. data/vendor/local/include/freetype2/freetype/ftautoh.h +9 -1
  53. data/vendor/local/include/freetype2/freetype/ftcache.h +4 -4
  54. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +18 -5
  55. data/vendor/local/include/freetype2/freetype/ftcid.h +2 -2
  56. data/vendor/local/include/freetype2/freetype/ftgzip.h +5 -5
  57. data/vendor/local/include/freetype2/freetype/ftimage.h +1 -11
  58. data/vendor/local/include/freetype2/freetype/ftmm.h +9 -5
  59. data/vendor/local/include/freetype2/freetype/ftotval.h +6 -6
  60. data/vendor/local/include/freetype2/freetype/ftoutln.h +8 -0
  61. data/vendor/local/include/freetype2/freetype/ftsystem.h +1 -1
  62. data/vendor/local/include/freetype2/freetype/ftttdrv.h +41 -22
  63. data/vendor/local/include/freetype2/freetype/tttables.h +1 -1
  64. data/vendor/local/include/libpng16/png.h +259 -123
  65. data/vendor/local/include/libpng16/pngconf.h +25 -25
  66. data/vendor/local/include/libpng16/pnglibconf.h +2 -1
  67. data/vendor/local/include/libxml2/libxml/dict.h +14 -8
  68. data/vendor/local/include/libxml2/libxml/parser.h +2 -2
  69. data/vendor/local/include/libxml2/libxml/parserInternals.h +1 -1
  70. data/vendor/local/include/libxml2/libxml/schemasInternals.h +46 -46
  71. data/vendor/local/include/libxml2/libxml/tree.h +2 -1
  72. data/vendor/local/include/libxml2/libxml/xmlerror.h +1 -1
  73. data/vendor/local/include/libxml2/libxml/xmlstring.h +4 -4
  74. data/vendor/local/include/libxml2/libxml/xmlversion.h +5 -5
  75. data/vendor/local/include/libxml2/libxml/xpathInternals.h +1 -1
  76. data/vendor/local/include/pixman-1/pixman-version.h +3 -3
  77. data/vendor/local/include/png.h +259 -123
  78. data/vendor/local/include/pngconf.h +25 -25
  79. data/vendor/local/include/pnglibconf.h +2 -1
  80. data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +3 -3
  81. data/vendor/local/lib/fontconfig.def +10 -1
  82. data/vendor/local/lib/libcairo-gobject.a +0 -0
  83. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  84. data/vendor/local/lib/libcairo-gobject.la +2 -2
  85. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  86. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  87. data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
  88. data/vendor/local/lib/libcairo.a +0 -0
  89. data/vendor/local/lib/libcairo.dll.a +0 -0
  90. data/vendor/local/lib/libcairo.la +2 -2
  91. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  92. data/vendor/local/lib/libfontconfig.la +5 -5
  93. data/vendor/local/lib/libfreetype.a +0 -0
  94. data/vendor/local/lib/libfreetype.dll.a +0 -0
  95. data/vendor/local/lib/libfreetype.la +1 -1
  96. data/vendor/local/lib/libpixman-1.a +0 -0
  97. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  98. data/vendor/local/lib/libpixman-1.la +5 -5
  99. data/vendor/local/lib/libpng.a +0 -0
  100. data/vendor/local/lib/libpng.dll.a +0 -0
  101. data/vendor/local/lib/libpng.la +2 -2
  102. data/vendor/local/lib/libpng16.a +0 -0
  103. data/vendor/local/lib/libpng16.dll.a +0 -0
  104. data/vendor/local/lib/libpng16.la +2 -2
  105. data/vendor/local/lib/libxml2.a +0 -0
  106. data/vendor/local/lib/libxml2.dll.a +0 -0
  107. data/vendor/local/lib/libxml2.la +3 -3
  108. data/vendor/local/lib/libz.a +0 -0
  109. data/vendor/local/lib/libz.dll.a +0 -0
  110. data/vendor/local/lib/pkgconfig/fontconfig.pc +3 -3
  111. data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
  112. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  113. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  114. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +2 -2
  115. data/vendor/local/lib/pkgconfig/pixman-1.pc +1 -1
  116. data/vendor/local/lib/xml2Conf.sh +2 -2
  117. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/Copyright +0 -0
  118. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/examples/testHTML.c +0 -0
  119. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/examples/testSAX.c +0 -0
  120. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/examples/testXPath.c +0 -0
  121. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/examples/xmllint.c +19 -11
  122. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/DOM.gif +0 -0
  123. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/FAQ.html +0 -0
  124. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/Libxml2-Logo-180x168.gif +0 -0
  125. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/Libxml2-Logo-90x34.gif +0 -0
  126. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/encoding.html +0 -0
  127. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/examples.xml +0 -0
  128. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/examples.xsl +0 -0
  129. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/book1.html +1 -1
  130. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/home.png +0 -0
  131. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/index.html +1 -1
  132. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/left.png +0 -0
  133. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-DOCBparser.html +0 -0
  134. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-HTMLparser.html +0 -0
  135. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-HTMLtree.html +0 -0
  136. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-SAX.html +0 -0
  137. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-SAX2.html +0 -0
  138. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-c14n.html +0 -0
  139. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-catalog.html +0 -0
  140. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-chvalid.html +0 -0
  141. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-debugXML.html +0 -0
  142. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-dict.html +14 -14
  143. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-encoding.html +0 -0
  144. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-entities.html +0 -0
  145. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-globals.html +0 -0
  146. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-hash.html +0 -0
  147. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-lib.html +1 -1
  148. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-list.html +0 -0
  149. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-nanoftp.html +0 -0
  150. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-nanohttp.html +0 -0
  151. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-parser.html +1 -1
  152. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-parserInternals.html +0 -0
  153. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-pattern.html +0 -0
  154. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-relaxng.html +0 -0
  155. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-schemasInternals.html +0 -0
  156. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-schematron.html +0 -0
  157. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-threads.html +0 -0
  158. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-tree.html +2 -1
  159. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-uri.html +0 -0
  160. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-valid.html +0 -0
  161. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xinclude.html +0 -0
  162. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xlink.html +0 -0
  163. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlIO.html +0 -0
  164. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlautomata.html +0 -0
  165. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlerror.html +0 -0
  166. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlexports.html +0 -0
  167. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlmemory.html +1 -1
  168. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlmodule.html +0 -0
  169. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlreader.html +0 -0
  170. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlregexp.html +1 -1
  171. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlsave.html +0 -0
  172. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlschemas.html +0 -0
  173. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlschemastypes.html +0 -0
  174. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlstring.html +4 -4
  175. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlunicode.html +0 -0
  176. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlversion.html +0 -0
  177. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xmlwriter.html +0 -0
  178. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xpath.html +0 -0
  179. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xpathInternals.html +0 -0
  180. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xpointer.html +0 -0
  181. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/libxml-xzlib.html +0 -0
  182. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/right.png +0 -0
  183. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/html/up.png +0 -0
  184. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/index.html +0 -0
  185. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/io1.c +0 -0
  186. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/io1.res +1 -1
  187. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/io2.c +0 -0
  188. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/io2.res +0 -0
  189. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/libxml.gif +0 -0
  190. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/parse1.c +0 -0
  191. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/parse2.c +0 -0
  192. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/parse3.c +0 -0
  193. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/parse4.c +0 -0
  194. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader1.c +0 -0
  195. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader1.res +0 -0
  196. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader2.c +0 -0
  197. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader3.c +0 -0
  198. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader3.res +0 -0
  199. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader4.c +0 -0
  200. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/reader4.res +0 -0
  201. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/redhat.gif +0 -0
  202. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/smallfootonly.gif +0 -0
  203. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/structure.gif +0 -0
  204. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/test1.xml +0 -0
  205. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/test2.xml +0 -0
  206. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/test3.xml +0 -0
  207. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/testWriter.c +0 -0
  208. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tree1.c +0 -0
  209. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tree1.res +0 -0
  210. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tree2.c +0 -0
  211. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tree2.res +0 -0
  212. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tst.xml +0 -0
  213. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apa.html +0 -0
  214. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apb.html +0 -0
  215. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apc.html +0 -0
  216. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apd.html +0 -0
  217. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ape.html +0 -0
  218. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apf.html +0 -0
  219. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/apg.html +0 -0
  220. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/aph.html +0 -0
  221. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/api.html +0 -0
  222. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s02.html +0 -0
  223. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s03.html +0 -0
  224. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s04.html +0 -0
  225. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s05.html +0 -0
  226. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s06.html +0 -0
  227. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s07.html +0 -0
  228. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s08.html +0 -0
  229. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ar01s09.html +0 -0
  230. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/blank.png +0 -0
  231. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/1.png +0 -0
  232. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/10.png +0 -0
  233. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/2.png +0 -0
  234. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/3.png +0 -0
  235. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/4.png +0 -0
  236. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/5.png +0 -0
  237. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/6.png +0 -0
  238. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/7.png +0 -0
  239. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/8.png +0 -0
  240. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/callouts/9.png +0 -0
  241. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/caution.png +0 -0
  242. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/draft.png +0 -0
  243. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/home.png +0 -0
  244. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/important.png +0 -0
  245. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/next.png +0 -0
  246. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/note.png +0 -0
  247. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/prev.png +0 -0
  248. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/tip.png +0 -0
  249. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/toc-blank.png +0 -0
  250. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/toc-minus.png +0 -0
  251. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/toc-plus.png +0 -0
  252. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/up.png +0 -0
  253. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/images/warning.png +0 -0
  254. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includeaddattribute.c +0 -0
  255. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includeaddkeyword.c +0 -0
  256. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includeconvert.c +0 -0
  257. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includegetattribute.c +0 -0
  258. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includekeyword.c +0 -0
  259. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/includexpath.c +0 -0
  260. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/index.html +0 -0
  261. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/ix01.html +0 -0
  262. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/tutorial/xmltutorial.pdf +0 -0
  263. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/w3c.png +0 -0
  264. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/writer.xml +0 -0
  265. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xml.html +165 -0
  266. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xpath1.c +0 -0
  267. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xpath1.res +0 -0
  268. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xpath2.c +0 -0
  269. data/vendor/local/share/doc/{libxml2-2.9.2 → libxml2-2.9.4}/html/xpath2.res +0 -0
  270. data/vendor/local/share/fontconfig/conf.avail/10-hinting-full.conf +13 -0
  271. data/vendor/local/share/fontconfig/conf.avail/10-hinting-medium.conf +13 -0
  272. data/vendor/local/share/fontconfig/conf.avail/10-hinting-none.conf +13 -0
  273. data/vendor/local/share/fontconfig/conf.avail/10-hinting-slight.conf +13 -0
  274. data/vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf +17 -15
  275. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +83 -17
  276. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +113 -33
  277. data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +3 -0
  278. data/vendor/local/share/gtk-doc/html/libxml2/general.html +1 -1
  279. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +16 -16
  280. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +1 -1
  281. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +3 -2
  282. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +1 -1
  283. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +1 -1
  284. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +4 -4
  285. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +1 -0
  286. data/vendor/local/share/license/fontconfig/README +220 -2
  287. data/vendor/local/share/license/freetype/README +5 -5
  288. data/vendor/local/share/license/libpng/README +4 -1
  289. data/vendor/local/share/man/man1/freetype-config.1 +1 -1
  290. data/vendor/local/share/man/man3/libpng.3 +82 -27
  291. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  292. data/vendor/local/share/man/man5/png.5 +2 -2
  293. metadata +185 -176
@@ -1,4 +1,4 @@
1
- README for libpng version 1.6.21 - January 15, 2016 (shared library 16.0)
1
+ README for libpng version 1.6.26 - October 20, 2016 (shared library 16.0)
2
2
  See the note about version numbers near the top of png.h
3
3
 
4
4
  See INSTALL for instructions on how to install libpng.
@@ -180,15 +180,18 @@ Files in this distribution:
180
180
  pngwutil.c => Write utility functions
181
181
  arm => Contains optimized code for the ARM platform
182
182
  contrib => Contributions
183
+ arm-neon => Optimized code for ARM-NEON platform
183
184
  examples => Example programs
184
185
  gregbook => source code for PNG reading and writing, from
185
186
  Greg Roelofs' "PNG: The Definitive Guide",
186
187
  O'Reilly, 1999
188
+ intel => Optimized code for INTEL-SSE2 platform
187
189
  libtests => Test programs
188
190
  pngminim => Minimal decoder, encoder, and progressive decoder
189
191
  programs demonstrating use of pngusr.dfa
190
192
  pngminus => Simple pnm2png and png2pnm programs
191
193
  pngsuite => Test images
194
+ testpngs
192
195
  tools => Various tools
193
196
  visupng => Contains a MSVC workspace for VisualPng
194
197
  projects => Contains project files and workspaces for
@@ -1,4 +1,4 @@
1
- .TH FREETYPE-CONFIG 1 "February 2016" "FreeType 2.6.3"
1
+ .TH FREETYPE-CONFIG 1 "September 2016" "FreeType 2.7"
2
2
  .
3
3
  .
4
4
  .SH NAME
@@ -1,6 +1,6 @@
1
- .TH LIBPNG 3 "January 15, 2016"
1
+ .TH LIBPNG 3 "October 20, 2016"
2
2
  .SH NAME
3
- libpng \- Portable Network Graphics (PNG) Reference Library 1.6.21
3
+ libpng \- Portable Network Graphics (PNG) Reference Library 1.6.26
4
4
  .SH SYNOPSIS
5
5
  \fB
6
6
  #include <png.h>\fP
@@ -229,6 +229,8 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.6.21
229
229
 
230
230
  \fBint png_image_write_to_file (png_imagep \fP\fIimage\fP\fB, const char \fP\fI*file\fP\fB, int \fP\fIconvert_to_8bit\fP\fB, const void \fP\fI*buffer\fP\fB, png_int_32 \fP\fIrow_stride\fP\fB, void \fI*colormap\fP\fB);\fP
231
231
 
232
+ \fBint png_image_write_to_memory (png_imagep \fP\fIimage\fP\fB, void \fP\fI*memory\fP\fB, png_alloc_size_t * PNG_RESTRICT \fP\fImemory_bytes\fP\fB, int \fP\fIconvert_to_8_bit\fP\fB, const void \fP\fI*buffer\fP\fB, png_int_32 \fP\fIrow_stride\fP\fB, const void \fI*colormap)\fP\fB);\fP
233
+
232
234
  \fBint png_image_write_to_stdio (png_imagep \fP\fIimage\fP\fB, FILE \fP\fI*file\fP\fB, int \fP\fIconvert_to_8_bit\fP\fB, const void \fP\fI*buffer\fP\fB, png_int_32 \fP\fIrow_stride\fP\fB, void \fI*colormap)\fP\fB);\fP
233
235
 
234
236
  \fBvoid png_info_init_3 (png_infopp \fP\fIinfo_ptr\fP\fB, png_size_t \fIpng_info_struct_size\fP\fB);\fP
@@ -508,7 +510,7 @@ Following is a copy of the libpng-manual.txt file that accompanies libpng.
508
510
  .SH LIBPNG.TXT
509
511
  libpng-manual.txt - A description on how to use and modify libpng
510
512
 
511
- libpng version 1.6.21 - January 15, 2016
513
+ libpng version 1.6.26 - October 20, 2016
512
514
  Updated and distributed by Glenn Randers-Pehrson
513
515
  <glennrp at users.sourceforge.net>
514
516
  Copyright (c) 1998-2016 Glenn Randers-Pehrson
@@ -519,7 +521,7 @@ libpng-manual.txt - A description on how to use and modify libpng
519
521
 
520
522
  Based on:
521
523
 
522
- libpng versions 0.97, January 1998, through 1.6.21 - January 15, 2016
524
+ libpng versions 0.97, January 1998, through 1.6.26 - October 20, 2016
523
525
  Updated and distributed by Glenn Randers-Pehrson
524
526
  Copyright (c) 1998-2016 Glenn Randers-Pehrson
525
527
 
@@ -975,8 +977,9 @@ the default, use
975
977
 
976
978
  The values for png_set_crc_action() say how libpng is to handle CRC errors in
977
979
  ancillary and critical chunks, and whether to use the data contained
978
- therein. Note that it is impossible to "discard" data in a critical
979
- chunk.
980
+ therein. Starting with libpng-1.6.26, this also governs how an ADLER32 error
981
+ is handled while reading the IDAT chunk. Note that it is impossible to
982
+ "discard" data in a critical chunk.
980
983
 
981
984
  Choices for (int) crit_action are
982
985
  PNG_CRC_DEFAULT 0 error/quit
@@ -993,6 +996,9 @@ Choices for (int) ancil_action are
993
996
  PNG_CRC_QUIET_USE 4 quiet/use data
994
997
  PNG_CRC_NO_CHANGE 5 use the current value
995
998
 
999
+ When the setting for crit_action is PNG_CRC_QUIET_USE, the CRC and ADLER32
1000
+ checksums are not only ignored, but they are not evaluated.
1001
+
996
1002
  .SS Setting up callback code
997
1003
 
998
1004
  You can set up a callback function to handle any unknown chunks in the
@@ -1067,7 +1073,7 @@ non-interlaced case the row that was just handled is simply one less than the
1067
1073
  passed in row number, and pass will always be 0. For the interlaced case the
1068
1074
  same applies unless the row value is 0, in which case the row just handled was
1069
1075
  the last one from one of the preceding passes. Because interlacing may skip a
1070
- pass you cannot be sure that the preceding pass is just 'pass\-1', if you really
1076
+ pass you cannot be sure that the preceding pass is just 'pass\-1'; if you really
1071
1077
  need to know what the last pass is record (row,pass) from the callback and use
1072
1078
  the last recorded value each time.
1073
1079
 
@@ -2738,7 +2744,8 @@ is exactly the same. If you are planning on displaying the image
2738
2744
  after each pass, the "rectangle" effect is generally considered the
2739
2745
  better looking one.
2740
2746
 
2741
- If you only want the "sparkle" effect, just call png_read_rows() as
2747
+ If you only want the "sparkle" effect, just call png_read_row() or
2748
+ png_read_rows() as
2742
2749
  normal, with the third parameter NULL. Make sure you make pass over
2743
2750
  the image number_of_passes times, and you don't change the data in the
2744
2751
  rows between calls. You can change the locations of the data, just
@@ -2747,6 +2754,8 @@ pass, and assumes the data from previous passes is still valid.
2747
2754
 
2748
2755
  png_read_rows(png_ptr, row_pointers, NULL,
2749
2756
  number_of_rows);
2757
+ or
2758
+ png_read_row(png_ptr, row_pointers, NULL);
2750
2759
 
2751
2760
  If you only want the first effect (the rectangles), do the same as
2752
2761
  before except pass the row buffer in the third parameter, and leave
@@ -2754,6 +2763,8 @@ the second parameter NULL.
2754
2763
 
2755
2764
  png_read_rows(png_ptr, NULL, row_pointers,
2756
2765
  number_of_rows);
2766
+ or
2767
+ png_read_row(png_ptr, NULL, row_pointers);
2757
2768
 
2758
2769
  If you don't want libpng to handle the interlacing details, just call
2759
2770
  png_read_rows() PNG_INTERLACE_ADAM7_PASSES times to read in all the images.
@@ -3350,7 +3361,7 @@ filter types.
3350
3361
  PNG_FILTER_UP | PNG_FILTER_VALUE_UP |
3351
3362
  PNG_FILTER_AVG | PNG_FILTER_VALUE_AVG |
3352
3363
  PNG_FILTER_PAETH | PNG_FILTER_VALUE_PAETH|
3353
- PNG_ALL_FILTERS);
3364
+ PNG_ALL_FILTERS | PNG_FAST_FILTERS);
3354
3365
 
3355
3366
  If an application wants to start and stop using particular filters during
3356
3367
  compression, it should start out with all of the filters (to ensure that
@@ -4611,6 +4622,13 @@ be written:
4611
4622
 
4612
4623
  Write the image to the named file.
4613
4624
 
4625
+ int png_image_write_to_memory (png_imagep image, void *memory,
4626
+ png_alloc_size_t * PNG_RESTRICT memory_bytes,
4627
+ int convert_to_8_bit, const void *buffer, ptrdiff_t row_stride,
4628
+ const void *colormap));
4629
+
4630
+ Write the image to memory.
4631
+
4614
4632
  int png_image_write_to_stdio(png_imagep image, FILE *file,
4615
4633
  int convert_to_8_bit, const void *buffer,
4616
4634
  png_int_32 row_stride, const void *colormap)
@@ -4888,8 +4906,9 @@ for any images with bit depths less than 8 bits/pixel.
4888
4906
  The 'method' parameter sets the main filtering method, which is
4889
4907
  currently only '0' in the PNG 1.2 specification. The 'filters'
4890
4908
  parameter sets which filter(s), if any, should be used for each
4891
- scanline. Possible values are PNG_ALL_FILTERS and PNG_NO_FILTERS
4892
- to turn filtering on and off, respectively.
4909
+ scanline. Possible values are PNG_ALL_FILTERS, PNG_NO_FILTERS,
4910
+ or PNG_FAST_FILTERS to turn filtering on and off, or to turn on
4911
+ just the fast-decoding subset of filters, respectively.
4893
4912
 
4894
4913
  Individual filter types are PNG_FILTER_NONE, PNG_FILTER_SUB,
4895
4914
  PNG_FILTER_UP, PNG_FILTER_AVG, PNG_FILTER_PAETH, which can be bitwise
@@ -4903,12 +4922,19 @@ means the first row must always be adaptively filtered, because libpng
4903
4922
  currently does not allocate the filter buffers until png_write_row()
4904
4923
  is called for the first time.)
4905
4924
 
4906
- filters = PNG_FILTER_NONE | PNG_FILTER_SUB
4925
+ filters = PNG_NO_FILTERS;
4926
+ filters = PNG_ALL_FILTERS;
4927
+ filters = PNG_FAST_FILTERS;
4928
+
4929
+ or
4930
+
4931
+ filters = PNG_FILTER_NONE | PNG_FILTER_SUB |
4907
4932
  PNG_FILTER_UP | PNG_FILTER_AVG |
4908
- PNG_FILTER_PAETH | PNG_ALL_FILTERS;
4933
+ PNG_FILTER_PAETH;
4909
4934
 
4910
4935
  png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE,
4911
4936
  filters);
4937
+
4912
4938
  The second parameter can also be
4913
4939
  PNG_INTRAPIXEL_DIFFERENCING if you are
4914
4940
  writing a PNG to be embedded in a MNG
@@ -5283,7 +5309,8 @@ There are no substantial API changes between the non-deprecated parts of
5283
5309
  the 1.4.5 API and the 1.5.0 API; however, the ability to directly access
5284
5310
  members of the main libpng control structures, png_struct and png_info,
5285
5311
  deprecated in earlier versions of libpng, has been completely removed from
5286
- libpng 1.5.
5312
+ libpng 1.5, and new private "pngstruct.h", "pnginfo.h", and "pngdebug.h"
5313
+ header files were created.
5287
5314
 
5288
5315
  We no longer include zlib.h in png.h. The include statement has been moved
5289
5316
  to pngstruct.h, where it is not accessible by applications. Applications that
@@ -5523,6 +5550,7 @@ includes the following:
5523
5550
  png_image_free()
5524
5551
  write functions
5525
5552
  png_image_write_to_file()
5553
+ png_image_write_to_memory()
5526
5554
  png_image_write_to_stdio()
5527
5555
 
5528
5556
  Starting with libpng-1.6.0, you can configure libpng to prefix all exported
@@ -5821,8 +5849,9 @@ with an even number of lower-case hex digits, and to make them unsigned
5821
5849
  We prefer to use underscores rather than camelCase in names, except
5822
5850
  for a few type names that we inherit from zlib.h.
5823
5851
 
5824
- We prefer "if (something != 0)" and "if (something == 0)"
5825
- over "if (something)" and if "(!something)", respectively.
5852
+ We prefer "if (something != 0)" and "if (something == 0)" over
5853
+ "if (something)" and if "(!something)", respectively, and for pointers
5854
+ we prefer "if (some_pointer != NULL)" or "if (some_pointer == NULL)".
5826
5855
 
5827
5856
  We do not use the TAB character for indentation in the C sources.
5828
5857
 
@@ -5836,7 +5865,7 @@ Since the PNG Development group is an ad-hoc body, we can't make
5836
5865
  an official declaration.
5837
5866
 
5838
5867
  This is your unofficial assurance that libpng from version 0.71 and
5839
- upward through 1.6.21 are Y2K compliant. It is my belief that earlier
5868
+ upward through 1.6.26 are Y2K compliant. It is my belief that earlier
5840
5869
  versions were also Y2K compliant.
5841
5870
 
5842
5871
  Libpng only has two year fields. One is a 2-byte unsigned integer
@@ -5934,11 +5963,11 @@ the first widely used release:
5934
5963
  ...
5935
5964
  1.0.19 10 10019 10.so.0.19[.0]
5936
5965
  ...
5937
- 1.2.53 13 10253 12.so.0.53[.0]
5966
+ 1.2.56 13 10256 12.so.0.56[.0]
5938
5967
  ...
5939
- 1.5.23 15 10523 15.so.15.23[.0]
5968
+ 1.5.27 15 10527 15.so.15.27[.0]
5940
5969
  ...
5941
- 1.6.21 16 10621 16.so.16.21[.0]
5970
+ 1.6.26 16 10626 16.so.16.26[.0]
5942
5971
 
5943
5972
  Henceforth the source version will match the shared-library minor
5944
5973
  and patch numbers; the shared-library major version number will be
@@ -5994,7 +6023,7 @@ possible without all of you.
5994
6023
 
5995
6024
  Thanks to Frank J. T. Wojcik for helping with the documentation.
5996
6025
 
5997
- Libpng version 1.6.21 - January 15, 2016:
6026
+ Libpng version 1.6.26 - October 20, 2016:
5998
6027
  Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
5999
6028
  Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
6000
6029
 
@@ -6019,7 +6048,7 @@ this sentence.
6019
6048
 
6020
6049
  This code is released under the libpng license.
6021
6050
 
6022
- libpng versions 1.0.7, July 1, 2000, through 1.6.21, January 15, 2016, are
6051
+ libpng versions 1.0.7, July 1, 2000 through 1.6.26, October 20, 2016 are
6023
6052
  Copyright (c) 2000-2002, 2004, 2006-2016 Glenn Randers-Pehrson, are
6024
6053
  derived from libpng-1.0.6, and are distributed according to the same
6025
6054
  disclaimer and license as libpng-1.0.6 with the following individuals
@@ -6041,6 +6070,10 @@ and with the following additions to the disclaimer:
6041
6070
  risk of satisfactory quality, performance, accuracy, and effort is with
6042
6071
  the user.
6043
6072
 
6073
+ Some files in the "contrib" directory and some configure-generated
6074
+ files that are distributed with libpng have other copyright owners and
6075
+ are released under other open source licenses.
6076
+
6044
6077
  libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
6045
6078
  Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
6046
6079
  libpng-0.96, and are distributed according to the same disclaimer and
@@ -6064,6 +6097,9 @@ Contributing Authors:
6064
6097
  Greg Roelofs
6065
6098
  Tom Tanner
6066
6099
 
6100
+ Some files in the "scripts" directory have other copyright owners
6101
+ but are released under this license.
6102
+
6067
6103
  libpng versions 0.5, May 1995, through 0.88, January 1996, are
6068
6104
  Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
6069
6105
 
@@ -6104,6 +6140,29 @@ appreciated.
6104
6140
 
6105
6141
  END OF COPYRIGHT NOTICE, DISCLAIMER, and LICENSE.
6106
6142
 
6143
+ TRADEMARK:
6144
+
6145
+ The name "libpng" has not been registered by the Copyright owner
6146
+ as a trademark in any jurisdiction. However, because libpng has
6147
+ been distributed and maintained world-wide, continually since 1995,
6148
+ the Copyright owner claims "common-law trademark protection" in any
6149
+ jurisdiction where common-law trademark is recognized.
6150
+
6151
+ OSI CERTIFICATION:
6152
+
6153
+ Libpng is OSI Certified Open Source Software. OSI Certified Open Source is
6154
+ a certification mark of the Open Source Initiative. OSI has not addressed
6155
+ the additional disclaimers inserted at version 1.0.7.
6156
+
6157
+ EXPORT CONTROL:
6158
+
6159
+ The Copyright owner believes that the Export Control Classification
6160
+ Number (ECCN) for libpng is EAR99, which means not subject to export
6161
+ controls or International Traffic in Arms Regulations (ITAR) because
6162
+ it is open source, publicly available software, that does not contain
6163
+ any encryption software. See the EAR, paragraphs 734.3(b)(3) and
6164
+ 734.7(b).
6165
+
6107
6166
  A "png_get_copyright" function is available, for convenient use in "about"
6108
6167
  boxes and the like:
6109
6168
 
@@ -6112,13 +6171,9 @@ boxes and the like:
6112
6171
  Also, the PNG logo (in PNG format, of course) is supplied in the
6113
6172
  files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
6114
6173
 
6115
- Libpng is OSI Certified Open Source Software. OSI Certified Open Source is
6116
- a certification mark of the Open Source Initiative. OSI has not addressed
6117
- the additional disclaimers inserted at version 1.0.7.
6118
-
6119
6174
  Glenn Randers-Pehrson
6120
6175
  glennrp at users.sourceforge.net
6121
- January 15, 2016
6176
+ October 20, 2016
6122
6177
 
6123
6178
  .\" end of man page
6124
6179
 
@@ -1,6 +1,6 @@
1
- .TH LIBPNGPF 3 "January 15, 2016"
1
+ .TH LIBPNGPF 3 "October 20, 2016"
2
2
  .SH NAME
3
- libpng \- Portable Network Graphics (PNG) Reference Library 1.6.21
3
+ libpng \- Portable Network Graphics (PNG) Reference Library 1.6.26
4
4
  (private functions)
5
5
  .SH SYNOPSIS
6
6
  \fB#include \fI"pngpriv.h"
@@ -1,4 +1,4 @@
1
- .TH PNG 5 "January 15, 2016"
1
+ .TH PNG 5 "October 20, 2016"
2
2
  .SH NAME
3
3
  png \- Portable Network Graphics (PNG) format
4
4
  .SH DESCRIPTION
@@ -35,7 +35,7 @@ PNG 1.0 specification, October 1996:
35
35
  RFC 2083
36
36
  .IP
37
37
  .br
38
- ftp://ds.internic.net/rfc/rfc2083.txt
38
+ http://www.ietf.org/rfc/rfc2083.txt
39
39
  .br
40
40
  or (as a W3C Recommendation) at
41
41
  .br
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cairo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.2
4
+ version: 1.15.3
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-02 00:00:00.000000000 Z
11
+ date: 2016-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pkg-config
@@ -163,6 +163,7 @@ files:
163
163
  - test/test_font_options.rb
164
164
  - test/test_image_surface.rb
165
165
  - test/test_paper.rb
166
+ - test/test_pdf_surface.rb
166
167
  - test/test_quartz_image_surface.rb
167
168
  - test/test_raster_source_pattern.rb
168
169
  - test/test_recording_surface.rb
@@ -171,6 +172,7 @@ files:
171
172
  - test/test_script_device.rb
172
173
  - test/test_script_surface.rb
173
174
  - test/test_surface.rb
175
+ - test/test_svg_surface.rb
174
176
  - test/test_tee_surface.rb
175
177
  - test/test_text_cluster.rb
176
178
  - test/test_text_extents.rb
@@ -205,6 +207,7 @@ files:
205
207
  - vendor/local/bin/xmlcatalog.exe
206
208
  - vendor/local/bin/xmllint.exe
207
209
  - vendor/local/bin/zlib1.dll
210
+ - vendor/local/etc/fonts/conf.d/10-hinting-slight.conf
208
211
  - vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf
209
212
  - vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf
210
213
  - vendor/local/etc/fonts/conf.d/30-metric-aliases.conf
@@ -396,160 +399,164 @@ files:
396
399
  - vendor/local/lib/xml2Conf.sh
397
400
  - vendor/local/share/aclocal/freetype2.m4
398
401
  - vendor/local/share/aclocal/libxml.m4
399
- - vendor/local/share/doc/libxml2-2.9.2/Copyright
400
- - vendor/local/share/doc/libxml2-2.9.2/examples/testHTML.c
401
- - vendor/local/share/doc/libxml2-2.9.2/examples/testSAX.c
402
- - vendor/local/share/doc/libxml2-2.9.2/examples/testXPath.c
403
- - vendor/local/share/doc/libxml2-2.9.2/examples/xmllint.c
404
- - vendor/local/share/doc/libxml2-2.9.2/html/DOM.gif
405
- - vendor/local/share/doc/libxml2-2.9.2/html/FAQ.html
406
- - vendor/local/share/doc/libxml2-2.9.2/html/Libxml2-Logo-180x168.gif
407
- - vendor/local/share/doc/libxml2-2.9.2/html/Libxml2-Logo-90x34.gif
408
- - vendor/local/share/doc/libxml2-2.9.2/html/encoding.html
409
- - vendor/local/share/doc/libxml2-2.9.2/html/examples.xml
410
- - vendor/local/share/doc/libxml2-2.9.2/html/examples.xsl
411
- - vendor/local/share/doc/libxml2-2.9.2/html/html/book1.html
412
- - vendor/local/share/doc/libxml2-2.9.2/html/html/home.png
413
- - vendor/local/share/doc/libxml2-2.9.2/html/html/index.html
414
- - vendor/local/share/doc/libxml2-2.9.2/html/html/left.png
415
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-DOCBparser.html
416
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-HTMLparser.html
417
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-HTMLtree.html
418
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-SAX.html
419
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-SAX2.html
420
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-c14n.html
421
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-catalog.html
422
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-chvalid.html
423
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-debugXML.html
424
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-dict.html
425
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-encoding.html
426
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-entities.html
427
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-globals.html
428
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-hash.html
429
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-lib.html
430
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-list.html
431
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-nanoftp.html
432
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-nanohttp.html
433
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-parser.html
434
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-parserInternals.html
435
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-pattern.html
436
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-relaxng.html
437
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-schemasInternals.html
438
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-schematron.html
439
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-threads.html
440
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-tree.html
441
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-uri.html
442
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-valid.html
443
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xinclude.html
444
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xlink.html
445
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlIO.html
446
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlautomata.html
447
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlerror.html
448
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlexports.html
449
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlmemory.html
450
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlmodule.html
451
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlreader.html
452
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlregexp.html
453
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlsave.html
454
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlschemas.html
455
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlschemastypes.html
456
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlstring.html
457
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlunicode.html
458
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlversion.html
459
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xmlwriter.html
460
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xpath.html
461
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xpathInternals.html
462
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xpointer.html
463
- - vendor/local/share/doc/libxml2-2.9.2/html/html/libxml-xzlib.html
464
- - vendor/local/share/doc/libxml2-2.9.2/html/html/right.png
465
- - vendor/local/share/doc/libxml2-2.9.2/html/html/up.png
466
- - vendor/local/share/doc/libxml2-2.9.2/html/index.html
467
- - vendor/local/share/doc/libxml2-2.9.2/html/io1.c
468
- - vendor/local/share/doc/libxml2-2.9.2/html/io1.res
469
- - vendor/local/share/doc/libxml2-2.9.2/html/io2.c
470
- - vendor/local/share/doc/libxml2-2.9.2/html/io2.res
471
- - vendor/local/share/doc/libxml2-2.9.2/html/libxml.gif
472
- - vendor/local/share/doc/libxml2-2.9.2/html/parse1.c
473
- - vendor/local/share/doc/libxml2-2.9.2/html/parse2.c
474
- - vendor/local/share/doc/libxml2-2.9.2/html/parse3.c
475
- - vendor/local/share/doc/libxml2-2.9.2/html/parse4.c
476
- - vendor/local/share/doc/libxml2-2.9.2/html/reader1.c
477
- - vendor/local/share/doc/libxml2-2.9.2/html/reader1.res
478
- - vendor/local/share/doc/libxml2-2.9.2/html/reader2.c
479
- - vendor/local/share/doc/libxml2-2.9.2/html/reader3.c
480
- - vendor/local/share/doc/libxml2-2.9.2/html/reader3.res
481
- - vendor/local/share/doc/libxml2-2.9.2/html/reader4.c
482
- - vendor/local/share/doc/libxml2-2.9.2/html/reader4.res
483
- - vendor/local/share/doc/libxml2-2.9.2/html/redhat.gif
484
- - vendor/local/share/doc/libxml2-2.9.2/html/smallfootonly.gif
485
- - vendor/local/share/doc/libxml2-2.9.2/html/structure.gif
486
- - vendor/local/share/doc/libxml2-2.9.2/html/test1.xml
487
- - vendor/local/share/doc/libxml2-2.9.2/html/test2.xml
488
- - vendor/local/share/doc/libxml2-2.9.2/html/test3.xml
489
- - vendor/local/share/doc/libxml2-2.9.2/html/testWriter.c
490
- - vendor/local/share/doc/libxml2-2.9.2/html/tree1.c
491
- - vendor/local/share/doc/libxml2-2.9.2/html/tree1.res
492
- - vendor/local/share/doc/libxml2-2.9.2/html/tree2.c
493
- - vendor/local/share/doc/libxml2-2.9.2/html/tree2.res
494
- - vendor/local/share/doc/libxml2-2.9.2/html/tst.xml
495
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/apa.html
496
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/apb.html
497
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/apc.html
498
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/apd.html
499
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ape.html
500
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/apf.html
501
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/apg.html
502
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/aph.html
503
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/api.html
504
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ar01s02.html
505
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ar01s03.html
506
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ar01s04.html
507
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ar01s05.html
508
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ar01s06.html
509
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ar01s07.html
510
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ar01s08.html
511
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ar01s09.html
512
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/blank.png
513
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/1.png
514
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/10.png
515
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/2.png
516
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/3.png
517
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/4.png
518
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/5.png
519
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/6.png
520
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/7.png
521
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/8.png
522
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/callouts/9.png
523
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/caution.png
524
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/draft.png
525
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/home.png
526
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/important.png
527
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/next.png
528
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/note.png
529
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/prev.png
530
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/tip.png
531
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/toc-blank.png
532
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/toc-minus.png
533
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/toc-plus.png
534
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/up.png
535
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/images/warning.png
536
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/includeaddattribute.c
537
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/includeaddkeyword.c
538
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/includeconvert.c
539
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/includegetattribute.c
540
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/includekeyword.c
541
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/includexpath.c
542
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/index.html
543
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/ix01.html
544
- - vendor/local/share/doc/libxml2-2.9.2/html/tutorial/xmltutorial.pdf
545
- - vendor/local/share/doc/libxml2-2.9.2/html/w3c.png
546
- - vendor/local/share/doc/libxml2-2.9.2/html/writer.xml
547
- - vendor/local/share/doc/libxml2-2.9.2/html/xml.html
548
- - vendor/local/share/doc/libxml2-2.9.2/html/xpath1.c
549
- - vendor/local/share/doc/libxml2-2.9.2/html/xpath1.res
550
- - vendor/local/share/doc/libxml2-2.9.2/html/xpath2.c
551
- - vendor/local/share/doc/libxml2-2.9.2/html/xpath2.res
402
+ - vendor/local/share/doc/libxml2-2.9.4/Copyright
403
+ - vendor/local/share/doc/libxml2-2.9.4/examples/testHTML.c
404
+ - vendor/local/share/doc/libxml2-2.9.4/examples/testSAX.c
405
+ - vendor/local/share/doc/libxml2-2.9.4/examples/testXPath.c
406
+ - vendor/local/share/doc/libxml2-2.9.4/examples/xmllint.c
407
+ - vendor/local/share/doc/libxml2-2.9.4/html/DOM.gif
408
+ - vendor/local/share/doc/libxml2-2.9.4/html/FAQ.html
409
+ - vendor/local/share/doc/libxml2-2.9.4/html/Libxml2-Logo-180x168.gif
410
+ - vendor/local/share/doc/libxml2-2.9.4/html/Libxml2-Logo-90x34.gif
411
+ - vendor/local/share/doc/libxml2-2.9.4/html/encoding.html
412
+ - vendor/local/share/doc/libxml2-2.9.4/html/examples.xml
413
+ - vendor/local/share/doc/libxml2-2.9.4/html/examples.xsl
414
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/book1.html
415
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/home.png
416
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/index.html
417
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/left.png
418
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-DOCBparser.html
419
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-HTMLparser.html
420
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-HTMLtree.html
421
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-SAX.html
422
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-SAX2.html
423
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-c14n.html
424
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-catalog.html
425
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-chvalid.html
426
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-debugXML.html
427
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-dict.html
428
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-encoding.html
429
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-entities.html
430
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-globals.html
431
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-hash.html
432
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-lib.html
433
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-list.html
434
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-nanoftp.html
435
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-nanohttp.html
436
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-parser.html
437
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-parserInternals.html
438
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-pattern.html
439
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-relaxng.html
440
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-schemasInternals.html
441
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-schematron.html
442
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-threads.html
443
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-tree.html
444
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-uri.html
445
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-valid.html
446
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xinclude.html
447
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xlink.html
448
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlIO.html
449
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlautomata.html
450
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlerror.html
451
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlexports.html
452
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlmemory.html
453
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlmodule.html
454
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlreader.html
455
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlregexp.html
456
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlsave.html
457
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlschemas.html
458
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlschemastypes.html
459
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlstring.html
460
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlunicode.html
461
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlversion.html
462
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xmlwriter.html
463
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xpath.html
464
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xpathInternals.html
465
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xpointer.html
466
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/libxml-xzlib.html
467
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/right.png
468
+ - vendor/local/share/doc/libxml2-2.9.4/html/html/up.png
469
+ - vendor/local/share/doc/libxml2-2.9.4/html/index.html
470
+ - vendor/local/share/doc/libxml2-2.9.4/html/io1.c
471
+ - vendor/local/share/doc/libxml2-2.9.4/html/io1.res
472
+ - vendor/local/share/doc/libxml2-2.9.4/html/io2.c
473
+ - vendor/local/share/doc/libxml2-2.9.4/html/io2.res
474
+ - vendor/local/share/doc/libxml2-2.9.4/html/libxml.gif
475
+ - vendor/local/share/doc/libxml2-2.9.4/html/parse1.c
476
+ - vendor/local/share/doc/libxml2-2.9.4/html/parse2.c
477
+ - vendor/local/share/doc/libxml2-2.9.4/html/parse3.c
478
+ - vendor/local/share/doc/libxml2-2.9.4/html/parse4.c
479
+ - vendor/local/share/doc/libxml2-2.9.4/html/reader1.c
480
+ - vendor/local/share/doc/libxml2-2.9.4/html/reader1.res
481
+ - vendor/local/share/doc/libxml2-2.9.4/html/reader2.c
482
+ - vendor/local/share/doc/libxml2-2.9.4/html/reader3.c
483
+ - vendor/local/share/doc/libxml2-2.9.4/html/reader3.res
484
+ - vendor/local/share/doc/libxml2-2.9.4/html/reader4.c
485
+ - vendor/local/share/doc/libxml2-2.9.4/html/reader4.res
486
+ - vendor/local/share/doc/libxml2-2.9.4/html/redhat.gif
487
+ - vendor/local/share/doc/libxml2-2.9.4/html/smallfootonly.gif
488
+ - vendor/local/share/doc/libxml2-2.9.4/html/structure.gif
489
+ - vendor/local/share/doc/libxml2-2.9.4/html/test1.xml
490
+ - vendor/local/share/doc/libxml2-2.9.4/html/test2.xml
491
+ - vendor/local/share/doc/libxml2-2.9.4/html/test3.xml
492
+ - vendor/local/share/doc/libxml2-2.9.4/html/testWriter.c
493
+ - vendor/local/share/doc/libxml2-2.9.4/html/tree1.c
494
+ - vendor/local/share/doc/libxml2-2.9.4/html/tree1.res
495
+ - vendor/local/share/doc/libxml2-2.9.4/html/tree2.c
496
+ - vendor/local/share/doc/libxml2-2.9.4/html/tree2.res
497
+ - vendor/local/share/doc/libxml2-2.9.4/html/tst.xml
498
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apa.html
499
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apb.html
500
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apc.html
501
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apd.html
502
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ape.html
503
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apf.html
504
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/apg.html
505
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/aph.html
506
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/api.html
507
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s02.html
508
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s03.html
509
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s04.html
510
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s05.html
511
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s06.html
512
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s07.html
513
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s08.html
514
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ar01s09.html
515
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/blank.png
516
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/1.png
517
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/10.png
518
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/2.png
519
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/3.png
520
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/4.png
521
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/5.png
522
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/6.png
523
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/7.png
524
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/8.png
525
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/9.png
526
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/caution.png
527
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/draft.png
528
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/home.png
529
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/important.png
530
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/next.png
531
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/note.png
532
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/prev.png
533
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/tip.png
534
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/toc-blank.png
535
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/toc-minus.png
536
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/toc-plus.png
537
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/up.png
538
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/images/warning.png
539
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includeaddattribute.c
540
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includeaddkeyword.c
541
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includeconvert.c
542
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includegetattribute.c
543
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includekeyword.c
544
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/includexpath.c
545
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/index.html
546
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/ix01.html
547
+ - vendor/local/share/doc/libxml2-2.9.4/html/tutorial/xmltutorial.pdf
548
+ - vendor/local/share/doc/libxml2-2.9.4/html/w3c.png
549
+ - vendor/local/share/doc/libxml2-2.9.4/html/writer.xml
550
+ - vendor/local/share/doc/libxml2-2.9.4/html/xml.html
551
+ - vendor/local/share/doc/libxml2-2.9.4/html/xpath1.c
552
+ - vendor/local/share/doc/libxml2-2.9.4/html/xpath1.res
553
+ - vendor/local/share/doc/libxml2-2.9.4/html/xpath2.c
554
+ - vendor/local/share/doc/libxml2-2.9.4/html/xpath2.res
552
555
  - vendor/local/share/fontconfig/conf.avail/10-autohint.conf
556
+ - vendor/local/share/fontconfig/conf.avail/10-hinting-full.conf
557
+ - vendor/local/share/fontconfig/conf.avail/10-hinting-medium.conf
558
+ - vendor/local/share/fontconfig/conf.avail/10-hinting-none.conf
559
+ - vendor/local/share/fontconfig/conf.avail/10-hinting-slight.conf
553
560
  - vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf
554
561
  - vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf
555
562
  - vendor/local/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf
@@ -747,33 +754,35 @@ required_rubygems_version: !ruby/object:Gem::Requirement
747
754
  version: '0'
748
755
  requirements: []
749
756
  rubyforge_project:
750
- rubygems_version: 2.2.2
757
+ rubygems_version: 2.5.1
751
758
  signing_key:
752
759
  specification_version: 4
753
760
  summary: Ruby bindings for cairo
754
761
  test_files:
755
- - test/test_quartz_image_surface.rb
756
- - test/test_image_surface.rb
757
- - test/test_paper.rb
758
- - test/test_constants.rb
759
- - test/test_context.rb
760
- - test/test_text_extents.rb
761
- - test/test_color.rb
762
- - test/test_scaled_font.rb
763
- - test/test_text_to_glyphs_data.rb
762
+ - test/test_xml_device.rb
763
+ - test/test_script_device.rb
764
+ - test/test_pdf_surface.rb
765
+ - test/test_font_options.rb
766
+ - test/test_raster_source_pattern.rb
767
+ - test/test_font_face.rb
764
768
  - test/test_region.rb
765
- - test/test_surface.rb
766
769
  - test/test_recording_surface.rb
767
- - test/test_script_device.rb
770
+ - test/test_text_to_glyphs_data.rb
771
+ - test/test_exception.rb
772
+ - test/test_svg_surface.rb
773
+ - test/test_paper.rb
774
+ - test/cairo-test-utils.rb
775
+ - test/test_xml_surface.rb
776
+ - test/test_surface.rb
777
+ - test/test_font_extents.rb
778
+ - test/test_image_surface.rb
779
+ - test/run-test.rb
780
+ - test/test_context.rb
768
781
  - test/test_text_cluster.rb
782
+ - test/test_constants.rb
783
+ - test/test_color.rb
784
+ - test/test_quartz_image_surface.rb
769
785
  - test/test_script_surface.rb
770
- - test/test_font_extents.rb
786
+ - test/test_text_extents.rb
771
787
  - test/test_tee_surface.rb
772
- - test/test_raster_source_pattern.rb
773
- - test/test_xml_surface.rb
774
- - test/test_exception.rb
775
- - test/test_xml_device.rb
776
- - test/test_font_face.rb
777
- - test/test_font_options.rb
778
- - test/run-test.rb
779
- - test/cairo-test-utils.rb
788
+ - test/test_scaled_font.rb