cairo 1.12.4-x86-mingw32 → 1.12.5-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 (931) hide show
  1. data/NEWS +8 -0
  2. data/Rakefile +357 -31
  3. data/ext/cairo/rb_cairo.h +1 -1
  4. data/lib/1.9/cairo.so +0 -0
  5. data/lib/2.0/cairo.so +0 -0
  6. data/vendor/local/bin/fc-cache.exe +0 -0
  7. data/vendor/local/bin/fc-cat.exe +0 -0
  8. data/vendor/local/bin/fc-list.exe +0 -0
  9. data/vendor/local/bin/fc-match.exe +0 -0
  10. data/vendor/local/bin/fc-pattern.exe +0 -0
  11. data/vendor/local/bin/fc-query.exe +0 -0
  12. data/vendor/local/bin/fc-scan.exe +0 -0
  13. data/vendor/local/bin/fc-validate.exe +0 -0
  14. data/vendor/local/bin/freetype-config +14 -16
  15. data/vendor/local/bin/libcairo-2.dll +0 -0
  16. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  17. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  18. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  19. data/vendor/local/bin/libfreetype-6.dll +0 -0
  20. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  21. data/vendor/local/bin/libpng-config +127 -0
  22. data/vendor/local/bin/libpng16-16.dll +0 -0
  23. data/vendor/local/bin/libpng16-config +127 -0
  24. data/vendor/local/bin/libxml2-2.dll +0 -0
  25. data/vendor/local/bin/xml2-config +106 -0
  26. data/vendor/local/bin/xmlcatalog.exe +0 -0
  27. data/vendor/local/bin/xmllint.exe +0 -0
  28. data/vendor/local/bin/zlib1.dll +0 -0
  29. data/vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf +81 -0
  30. data/vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf +48 -0
  31. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +291 -0
  32. data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +40 -0
  33. data/vendor/local/etc/fonts/conf.d/40-nonlatin.conf +231 -0
  34. data/vendor/local/etc/fonts/conf.d/45-latin.conf +173 -0
  35. data/vendor/local/etc/fonts/conf.d/49-sansserif.conf +21 -0
  36. data/vendor/local/etc/fonts/conf.d/50-user.conf +15 -0
  37. data/vendor/local/etc/fonts/conf.d/51-local.conf +6 -0
  38. data/vendor/local/etc/fonts/conf.d/60-latin.conf +70 -0
  39. data/vendor/local/etc/fonts/conf.d/65-fonts-persian.conf +419 -0
  40. data/vendor/local/etc/fonts/conf.d/65-nonlatin.conf +196 -0
  41. data/vendor/local/etc/fonts/conf.d/69-unifont.conf +28 -0
  42. data/vendor/local/etc/fonts/conf.d/80-delicious.conf +19 -0
  43. data/vendor/local/etc/fonts/conf.d/90-synthetic.conf +64 -0
  44. data/vendor/local/etc/fonts/conf.d/README +23 -0
  45. data/vendor/local/etc/fonts/fonts.conf +8 -4
  46. data/vendor/local/include/cairo/cairo-features.h +4 -0
  47. data/vendor/local/include/cairo/cairo-ft.h +36 -0
  48. data/vendor/local/include/cairo/cairo-gobject.h +3 -1
  49. data/vendor/local/include/cairo/cairo-pdf.h +4 -4
  50. data/vendor/local/include/cairo/cairo-ps.h +5 -3
  51. data/vendor/local/include/cairo/cairo-script-interpreter.h +7 -0
  52. data/vendor/local/include/cairo/cairo-script.h +98 -0
  53. data/vendor/local/include/cairo/cairo-svg.h +5 -3
  54. data/vendor/local/include/cairo/cairo-version.h +2 -2
  55. data/vendor/local/include/cairo/cairo.h +642 -209
  56. data/vendor/local/include/fontconfig/fcfreetype.h +2 -2
  57. data/vendor/local/include/fontconfig/fcprivate.h +2 -2
  58. data/vendor/local/include/fontconfig/fontconfig.h +59 -19
  59. data/vendor/local/include/freetype2/freetype/config/ftconfig.h +74 -5
  60. data/vendor/local/include/freetype2/freetype/config/ftheader.h +27 -1
  61. data/vendor/local/include/freetype2/freetype/config/ftoption.h +24 -2
  62. data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +2 -2
  63. data/vendor/local/include/freetype2/freetype/freetype.h +46 -16
  64. data/vendor/local/include/freetype2/freetype/ftautoh.h +349 -0
  65. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +150 -0
  66. data/vendor/local/include/freetype2/freetype/ftchapters.h +28 -0
  67. data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
  68. data/vendor/local/include/freetype2/freetype/fterrors.h +7 -16
  69. data/vendor/local/include/freetype2/freetype/ftglyph.h +1 -1
  70. data/vendor/local/include/freetype2/freetype/ftimage.h +1 -1
  71. data/vendor/local/include/freetype2/freetype/ftlcdfil.h +38 -0
  72. data/vendor/local/include/freetype2/freetype/ftmodapi.h +156 -5
  73. data/vendor/local/include/freetype2/freetype/ftmoderr.h +51 -13
  74. data/vendor/local/include/freetype2/freetype/ftoutln.h +2 -0
  75. data/vendor/local/include/freetype2/freetype/ftstroke.h +1 -1
  76. data/vendor/local/include/freetype2/freetype/fttrigon.h +5 -5
  77. data/vendor/local/include/freetype2/freetype/fttypes.h +19 -9
  78. data/vendor/local/include/freetype2/freetype/ttnameid.h +5 -15
  79. data/vendor/local/include/freetype2/freetype/tttables.h +14 -1
  80. data/vendor/local/include/libpng16/png.h +3304 -0
  81. data/vendor/local/include/libpng16/pngconf.h +616 -0
  82. data/vendor/local/include/libpng16/pnglibconf.h +209 -0
  83. data/vendor/local/include/libxml2/libxml/DOCBparser.h +96 -0
  84. data/vendor/local/include/libxml2/libxml/HTMLparser.h +306 -0
  85. data/vendor/local/include/libxml2/libxml/HTMLtree.h +147 -0
  86. data/vendor/local/include/libxml2/libxml/SAX.h +173 -0
  87. data/vendor/local/include/libxml2/libxml/SAX2.h +176 -0
  88. data/vendor/local/include/libxml2/libxml/c14n.h +126 -0
  89. data/vendor/local/include/libxml2/libxml/catalog.h +182 -0
  90. data/vendor/local/include/libxml2/libxml/chvalid.h +230 -0
  91. data/vendor/local/include/libxml2/libxml/debugXML.h +217 -0
  92. data/vendor/local/include/libxml2/libxml/dict.h +80 -0
  93. data/vendor/local/include/libxml2/libxml/encoding.h +240 -0
  94. data/vendor/local/include/libxml2/libxml/entities.h +151 -0
  95. data/vendor/local/include/libxml2/libxml/globals.h +502 -0
  96. data/vendor/local/include/libxml2/libxml/hash.h +233 -0
  97. data/vendor/local/include/libxml2/libxml/list.h +137 -0
  98. data/vendor/local/include/libxml2/libxml/nanoftp.h +163 -0
  99. data/vendor/local/include/libxml2/libxml/nanohttp.h +81 -0
  100. data/vendor/local/include/libxml2/libxml/parser.h +1241 -0
  101. data/vendor/local/include/libxml2/libxml/parserInternals.h +644 -0
  102. data/vendor/local/include/libxml2/libxml/pattern.h +100 -0
  103. data/vendor/local/include/libxml2/libxml/relaxng.h +213 -0
  104. data/vendor/local/include/libxml2/libxml/schemasInternals.h +958 -0
  105. data/vendor/local/include/libxml2/libxml/schematron.h +142 -0
  106. data/vendor/local/include/libxml2/libxml/threads.h +84 -0
  107. data/vendor/local/include/libxml2/libxml/tree.h +1303 -0
  108. data/vendor/local/include/libxml2/libxml/uri.h +94 -0
  109. data/vendor/local/include/libxml2/libxml/valid.h +458 -0
  110. data/vendor/local/include/libxml2/libxml/xinclude.h +129 -0
  111. data/vendor/local/include/libxml2/libxml/xlink.h +189 -0
  112. data/vendor/local/include/libxml2/libxml/xmlIO.h +366 -0
  113. data/vendor/local/include/libxml2/libxml/xmlautomata.h +146 -0
  114. data/vendor/local/include/libxml2/libxml/xmlerror.h +945 -0
  115. data/vendor/local/include/libxml2/libxml/xmlexports.h +162 -0
  116. data/vendor/local/include/libxml2/libxml/xmlmemory.h +224 -0
  117. data/vendor/local/include/libxml2/libxml/xmlmodule.h +57 -0
  118. data/vendor/local/include/libxml2/libxml/xmlreader.h +428 -0
  119. data/vendor/local/include/libxml2/libxml/xmlregexp.h +222 -0
  120. data/vendor/local/include/libxml2/libxml/xmlsave.h +88 -0
  121. data/vendor/local/include/libxml2/libxml/xmlschemas.h +246 -0
  122. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +151 -0
  123. data/vendor/local/include/libxml2/libxml/xmlstring.h +140 -0
  124. data/vendor/local/include/libxml2/libxml/xmlunicode.h +202 -0
  125. data/vendor/local/include/libxml2/libxml/xmlversion.h +489 -0
  126. data/vendor/local/include/libxml2/libxml/xmlwriter.h +488 -0
  127. data/vendor/local/include/libxml2/libxml/xpath.h +557 -0
  128. data/vendor/local/include/libxml2/libxml/xpathInternals.h +632 -0
  129. data/vendor/local/include/libxml2/libxml/xpointer.h +114 -0
  130. data/vendor/local/include/pixman-1/pixman-version.h +50 -0
  131. data/vendor/local/include/pixman-1/pixman.h +1111 -0
  132. data/vendor/local/include/png.h +1993 -1426
  133. data/vendor/local/include/pngconf.h +462 -1398
  134. data/vendor/local/include/pnglibconf.h +209 -0
  135. data/vendor/local/include/zconf.h +141 -91
  136. data/vendor/local/include/zlib.h +273 -94
  137. data/vendor/local/lib/fontconfig.def +11 -1
  138. data/vendor/local/lib/libcairo-gobject.a +0 -0
  139. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  140. data/vendor/local/lib/libcairo-gobject.la +41 -0
  141. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  142. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  143. data/vendor/local/lib/libcairo-script-interpreter.la +41 -0
  144. data/vendor/local/lib/libcairo.a +0 -0
  145. data/vendor/local/lib/libcairo.dll.a +0 -0
  146. data/vendor/local/lib/libcairo.la +41 -0
  147. data/vendor/local/lib/libfontconfig.a +0 -0
  148. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  149. data/vendor/local/lib/libfontconfig.la +41 -0
  150. data/vendor/local/lib/libfreetype.a +0 -0
  151. data/vendor/local/lib/libfreetype.dll.a +0 -0
  152. data/vendor/local/lib/libfreetype.la +41 -0
  153. data/vendor/local/lib/libpixman-1.a +0 -0
  154. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  155. data/vendor/local/lib/libpixman-1.la +41 -0
  156. data/vendor/local/lib/libpng.a +0 -0
  157. data/vendor/local/lib/libpng.dll.a +0 -0
  158. data/vendor/local/lib/libpng.la +41 -0
  159. data/vendor/local/lib/libpng16.a +0 -0
  160. data/vendor/local/lib/libpng16.dll.a +0 -0
  161. data/vendor/local/lib/libpng16.la +41 -0
  162. data/vendor/local/lib/libxml2.a +0 -0
  163. data/vendor/local/lib/libxml2.dll.a +0 -0
  164. data/vendor/local/lib/libxml2.la +41 -0
  165. data/vendor/local/lib/libz.a +0 -0
  166. data/vendor/local/lib/libz.dll.a +0 -0
  167. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  168. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  169. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  170. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  171. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  172. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  173. data/vendor/local/lib/pkgconfig/cairo-script.pc +12 -0
  174. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  175. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  176. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  177. data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
  178. data/vendor/local/lib/pkgconfig/fontconfig.pc +7 -2
  179. data/vendor/local/lib/pkgconfig/freetype2.pc +6 -6
  180. data/vendor/local/lib/pkgconfig/libpng.pc +3 -3
  181. data/vendor/local/lib/pkgconfig/libpng16.pc +11 -0
  182. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +13 -0
  183. data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
  184. data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
  185. data/vendor/local/lib/xml2Conf.sh +8 -0
  186. data/vendor/local/share/aclocal/libxml.m4 +188 -0
  187. data/vendor/local/share/doc/libxml2-2.9.1/Copyright +23 -0
  188. data/vendor/local/share/doc/libxml2-2.9.1/examples/testHTML.c +880 -0
  189. data/vendor/local/share/doc/libxml2-2.9.1/examples/testSAX.c +1198 -0
  190. data/vendor/local/share/doc/libxml2-2.9.1/examples/testXPath.c +229 -0
  191. data/vendor/local/share/doc/libxml2-2.9.1/examples/xmllint.c +3776 -0
  192. data/vendor/local/share/doc/libxml2-2.9.1/html/DOM.gif +0 -0
  193. data/vendor/local/share/doc/libxml2-2.9.1/html/FAQ.html +282 -0
  194. data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-180x168.gif +0 -0
  195. data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-90x34.gif +0 -0
  196. data/vendor/local/share/doc/libxml2-2.9.1/html/encoding.html +207 -0
  197. data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xml +751 -0
  198. data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xsl +174 -0
  199. data/vendor/local/share/doc/libxml2-2.9.1/html/html/book1.html +13 -0
  200. data/vendor/local/share/doc/libxml2-2.9.1/html/html/home.png +0 -0
  201. data/vendor/local/share/doc/libxml2-2.9.1/html/html/index.html +13 -0
  202. data/vendor/local/share/doc/libxml2-2.9.1/html/html/left.png +0 -0
  203. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-DOCBparser.html +51 -0
  204. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLparser.html +184 -0
  205. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLtree.html +73 -0
  206. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX.html +125 -0
  207. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX2.html +128 -0
  208. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-c14n.html +38 -0
  209. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-catalog.html +142 -0
  210. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-chvalid.html +72 -0
  211. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-debugXML.html +120 -0
  212. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-dict.html +58 -0
  213. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-encoding.html +124 -0
  214. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-entities.html +79 -0
  215. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-globals.html +152 -0
  216. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-hash.html +116 -0
  217. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-lib.html +13 -0
  218. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-list.html +120 -0
  219. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanoftp.html +94 -0
  220. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanohttp.html +65 -0
  221. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parser.html +559 -0
  222. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parserInternals.html +322 -0
  223. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-pattern.html +76 -0
  224. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-relaxng.html +162 -0
  225. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schemasInternals.html +373 -0
  226. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schematron.html +81 -0
  227. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-threads.html +72 -0
  228. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-tree.html +990 -0
  229. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-uri.html +73 -0
  230. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-valid.html +289 -0
  231. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xinclude.html +59 -0
  232. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xlink.html +82 -0
  233. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlIO.html +212 -0
  234. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlautomata.html +85 -0
  235. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlerror.html +865 -0
  236. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlexports.html +20 -0
  237. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmemory.html +107 -0
  238. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmodule.html +38 -0
  239. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlreader.html +330 -0
  240. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlregexp.html +143 -0
  241. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlsave.html +60 -0
  242. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemas.html +185 -0
  243. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemastypes.html +123 -0
  244. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlstring.html +108 -0
  245. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlunicode.html +512 -0
  246. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlversion.html +63 -0
  247. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlwriter.html +261 -0
  248. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpath.html +316 -0
  249. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpathInternals.html +394 -0
  250. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpointer.html +83 -0
  251. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xzlib.html +16 -0
  252. data/vendor/local/share/doc/libxml2-2.9.1/html/html/right.png +0 -0
  253. data/vendor/local/share/doc/libxml2-2.9.1/html/html/up.png +0 -0
  254. data/vendor/local/share/doc/libxml2-2.9.1/html/index.html +14 -0
  255. data/vendor/local/share/doc/libxml2-2.9.1/html/io1.c +166 -0
  256. data/vendor/local/share/doc/libxml2-2.9.1/html/io1.res +5 -0
  257. data/vendor/local/share/doc/libxml2-2.9.1/html/io2.c +58 -0
  258. data/vendor/local/share/doc/libxml2-2.9.1/html/io2.res +2 -0
  259. data/vendor/local/share/doc/libxml2-2.9.1/html/libxml.gif +0 -0
  260. data/vendor/local/share/doc/libxml2-2.9.1/html/parse1.c +56 -0
  261. data/vendor/local/share/doc/libxml2-2.9.1/html/parse2.c +72 -0
  262. data/vendor/local/share/doc/libxml2-2.9.1/html/parse3.c +60 -0
  263. data/vendor/local/share/doc/libxml2-2.9.1/html/parse4.c +143 -0
  264. data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.c +107 -0
  265. data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.res +14 -0
  266. data/vendor/local/share/doc/libxml2-2.9.1/html/reader2.c +122 -0
  267. data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.c +120 -0
  268. data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.res +13 -0
  269. data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.c +122 -0
  270. data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.res +3 -0
  271. data/vendor/local/share/doc/libxml2-2.9.1/html/redhat.gif +0 -0
  272. data/vendor/local/share/doc/libxml2-2.9.1/html/smallfootonly.gif +0 -0
  273. data/vendor/local/share/doc/libxml2-2.9.1/html/structure.gif +0 -0
  274. data/vendor/local/share/doc/libxml2-2.9.1/html/test1.xml +1 -0
  275. data/vendor/local/share/doc/libxml2-2.9.1/html/test2.xml +13 -0
  276. data/vendor/local/share/doc/libxml2-2.9.1/html/test3.xml +39 -0
  277. data/vendor/local/share/doc/libxml2-2.9.1/html/testWriter.c +1198 -0
  278. data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.c +94 -0
  279. data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.res +4 -0
  280. data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.c +118 -0
  281. data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.res +18 -0
  282. data/vendor/local/share/doc/libxml2-2.9.1/html/tst.xml +7 -0
  283. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apa.html +8 -0
  284. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apb.html +14 -0
  285. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apc.html +82 -0
  286. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apd.html +76 -0
  287. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ape.html +78 -0
  288. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apf.html +67 -0
  289. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apg.html +75 -0
  290. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/aph.html +76 -0
  291. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/api.html +4 -0
  292. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s02.html +14 -0
  293. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s03.html +47 -0
  294. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s04.html +54 -0
  295. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s05.html +55 -0
  296. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s06.html +35 -0
  297. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s07.html +30 -0
  298. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s08.html +38 -0
  299. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s09.html +63 -0
  300. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/blank.png +0 -0
  301. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/1.png +0 -0
  302. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/10.png +0 -0
  303. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/2.png +0 -0
  304. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/3.png +0 -0
  305. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/4.png +0 -0
  306. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/5.png +0 -0
  307. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/6.png +0 -0
  308. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/7.png +0 -0
  309. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/8.png +0 -0
  310. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/9.png +0 -0
  311. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/caution.png +0 -0
  312. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/draft.png +0 -0
  313. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/home.png +0 -0
  314. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/important.png +0 -0
  315. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/next.png +0 -0
  316. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/note.png +0 -0
  317. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/prev.png +0 -0
  318. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/tip.png +0 -0
  319. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-blank.png +0 -0
  320. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-minus.png +0 -0
  321. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-plus.png +0 -0
  322. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/up.png +0 -0
  323. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/warning.png +0 -0
  324. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddattribute.c +64 -0
  325. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddkeyword.c +75 -0
  326. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeconvert.c +73 -0
  327. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includegetattribute.c +72 -0
  328. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includekeyword.c +79 -0
  329. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includexpath.c +74 -0
  330. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/index.html +14 -0
  331. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ix01.html +1 -0
  332. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/xmltutorial.pdf +1336 -0
  333. data/vendor/local/share/doc/libxml2-2.9.1/html/w3c.png +0 -0
  334. data/vendor/local/share/doc/libxml2-2.9.1/html/writer.xml +2 -0
  335. data/vendor/local/share/doc/libxml2-2.9.1/html/xml.html +5715 -0
  336. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.c +250 -0
  337. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.res +5 -0
  338. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.c +190 -0
  339. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.res +30 -0
  340. data/vendor/local/share/fontconfig/conf.avail/10-autohint.conf +14 -0
  341. data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +14 -0
  342. data/vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf +81 -0
  343. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf +14 -0
  344. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf +14 -0
  345. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf +14 -0
  346. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf +14 -0
  347. data/vendor/local/share/fontconfig/conf.avail/10-unhinted.conf +14 -0
  348. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-default.conf +16 -0
  349. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf +16 -0
  350. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-light.conf +16 -0
  351. data/vendor/local/share/fontconfig/conf.avail/20-unhint-small-vera.conf +48 -0
  352. data/vendor/local/share/fontconfig/conf.avail/25-unhint-nonlatin.conf +128 -0
  353. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +291 -0
  354. data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +40 -0
  355. data/vendor/local/share/fontconfig/conf.avail/40-nonlatin.conf +231 -0
  356. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +173 -0
  357. data/vendor/local/share/fontconfig/conf.avail/49-sansserif.conf +21 -0
  358. data/vendor/local/share/fontconfig/conf.avail/50-user.conf +15 -0
  359. data/vendor/local/share/fontconfig/conf.avail/51-local.conf +6 -0
  360. data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +70 -0
  361. data/vendor/local/share/fontconfig/conf.avail/65-fonts-persian.conf +419 -0
  362. data/vendor/local/share/fontconfig/conf.avail/65-khmer.conf +16 -0
  363. data/vendor/local/share/fontconfig/conf.avail/65-nonlatin.conf +196 -0
  364. data/vendor/local/share/fontconfig/conf.avail/69-unifont.conf +28 -0
  365. data/vendor/local/share/fontconfig/conf.avail/70-no-bitmaps.conf +12 -0
  366. data/vendor/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf +12 -0
  367. data/vendor/local/share/fontconfig/conf.avail/80-delicious.conf +19 -0
  368. data/vendor/local/share/fontconfig/conf.avail/90-synthetic.conf +64 -0
  369. data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +10 -10
  370. data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +4 -4
  371. data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +4 -4
  372. data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +4 -4
  373. data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +4 -4
  374. data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +17 -4
  375. data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +6 -6
  376. data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +7 -7
  377. data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +6 -6
  378. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +54 -38
  379. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +193 -61
  380. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +95 -89
  381. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +45 -66
  382. data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +58 -63
  383. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +249 -232
  384. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +118 -113
  385. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +20 -24
  386. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +51 -45
  387. data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +600 -0
  388. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +73 -35
  389. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +102 -126
  390. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +42 -58
  391. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +360 -0
  392. data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +57 -73
  393. data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +37 -30
  394. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +91 -129
  395. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +53 -61
  396. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +47 -57
  397. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +535 -0
  398. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +148 -83
  399. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +170 -0
  400. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +127 -96
  401. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +55 -59
  402. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +96 -87
  403. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +64 -79
  404. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +1069 -229
  405. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +274 -220
  406. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +395 -216
  407. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +409 -409
  408. data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +7 -4
  409. data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +6 -6
  410. data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +7 -9
  411. data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +13 -4
  412. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +128 -165
  413. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +326 -249
  414. data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +29 -8
  415. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +193 -0
  416. data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +19 -4
  417. data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +4 -15
  418. data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +32 -7
  419. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +15 -4
  420. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +140 -27
  421. data/vendor/local/share/gtk-doc/html/cairo/index.html +18 -8
  422. data/vendor/local/share/gtk-doc/html/cairo/index.sgml +104 -13
  423. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +7 -7
  424. data/vendor/local/share/gtk-doc/html/cairo/style.css +2 -1
  425. data/vendor/local/share/gtk-doc/html/libxml2/general.html +38 -0
  426. data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
  427. data/vendor/local/share/gtk-doc/html/libxml2/index.html +67 -0
  428. data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
  429. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +138 -0
  430. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +373 -0
  431. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +172 -0
  432. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +243 -0
  433. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +247 -0
  434. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +91 -0
  435. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +278 -0
  436. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +241 -0
  437. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +225 -0
  438. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +134 -0
  439. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +218 -0
  440. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +166 -0
  441. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +383 -0
  442. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +214 -0
  443. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +226 -0
  444. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +187 -0
  445. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +142 -0
  446. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +766 -0
  447. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +688 -0
  448. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +166 -0
  449. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +278 -0
  450. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +860 -0
  451. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +166 -0
  452. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +161 -0
  453. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1597 -0
  454. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +154 -0
  455. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +528 -0
  456. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +169 -0
  457. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +160 -0
  458. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +347 -0
  459. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +176 -0
  460. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +953 -0
  461. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +87 -0
  462. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +186 -0
  463. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +97 -0
  464. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +565 -0
  465. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +280 -0
  466. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +133 -0
  467. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +314 -0
  468. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +237 -0
  469. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +217 -0
  470. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +887 -0
  471. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +292 -0
  472. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +479 -0
  473. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +542 -0
  474. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +787 -0
  475. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +171 -0
  476. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +3573 -0
  477. data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
  478. data/vendor/local/share/gtk-doc/html/libxml2/style.css +66 -0
  479. data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
  480. data/vendor/local/share/license/cairo/AUTHORS +111 -0
  481. data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING +0 -0
  482. data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-LGPL-2.1 +0 -0
  483. data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-MPL-1.1 +0 -0
  484. data/vendor/local/share/license/cairo/README +194 -0
  485. data/vendor/local/share/license/cairo/README.win32 +66 -0
  486. data/vendor/local/share/license/fontconfig/AUTHORS +3 -0
  487. data/vendor/local/share/license/fontconfig/COPYING +28 -0
  488. data/vendor/local/share/license/fontconfig/README +1350 -0
  489. data/vendor/local/share/license/freetype/README +83 -0
  490. data/vendor/local/share/license/freetype/README.git +46 -0
  491. data/vendor/local/share/license/libpng/README +202 -0
  492. data/vendor/local/share/license/libxml2/AUTHORS +5 -0
  493. data/vendor/local/share/license/libxml2/COPYING +23 -0
  494. data/vendor/local/share/license/libxml2/README +39 -0
  495. data/vendor/local/share/license/libxml2/README.tests +39 -0
  496. data/vendor/local/share/license/pixman/AUTHORS +0 -0
  497. data/vendor/local/share/license/pixman/COPYING +42 -0
  498. data/vendor/local/share/license/pixman/README +116 -0
  499. data/vendor/local/share/license/zlib/README +115 -0
  500. data/vendor/local/share/man/man1/xml2-config.1 +30 -0
  501. data/vendor/local/share/man/man1/xmlcatalog.1 +340 -0
  502. data/vendor/local/share/man/man1/xmllint.1 +650 -0
  503. data/vendor/local/share/man/man3/libpng.3 +2332 -863
  504. data/vendor/local/share/man/man3/libpngpf.3 +6 -790
  505. data/vendor/local/share/man/man3/libxml.3 +71 -0
  506. data/vendor/local/share/man/man5/png.5 +1 -1
  507. data/vendor/local/share/xml/fontconfig/fonts.dtd +233 -0
  508. metadata +447 -490
  509. data/vendor/local/bin/freetype6.dll +0 -0
  510. data/vendor/local/bin/libexpat-1.dll +0 -0
  511. data/vendor/local/bin/libpng14-14.dll +0 -0
  512. data/vendor/local/bin/xmlwf.exe +0 -0
  513. data/vendor/local/etc/fonts/fonts.dtd +0 -224
  514. data/vendor/local/include/expat.h +0 -1047
  515. data/vendor/local/include/expat_external.h +0 -115
  516. data/vendor/local/include/libpng14/png.h +0 -2737
  517. data/vendor/local/include/libpng14/pngconf.h +0 -1552
  518. data/vendor/local/lib/cairo.def +0 -322
  519. data/vendor/local/lib/cairo.lib +0 -0
  520. data/vendor/local/lib/expat.lib +0 -0
  521. data/vendor/local/lib/fontconfig.lib +0 -0
  522. data/vendor/local/lib/freetype.def +0 -189
  523. data/vendor/local/lib/freetype.lib +0 -0
  524. data/vendor/local/lib/libexpat.def +0 -73
  525. data/vendor/local/lib/libexpat.dll.a +0 -0
  526. data/vendor/local/lib/libpng.def +0 -192
  527. data/vendor/local/lib/libpng.lib +0 -0
  528. data/vendor/local/lib/libpng14.dll.a +0 -0
  529. data/vendor/local/lib/pkgconfig/libpng14.pc +0 -11
  530. data/vendor/local/lib/zdll.lib +0 -0
  531. data/vendor/local/lib/zlib.def +0 -67
  532. data/vendor/local/manifest/cairo-dev_1.10.2-2_win32.mft +0 -86
  533. data/vendor/local/manifest/cairo_1.10.2-2_win32.mft +0 -7
  534. data/vendor/local/manifest/expat-dev_2.1.0-1_win32.mft +0 -10
  535. data/vendor/local/manifest/expat_2.1.0-1_win32.mft +0 -2
  536. data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +0 -387
  537. data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +0 -3
  538. data/vendor/local/manifest/freetype-dev_2.4.10-1_win32.mft +0 -57
  539. data/vendor/local/manifest/freetype_2.4.10-1_win32.mft +0 -2
  540. data/vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft +0 -15
  541. data/vendor/local/manifest/libpng_1.4.12-1_win32.mft +0 -2
  542. data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +0 -8
  543. data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +0 -2
  544. data/vendor/local/share/doc/fontconfig/fontconfig-devel.pdf +4 -42484
  545. data/vendor/local/share/doc/fontconfig/fontconfig-devel.txt +0 -5046
  546. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html +0 -224
  547. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html +0 -216
  548. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html +0 -210
  549. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiclock.html +0 -223
  550. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html +0 -222
  551. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html +0 -221
  552. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html +0 -223
  553. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html +0 -216
  554. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksadd.html +0 -222
  555. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblankscreate.html +0 -216
  556. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html +0 -216
  557. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksismember.html +0 -211
  558. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachecopyset.html +0 -228
  559. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachedir.html +0 -221
  560. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumfont.html +0 -211
  561. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html +0 -221
  562. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachesubdir.html +0 -244
  563. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html +0 -226
  564. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html +0 -227
  565. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcount.html +0 -221
  566. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html +0 -249
  567. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html +0 -220
  568. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html +0 -226
  569. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetequal.html +0 -232
  570. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html +0 -238
  571. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html +0 -231
  572. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html +0 -232
  573. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html +0 -231
  574. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html +0 -231
  575. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html +0 -261
  576. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnew.html +0 -208
  577. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html +0 -243
  578. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html +0 -231
  579. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html +0 -231
  580. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetunion.html +0 -231
  581. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html +0 -229
  582. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html +0 -228
  583. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html +0 -222
  584. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html +0 -224
  585. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html +0 -216
  586. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html +0 -219
  587. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +0 -230
  588. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html +0 -237
  589. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html +0 -225
  590. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html +0 -217
  591. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html +0 -227
  592. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html +0 -228
  593. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html +0 -227
  594. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html +0 -216
  595. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html +0 -229
  596. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html +0 -234
  597. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html +0 -230
  598. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfighome.html +0 -221
  599. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html +0 -220
  600. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigreference.html +0 -231
  601. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html +0 -222
  602. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html +0 -229
  603. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html +0 -233
  604. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html +0 -251
  605. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html +0 -228
  606. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html +0 -234
  607. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheload.html +0 -239
  608. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html +0 -233
  609. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheread.html +0 -239
  610. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html +0 -239
  611. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html +0 -211
  612. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html +0 -222
  613. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirsave.html +0 -245
  614. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirscan.html +0 -266
  615. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfileisdir.html +0 -222
  616. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfilescan.html +0 -276
  617. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfini.html +0 -219
  618. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontlist.html +0 -244
  619. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontmatch.html +0 -262
  620. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html +0 -259
  621. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html +0 -223
  622. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html +0 -216
  623. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html +0 -217
  624. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html +0 -261
  625. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html +0 -273
  626. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html +0 -224
  627. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html +0 -303
  628. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html +0 -222
  629. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsort.html +0 -289
  630. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html +0 -226
  631. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html +0 -225
  632. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html +0 -241
  633. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +0 -233
  634. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html +0 -222
  635. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetlangs.html +0 -216
  636. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetversion.html +0 -216
  637. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinit.html +0 -219
  638. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html +0 -208
  639. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html +0 -217
  640. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html +0 -217
  641. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html +0 -219
  642. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcislower.html +0 -222
  643. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcisupper.html +0 -222
  644. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html +0 -205
  645. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetadd.html +0 -239
  646. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html +0 -239
  647. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html +0 -259
  648. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html +0 -225
  649. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html +0 -219
  650. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html +0 -220
  651. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetequal.html +0 -232
  652. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html +0 -221
  653. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethash.html +0 -233
  654. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html +0 -255
  655. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html +0 -225
  656. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html +0 -236
  657. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html +0 -225
  658. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html +0 -246
  659. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html +0 -261
  660. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html +0 -261
  661. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html +0 -250
  662. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameconstant.html +0 -221
  663. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html +0 -221
  664. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html +0 -210
  665. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameparse.html +0 -221
  666. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html +0 -228
  667. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html +0 -228
  668. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunparse.html +0 -218
  669. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html +0 -228
  670. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html +0 -226
  671. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html +0 -222
  672. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html +0 -262
  673. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html +0 -216
  674. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html +0 -216
  675. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html +0 -404
  676. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd.html +0 -240
  677. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html +0 -242
  678. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html +0 -313
  679. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html +0 -216
  680. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndel.html +0 -222
  681. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html +0 -217
  682. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html +0 -223
  683. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequal.html +0 -231
  684. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html +0 -242
  685. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html +0 -244
  686. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternformat.html +0 -602
  687. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html +0 -435
  688. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget.html +0 -249
  689. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternhash.html +0 -217
  690. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternprint.html +0 -218
  691. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternreference.html +0 -222
  692. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternremove.html +0 -227
  693. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrbasename.html +0 -212
  694. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmp.html +0 -232
  695. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html +0 -233
  696. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopy.html +0 -226
  697. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html +0 -234
  698. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdirname.html +0 -223
  699. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html +0 -222
  700. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrfree.html +0 -217
  701. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html +0 -221
  702. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html +0 -210
  703. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html +0 -221
  704. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrplus.html +0 -233
  705. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html +0 -231
  706. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html +0 -233
  707. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html +0 -216
  708. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html +0 -237
  709. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html +0 -221
  710. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html +0 -233
  711. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html +0 -232
  712. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstr.html +0 -244
  713. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html +0 -244
  714. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fctolower.html +0 -222
  715. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html +0 -233
  716. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16len.html +0 -278
  717. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html +0 -265
  718. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8len.html +0 -261
  719. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html +0 -249
  720. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html +0 -222
  721. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueequal.html +0 -212
  722. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueprint.html +0 -223
  723. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluesave.html +0 -227
  724. data/vendor/local/share/doc/fontconfig/fontconfig-devel/ln12.html +0 -128
  725. data/vendor/local/share/doc/fontconfig/fontconfig-devel/t1.html +0 -133
  726. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html +0 -1463
  727. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html +0 -264
  728. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html +0 -590
  729. data/vendor/local/share/doc/fontconfig/fontconfig-user.html +0 -1352
  730. data/vendor/local/share/doc/fontconfig/fontconfig-user.pdf +0 -0
  731. data/vendor/local/share/doc/fontconfig/fontconfig-user.txt +0 -644
  732. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -340
  733. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp +0 -477
  734. data/vendor/local/share/man/man1/fc-cache.1 +0 -70
  735. data/vendor/local/share/man/man1/fc-cat.1 +0 -44
  736. data/vendor/local/share/man/man1/fc-list.1 +0 -72
  737. data/vendor/local/share/man/man1/fc-match.1 +0 -73
  738. data/vendor/local/share/man/man1/fc-query.1 +0 -57
  739. data/vendor/local/share/man/man1/fc-scan.1 +0 -52
  740. data/vendor/local/share/man/man1/xmlwf.1 +0 -251
  741. data/vendor/local/share/man/man3/FcAtomicCreate.3 +0 -19
  742. data/vendor/local/share/man/man3/FcAtomicDeleteNew.3 +0 -16
  743. data/vendor/local/share/man/man3/FcAtomicDestroy.3 +0 -16
  744. data/vendor/local/share/man/man3/FcAtomicLock.3 +0 -18
  745. data/vendor/local/share/man/man3/FcAtomicNewFile.3 +0 -17
  746. data/vendor/local/share/man/man3/FcAtomicOrigFile.3 +0 -16
  747. data/vendor/local/share/man/man3/FcAtomicReplaceOrig.3 +0 -18
  748. data/vendor/local/share/man/man3/FcAtomicUnlock.3 +0 -16
  749. data/vendor/local/share/man/man3/FcBlanksAdd.3 +0 -18
  750. data/vendor/local/share/man/man3/FcBlanksCreate.3 +0 -16
  751. data/vendor/local/share/man/man3/FcBlanksDestroy.3 +0 -16
  752. data/vendor/local/share/man/man3/FcBlanksIsMember.3 +0 -18
  753. data/vendor/local/share/man/man3/FcCacheCopySet.3 +0 -18
  754. data/vendor/local/share/man/man3/FcCacheDir.3 +0 -16
  755. data/vendor/local/share/man/man3/FcCacheNumFont.3 +0 -17
  756. data/vendor/local/share/man/man3/FcCacheNumSubdir.3 +0 -16
  757. data/vendor/local/share/man/man3/FcCacheSubdir.3 +0 -20
  758. data/vendor/local/share/man/man3/FcCharSetAddChar.3 +0 -19
  759. data/vendor/local/share/man/man3/FcCharSetCopy.3 +0 -17
  760. data/vendor/local/share/man/man3/FcCharSetCount.3 +0 -16
  761. data/vendor/local/share/man/man3/FcCharSetCoverage.3 +0 -23
  762. data/vendor/local/share/man/man3/FcCharSetCreate.3 +0 -17
  763. data/vendor/local/share/man/man3/FcCharSetDestroy.3 +0 -18
  764. data/vendor/local/share/man/man3/FcCharSetEqual.3 +0 -18
  765. data/vendor/local/share/man/man3/FcCharSetFirstPage.3 +0 -20
  766. data/vendor/local/share/man/man3/FcCharSetHasChar.3 +0 -17
  767. data/vendor/local/share/man/man3/FcCharSetIntersect.3 +0 -18
  768. data/vendor/local/share/man/man3/FcCharSetIntersectCount.3 +0 -17
  769. data/vendor/local/share/man/man3/FcCharSetIsSubset.3 +0 -17
  770. data/vendor/local/share/man/man3/FcCharSetMerge.3 +0 -23
  771. data/vendor/local/share/man/man3/FcCharSetNew.3 +0 -16
  772. data/vendor/local/share/man/man3/FcCharSetNextPage.3 +0 -20
  773. data/vendor/local/share/man/man3/FcCharSetSubtract.3 +0 -17
  774. data/vendor/local/share/man/man3/FcCharSetSubtractCount.3 +0 -17
  775. data/vendor/local/share/man/man3/FcCharSetUnion.3 +0 -17
  776. data/vendor/local/share/man/man3/FcConfigAppFontAddDir.3 +0 -20
  777. data/vendor/local/share/man/man3/FcConfigAppFontAddFile.3 +0 -19
  778. data/vendor/local/share/man/man3/FcConfigAppFontClear.3 +0 -17
  779. data/vendor/local/share/man/man3/FcConfigBuildFonts.3 +0 -19
  780. data/vendor/local/share/man/man3/FcConfigCreate.3 +0 -16
  781. data/vendor/local/share/man/man3/FcConfigDestroy.3 +0 -19
  782. data/vendor/local/share/man/man3/FcConfigEnableHome.3 +0 -20
  783. data/vendor/local/share/man/man3/FcConfigFilename.3 +0 -26
  784. data/vendor/local/share/man/man3/FcConfigGetBlanks.3 +0 -20
  785. data/vendor/local/share/man/man3/FcConfigGetCache.3 +0 -17
  786. data/vendor/local/share/man/man3/FcConfigGetCacheDirs.3 +0 -19
  787. data/vendor/local/share/man/man3/FcConfigGetConfigDirs.3 +0 -18
  788. data/vendor/local/share/man/man3/FcConfigGetConfigFiles.3 +0 -17
  789. data/vendor/local/share/man/man3/FcConfigGetCurrent.3 +0 -16
  790. data/vendor/local/share/man/man3/FcConfigGetFontDirs.3 +0 -19
  791. data/vendor/local/share/man/man3/FcConfigGetFonts.3 +0 -20
  792. data/vendor/local/share/man/man3/FcConfigGetRescanInterval.3 +0 -20
  793. data/vendor/local/share/man/man3/FcConfigHome.3 +0 -18
  794. data/vendor/local/share/man/man3/FcConfigParseAndLoad.3 +0 -23
  795. data/vendor/local/share/man/man3/FcConfigReference.3 +0 -21
  796. data/vendor/local/share/man/man3/FcConfigSetCurrent.3 +0 -17
  797. data/vendor/local/share/man/man3/FcConfigSetRescanInterval.3 +0 -20
  798. data/vendor/local/share/man/man3/FcConfigSubstitute.3 +0 -20
  799. data/vendor/local/share/man/man3/FcConfigSubstituteWithPat.3 +0 -24
  800. data/vendor/local/share/man/man3/FcConfigUptoDate.3 +0 -18
  801. data/vendor/local/share/man/man3/FcDefaultSubstitute.3 +0 -27
  802. data/vendor/local/share/man/man3/FcDirCacheLoad.3 +0 -21
  803. data/vendor/local/share/man/man3/FcDirCacheLoadFile.3 +0 -19
  804. data/vendor/local/share/man/man3/FcDirCacheRead.3 +0 -21
  805. data/vendor/local/share/man/man3/FcDirCacheUnlink.3 +0 -20
  806. data/vendor/local/share/man/man3/FcDirCacheUnload.3 +0 -17
  807. data/vendor/local/share/man/man3/FcDirCacheValid.3 +0 -17
  808. data/vendor/local/share/man/man3/FcDirSave.3 +0 -22
  809. data/vendor/local/share/man/man3/FcDirScan.3 +0 -26
  810. data/vendor/local/share/man/man3/FcFileIsDir.3 +0 -17
  811. data/vendor/local/share/man/man3/FcFileScan.3 +0 -31
  812. data/vendor/local/share/man/man3/FcFini.3 +0 -19
  813. data/vendor/local/share/man/man3/FcFontList.3 +0 -21
  814. data/vendor/local/share/man/man3/FcFontMatch.3 +0 -25
  815. data/vendor/local/share/man/man3/FcFontRenderPrepare.3 +0 -21
  816. data/vendor/local/share/man/man3/FcFontSetAdd.3 +0 -19
  817. data/vendor/local/share/man/man3/FcFontSetCreate.3 +0 -16
  818. data/vendor/local/share/man/man3/FcFontSetDestroy.3 +0 -17
  819. data/vendor/local/share/man/man3/FcFontSetList.3 +0 -25
  820. data/vendor/local/share/man/man3/FcFontSetMatch.3 +0 -28
  821. data/vendor/local/share/man/man3/FcFontSetPrint.3 +0 -19
  822. data/vendor/local/share/man/man3/FcFontSetSort.3 +0 -39
  823. data/vendor/local/share/man/man3/FcFontSetSortDestroy.3 +0 -19
  824. data/vendor/local/share/man/man3/FcFontSort.3 +0 -33
  825. data/vendor/local/share/man/man3/FcFreeTypeCharIndex.3 +0 -22
  826. data/vendor/local/share/man/man3/FcFreeTypeCharSet.3 +0 -21
  827. data/vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3 +0 -28
  828. data/vendor/local/share/man/man3/FcFreeTypeQuery.3 +0 -21
  829. data/vendor/local/share/man/man3/FcFreeTypeQueryFace.3 +0 -21
  830. data/vendor/local/share/man/man3/FcGetLangs.3 +0 -16
  831. data/vendor/local/share/man/man3/FcGetVersion.3 +0 -16
  832. data/vendor/local/share/man/man3/FcInit.3 +0 -19
  833. data/vendor/local/share/man/man3/FcInitBringUptoDate.3 +0 -19
  834. data/vendor/local/share/man/man3/FcInitLoadConfig.3 +0 -17
  835. data/vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3 +0 -17
  836. data/vendor/local/share/man/man3/FcInitReinitialize.3 +0 -19
  837. data/vendor/local/share/man/man3/FcIsLower.3 +0 -17
  838. data/vendor/local/share/man/man3/FcIsUpper.3 +0 -17
  839. data/vendor/local/share/man/man3/FcLangGetCharSet.3 +0 -16
  840. data/vendor/local/share/man/man3/FcLangSetAdd.3 +0 -20
  841. data/vendor/local/share/man/man3/FcLangSetCompare.3 +0 -22
  842. data/vendor/local/share/man/man3/FcLangSetContains.3 +0 -22
  843. data/vendor/local/share/man/man3/FcLangSetCopy.3 +0 -17
  844. data/vendor/local/share/man/man3/FcLangSetCreate.3 +0 -16
  845. data/vendor/local/share/man/man3/FcLangSetDestroy.3 +0 -17
  846. data/vendor/local/share/man/man3/FcLangSetEqual.3 +0 -18
  847. data/vendor/local/share/man/man3/FcLangSetGetLangs.3 +0 -16
  848. data/vendor/local/share/man/man3/FcLangSetHasLang.3 +0 -23
  849. data/vendor/local/share/man/man3/FcLangSetHash.3 +0 -20
  850. data/vendor/local/share/man/man3/FcMatrixCopy.3 +0 -17
  851. data/vendor/local/share/man/man3/FcMatrixEqual.3 +0 -19
  852. data/vendor/local/share/man/man3/FcMatrixInit.3 +0 -17
  853. data/vendor/local/share/man/man3/FcMatrixMultiply.3 +0 -20
  854. data/vendor/local/share/man/man3/FcMatrixRotate.3 +0 -27
  855. data/vendor/local/share/man/man3/FcMatrixScale.3 +0 -27
  856. data/vendor/local/share/man/man3/FcMatrixShear.3 +0 -27
  857. data/vendor/local/share/man/man3/FcNameConstant.3 +0 -18
  858. data/vendor/local/share/man/man3/FcNameGetConstant.3 +0 -16
  859. data/vendor/local/share/man/man3/FcNameGetObjectType.3 +0 -16
  860. data/vendor/local/share/man/man3/FcNameParse.3 +0 -16
  861. data/vendor/local/share/man/man3/FcNameRegisterConstants.3 +0 -19
  862. data/vendor/local/share/man/man3/FcNameRegisterObjectTypes.3 +0 -19
  863. data/vendor/local/share/man/man3/FcNameUnparse.3 +0 -18
  864. data/vendor/local/share/man/man3/FcNameUnregisterConstants.3 +0 -19
  865. data/vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3 +0 -17
  866. data/vendor/local/share/man/man3/FcObjectSetAdd.3 +0 -18
  867. data/vendor/local/share/man/man3/FcObjectSetBuild.3 +0 -26
  868. data/vendor/local/share/man/man3/FcObjectSetCreate.3 +0 -16
  869. data/vendor/local/share/man/man3/FcObjectSetDestroy.3 +0 -16
  870. data/vendor/local/share/man/man3/FcPatternAdd-Type.3 +0 -49
  871. data/vendor/local/share/man/man3/FcPatternAdd.3 +0 -23
  872. data/vendor/local/share/man/man3/FcPatternAddWeak.3 +0 -20
  873. data/vendor/local/share/man/man3/FcPatternBuild.3 +0 -50
  874. data/vendor/local/share/man/man3/FcPatternCreate.3 +0 -16
  875. data/vendor/local/share/man/man3/FcPatternDel.3 +0 -18
  876. data/vendor/local/share/man/man3/FcPatternDestroy.3 +0 -17
  877. data/vendor/local/share/man/man3/FcPatternDuplicate.3 +0 -18
  878. data/vendor/local/share/man/man3/FcPatternEqual.3 +0 -17
  879. data/vendor/local/share/man/man3/FcPatternEqualSubset.3 +0 -19
  880. data/vendor/local/share/man/man3/FcPatternFilter.3 +0 -20
  881. data/vendor/local/share/man/man3/FcPatternFormat.3 +0 -205
  882. data/vendor/local/share/man/man3/FcPatternGet-Type.3 +0 -56
  883. data/vendor/local/share/man/man3/FcPatternGet.3 +0 -22
  884. data/vendor/local/share/man/man3/FcPatternHash.3 +0 -17
  885. data/vendor/local/share/man/man3/FcPatternPrint.3 +0 -18
  886. data/vendor/local/share/man/man3/FcPatternReference.3 +0 -17
  887. data/vendor/local/share/man/man3/FcPatternRemove.3 +0 -19
  888. data/vendor/local/share/man/man3/FcStrBasename.3 +0 -18
  889. data/vendor/local/share/man/man3/FcStrCmp.3 +0 -18
  890. data/vendor/local/share/man/man3/FcStrCmpIgnoreCase.3 +0 -19
  891. data/vendor/local/share/man/man3/FcStrCopy.3 +0 -18
  892. data/vendor/local/share/man/man3/FcStrCopyFilename.3 +0 -23
  893. data/vendor/local/share/man/man3/FcStrDirname.3 +0 -18
  894. data/vendor/local/share/man/man3/FcStrDowncase.3 +0 -17
  895. data/vendor/local/share/man/man3/FcStrFree.3 +0 -17
  896. data/vendor/local/share/man/man3/FcStrListCreate.3 +0 -16
  897. data/vendor/local/share/man/man3/FcStrListDone.3 +0 -16
  898. data/vendor/local/share/man/man3/FcStrListNext.3 +0 -16
  899. data/vendor/local/share/man/man3/FcStrPlus.3 +0 -19
  900. data/vendor/local/share/man/man3/FcStrSetAdd.3 +0 -17
  901. data/vendor/local/share/man/man3/FcStrSetAddFilename.3 +0 -19
  902. data/vendor/local/share/man/man3/FcStrSetCreate.3 +0 -16
  903. data/vendor/local/share/man/man3/FcStrSetDel.3 +0 -18
  904. data/vendor/local/share/man/man3/FcStrSetDestroy.3 +0 -16
  905. data/vendor/local/share/man/man3/FcStrSetEqual.3 +0 -19
  906. data/vendor/local/share/man/man3/FcStrSetMember.3 +0 -18
  907. data/vendor/local/share/man/man3/FcStrStr.3 +0 -20
  908. data/vendor/local/share/man/man3/FcStrStrIgnoreCase.3 +0 -20
  909. data/vendor/local/share/man/man3/FcToLower.3 +0 -17
  910. data/vendor/local/share/man/man3/FcUcs4ToUtf8.3 +0 -19
  911. data/vendor/local/share/man/man3/FcUtf16Len.3 +0 -27
  912. data/vendor/local/share/man/man3/FcUtf16ToUcs4.3 +0 -23
  913. data/vendor/local/share/man/man3/FcUtf8Len.3 +0 -24
  914. data/vendor/local/share/man/man3/FcUtf8ToUcs4.3 +0 -21
  915. data/vendor/local/share/man/man3/FcValueDestroy.3 +0 -17
  916. data/vendor/local/share/man/man3/FcValueEqual.3 +0 -19
  917. data/vendor/local/share/man/man3/FcValuePrint.3 +0 -18
  918. data/vendor/local/share/man/man3/FcValueSave.3 +0 -17
  919. data/vendor/local/share/man/man5/fonts-conf.5 +0 -644
  920. data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.log +0 -1315
  921. data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.sh +0 -251
  922. data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.log +0 -181
  923. data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.sh +0 -76
  924. data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.log +0 -363
  925. data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.sh +0 -92
  926. data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log +0 -283
  927. data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh +0 -71
  928. data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log +0 -999
  929. data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh +0 -79
  930. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +0 -42
  931. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +0 -189
@@ -1,283 +0,0 @@
1
- ++ sed -e 's/need_relink=yes/need_relink=no # no way --tml/'
2
- ++ mv ltmain.temp ltmain.sh
3
- ++ sed -e 's/grep version-script/grep no-thanks-version-script/'
4
- ++ mv configure.temp configure
5
- ++ patch --verbose -p0
6
- Hmm... Looks like a unified diff to me...
7
- The text leading up to this was:
8
- --------------------------
9
- |--- Makefile.in 2012-09-11 21:31:21 +0200
10
- |+++ Makefile.in 2012-09-11 21:31:25 +0200
11
- --------------------------
12
- Patching file Makefile.in using Plan A...
13
- Hunk #1 succeeded at 1242.
14
- done
15
- ++ lt_cv_deplibs_check_method=pass_all
16
- ++ CC='gcc -mtune=pentium3 -mthreads -mms-bitfields'
17
- ++ CPPFLAGS='-I /devel/dist/win32/zlib-1.2.5-2/include'
18
- ++ LDFLAGS='-L/devel/dist/win32/zlib-1.2.5-2/lib -Wl,--enable-auto-image-base'
19
- ++ CFLAGS=-O2
20
- ++ ./configure --disable-static --without-binconfigs --prefix=/devel/target/312aebde086c6b8e9a17e0a5e66d415a
21
- checking for a BSD-compatible install... /bin/install -c
22
- checking whether build environment is sane... yes
23
- checking for a thread-safe mkdir -p... /bin/mkdir -p
24
- checking for gawk... gawk
25
- checking whether make sets $(MAKE)... yes
26
- checking whether to enable maintainer-specific portions of Makefiles... no
27
- checking for gcc... gcc -mtune=pentium3 -mthreads -mms-bitfields
28
- checking whether the C compiler works... yes
29
- checking for C compiler default output file name... a.exe
30
- checking for suffix of executables... .exe
31
- checking whether we are cross compiling... no
32
- checking for suffix of object files... o
33
- checking whether we are using the GNU C compiler... yes
34
- checking whether gcc -mtune=pentium3 -mthreads -mms-bitfields accepts -g... yes
35
- checking for gcc -mtune=pentium3 -mthreads -mms-bitfields option to accept ISO C89... none needed
36
- checking for style of include used by make... GNU
37
- checking dependency style of gcc -mtune=pentium3 -mthreads -mms-bitfields... gcc3
38
- checking build system type... i686-pc-mingw32
39
- checking host system type... i686-pc-mingw32
40
- checking for a sed that does not truncate output... /bin/sed
41
- checking for grep that handles long lines and -e... /bin/grep
42
- checking for egrep... /bin/grep -E
43
- checking for fgrep... /bin/grep -F
44
- checking how to print strings... printf
45
- checking for ld used by gcc -mtune=pentium3 -mthreads -mms-bitfields... c:/mingw/mingw32/bin/ld.exe
46
- checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
47
- checking how to run the C preprocessor... gcc -mtune=pentium3 -mthreads -mms-bitfields -E
48
- checking for sed... /bin/sed
49
- checking whether ln -s works... no, using cp -p
50
- checking whether make sets $(MAKE)... (cached) yes
51
- checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
52
- checking the name lister (/mingw/bin/nm) interface... BSD nm
53
- checking the maximum length of command line arguments... 8192
54
- checking whether the shell understands some XSI constructs... yes
55
- checking whether the shell understands "+="... yes
56
- checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
57
- checking for objdump... objdump
58
- checking how to recognize dependent libraries... (cached) pass_all
59
- checking for ar... ar
60
- checking for strip... strip
61
- checking for ranlib... ranlib
62
- checking command to parse /mingw/bin/nm output from gcc -mtune=pentium3 -mthreads -mms-bitfields object... ok
63
- checking for ANSI C header files... yes
64
- checking for sys/types.h... yes
65
- checking for sys/stat.h... yes
66
- checking for stdlib.h... yes
67
- checking for string.h... yes
68
- checking for memory.h... yes
69
- checking for strings.h... yes
70
- checking for inttypes.h... yes
71
- checking for stdint.h... yes
72
- checking for unistd.h... yes
73
- checking for dlfcn.h... no
74
- checking for as... as
75
- checking for dlltool... dlltool
76
- checking for objdump... (cached) objdump
77
- checking for objdir... .libs
78
- checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -fno-rtti -fno-exceptions... no
79
- checking for gcc -mtune=pentium3 -mthreads -mms-bitfields option to produce PIC... -DDLL_EXPORT -DPIC
80
- checking if gcc -mtune=pentium3 -mthreads -mms-bitfields PIC flag -DDLL_EXPORT -DPIC works... yes
81
- checking if gcc -mtune=pentium3 -mthreads -mms-bitfields static flag -static works... yes
82
- checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -c -o file.o... yes
83
- checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -c -o file.o... (cached) yes
84
- checking whether the gcc -mtune=pentium3 -mthreads -mms-bitfields linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
85
- checking whether -lc should be explicitly linked in... yes
86
- checking dynamic linker characteristics... Win32 ld.exe
87
- checking how to hardcode library paths into programs... immediate
88
- checking whether stripping libraries is possible... yes
89
- checking if libtool supports shared libraries... yes
90
- checking whether to build shared libraries... yes
91
- checking whether to build static libraries... no
92
- checking for ANSI C header files... (cached) yes
93
- checking malloc.h usability... yes
94
- checking malloc.h presence... yes
95
- checking for malloc.h... yes
96
- checking for stdlib.h... (cached) yes
97
- checking for string.h... (cached) yes
98
- checking for strings.h... (cached) yes
99
- checking for an ANSI C-conforming const... yes
100
- checking for size_t... yes
101
- checking whether struct tm is in sys/time.h or time.h... time.h
102
- checking for working strtod... yes
103
- checking for memset... yes
104
- checking for pow... yes
105
- checking for zlibVersion in -lz... yes
106
- checking if libraries can be versioned... no
107
- configure: pkgconfig directory is ${libdir}/pkgconfig
108
- configure: libpng-config scripts will not be built
109
- configure: creating ./config.status
110
- config.status: creating Makefile
111
- config.status: creating libpng.pc
112
- config.status: creating libpng-config
113
- config.status: creating config.h
114
- config.status: executing depfiles commands
115
- config.status: executing libtool commands
116
- ++ make install
117
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-png.lo -MD -MP -MF .deps/libpng14_la-png.Tpo -c -o libpng14_la-png.lo `test -f 'png.c' || echo './'`png.c
118
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-png.lo -MD -MP -MF .deps/libpng14_la-png.Tpo -c png.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-png.o
119
- mv -f .deps/libpng14_la-png.Tpo .deps/libpng14_la-png.Plo
120
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngset.lo -MD -MP -MF .deps/libpng14_la-pngset.Tpo -c -o libpng14_la-pngset.lo `test -f 'pngset.c' || echo './'`pngset.c
121
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngset.lo -MD -MP -MF .deps/libpng14_la-pngset.Tpo -c pngset.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngset.o
122
- mv -f .deps/libpng14_la-pngset.Tpo .deps/libpng14_la-pngset.Plo
123
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngget.lo -MD -MP -MF .deps/libpng14_la-pngget.Tpo -c -o libpng14_la-pngget.lo `test -f 'pngget.c' || echo './'`pngget.c
124
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngget.lo -MD -MP -MF .deps/libpng14_la-pngget.Tpo -c pngget.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngget.o
125
- mv -f .deps/libpng14_la-pngget.Tpo .deps/libpng14_la-pngget.Plo
126
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngrutil.lo -MD -MP -MF .deps/libpng14_la-pngrutil.Tpo -c -o libpng14_la-pngrutil.lo `test -f 'pngrutil.c' || echo './'`pngrutil.c
127
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngrutil.lo -MD -MP -MF .deps/libpng14_la-pngrutil.Tpo -c pngrutil.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngrutil.o
128
- mv -f .deps/libpng14_la-pngrutil.Tpo .deps/libpng14_la-pngrutil.Plo
129
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngtrans.lo -MD -MP -MF .deps/libpng14_la-pngtrans.Tpo -c -o libpng14_la-pngtrans.lo `test -f 'pngtrans.c' || echo './'`pngtrans.c
130
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngtrans.lo -MD -MP -MF .deps/libpng14_la-pngtrans.Tpo -c pngtrans.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngtrans.o
131
- mv -f .deps/libpng14_la-pngtrans.Tpo .deps/libpng14_la-pngtrans.Plo
132
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwutil.lo -MD -MP -MF .deps/libpng14_la-pngwutil.Tpo -c -o libpng14_la-pngwutil.lo `test -f 'pngwutil.c' || echo './'`pngwutil.c
133
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwutil.lo -MD -MP -MF .deps/libpng14_la-pngwutil.Tpo -c pngwutil.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngwutil.o
134
- mv -f .deps/libpng14_la-pngwutil.Tpo .deps/libpng14_la-pngwutil.Plo
135
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngread.lo -MD -MP -MF .deps/libpng14_la-pngread.Tpo -c -o libpng14_la-pngread.lo `test -f 'pngread.c' || echo './'`pngread.c
136
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngread.lo -MD -MP -MF .deps/libpng14_la-pngread.Tpo -c pngread.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngread.o
137
- mv -f .deps/libpng14_la-pngread.Tpo .deps/libpng14_la-pngread.Plo
138
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngrio.lo -MD -MP -MF .deps/libpng14_la-pngrio.Tpo -c -o libpng14_la-pngrio.lo `test -f 'pngrio.c' || echo './'`pngrio.c
139
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngrio.lo -MD -MP -MF .deps/libpng14_la-pngrio.Tpo -c pngrio.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngrio.o
140
- mv -f .deps/libpng14_la-pngrio.Tpo .deps/libpng14_la-pngrio.Plo
141
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwio.lo -MD -MP -MF .deps/libpng14_la-pngwio.Tpo -c -o libpng14_la-pngwio.lo `test -f 'pngwio.c' || echo './'`pngwio.c
142
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwio.lo -MD -MP -MF .deps/libpng14_la-pngwio.Tpo -c pngwio.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngwio.o
143
- mv -f .deps/libpng14_la-pngwio.Tpo .deps/libpng14_la-pngwio.Plo
144
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwrite.lo -MD -MP -MF .deps/libpng14_la-pngwrite.Tpo -c -o libpng14_la-pngwrite.lo `test -f 'pngwrite.c' || echo './'`pngwrite.c
145
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwrite.lo -MD -MP -MF .deps/libpng14_la-pngwrite.Tpo -c pngwrite.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngwrite.o
146
- mv -f .deps/libpng14_la-pngwrite.Tpo .deps/libpng14_la-pngwrite.Plo
147
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngrtran.lo -MD -MP -MF .deps/libpng14_la-pngrtran.Tpo -c -o libpng14_la-pngrtran.lo `test -f 'pngrtran.c' || echo './'`pngrtran.c
148
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngrtran.lo -MD -MP -MF .deps/libpng14_la-pngrtran.Tpo -c pngrtran.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngrtran.o
149
- mv -f .deps/libpng14_la-pngrtran.Tpo .deps/libpng14_la-pngrtran.Plo
150
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwtran.lo -MD -MP -MF .deps/libpng14_la-pngwtran.Tpo -c -o libpng14_la-pngwtran.lo `test -f 'pngwtran.c' || echo './'`pngwtran.c
151
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwtran.lo -MD -MP -MF .deps/libpng14_la-pngwtran.Tpo -c pngwtran.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngwtran.o
152
- mv -f .deps/libpng14_la-pngwtran.Tpo .deps/libpng14_la-pngwtran.Plo
153
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngmem.lo -MD -MP -MF .deps/libpng14_la-pngmem.Tpo -c -o libpng14_la-pngmem.lo `test -f 'pngmem.c' || echo './'`pngmem.c
154
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngmem.lo -MD -MP -MF .deps/libpng14_la-pngmem.Tpo -c pngmem.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngmem.o
155
- mv -f .deps/libpng14_la-pngmem.Tpo .deps/libpng14_la-pngmem.Plo
156
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngerror.lo -MD -MP -MF .deps/libpng14_la-pngerror.Tpo -c -o libpng14_la-pngerror.lo `test -f 'pngerror.c' || echo './'`pngerror.c
157
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngerror.lo -MD -MP -MF .deps/libpng14_la-pngerror.Tpo -c pngerror.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngerror.o
158
- mv -f .deps/libpng14_la-pngerror.Tpo .deps/libpng14_la-pngerror.Plo
159
- /bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngpread.lo -MD -MP -MF .deps/libpng14_la-pngpread.Tpo -c -o libpng14_la-pngpread.lo `test -f 'pngpread.c' || echo './'`pngpread.c
160
- libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngpread.lo -MD -MP -MF .deps/libpng14_la-pngpread.Tpo -c pngpread.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngpread.o
161
- mv -f .deps/libpng14_la-pngpread.Tpo .deps/libpng14_la-pngpread.Plo
162
- rm -f libpng.sym libpng.sym.new
163
- gcc -mtune=pentium3 -mthreads -mms-bitfields -E -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -DPNG_BUILDSYMS ./png.h | \
164
- /bin/sed -n -e \
165
- 's|^.*PNG_FUNCTION_EXPORT[ ]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p' \
166
- -e 's|^.*PNG_DATA_EXPORT[ ]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p' \
167
- >libpng.sym.new
168
- mv libpng.sym.new libpng.sym
169
- /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -no-undefined -export-dynamic -version-number 14:12:0 -export-symbols libpng.sym -L/devel/dist/win32/zlib-1.2.5-2/lib -Wl,--enable-auto-image-base -o libpng14.la -rpath /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib libpng14_la-png.lo libpng14_la-pngset.lo libpng14_la-pngget.lo libpng14_la-pngrutil.lo libpng14_la-pngtrans.lo libpng14_la-pngwutil.lo libpng14_la-pngread.lo libpng14_la-pngrio.lo libpng14_la-pngwio.lo libpng14_la-pngwrite.lo libpng14_la-pngrtran.lo libpng14_la-pngwtran.lo libpng14_la-pngmem.lo libpng14_la-pngerror.lo libpng14_la-pngpread.lo -lz
170
- libtool: link: /mingw/bin/nm .libs/libpng14_la-png.o .libs/libpng14_la-pngset.o .libs/libpng14_la-pngget.o .libs/libpng14_la-pngrutil.o .libs/libpng14_la-pngtrans.o .libs/libpng14_la-pngwutil.o .libs/libpng14_la-pngread.o .libs/libpng14_la-pngrio.o .libs/libpng14_la-pngwio.o .libs/libpng14_la-pngwrite.o .libs/libpng14_la-pngrtran.o .libs/libpng14_la-pngwtran.o .libs/libpng14_la-pngmem.o .libs/libpng14_la-pngerror.o .libs/libpng14_la-pngpread.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' | /bin/sed -e '/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/' | /bin/sed -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq > .libs/libpng14.exp
171
- libtool: link: if test "x`/bin/sed 1q .libs/libpng14.def`" = xEXPORTS; then cp .libs/libpng14.def .libs/libpng14-14.dll.def; else echo EXPORTS > .libs/libpng14-14.dll.def; cat .libs/libpng14.def >> .libs/libpng14-14.dll.def; fi
172
- libtool: link: gcc -mtune=pentium3 -mthreads -mms-bitfields -shared .libs/libpng14-14.dll.def .libs/libpng14_la-png.o .libs/libpng14_la-pngset.o .libs/libpng14_la-pngget.o .libs/libpng14_la-pngrutil.o .libs/libpng14_la-pngtrans.o .libs/libpng14_la-pngwutil.o .libs/libpng14_la-pngread.o .libs/libpng14_la-pngrio.o .libs/libpng14_la-pngwio.o .libs/libpng14_la-pngwrite.o .libs/libpng14_la-pngrtran.o .libs/libpng14_la-pngwtran.o .libs/libpng14_la-pngmem.o .libs/libpng14_la-pngerror.o .libs/libpng14_la-pngpread.o -L/devel/dist/win32/zlib-1.2.5-2/lib -lz -mtune=pentium3 -mthreads -mms-bitfields -Wl,--enable-auto-image-base -mthreads -o .libs/libpng14-14.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpng14.dll.a
173
- Creating library file: .libs/libpng14.dll.a
174
- libtool: link: rm -f .libs/libpng14.exp .libs/libpng14.filter
175
- libtool: link: ( cd ".libs" && rm -f "libpng14.la" && cp -p "../libpng14.la" "libpng14.la" )
176
- cp libpng.pc libpng14.pc
177
- make[1]: Entering directory `/devel/src/dependencies/libpng/libpng-1.4.12'
178
- test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/bin" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/bin"
179
- test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib"
180
- /bin/sh ./libtool --mode=install /bin/install -c libpng14.la '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib'
181
- libtool: install: /bin/install -c .libs/libpng14.dll.a /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/libpng14.dll.a
182
- libtool: install: base_file=`basename libpng14.la`
183
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpng14.la'i; echo libpng14-14.dll'`
184
- libtool: install: dldir=/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/`dirname ../bin/libpng14-14.dll`
185
- libtool: install: test -d /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin || mkdir -p /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin
186
- libtool: install: /bin/install -c .libs/libpng14-14.dll /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin/libpng14-14.dll
187
- libtool: install: chmod a+x /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin/libpng14-14.dll
188
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin/libpng14-14.dll' || exit 0; fi
189
- libtool: install: /bin/install -c .libs/libpng14.lai /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/libpng14.la
190
- ----------------------------------------------------------------------
191
- Libraries have been installed in:
192
- /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib
193
-
194
- If you ever happen to want to link against installed libraries
195
- in a given directory, LIBDIR, you must either use libtool, and
196
- specify the full pathname of the library, or use the `-LLIBDIR'
197
- flag during linking and do at least one of the following:
198
- - add LIBDIR to the `PATH' environment variable
199
- during execution
200
- - add LIBDIR to the `LD_RUN_PATH' environment variable
201
- during linking
202
- - use the `-LLIBDIR' linker flag
203
-
204
- See any operating system documentation about shared libraries for
205
- more information, such as the ld(1) and ld.so(8) manual pages.
206
- ----------------------------------------------------------------------
207
- make install-exec-hook
208
- make[2]: Entering directory `/devel/src/dependencies/libpng/libpng-1.4.12'
209
- cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/bin; rm -f libpng-config
210
- cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/bin; cp -p libpng14-config libpng-config
211
- cp: cannot stat `libpng14-config': No such file or directory
212
- make[2]: [install-exec-hook] Error 1 (ignored)
213
- + cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib
214
- + for ext in a la so so.14.12 sl dylib dll.a
215
- + rm -f libpng.a
216
- + test -f libpng14.a
217
- + for ext in a la so so.14.12 sl dylib dll.a
218
- + rm -f libpng.la
219
- + test -f libpng14.la
220
- + cp -p libpng14.la libpng.la
221
- + for ext in a la so so.14.12 sl dylib dll.a
222
- + rm -f libpng.so
223
- + test -f libpng14.so
224
- + for ext in a la so so.14.12 sl dylib dll.a
225
- + rm -f libpng.so.14.12
226
- + test -f libpng14.so.14.12
227
- + for ext in a la so so.14.12 sl dylib dll.a
228
- + rm -f libpng.sl
229
- + test -f libpng14.sl
230
- + for ext in a la so so.14.12 sl dylib dll.a
231
- + rm -f libpng.dylib
232
- + test -f libpng14.dylib
233
- + for ext in a la so so.14.12 sl dylib dll.a
234
- + rm -f libpng.dll.a
235
- + test -f libpng14.dll.a
236
- + cp -p libpng14.dll.a libpng.dll.a
237
- make[2]: Leaving directory `/devel/src/dependencies/libpng/libpng-1.4.12'
238
- test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man3" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man3"
239
- /bin/install -c -m 644 libpng.3 libpngpf.3 '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man3'
240
- test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man5" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man5"
241
- /bin/install -c -m 644 png.5 '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man5'
242
- test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig"
243
- /bin/install -c -m 644 libpng14.pc '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig'
244
- test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/include/libpng14" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/include/libpng14"
245
- /bin/install -c -m 644 png.h pngconf.h '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/include/libpng14'
246
- make install-data-hook
247
- make[2]: Entering directory `/devel/src/dependencies/libpng/libpng-1.4.12'
248
- cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/include; rm -f png.h pngconf.h
249
- cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/include; cp -p libpng14/png.h png.h
250
- cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/include; cp -p libpng14/pngconf.h \
251
- pngconf.h
252
- cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig; rm -f libpng.pc
253
- cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig; cp -p libpng14.pc libpng.pc
254
- make[2]: Leaving directory `/devel/src/dependencies/libpng/libpng-1.4.12'
255
- make[1]: Leaving directory `/devel/src/dependencies/libpng/libpng-1.4.12'
256
- ++ rm -f /tmp/libpng_1.4.12-1_win32.zip /tmp/libpng-dev_1.4.12-1_win32.zip
257
- ++ cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a
258
- ++ zip /tmp/libpng_1.4.12-1_win32.zip bin/libpng14-14.dll
259
- adding: bin/libpng14-14.dll (deflated 54%)
260
- ++ zip -r -D /tmp/libpng-dev_1.4.12-1_win32.zip include
261
- adding: include/libpng14/png.h (deflated 77%)
262
- adding: include/libpng14/pngconf.h (deflated 73%)
263
- adding: include/png.h (deflated 77%)
264
- adding: include/pngconf.h (deflated 73%)
265
- ++ zip /tmp/libpng-dev_1.4.12-1_win32.zip lib/libpng14.dll.a
266
- adding: lib/libpng14.dll.a (deflated 93%)
267
- ++ pexports bin/libpng14-14.dll
268
- ++ lib -machine:X86 -def:lib/libpng.def -name:libpng14-14.dll -out:lib/libpng.lib
269
- Microsoft (R) Library Manager Version 8.00.40310.39
270
- Copyright (C) Microsoft Corporation. All rights reserved.
271
-
272
- Creating library lib/libpng.lib and object lib/libpng.exp
273
- ++ zip /tmp/libpng-dev_1.4.12-1_win32.zip lib/libpng.def lib/libpng.lib
274
- adding: lib/libpng.def (deflated 71%)
275
- adding: lib/libpng.lib (deflated 86%)
276
- ++ zip /tmp/libpng-dev_1.4.12-1_win32.zip lib/pkgconfig/libpng.pc lib/pkgconfig/libpng14.pc
277
- adding: lib/pkgconfig/libpng.pc (deflated 29%)
278
- adding: lib/pkgconfig/libpng14.pc (deflated 29%)
279
- ++ zip -r -D /tmp/libpng-dev_1.4.12-1_win32.zip share/man
280
- adding: share/man/man3/libpng.3 (deflated 72%)
281
- adding: share/man/man3/libpngpf.3 (deflated 87%)
282
- adding: share/man/man5/png.5 (deflated 53%)
283
- ++ :
@@ -1,71 +0,0 @@
1
- # This is a shell script that calls functions and scripts from
2
- # tml@iki.fi's personal work environment. It is not expected to be
3
- # usable unmodified by others, and is included only for reference.
4
-
5
- MOD=libpng
6
- VER=1.4.12
7
- REV=1
8
- ARCH=win32
9
-
10
- THIS=${MOD}_${VER}-${REV}_${ARCH}
11
-
12
- RUNZIP=${THIS}.zip
13
- DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
14
-
15
- HEX=`echo $THIS | md5sum | cut -d' ' -f1`
16
- TARGET=/devel/target/$HEX
17
-
18
- ZLIB=`latest --arch=${ARCH} zlib`
19
-
20
- usedev
21
- usewinsdk52
22
-
23
- (
24
-
25
- set -x
26
-
27
- # Avoid the silly "relink" stuff in libtool
28
- sed -e 's/need_relink=yes/need_relink=no # no way --tml/' <ltmain.sh >ltmain.temp && mv ltmain.temp ltmain.sh
29
-
30
- # Avoid using ld --version-script, doesn't seem to work?
31
- sed -e 's/grep version-script/grep no-thanks-version-script/' <configure > configure.temp && mv configure.temp configure
32
-
33
- patch --verbose -p0 <<'EOF' &&
34
- --- Makefile.in 2012-09-11 21:31:21 +0200
35
- +++ Makefile.in 2012-09-11 21:31:25 +0200
36
- @@ -1242,7 +1242,7 @@ install-data-hook:
37
- # do evil things to libpng to cause libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ to be used
38
- install-exec-hook:
39
- cd $(DESTDIR)$(bindir); rm -f libpng-config
40
- - cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
41
- + -cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
42
- @set -x;\
43
- cd $(DESTDIR)$(libdir);\
44
- for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib dll.a; do\
45
- EOF
46
-
47
- lt_cv_deplibs_check_method='pass_all' CC='gcc -mtune=pentium3 -mthreads -mms-bitfields' CPPFLAGS="-I /devel/dist/${ARCH}/${ZLIB}/include" LDFLAGS="-L/devel/dist/${ARCH}/${ZLIB}/lib -Wl,--enable-auto-image-base" CFLAGS=-O2 ./configure --disable-static --without-binconfigs --prefix=$TARGET &&
48
- make install &&
49
-
50
- rm -f /tmp/$RUNZIP /tmp/$DEVZIP &&
51
-
52
- (cd /devel/target/$HEX &&
53
- zip /tmp/$RUNZIP bin/libpng14-14.dll &&
54
- zip -r -D /tmp/$DEVZIP include &&
55
- zip /tmp/$DEVZIP lib/libpng14.dll.a &&
56
- pexports bin/libpng14-14.dll >lib/libpng.def &&
57
- lib -machine:X86 -def:lib/libpng.def -name:libpng14-14.dll -out:lib/libpng.lib &&
58
- zip /tmp/$DEVZIP lib/libpng.def lib/libpng.lib &&
59
- zip /tmp/$DEVZIP lib/pkgconfig/libpng*.pc &&
60
- zip -r -D /tmp/$DEVZIP share/man &&
61
-
62
- :
63
-
64
- )
65
-
66
- ) 2>&1 | tee /devel/src/dieterv/packaging/$THIS.log &&
67
-
68
- (cd /devel && zip /tmp/$DEVZIP src/dieterv/packaging/$THIS.{sh,log}) &&
69
- manifestify /tmp/$RUNZIP /tmp/$DEVZIP &&
70
-
71
- :
@@ -1,999 +0,0 @@
1
- +++ latest --arch=win32 expat
2
- ++ EXPAT=expat-2.0.1-1
3
- +++ latest --arch=win32 freetype
4
- ++ FREETYPE=freetype-2.3.11-1
5
- ++ sed -e 's/need_relink=yes/need_relink=no # no way --tml/'
6
- ++ mv ltmain.temp ltmain.sh
7
- ++ patch -p0
8
- patching file src/Makefile.in
9
- Hunk #1 succeeded at 688 (offset 68 lines).
10
- ++ lt_cv_deplibs_check_method=pass_all
11
- ++ CC='gcc -mthreads'
12
- ++ LDFLAGS=-Wl,--enable-auto-image-base
13
- ++ CFLAGS=-O2
14
- ++ ./configure --with-expat=/devel/dist/win32/expat-2.0.1-1 --with-freetype-config=/devel/dist/win32/freetype-2.3.11-1/bin/freetype-config --prefix=c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4 --with-confdir=c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts --disable-static
15
- checking for a BSD-compatible install... /opt/local/bin/install -c
16
- checking whether build environment is sane... yes
17
- checking for a thread-safe mkdir -p... /bin/mkdir -p
18
- checking for gawk... gawk
19
- checking whether make sets $(MAKE)... yes
20
- checking whether to enable maintainer-specific portions of Makefiles... no
21
- checking for gcc... gcc -mthreads
22
- checking for C compiler default output file name... a.exe
23
- checking whether the C compiler works... yes
24
- checking whether we are cross compiling... no
25
- checking for suffix of executables... .exe
26
- checking for suffix of object files... o
27
- checking whether we are using the GNU C compiler... yes
28
- checking whether gcc -mthreads accepts -g... yes
29
- checking for gcc -mthreads option to accept ISO C89... none needed
30
- checking for style of include used by make... GNU
31
- checking dependency style of gcc -mthreads... gcc3
32
- checking for a BSD-compatible install... /opt/local/bin/install -c
33
- checking whether ln -s works... yes
34
- checking build system type... i686-pc-mingw32
35
- checking host system type... i686-pc-mingw32
36
- checking for as... as
37
- checking for dlltool... dlltool
38
- checking for objdump... objdump
39
- checking for a sed that does not truncate output... /bin/sed
40
- checking for grep that handles long lines and -e... /bin/grep
41
- checking for egrep... /bin/grep -E
42
- checking for fgrep... /bin/grep -F
43
- checking for ld used by gcc -mthreads... c:/opt/mingw/mingw32/bin/ld.exe
44
- checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
45
- checking for BSD- or MS-compatible name lister (nm)... /opt/mingw/bin/nm
46
- checking the name lister (/opt/mingw/bin/nm) interface... BSD nm
47
- checking the maximum length of command line arguments... 8192
48
- checking whether the shell understands some XSI constructs... yes
49
- checking whether the shell understands "+="... yes
50
- checking for c:/opt/mingw/mingw32/bin/ld.exe option to reload object files... -r
51
- checking for objdump... (cached) objdump
52
- checking how to recognize dependent libraries... (cached) pass_all
53
- checking for ar... ar
54
- checking for strip... strip
55
- checking for ranlib... ranlib
56
- checking command to parse /opt/mingw/bin/nm output from gcc -mthreads object... ok
57
- checking how to run the C preprocessor... gcc -mthreads -E
58
- checking for ANSI C header files... yes
59
- checking for sys/types.h... yes
60
- checking for sys/stat.h... yes
61
- checking for stdlib.h... yes
62
- checking for string.h... yes
63
- checking for memory.h... yes
64
- checking for strings.h... yes
65
- checking for inttypes.h... yes
66
- checking for stdint.h... yes
67
- checking for unistd.h... yes
68
- checking for dlfcn.h... no
69
- checking for objdir... .libs
70
- checking if gcc -mthreads supports -fno-rtti -fno-exceptions... no
71
- checking for gcc -mthreads option to produce PIC... -DDLL_EXPORT -DPIC
72
- checking if gcc -mthreads PIC flag -DDLL_EXPORT -DPIC works... yes
73
- checking if gcc -mthreads static flag -static works... yes
74
- checking if gcc -mthreads supports -c -o file.o... yes
75
- checking if gcc -mthreads supports -c -o file.o... (cached) yes
76
- checking whether the gcc -mthreads linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
77
- checking whether -lc should be explicitly linked in... yes
78
- checking dynamic linker characteristics... Win32 ld.exe
79
- checking how to hardcode library paths into programs... immediate
80
- checking whether stripping libraries is possible... yes
81
- checking if libtool supports shared libraries... yes
82
- checking whether to build shared libraries... yes
83
- checking whether to build static libraries... no
84
- checking for bash... /bin/bash
85
- checking if dolt supports this host... no, falling back to libtool
86
- checking whether make sets $(MAKE)... (cached) yes
87
- checking for lib.exe... yes
88
- checking for a C compiler for build tools... gcc -mthreads
89
- checking for suffix of executable build tools... .exe
90
- checking for dirent.h that defines DIR... yes
91
- checking for library containing opendir... none required
92
- checking for ANSI C header files... (cached) yes
93
- checking fcntl.h usability... yes
94
- checking fcntl.h presence... yes
95
- checking for fcntl.h... yes
96
- checking for stdlib.h... (cached) yes
97
- checking for string.h... (cached) yes
98
- checking for unistd.h... (cached) yes
99
- checking for an ANSI C-conforming const... yes
100
- checking for inline... inline
101
- checking for pid_t... yes
102
- checking for vprintf... yes
103
- checking for _doprnt... no
104
- checking for stdlib.h... (cached) yes
105
- checking for unistd.h... (cached) yes
106
- checking for getpagesize... yes
107
- checking for working mmap... no
108
- checking for geteuid... no
109
- checking for getuid... no
110
- checking for link... no
111
- checking for memmove... yes
112
- checking for memset... yes
113
- checking for mkstemp... no
114
- checking for strchr... yes
115
- checking for strrchr... yes
116
- checking for strtol... yes
117
- checking for getopt... yes
118
- checking for getopt_long... yes
119
- checking for sysconf... no
120
- checking for ftruncate... yes
121
- checking for chsize... yes
122
- checking for rand... yes
123
- checking for random... no
124
- checking for lrand48... no
125
- checking for a usable iconv... no
126
- checking for FT_Get_Next_Char... yes
127
- checking for FT_Get_BDF_Property... yes
128
- checking for FT_Get_PS_Font_Info... yes
129
- checking for FT_Has_PS_Glyph_Names... yes
130
- checking for FT_Get_X11_Font_Format... yes
131
- checking for FT_Select_Size... yes
132
- checking for FT_Bitmap_Size.y_ppem... yes
133
- checking expat.h usability... yes
134
- checking expat.h presence... yes
135
- checking for expat.h... yes
136
- checking for XML_SetDoctypeDeclHandler... yes
137
- checking for pkg-config... /opt/misc/bin/pkg-config
138
- checking pkg-config is at least version 0.9.0... yes
139
- checking for docbook2html... no
140
- DOCMAN3 FcAtomicCreate.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicDeleteNew.3 FcAtomicUnlock.3 FcAtomicDestroy.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksAdd.3 FcBlanksIsMember.3 FcCacheDir.3 FcCacheCopySet.3 FcCacheSubdir.3 FcCacheNumSubdir.3 FcCacheNumFont.3 FcCharSetCreate.3 FcCharSetDestroy.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetEqual.3 FcCharSetIntersect.3 FcCharSetUnion.3 FcCharSetSubtract.3 FcCharSetMerge.3 FcCharSetHasChar.3 FcCharSetCount.3 FcCharSetIntersectCount.3 FcCharSetSubtractCount.3 FcCharSetIsSubset.3 FcCharSetFirstPage.3 FcCharSetNextPage.3 FcCharSetCoverage.3 FcCharSetNew.3 FcConfigCreate.3 FcConfigReference.3 FcConfigDestroy.3 FcConfigSetCurrent.3 FcConfigGetCurrent.3 FcConfigUptoDate.3 FcConfigHome.3 FcConfigEnableHome.3 FcConfigBuildFonts.3 FcConfigGetConfigDirs.3 FcConfigGetFontDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 FcConfigGetFonts.3 FcConfigGetBlanks.3 FcConfigGetRescanInterval.3 FcConfigSetRescanInterval.3 FcConfigAppFontAddFile.3 FcConfigAppFontAddDir.3 FcConfigAppFontClear.3 FcConfigSubstituteWithPat.3 FcConfigSubstitute.3 FcFontMatch.3 FcFontSort.3 FcFontRenderPrepare.3 FcFontList.3 FcConfigFilename.3 FcConfigParseAndLoad.3 FcNameRegisterConstants.3 FcNameUnregisterConstants.3 FcNameGetConstant.3 FcNameConstant.3 FcDirCacheUnlink.3 FcDirCacheValid.3 FcDirCacheLoad.3 FcDirCacheRead.3 FcDirCacheLoadFile.3 FcDirCacheUnload.3 FcFileScan.3 FcFileIsDir.3 FcDirScan.3 FcDirSave.3 FcFontSetCreate.3 FcFontSetDestroy.3 FcFontSetAdd.3 FcFontSetList.3 FcFontSetMatch.3 FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 FcPatternFormat.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 FcFreeTypeQueryFace.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInit.3 FcFini.3 FcGetVersion.3 FcInitReinitialize.3 FcInitBringUptoDate.3 FcLangSetCreate.3 FcLangSetDestroy.3 FcLangSetCopy.3 FcLangSetAdd.3 FcLangSetCompare.3 FcLangSetContains.3 FcLangSetEqual.3 FcLangSetHash.3 FcLangSetHasLang.3 FcLangSetGetLangs.3 FcGetLangs.3 FcLangGetCharSet.3 FcMatrixInit.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcObjectSetCreate.3 FcObjectSetAdd.3 FcObjectSetDestroy.3 FcObjectSetBuild.3 FcNameRegisterObjectTypes.3 FcNameUnregisterObjectTypes.3 FcNameGetObjectType.3 FcPatternCreate.3 FcPatternDuplicate.3 FcPatternReference.3 FcPatternDestroy.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 FcPatternHash.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternAdd-Type.3 FcPatternGet.3 FcPatternGet-Type.3 FcPatternBuild.3 FcPatternDel.3 FcPatternRemove.3 FcPatternPrint.3 FcDefaultSubstitute.3 FcNameParse.3 FcNameUnparse.3 FcUtf8ToUcs4.3 FcUcs4ToUtf8.3 FcUtf8Len.3 FcUtf16ToUcs4.3 FcUtf16Len.3 FcIsLower.3 FcIsUpper.3 FcToLower.3 FcStrCopy.3 FcStrDowncase.3 FcStrCopyFilename.3 FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrStr.3 FcStrStrIgnoreCase.3 FcStrPlus.3 FcStrFree.3 FcStrDirname.3 FcStrBasename.3 FcStrSetCreate.3 FcStrSetMember.3 FcStrSetEqual.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrListCreate.3 FcStrListNext.3 FcStrListDone.3 FcValueDestroy.3 FcValueSave.3 FcValuePrint.3 FcValueEqual.3
141
- configure: creating ./config.status
142
- config.status: creating Makefile
143
- config.status: creating fontconfig/Makefile
144
- config.status: creating fc-lang/Makefile
145
- config.status: creating fc-glyphname/Makefile
146
- config.status: creating fc-case/Makefile
147
- config.status: creating fc-arch/Makefile
148
- config.status: creating src/Makefile
149
- config.status: creating conf.d/Makefile
150
- config.status: creating fc-cache/Makefile
151
- config.status: creating fc-cat/Makefile
152
- config.status: creating fc-list/Makefile
153
- config.status: creating fc-match/Makefile
154
- config.status: creating fc-query/Makefile
155
- config.status: creating fc-scan/Makefile
156
- config.status: creating doc/Makefile
157
- config.status: creating doc/version.sgml
158
- config.status: creating test/Makefile
159
- config.status: creating fontconfig.spec
160
- config.status: creating fontconfig.pc
161
- config.status: creating fontconfig-zip
162
- config.status: creating config.h
163
- config.status: executing depfiles commands
164
- config.status: executing libtool commands
165
- ++ PATH=/devel/dist/win32/expat-2.0.1-1/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/devel/target/stable/bin:/opt/misc/bin:/opt/gnu/bin:/opt/pthread/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/opt/ikvm/bin:/opt/ant/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/opt/sysinternals/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:.
166
- ++ make install
167
- Making install in fontconfig
168
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fontconfig'
169
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fontconfig'
170
- make[2]: Nothing to be done for `install-exec-am'.
171
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/include/fontconfig" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/include/fontconfig"
172
- /opt/local/bin/install -c -m 644 fontconfig.h fcfreetype.h fcprivate.h 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/include/fontconfig'
173
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fontconfig'
174
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fontconfig'
175
- Making install in fc-case
176
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-case'
177
- touch fcalias.h fcaliastail.h
178
- make install-am
179
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-case'
180
- CC fc-case.o
181
- CCLD fc-case.exe
182
- GEN fccase.h
183
- make[3]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-case'
184
- make[3]: Nothing to be done for `install-exec-am'.
185
- make[3]: Nothing to be done for `install-data-am'.
186
- make[3]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-case'
187
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-case'
188
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-case'
189
- Making install in fc-lang
190
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-lang'
191
- touch fcalias.h fcaliastail.h
192
- CC fc-lang.o
193
- In file included from fc-lang.c:26:
194
- ../src/fcstr.c: In function 'FcStrCanonFilename':
195
- ../src/fcstr.c:1002: warning: pointer targets in passing argument 1 of 'GetFullPathNameA' differ in signedness
196
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1468: note: expected 'LPCSTR' but argument is of type 'const FcChar8 *'
197
- ../src/fcstr.c:1002: warning: pointer targets in passing argument 3 of 'GetFullPathNameA' differ in signedness
198
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1468: note: expected 'LPSTR' but argument is of type 'FcChar8 *'
199
- ../src/fcstr.c:1007: warning: pointer targets in passing argument 1 of 'FcConvertDosPath' differ in signedness
200
- ../src/fcstr.c:963: note: expected 'char *' but argument is of type 'FcChar8 *'
201
- fc-lang.c: In function 'scan':
202
- fc-lang.c:152: warning: assignment discards qualifiers from pointer target type
203
- fc-lang.c:180: warning: assignment discards qualifiers from pointer target type
204
- fc-lang.c: In function 'compare':
205
- fc-lang.c:235: warning: pointer targets in passing argument 1 of 'FcStrCmpIgnoreCase' differ in signedness
206
- ../src/fcstr.c:212: note: expected 'const FcChar8 *' but argument is of type 'char * const'
207
- fc-lang.c:235: warning: pointer targets in passing argument 2 of 'FcStrCmpIgnoreCase' differ in signedness
208
- ../src/fcstr.c:212: note: expected 'const FcChar8 *' but argument is of type 'char * const'
209
- CCLD fc-lang.exe
210
- GEN fclang.h
211
- make install-am
212
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-lang'
213
- make[3]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-lang'
214
- make[3]: Nothing to be done for `install-exec-am'.
215
- make[3]: Nothing to be done for `install-data-am'.
216
- make[3]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-lang'
217
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-lang'
218
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-lang'
219
- Making install in fc-glyphname
220
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-glyphname'
221
- touch fcalias.h fcaliastail.h
222
- CC fc-glyphname.o
223
- CCLD fc-glyphname.exe
224
- GEN fcglyphname.h
225
- make install-am
226
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-glyphname'
227
- make[3]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-glyphname'
228
- make[3]: Nothing to be done for `install-exec-am'.
229
- make[3]: Nothing to be done for `install-data-am'.
230
- make[3]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-glyphname'
231
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-glyphname'
232
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-glyphname'
233
- Making install in fc-arch
234
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-arch'
235
- touch fcalias.h fcaliastail.h
236
- CC fc-arch.o
237
- CCLD fc-arch.exe
238
- GEN fcarch.h
239
- make install-am
240
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-arch'
241
- make[3]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-arch'
242
- make[3]: Nothing to be done for `install-exec-am'.
243
- make[3]: Nothing to be done for `install-data-am'.
244
- make[3]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-arch'
245
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-arch'
246
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-arch'
247
- Making install in src
248
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/src'
249
- sh ../src/makealias "../src" fcalias.h fcaliastail.h ../fontconfig/fontconfig.h ../src/fcdeprecate.h ../fontconfig/fcprivate.h
250
- sh ../src/makealias "../src" fcftalias.h fcftaliastail.h ../fontconfig/fcfreetype.h
251
- make install-am
252
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/src'
253
- CC fcatomic.lo
254
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcatomic.lo -MD -MP -MF .deps/fcatomic.Tpo -c fcatomic.c -DDLL_EXPORT -DPIC -o .libs/fcatomic.o
255
- fcatomic.c: In function 'FcAtomicLock':
256
- fcatomic.c:103: warning: unused variable 'f'
257
- fcatomic.c:102: warning: unused variable 'fd'
258
- fcatomic.c: In function 'FcAtomicReplaceOrig':
259
- fcatomic.c:181: warning: pointer targets in passing argument 1 of 'unlink' differ in signedness
260
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/io.h:306: note: expected 'const char *' but argument is of type 'FcChar8 *'
261
- CC fcblanks.lo
262
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcblanks.lo -MD -MP -MF .deps/fcblanks.Tpo -c fcblanks.c -DDLL_EXPORT -DPIC -o .libs/fcblanks.o
263
- CC fccache.lo
264
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fccache.lo -MD -MP -MF .deps/fccache.Tpo -c fccache.c -DDLL_EXPORT -DPIC -o .libs/fccache.o
265
- fccache.c: In function 'FcStat':
266
- fccache.c:110: warning: pointer targets in passing argument 1 of 'FcStringHash' differ in signedness
267
- fcint.h:953: note: expected 'const FcChar8 *' but argument is of type 'char *'
268
- fccache.c: In function 'FcDirCacheOpenFile':
269
- fccache.c:202: warning: pointer targets in passing argument 1 of 'FcStat' differ in signedness
270
- fccache.c:89: note: expected 'const char *' but argument is of type 'const FcChar8 *'
271
- fccache.c: In function 'FcDirCacheWrite':
272
- fccache.c:943: warning: pointer targets in passing argument 1 of 'FcStat' differ in signedness
273
- fccache.c:89: note: expected 'const char *' but argument is of type 'FcChar8 *'
274
- CC fccfg.lo
275
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fccfg.lo -MD -MP -MF .deps/fccfg.Tpo -c fccfg.c -DDLL_EXPORT -DPIC -o .libs/fccfg.o
276
- fccfg.c:1598: warning: no previous prototype for 'DllMain'
277
- fccfg.c: In function 'DllMain':
278
- fccfg.c:1607: warning: pointer targets in passing argument 2 of 'GetModuleFileNameA' differ in signedness
279
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1483: note: expected 'LPSTR' but argument is of type 'FcChar8 *'
280
- fccfg.c:1615: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
281
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:54: note: expected 'const char *' but argument is of type 'FcChar8 *'
282
- fccfg.c:1615: warning: pointer targets in assignment differ in signedness
283
- fccfg.c:1619: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
284
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:54: note: expected 'const char *' but argument is of type 'FcChar8 *'
285
- fccfg.c:1619: warning: pointer targets in assignment differ in signedness
286
- fccfg.c:1620: warning: pointer targets in passing argument 2 of 'FcStrCmpIgnoreCase' differ in signedness
287
- ../fontconfig/fontconfig.h:865: note: expected 'const FcChar8 *' but argument is of type 'char *'
288
- fccfg.c:1621: warning: pointer targets in passing argument 2 of 'FcStrCmpIgnoreCase' differ in signedness
289
- ../fontconfig/fontconfig.h:865: note: expected 'const FcChar8 *' but argument is of type 'char *'
290
- fccfg.c:1623: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
291
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:41: note: expected 'char *' but argument is of type 'FcChar8 *'
292
- fccfg.c: In function 'FcConfigGetPath':
293
- fccfg.c:1728: warning: pointer targets in passing argument 2 of 'GetModuleFileNameA' differ in signedness
294
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1483: note: expected 'LPSTR' but argument is of type 'FcChar8 *'
295
- fccfg.c:1730: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
296
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:54: note: expected 'const char *' but argument is of type 'FcChar8 *'
297
- fccfg.c:1732: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
298
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:41: note: expected 'char *' but argument is of type 'FcChar8 *'
299
- CC fccharset.lo
300
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fccharset.lo -MD -MP -MF .deps/fccharset.Tpo -c fccharset.c -DDLL_EXPORT -DPIC -o .libs/fccharset.o
301
- CC fcdbg.lo
302
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcdbg.lo -MD -MP -MF .deps/fcdbg.Tpo -c fcdbg.c -DDLL_EXPORT -DPIC -o .libs/fcdbg.o
303
- CC fcdefault.lo
304
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcdefault.lo -MD -MP -MF .deps/fcdefault.Tpo -c fcdefault.c -DDLL_EXPORT -DPIC -o .libs/fcdefault.o
305
- CC fcdir.lo
306
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcdir.lo -MD -MP -MF .deps/fcdir.Tpo -c fcdir.c -DDLL_EXPORT -DPIC -o .libs/fcdir.o
307
- CC fcformat.lo
308
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcformat.lo -MD -MP -MF .deps/fcformat.Tpo -c fcformat.c -DDLL_EXPORT -DPIC -o .libs/fcformat.o
309
- CC fcfreetype.lo
310
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcfreetype.lo -MD -MP -MF .deps/fcfreetype.Tpo -c fcfreetype.c -DDLL_EXPORT -DPIC -o .libs/fcfreetype.o
311
- CC fcfs.lo
312
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcfs.lo -MD -MP -MF .deps/fcfs.Tpo -c fcfs.c -DDLL_EXPORT -DPIC -o .libs/fcfs.o
313
- CC fcinit.lo
314
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcinit.lo -MD -MP -MF .deps/fcinit.Tpo -c fcinit.c -DDLL_EXPORT -DPIC -o .libs/fcinit.o
315
- CC fclang.lo
316
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fclang.lo -MD -MP -MF .deps/fclang.Tpo -c fclang.c -DDLL_EXPORT -DPIC -o .libs/fclang.o
317
- CC fclist.lo
318
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fclist.lo -MD -MP -MF .deps/fclist.Tpo -c fclist.c -DDLL_EXPORT -DPIC -o .libs/fclist.o
319
- CC fcmatch.lo
320
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcmatch.lo -MD -MP -MF .deps/fcmatch.Tpo -c fcmatch.c -DDLL_EXPORT -DPIC -o .libs/fcmatch.o
321
- CC fcmatrix.lo
322
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcmatrix.lo -MD -MP -MF .deps/fcmatrix.Tpo -c fcmatrix.c -DDLL_EXPORT -DPIC -o .libs/fcmatrix.o
323
- CC fcname.lo
324
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcname.lo -MD -MP -MF .deps/fcname.Tpo -c fcname.c -DDLL_EXPORT -DPIC -o .libs/fcname.o
325
- CC fcpat.lo
326
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcpat.lo -MD -MP -MF .deps/fcpat.Tpo -c fcpat.c -DDLL_EXPORT -DPIC -o .libs/fcpat.o
327
- CC fcserialize.lo
328
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcserialize.lo -MD -MP -MF .deps/fcserialize.Tpo -c fcserialize.c -DDLL_EXPORT -DPIC -o .libs/fcserialize.o
329
- CC fcstr.lo
330
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcstr.lo -MD -MP -MF .deps/fcstr.Tpo -c fcstr.c -DDLL_EXPORT -DPIC -o .libs/fcstr.o
331
- fcstr.c: In function 'FcStrCanonFilename':
332
- fcstr.c:1002: warning: pointer targets in passing argument 1 of 'GetFullPathNameA' differ in signedness
333
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1468: note: expected 'LPCSTR' but argument is of type 'const FcChar8 *'
334
- fcstr.c:1002: warning: pointer targets in passing argument 3 of 'GetFullPathNameA' differ in signedness
335
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1468: note: expected 'LPSTR' but argument is of type 'FcChar8 *'
336
- fcstr.c:1007: warning: pointer targets in passing argument 1 of 'FcConvertDosPath' differ in signedness
337
- fcstr.c:963: note: expected 'char *' but argument is of type 'FcChar8 *'
338
- CC fcxml.lo
339
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT fcxml.lo -MD -MP -MF .deps/fcxml.Tpo -c fcxml.c -DDLL_EXPORT -DPIC -o .libs/fcxml.o
340
- fcxml.c: In function 'FcExprCreateString':
341
- fcxml.c:107: warning: assignment discards qualifiers from pointer target type
342
- fcxml.c: In function 'FcExprCreateConst':
343
- fcxml.c:155: warning: assignment discards qualifiers from pointer target type
344
- fcxml.c: In function 'FcEndElement':
345
- fcxml.c:2042: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
346
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:43: note: expected 'const char *' but argument is of type 'FcChar8 *'
347
- fcxml.c:2046: warning: pointer targets in passing argument 2 of 'GetModuleFileNameA' differ in signedness
348
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1483: note: expected 'LPSTR' but argument is of type 'FcChar8 *'
349
- fcxml.c:2057: warning: pointer targets in assignment differ in signedness
350
- fcxml.c:2059: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
351
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:41: note: expected 'char *' but argument is of type 'FcChar8 *'
352
- fcxml.c:2061: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
353
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:43: note: expected 'const char *' but argument is of type 'FcChar8 *'
354
- fcxml.c:2065: warning: pointer targets in passing argument 2 of 'GetModuleFileNameA' differ in signedness
355
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1483: note: expected 'LPSTR' but argument is of type 'FcChar8 *'
356
- fcxml.c:2070: warning: pointer targets in assignment differ in signedness
357
- fcxml.c:2072: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
358
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:41: note: expected 'char *' but argument is of type 'FcChar8 *'
359
- fcxml.c:2074: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
360
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:43: note: expected 'const char *' but argument is of type 'FcChar8 *'
361
- fcxml.c:2079: warning: pointer targets in passing argument 1 of 'GetSystemWindowsDirectoryA' differ in signedness
362
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1573: note: expected 'LPSTR' but argument is of type 'FcChar8 *'
363
- fcxml.c:2088: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
364
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:49: note: expected 'const char *' but argument is of type 'FcChar8 *'
365
- fcxml.c:2089: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
366
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:41: note: expected 'char *' but argument is of type 'FcChar8 *'
367
- fcxml.c:2090: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
368
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:41: note: expected 'char *' but argument is of type 'FcChar8 *'
369
- fcxml.c:2110: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
370
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:43: note: expected 'const char *' but argument is of type 'FcChar8 *'
371
- fcxml.c:2121: warning: pointer targets in passing argument 2 of 'GetTempPathA' differ in signedness
372
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/winbase.h:1585: note: expected 'LPSTR' but argument is of type 'FcChar8 *'
373
- fcxml.c:2128: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
374
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:49: note: expected 'const char *' but argument is of type 'FcChar8 *'
375
- fcxml.c:2129: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
376
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:41: note: expected 'char *' but argument is of type 'FcChar8 *'
377
- fcxml.c:2130: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
378
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.4.0/../../../../include/string.h:41: note: expected 'char *' but argument is of type 'FcChar8 *'
379
- CC ftglue.lo
380
- libtool: compile: gcc -mthreads -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/devel/dist/win32/freetype-2.3.11-1/bin/../include/freetype2 -I/devel/dist/win32/freetype-2.3.11-1/bin/../include -I/devel/dist/win32/expat-2.0.1-1/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"WINDOWSTEMPDIR_FONTCONFIG_CACHE\" -DFONTCONFIG_PATH=\"c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts\" -O2 -MT ftglue.lo -MD -MP -MF .deps/ftglue.Tpo -c ftglue.c -DDLL_EXPORT -DPIC -o .libs/ftglue.o
381
- echo Generating fontconfig.def
382
- Generating fontconfig.def
383
- (echo EXPORTS; \
384
- (cat ../fontconfig/fontconfig.h ../src/fcdeprecate.h ../fontconfig/fcprivate.h ../fontconfig/fcfreetype.h || echo 'FcERROR ()' ) | \
385
- grep '^Fc[^ ]* *(' | sed -e 's/ *(.*$//' -e 's/^/ /' | \
386
- sort; \
387
- echo LIBRARY libfontconfig-1.dll; \
388
- echo VERSION 5.4) >fontconfig.def
389
- CCLD libfontconfig.la
390
- Creating library file: .libs/libfontconfig.dll.a
391
- lib -name:libfontconfig-1.dll -def:fontconfig.def -out:fontconfig.lib
392
- Microsoft (R) Library Manager Version 6.00.8447
393
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
394
-
395
- LIB : warning LNK4068: /MACHINE not specified; defaulting to IX86
396
- Creating library fontconfig.lib and object fontconfig.exp
397
- make[3]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/src'
398
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib"
399
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libfontconfig.la 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib'
400
- libtool: install: /opt/local/bin/install -c .libs/libfontconfig.dll.a c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/libfontconfig.dll.a
401
- libtool: install: base_file=`basename libfontconfig.la`
402
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libfontconfig.la'i; echo libfontconfig-1.dll'`
403
- libtool: install: dldir=c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/`dirname ../bin/libfontconfig-1.dll`
404
- libtool: install: test -d c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/../bin || mkdir -p c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/../bin
405
- libtool: install: /opt/local/bin/install -c .libs/libfontconfig-1.dll c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/../bin/libfontconfig-1.dll
406
- libtool: install: chmod a+x c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/../bin/libfontconfig-1.dll
407
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/../bin/libfontconfig-1.dll' || exit 0; fi
408
- libtool: install: /opt/local/bin/install -c .libs/libfontconfig.lai c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/libfontconfig.la
409
- ----------------------------------------------------------------------
410
- Libraries have been installed in:
411
- c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib
412
-
413
- If you ever happen to want to link against installed libraries
414
- in a given directory, LIBDIR, you must either use libtool, and
415
- specify the full pathname of the library, or use the `-LLIBDIR'
416
- flag during linking and do at least one of the following:
417
- - add LIBDIR to the `PATH' environment variable
418
- during execution
419
- - add LIBDIR to the `LD_RUN_PATH' environment variable
420
- during linking
421
- - use the `-LLIBDIR' linker flag
422
-
423
- See any operating system documentation about shared libraries for
424
- more information, such as the ld(1) and ld.so(8) manual pages.
425
- ----------------------------------------------------------------------
426
- /opt/local/bin/install -c fontconfig.lib c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib
427
- /bin/mkdir -p c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib
428
- /opt/local/bin/install -c .libs/libfontconfig.dll.a c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib
429
- /opt/local/bin/install -c fontconfig.def c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/fontconfig.def
430
- make[3]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/src'
431
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/src'
432
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/src'
433
- Making install in fc-cache
434
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-cache'
435
- CC fc-cache.o
436
- CCLD fc-cache.exe
437
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-cache'
438
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin"
439
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c fc-cache.exe 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin'
440
- libtool: install: /opt/local/bin/install -c .libs/fc-cache.exe c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin/fc-cache.exe
441
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1"
442
- /opt/local/bin/install -c -m 644 fc-cache.1 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1'
443
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-cache'
444
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-cache'
445
- Making install in fc-cat
446
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-cat'
447
- CC fc-cat.o
448
- CCLD fc-cat.exe
449
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-cat'
450
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin"
451
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c fc-cat.exe 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin'
452
- libtool: install: /opt/local/bin/install -c .libs/fc-cat.exe c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin/fc-cat.exe
453
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1"
454
- /opt/local/bin/install -c -m 644 fc-cat.1 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1'
455
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-cat'
456
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-cat'
457
- Making install in fc-list
458
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-list'
459
- CC fc-list.o
460
- CCLD fc-list.exe
461
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-list'
462
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin"
463
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c fc-list.exe 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin'
464
- libtool: install: /opt/local/bin/install -c .libs/fc-list.exe c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin/fc-list.exe
465
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1"
466
- /opt/local/bin/install -c -m 644 fc-list.1 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1'
467
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-list'
468
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-list'
469
- Making install in fc-match
470
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-match'
471
- CC fc-match.o
472
- CCLD fc-match.exe
473
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-match'
474
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin"
475
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c fc-match.exe 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin'
476
- libtool: install: /opt/local/bin/install -c .libs/fc-match.exe c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin/fc-match.exe
477
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1"
478
- /opt/local/bin/install -c -m 644 fc-match.1 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1'
479
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-match'
480
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-match'
481
- Making install in fc-query
482
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-query'
483
- CC fc-query.o
484
- CCLD fc-query.exe
485
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-query'
486
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin"
487
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c fc-query.exe 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin'
488
- libtool: install: /opt/local/bin/install -c .libs/fc-query.exe c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin/fc-query.exe
489
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1"
490
- /opt/local/bin/install -c -m 644 fc-query.1 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1'
491
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-query'
492
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-query'
493
- Making install in fc-scan
494
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-scan'
495
- CC fc-scan.o
496
- CCLD fc-scan.exe
497
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-scan'
498
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin"
499
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c fc-scan.exe 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin'
500
- libtool: install: /opt/local/bin/install -c .libs/fc-scan.exe c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin/fc-scan.exe
501
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1"
502
- /opt/local/bin/install -c -m 644 fc-scan.1 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man1'
503
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-scan'
504
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/fc-scan'
505
- Making install in conf.d
506
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/conf.d'
507
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/conf.d'
508
- make[2]: Nothing to be done for `install-exec-am'.
509
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/conf.avail" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/conf.avail"
510
- /opt/local/bin/install -c -m 644 10-autohint.conf 10-no-sub-pixel.conf 10-sub-pixel-bgr.conf 10-sub-pixel-rgb.conf 10-sub-pixel-vbgr.conf 10-sub-pixel-vrgb.conf 10-unhinted.conf 20-fix-globaladvance.conf 20-unhint-small-vera.conf 25-unhint-nonlatin.conf 30-urw-aliases.conf 30-metric-aliases.conf 40-nonlatin.conf 45-latin.conf 49-sansserif.conf 50-user.conf 51-local.conf 60-latin.conf 65-fonts-persian.conf 65-khmer.conf 65-nonlatin.conf 69-unifont.conf 70-no-bitmaps.conf 70-yes-bitmaps.conf 80-delicious.conf 90-synthetic.conf 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/conf.avail'
511
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/conf.d" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/conf.d"
512
- /opt/local/bin/install -c -m 644 README 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/conf.d'
513
- mkdir -p c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/conf.d
514
- cd c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/conf.d
515
- rm -f 20-fix-globaladvance.conf; ln -s ../conf.avail/20-fix-globaladvance.conf .
516
- rm -f 20-unhint-small-vera.conf; ln -s ../conf.avail/20-unhint-small-vera.conf .
517
- rm -f 30-urw-aliases.conf; ln -s ../conf.avail/30-urw-aliases.conf .
518
- rm -f 30-metric-aliases.conf; ln -s ../conf.avail/30-metric-aliases.conf .
519
- rm -f 40-nonlatin.conf; ln -s ../conf.avail/40-nonlatin.conf .
520
- rm -f 45-latin.conf; ln -s ../conf.avail/45-latin.conf .
521
- rm -f 49-sansserif.conf; ln -s ../conf.avail/49-sansserif.conf .
522
- rm -f 50-user.conf; ln -s ../conf.avail/50-user.conf .
523
- rm -f 51-local.conf; ln -s ../conf.avail/51-local.conf .
524
- rm -f 60-latin.conf; ln -s ../conf.avail/60-latin.conf .
525
- rm -f 65-fonts-persian.conf; ln -s ../conf.avail/65-fonts-persian.conf .
526
- rm -f 65-nonlatin.conf; ln -s ../conf.avail/65-nonlatin.conf .
527
- rm -f 69-unifont.conf; ln -s ../conf.avail/69-unifont.conf .
528
- rm -f 80-delicious.conf; ln -s ../conf.avail/80-delicious.conf .
529
- rm -f 90-synthetic.conf; ln -s ../conf.avail/90-synthetic.conf .
530
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/conf.d'
531
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/conf.d'
532
- Making install in doc
533
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/doc'
534
- CC edit-sgml.o
535
- CCLD edit-sgml.exe
536
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/doc'
537
- make[2]: Nothing to be done for `install-exec-am'.
538
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig"
539
- /opt/local/bin/install -c -m 644 fontconfig-user.txt fontconfig-devel.txt fontconfig-user.pdf fontconfig-devel.pdf fontconfig-user.html 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig'
540
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig/fontconfig-devel" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig/fontconfig-devel"
541
- /opt/local/bin/install -c -m 644 ./fontconfig-devel/fcatomiccreate.html ./fontconfig-devel/fcatomicdeletenew.html ./fontconfig-devel/fcatomicdestroy.html ./fontconfig-devel/fcatomiclock.html ./fontconfig-devel/fcatomicnewfile.html ./fontconfig-devel/fcatomicorigfile.html ./fontconfig-devel/fcatomicreplaceorig.html ./fontconfig-devel/fcatomicunlock.html ./fontconfig-devel/fcblanksadd.html ./fontconfig-devel/fcblankscreate.html ./fontconfig-devel/fcblanksdestroy.html ./fontconfig-devel/fcblanksismember.html ./fontconfig-devel/fccachecopyset.html ./fontconfig-devel/fccachedir.html ./fontconfig-devel/fccachenumfont.html ./fontconfig-devel/fccachenumsubdir.html ./fontconfig-devel/fccachesubdir.html ./fontconfig-devel/fccharsetaddchar.html ./fontconfig-devel/fccharsetcopy.html ./fontconfig-devel/fccharsetcount.html ./fontconfig-devel/fccharsetcoverage.html ./fontconfig-devel/fccharsetcreate.html ./fontconfig-devel/fccharsetdestroy.html ./fontconfig-devel/fccharsetequal.html ./fontconfig-devel/fccharsetfirstpage.html ./fontconfig-devel/fccharsethaschar.html ./fontconfig-devel/fccharsetintersect.html ./fontconfig-devel/fccharsetintersectcount.html ./fontconfig-devel/fccharsetissubset.html ./fontconfig-devel/fccharsetmerge.html ./fontconfig-devel/fccharsetnew.html ./fontconfig-devel/fccharsetnextpage.html ./fontconfig-devel/fccharsetsubtract.html ./fontconfig-devel/fccharsetsubtractcount.html ./fontconfig-devel/fccharsetunion.html ./fontconfig-devel/fcconfigappfontadddir.html ./fontconfig-devel/fcconfigappfontaddfile.html ./fontconfig-devel/fcconfigappfontclear.html ./fontconfig-devel/fcconfigbuildfonts.html ./fontconfig-devel/fcconfigcreate.html 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig/fontconfig-devel'
542
- /opt/local/bin/install -c -m 644 ./fontconfig-devel/fcconfigdestroy.html ./fontconfig-devel/fcconfigenablehome.html ./fontconfig-devel/fcconfigfilename.html ./fontconfig-devel/fcconfiggetblanks.html ./fontconfig-devel/fcconfiggetcache.html ./fontconfig-devel/fcconfiggetcachedirs.html ./fontconfig-devel/fcconfiggetconfigdirs.html ./fontconfig-devel/fcconfiggetconfigfiles.html ./fontconfig-devel/fcconfiggetcurrent.html ./fontconfig-devel/fcconfiggetfontdirs.html ./fontconfig-devel/fcconfiggetfonts.html ./fontconfig-devel/fcconfiggetrescaninterval.html ./fontconfig-devel/fcconfighome.html ./fontconfig-devel/fcconfigparseandload.html ./fontconfig-devel/fcconfigreference.html ./fontconfig-devel/fcconfigsetcurrent.html ./fontconfig-devel/fcconfigsetrescaninterval.html ./fontconfig-devel/fcconfigsubstitute.html ./fontconfig-devel/fcconfigsubstitutewithpat.html ./fontconfig-devel/fcconfiguptodate.html ./fontconfig-devel/fcdefaultsubstitute.html ./fontconfig-devel/fcdircacheload.html ./fontconfig-devel/fcdircacheloadfile.html ./fontconfig-devel/fcdircacheread.html ./fontconfig-devel/fcdircacheunlink.html ./fontconfig-devel/fcdircacheunload.html ./fontconfig-devel/fcdircachevalid.html ./fontconfig-devel/fcdirsave.html ./fontconfig-devel/fcdirscan.html ./fontconfig-devel/fcfileisdir.html ./fontconfig-devel/fcfilescan.html ./fontconfig-devel/fcfini.html ./fontconfig-devel/fcfontlist.html ./fontconfig-devel/fcfontmatch.html ./fontconfig-devel/fcfontrenderprepare.html ./fontconfig-devel/fcfontsetadd.html ./fontconfig-devel/fcfontsetcreate.html ./fontconfig-devel/fcfontsetdestroy.html ./fontconfig-devel/fcfontsetlist.html ./fontconfig-devel/fcfontsetmatch.html 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig/fontconfig-devel'
543
- /opt/local/bin/install -c -m 644 ./fontconfig-devel/fcfontsetprint.html ./fontconfig-devel/fcfontsetsort.html ./fontconfig-devel/fcfontsetsortdestroy.html ./fontconfig-devel/fcfontsort.html ./fontconfig-devel/fcfreetypecharindex.html ./fontconfig-devel/fcfreetypecharset.html ./fontconfig-devel/fcfreetypecharsetandspacing.html ./fontconfig-devel/fcfreetypequery.html ./fontconfig-devel/fcfreetypequeryface.html ./fontconfig-devel/fcgetlangs.html ./fontconfig-devel/fcgetversion.html ./fontconfig-devel/fcinit.html ./fontconfig-devel/fcinitbringuptodate.html ./fontconfig-devel/fcinitloadconfig.html ./fontconfig-devel/fcinitloadconfigandfonts.html ./fontconfig-devel/fcinitreinitialize.html ./fontconfig-devel/fcislower.html ./fontconfig-devel/fcisupper.html ./fontconfig-devel/fclanggetcharset.html ./fontconfig-devel/fclangsetadd.html ./fontconfig-devel/fclangsetcompare.html ./fontconfig-devel/fclangsetcontains.html ./fontconfig-devel/fclangsetcopy.html ./fontconfig-devel/fclangsetcreate.html ./fontconfig-devel/fclangsetdestroy.html ./fontconfig-devel/fclangsetequal.html ./fontconfig-devel/fclangsetgetlangs.html ./fontconfig-devel/fclangsethash.html ./fontconfig-devel/fclangsethaslang.html ./fontconfig-devel/fcmatrixcopy.html ./fontconfig-devel/fcmatrixequal.html ./fontconfig-devel/fcmatrixinit.html ./fontconfig-devel/fcmatrixmultiply.html ./fontconfig-devel/fcmatrixrotate.html ./fontconfig-devel/fcmatrixscale.html ./fontconfig-devel/fcmatrixshear.html ./fontconfig-devel/fcnameconstant.html ./fontconfig-devel/fcnamegetconstant.html ./fontconfig-devel/fcnamegetobjecttype.html ./fontconfig-devel/fcnameparse.html 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig/fontconfig-devel'
544
- /opt/local/bin/install -c -m 644 ./fontconfig-devel/fcnameregisterconstants.html ./fontconfig-devel/fcnameregisterobjecttypes.html ./fontconfig-devel/fcnameunparse.html ./fontconfig-devel/fcnameunregisterconstants.html ./fontconfig-devel/fcnameunregisterobjecttypes.html ./fontconfig-devel/fcobjectsetadd.html ./fontconfig-devel/fcobjectsetbuild.html ./fontconfig-devel/fcobjectsetcreate.html ./fontconfig-devel/fcobjectsetdestroy.html ./fontconfig-devel/fcpatternadd-type.html ./fontconfig-devel/fcpatternadd.html ./fontconfig-devel/fcpatternaddweak.html ./fontconfig-devel/fcpatternbuild.html ./fontconfig-devel/fcpatterncreate.html ./fontconfig-devel/fcpatterndel.html ./fontconfig-devel/fcpatterndestroy.html ./fontconfig-devel/fcpatternduplicate.html ./fontconfig-devel/fcpatternequal.html ./fontconfig-devel/fcpatternequalsubset.html ./fontconfig-devel/fcpatternfilter.html ./fontconfig-devel/fcpatternformat.html ./fontconfig-devel/fcpatternget-type.html ./fontconfig-devel/fcpatternget.html ./fontconfig-devel/fcpatternhash.html ./fontconfig-devel/fcpatternprint.html ./fontconfig-devel/fcpatternreference.html ./fontconfig-devel/fcpatternremove.html ./fontconfig-devel/fcstrbasename.html ./fontconfig-devel/fcstrcmp.html ./fontconfig-devel/fcstrcmpignorecase.html ./fontconfig-devel/fcstrcopy.html ./fontconfig-devel/fcstrcopyfilename.html ./fontconfig-devel/fcstrdirname.html ./fontconfig-devel/fcstrdowncase.html ./fontconfig-devel/fcstrfree.html ./fontconfig-devel/fcstrlistcreate.html ./fontconfig-devel/fcstrlistdone.html ./fontconfig-devel/fcstrlistnext.html ./fontconfig-devel/fcstrplus.html ./fontconfig-devel/fcstrsetadd.html 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig/fontconfig-devel'
545
- /opt/local/bin/install -c -m 644 ./fontconfig-devel/fcstrsetaddfilename.html ./fontconfig-devel/fcstrsetcreate.html ./fontconfig-devel/fcstrsetdel.html ./fontconfig-devel/fcstrsetdestroy.html ./fontconfig-devel/fcstrsetequal.html ./fontconfig-devel/fcstrsetmember.html ./fontconfig-devel/fcstrstr.html ./fontconfig-devel/fcstrstrignorecase.html ./fontconfig-devel/fctolower.html ./fontconfig-devel/fcucs4toutf8.html ./fontconfig-devel/fcutf16len.html ./fontconfig-devel/fcutf16toucs4.html ./fontconfig-devel/fcutf8len.html ./fontconfig-devel/fcutf8toucs4.html ./fontconfig-devel/fcvaluedestroy.html ./fontconfig-devel/fcvalueequal.html ./fontconfig-devel/fcvalueprint.html ./fontconfig-devel/fcvaluesave.html ./fontconfig-devel/ln12.html ./fontconfig-devel/t1.html ./fontconfig-devel/x102.html ./fontconfig-devel/x19.html ./fontconfig-devel/x31.html 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/doc/fontconfig/fontconfig-devel'
546
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man3" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man3"
547
- /opt/local/bin/install -c -m 644 FcAtomicCreate.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicDeleteNew.3 FcAtomicUnlock.3 FcAtomicDestroy.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksAdd.3 FcBlanksIsMember.3 FcCacheDir.3 FcCacheCopySet.3 FcCacheSubdir.3 FcCacheNumSubdir.3 FcCacheNumFont.3 FcCharSetCreate.3 FcCharSetDestroy.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetEqual.3 FcCharSetIntersect.3 FcCharSetUnion.3 FcCharSetSubtract.3 FcCharSetMerge.3 FcCharSetHasChar.3 FcCharSetCount.3 FcCharSetIntersectCount.3 FcCharSetSubtractCount.3 FcCharSetIsSubset.3 FcCharSetFirstPage.3 FcCharSetNextPage.3 FcCharSetCoverage.3 FcCharSetNew.3 FcConfigCreate.3 FcConfigReference.3 FcConfigDestroy.3 FcConfigSetCurrent.3 FcConfigGetCurrent.3 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man3'
548
- /opt/local/bin/install -c -m 644 FcConfigUptoDate.3 FcConfigHome.3 FcConfigEnableHome.3 FcConfigBuildFonts.3 FcConfigGetConfigDirs.3 FcConfigGetFontDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 FcConfigGetFonts.3 FcConfigGetBlanks.3 FcConfigGetRescanInterval.3 FcConfigSetRescanInterval.3 FcConfigAppFontAddFile.3 FcConfigAppFontAddDir.3 FcConfigAppFontClear.3 FcConfigSubstituteWithPat.3 FcConfigSubstitute.3 FcFontMatch.3 FcFontSort.3 FcFontRenderPrepare.3 FcFontList.3 FcConfigFilename.3 FcConfigParseAndLoad.3 FcNameRegisterConstants.3 FcNameUnregisterConstants.3 FcNameGetConstant.3 FcNameConstant.3 FcDirCacheUnlink.3 FcDirCacheValid.3 FcDirCacheLoad.3 FcDirCacheRead.3 FcDirCacheLoadFile.3 FcDirCacheUnload.3 FcFileScan.3 FcFileIsDir.3 FcDirScan.3 FcDirSave.3 FcFontSetCreate.3 FcFontSetDestroy.3 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man3'
549
- /opt/local/bin/install -c -m 644 FcFontSetAdd.3 FcFontSetList.3 FcFontSetMatch.3 FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 FcPatternFormat.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 FcFreeTypeQueryFace.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInit.3 FcFini.3 FcGetVersion.3 FcInitReinitialize.3 FcInitBringUptoDate.3 FcLangSetCreate.3 FcLangSetDestroy.3 FcLangSetCopy.3 FcLangSetAdd.3 FcLangSetCompare.3 FcLangSetContains.3 FcLangSetEqual.3 FcLangSetHash.3 FcLangSetHasLang.3 FcLangSetGetLangs.3 FcGetLangs.3 FcLangGetCharSet.3 FcMatrixInit.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcObjectSetCreate.3 FcObjectSetAdd.3 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man3'
550
- /opt/local/bin/install -c -m 644 FcObjectSetDestroy.3 FcObjectSetBuild.3 FcNameRegisterObjectTypes.3 FcNameUnregisterObjectTypes.3 FcNameGetObjectType.3 FcPatternCreate.3 FcPatternDuplicate.3 FcPatternReference.3 FcPatternDestroy.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 FcPatternHash.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternAdd-Type.3 FcPatternGet.3 FcPatternGet-Type.3 FcPatternBuild.3 FcPatternDel.3 FcPatternRemove.3 FcPatternPrint.3 FcDefaultSubstitute.3 FcNameParse.3 FcNameUnparse.3 FcUtf8ToUcs4.3 FcUcs4ToUtf8.3 FcUtf8Len.3 FcUtf16ToUcs4.3 FcUtf16Len.3 FcIsLower.3 FcIsUpper.3 FcToLower.3 FcStrCopy.3 FcStrDowncase.3 FcStrCopyFilename.3 FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrStr.3 FcStrStrIgnoreCase.3 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man3'
551
- /opt/local/bin/install -c -m 644 FcStrPlus.3 FcStrFree.3 FcStrDirname.3 FcStrBasename.3 FcStrSetCreate.3 FcStrSetMember.3 FcStrSetEqual.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrListCreate.3 FcStrListNext.3 FcStrListDone.3 FcValueDestroy.3 FcValueSave.3 FcValuePrint.3 FcValueEqual.3 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man3'
552
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man5" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man5"
553
- /opt/local/bin/install -c -m 644 fonts-conf.5 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/share/man/man5'
554
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/doc'
555
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/doc'
556
- Making install in test
557
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/test'
558
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/test'
559
- make[2]: Nothing to be done for `install-exec-am'.
560
- make[2]: Nothing to be done for `install-data-am'.
561
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/test'
562
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32/test'
563
- make[1]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32'
564
- make[2]: Entering directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32'
565
- make[2]: Nothing to be done for `install-exec-am'.
566
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts"
567
- /opt/local/bin/install -c -m 644 fonts.dtd 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts'
568
- sed \
569
- -e 's,@FC_CACHEDIR\@,WINDOWSTEMPDIR_FONTCONFIG_CACHE,g' \
570
- -e 's,@FC_DEFAULT_FONTS\@,WINDOWSFONTDIR,g' \
571
- -e 's,@FC_FONTPATH\@,,g' \
572
- -e 's,@PACKAGE\@,fontconfig,g' \
573
- -e 's,@VERSION\@,2.8.0,g' \
574
- fonts.conf.in > fonts.conf.tmp && \
575
- mv fonts.conf.tmp fonts.conf
576
- /bin/sh /devel/src/freedesktop/fontconfig/2.8.0-2_win32/install-sh -d c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts WINDOWSTEMPDIR_FONTCONFIG_CACHE
577
- if [ -f c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/fonts.conf ]; then \
578
- echo "backing up existing c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/fonts.conf"; \
579
- mv c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/fonts.conf c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/fonts.conf.bak; \
580
- fi
581
- if [ -f ./fonts.conf ]; then \
582
- echo " /opt/local/bin/install -c -m 644 ./fonts.conf c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/fonts.conf"; \
583
- /opt/local/bin/install -c -m 644 ./fonts.conf c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/fonts.conf; \
584
- else if [ -f fonts.conf ]; then \
585
- echo " /opt/local/bin/install -c -m 644 fonts.conf c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/fonts.conf"; \
586
- /opt/local/bin/install -c -m 644 fonts.conf c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/fonts.conf; \
587
- fi; fi
588
- /opt/local/bin/install -c -m 644 ./fonts.conf c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/etc/fonts/fonts.conf
589
- c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/bin/fc-cache -s -f -v
590
- C:/Windows/fonts: caching, new cache contents: 1027 fonts, 0 dirs
591
- C:/Users/tml/AppData/Local/Temp/fontconfig/cache: cleaning cache directory
592
- c:\devel\target\e1fce2466937a6fa6e065a0c7d689ba4\bin\fc-cache.exe: succeeded
593
- test -z "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/pkgconfig"
594
- /opt/local/bin/install -c -m 644 fontconfig.pc 'c:/devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib/pkgconfig'
595
- make[2]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32'
596
- make[1]: Leaving directory `/devel/src/freedesktop/fontconfig/2.8.0-2_win32'
597
- ++ cd /devel/target/e1fce2466937a6fa6e065a0c7d689ba4/lib
598
- ++ lib.exe -machine:IX86 -def:fontconfig.def -out:fontconfig.lib
599
- Microsoft (R) Library Manager Version 6.00.8447
600
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
601
-
602
- Creating library fontconfig.lib and object fontconfig.exp
603
- ++ sed -e s/@VERSION@/2.8.0/
604
- ++ mv fontconfig-zip.in.tem fontconfig-zip.in
605
- ++ ./config.status --file=fontconfig-zip
606
- config.status: creating fontconfig-zip
607
- ++ ./fontconfig-zip
608
- adding: bin/libfontconfig-1.dll (200 bytes security) (deflated 54%)
609
- adding: etc/fonts/fonts.conf (200 bytes security) (deflated 67%)
610
- adding: etc/fonts/fonts.dtd (200 bytes security) (deflated 70%)
611
- adding: include/fontconfig/fcfreetype.h (200 bytes security) (deflated 51%)
612
- adding: include/fontconfig/fcprivate.h (200 bytes security) (deflated 65%)
613
- adding: include/fontconfig/fontconfig.h (200 bytes security) (deflated 74%)
614
- adding: lib/libfontconfig.dll.a (200 bytes security) (deflated 93%)
615
- adding: lib/fontconfig.lib (200 bytes security) (deflated 86%)
616
- adding: lib/fontconfig.def (200 bytes security) (deflated 71%)
617
- adding: lib/pkgconfig/fontconfig.pc (200 bytes security) (deflated 38%)
618
- adding: bin/fc-list.exe (200 bytes security) (deflated 70%)
619
- adding: bin/fc-cache.exe (200 bytes security) (deflated 69%)
620
- adding: share/man/man1/fc-cache.1 (200 bytes security) (deflated 51%)
621
- adding: share/man/man1/fc-cat.1 (200 bytes security) (deflated 46%)
622
- adding: share/man/man1/fc-list.1 (200 bytes security) (deflated 51%)
623
- adding: share/man/man1/fc-match.1 (200 bytes security) (deflated 54%)
624
- adding: share/man/man1/fc-query.1 (200 bytes security) (deflated 49%)
625
- adding: share/man/man1/fc-scan.1 (200 bytes security) (deflated 47%)
626
- adding: share/man/man3/FcAtomicCreate.3 (200 bytes security) (deflated 37%)
627
- adding: share/man/man3/FcAtomicDeleteNew.3 (200 bytes security) (deflated 31%)
628
- adding: share/man/man3/FcAtomicDestroy.3 (200 bytes security) (deflated 32%)
629
- adding: share/man/man3/FcAtomicLock.3 (200 bytes security) (deflated 34%)
630
- adding: share/man/man3/FcAtomicNewFile.3 (200 bytes security) (deflated 33%)
631
- adding: share/man/man3/FcAtomicOrigFile.3 (200 bytes security) (deflated 31%)
632
- adding: share/man/man3/FcAtomicReplaceOrig.3 (200 bytes security) (deflated 38%)
633
- adding: share/man/man3/FcAtomicUnlock.3 (200 bytes security) (deflated 29%)
634
- adding: share/man/man3/FcBlanksAdd.3 (200 bytes security) (deflated 32%)
635
- adding: share/man/man3/FcBlanksCreate.3 (200 bytes security) (deflated 31%)
636
- adding: share/man/man3/FcBlanksDestroy.3 (200 bytes security) (deflated 31%)
637
- adding: share/man/man3/FcBlanksIsMember.3 (200 bytes security) (deflated 32%)
638
- adding: share/man/man3/FcCacheCopySet.3 (200 bytes security) (deflated 36%)
639
- adding: share/man/man3/FcCacheDir.3 (200 bytes security) (deflated 31%)
640
- adding: share/man/man3/FcCacheNumFont.3 (200 bytes security) (deflated 35%)
641
- adding: share/man/man3/FcCacheNumSubdir.3 (200 bytes security) (deflated 36%)
642
- adding: share/man/man3/FcCacheSubdir.3 (200 bytes security) (deflated 35%)
643
- adding: share/man/man3/FcCharSetAddChar.3 (200 bytes security) (deflated 36%)
644
- adding: share/man/man3/FcCharSetCopy.3 (200 bytes security) (deflated 33%)
645
- adding: share/man/man3/FcCharSetCount.3 (200 bytes security) (deflated 31%)
646
- adding: share/man/man3/FcCharSetCoverage.3 (200 bytes security) (deflated 41%)
647
- adding: share/man/man3/FcCharSetCreate.3 (200 bytes security) (deflated 33%)
648
- adding: share/man/man3/FcCharSetDestroy.3 (200 bytes security) (deflated 37%)
649
- adding: share/man/man3/FcCharSetEqual.3 (200 bytes security) (deflated 33%)
650
- adding: share/man/man3/FcCharSetFirstPage.3 (200 bytes security) (deflated 37%)
651
- adding: share/man/man3/FcCharSetHasChar.3 (200 bytes security) (deflated 33%)
652
- adding: share/man/man3/FcCharSetIntersect.3 (200 bytes security) (deflated 38%)
653
- adding: share/man/man3/FcCharSetIntersectCount.3 (200 bytes security) (deflated 38%)
654
- adding: share/man/man3/FcCharSetIsSubset.3 (200 bytes security) (deflated 35%)
655
- adding: share/man/man3/FcCharSetMerge.3 (200 bytes security) (deflated 40%)
656
- adding: share/man/man3/FcCharSetNew.3 (200 bytes security) (deflated 35%)
657
- adding: share/man/man3/FcCharSetNextPage.3 (200 bytes security) (deflated 36%)
658
- adding: share/man/man3/FcCharSetSubtract.3 (200 bytes security) (deflated 37%)
659
- adding: share/man/man3/FcCharSetSubtractCount.3 (200 bytes security) (deflated 38%)
660
- adding: share/man/man3/FcCharSetUnion.3 (200 bytes security) (deflated 35%)
661
- adding: share/man/man3/FcConfigAppFontAddDir.3 (200 bytes security) (deflated 38%)
662
- adding: share/man/man3/FcConfigAppFontAddFile.3 (200 bytes security) (deflated 38%)
663
- adding: share/man/man3/FcConfigAppFontClear.3 (200 bytes security) (deflated 35%)
664
- adding: share/man/man3/FcConfigBuildFonts.3 (200 bytes security) (deflated 38%)
665
- adding: share/man/man3/FcConfigCreate.3 (200 bytes security) (deflated 32%)
666
- adding: share/man/man3/FcConfigDestroy.3 (200 bytes security) (deflated 40%)
667
- adding: share/man/man3/FcConfigEnableHome.3 (200 bytes security) (deflated 40%)
668
- adding: share/man/man3/FcConfigFilename.3 (200 bytes security) (deflated 46%)
669
- adding: share/man/man3/FcConfigGetBlanks.3 (200 bytes security) (deflated 41%)
670
- adding: share/man/man3/FcConfigGetCache.3 (200 bytes security) (deflated 34%)
671
- adding: share/man/man3/FcConfigGetCacheDirs.3 (200 bytes security) (deflated 40%)
672
- adding: share/man/man3/FcConfigGetConfigDirs.3 (200 bytes security) (deflated 40%)
673
- adding: share/man/man3/FcConfigGetConfigFiles.3 (200 bytes security) (deflated 39%)
674
- adding: share/man/man3/FcConfigGetCurrent.3 (200 bytes security) (deflated 34%)
675
- adding: share/man/man3/FcConfigGetFontDirs.3 (200 bytes security) (deflated 40%)
676
- adding: share/man/man3/FcConfigGetFonts.3 (200 bytes security) (deflated 38%)
677
- adding: share/man/man3/FcConfigGetRescanInterval.3 (200 bytes security) (deflated 43%)
678
- adding: share/man/man3/FcConfigHome.3 (200 bytes security) (deflated 33%)
679
- adding: share/man/man3/FcConfigParseAndLoad.3 (200 bytes security) (deflated 42%)
680
- adding: share/man/man3/FcConfigReference.3 (200 bytes security) (deflated 42%)
681
- adding: share/man/man3/FcConfigSetCurrent.3 (200 bytes security) (deflated 36%)
682
- adding: share/man/man3/FcConfigSetRescanInterval.3 (200 bytes security) (deflated 40%)
683
- adding: share/man/man3/FcConfigSubstitute.3 (200 bytes security) (deflated 38%)
684
- adding: share/man/man3/FcConfigSubstituteWithPat.3 (200 bytes security) (deflated 46%)
685
- adding: share/man/man3/FcConfigUptoDate.3 (200 bytes security) (deflated 37%)
686
- adding: share/man/man3/FcDefaultSubstitute.3 (200 bytes security) (deflated 45%)
687
- adding: share/man/man3/FcDirCacheLoad.3 (200 bytes security) (deflated 38%)
688
- adding: share/man/man3/FcDirCacheLoadFile.3 (200 bytes security) (deflated 36%)
689
- adding: share/man/man3/FcDirCacheRead.3 (200 bytes security) (deflated 36%)
690
- adding: share/man/man3/FcDirCacheUnlink.3 (200 bytes security) (deflated 35%)
691
- adding: share/man/man3/FcDirCacheUnload.3 (200 bytes security) (deflated 32%)
692
- adding: share/man/man3/FcDirCacheValid.3 (200 bytes security) (deflated 31%)
693
- adding: share/man/man3/FcDirSave.3 (200 bytes security) (deflated 37%)
694
- adding: share/man/man3/FcDirScan.3 (200 bytes security) (deflated 41%)
695
- adding: share/man/man3/FcFileIsDir.3 (200 bytes security) (deflated 30%)
696
- adding: share/man/man3/FcFileScan.3 (200 bytes security) (deflated 44%)
697
- adding: share/man/man3/FcFini.3 (200 bytes security) (deflated 35%)
698
- adding: share/man/man3/FcFontList.3 (200 bytes security) (deflated 36%)
699
- adding: share/man/man3/FcFontMatch.3 (200 bytes security) (deflated 40%)
700
- adding: share/man/man3/FcFontRenderPrepare.3 (200 bytes security) (deflated 43%)
701
- adding: share/man/man3/FcFontSetAdd.3 (200 bytes security) (deflated 38%)
702
- adding: share/man/man3/FcFontSetCreate.3 (200 bytes security) (deflated 30%)
703
- adding: share/man/man3/FcFontSetDestroy.3 (200 bytes security) (deflated 33%)
704
- adding: share/man/man3/FcFontSetList.3 (200 bytes security) (deflated 42%)
705
- adding: share/man/man3/FcFontSetMatch.3 (200 bytes security) (deflated 44%)
706
- adding: share/man/man3/FcFontSetPrint.3 (200 bytes security) (deflated 34%)
707
- adding: share/man/man3/FcFontSetSort.3 (200 bytes security) (deflated 48%)
708
- adding: share/man/man3/FcFontSetSortDestroy.3 (200 bytes security) (deflated 40%)
709
- adding: share/man/man3/FcFontSort.3 (200 bytes security) (deflated 47%)
710
- adding: share/man/man3/FcFreeTypeCharIndex.3 (200 bytes security) (deflated 38%)
711
- adding: share/man/man3/FcFreeTypeCharSet.3 (200 bytes security) (deflated 38%)
712
- adding: share/man/man3/FcFreeTypeCharSetAndSpacing.3 (200 bytes security) (deflated 45%)
713
- adding: share/man/man3/FcFreeTypeQuery.3 (200 bytes security) (deflated 36%)
714
- adding: share/man/man3/FcFreeTypeQueryFace.3 (200 bytes security) (deflated 36%)
715
- adding: share/man/man3/FcGetLangs.3 (200 bytes security) (deflated 27%)
716
- adding: share/man/man3/FcGetVersion.3 (200 bytes security) (deflated 31%)
717
- adding: share/man/man3/FcInit.3 (200 bytes security) (deflated 37%)
718
- adding: share/man/man3/FcInitBringUptoDate.3 (200 bytes security) (deflated 40%)
719
- adding: share/man/man3/FcInitLoadConfig.3 (200 bytes security) (deflated 35%)
720
- adding: share/man/man3/FcInitLoadConfigAndFonts.3 (200 bytes security) (deflated 37%)
721
- adding: share/man/man3/FcInitReinitialize.3 (200 bytes security) (deflated 40%)
722
- adding: share/man/man3/FcIsLower.3 (200 bytes security) (deflated 29%)
723
- adding: share/man/man3/FcIsUpper.3 (200 bytes security) (deflated 29%)
724
- adding: share/man/man3/FcLangGetCharSet.3 (200 bytes security) (deflated 33%)
725
- adding: share/man/man3/FcLangSetAdd.3 (200 bytes security) (deflated 35%)
726
- adding: share/man/man3/FcLangSetCompare.3 (200 bytes security) (deflated 48%)
727
- adding: share/man/man3/FcLangSetContains.3 (200 bytes security) (deflated 43%)
728
- adding: share/man/man3/FcLangSetCopy.3 (200 bytes security) (deflated 34%)
729
- adding: share/man/man3/FcLangSetCreate.3 (200 bytes security) (deflated 34%)
730
- adding: share/man/man3/FcLangSetDestroy.3 (200 bytes security) (deflated 34%)
731
- adding: share/man/man3/FcLangSetEqual.3 (200 bytes security) (deflated 34%)
732
- adding: share/man/man3/FcLangSetGetLangs.3 (200 bytes security) (deflated 33%)
733
- adding: share/man/man3/FcLangSetHash.3 (200 bytes security) (deflated 37%)
734
- adding: share/man/man3/FcLangSetHasLang.3 (200 bytes security) (deflated 47%)
735
- adding: share/man/man3/FcMatrixCopy.3 (200 bytes security) (deflated 33%)
736
- adding: share/man/man3/FcMatrixEqual.3 (200 bytes security) (deflated 38%)
737
- adding: share/man/man3/FcMatrixInit.3 (200 bytes security) (deflated 33%)
738
- adding: share/man/man3/FcMatrixMultiply.3 (200 bytes security) (deflated 42%)
739
- adding: share/man/man3/FcMatrixRotate.3 (200 bytes security) (deflated 40%)
740
- adding: share/man/man3/FcMatrixScale.3 (200 bytes security) (deflated 39%)
741
- adding: share/man/man3/FcMatrixShear.3 (200 bytes security) (deflated 38%)
742
- adding: share/man/man3/FcNameConstant.3 (200 bytes security) (deflated 36%)
743
- adding: share/man/man3/FcNameGetConstant.3 (200 bytes security) (deflated 35%)
744
- adding: share/man/man3/FcNameGetObjectType.3 (200 bytes security) (deflated 34%)
745
- adding: share/man/man3/FcNameParse.3 (200 bytes security) (deflated 30%)
746
- adding: share/man/man3/FcNameRegisterConstants.3 (200 bytes security) (deflated 40%)
747
- adding: share/man/man3/FcNameRegisterObjectTypes.3 (200 bytes security) (deflated 38%)
748
- adding: share/man/man3/FcNameUnparse.3 (200 bytes security) (deflated 32%)
749
- adding: share/man/man3/FcNameUnregisterConstants.3 (200 bytes security) (deflated 41%)
750
- adding: share/man/man3/FcNameUnregisterObjectTypes.3 (200 bytes security) (deflated 38%)
751
- adding: share/man/man3/FcObjectSetAdd.3 (200 bytes security) (deflated 35%)
752
- adding: share/man/man3/FcObjectSetBuild.3 (200 bytes security) (deflated 50%)
753
- adding: share/man/man3/FcObjectSetCreate.3 (200 bytes security) (deflated 31%)
754
- adding: share/man/man3/FcObjectSetDestroy.3 (200 bytes security) (deflated 33%)
755
- adding: share/man/man3/FcPatternAdd-Type.3 (200 bytes security) (deflated 64%)
756
- adding: share/man/man3/FcPatternAdd.3 (200 bytes security) (deflated 39%)
757
- adding: share/man/man3/FcPatternAddWeak.3 (200 bytes security) (deflated 37%)
758
- adding: share/man/man3/FcPatternBuild.3 (200 bytes security) (deflated 52%)
759
- adding: share/man/man3/FcPatternCreate.3 (200 bytes security) (deflated 32%)
760
- adding: share/man/man3/FcPatternDel.3 (200 bytes security) (deflated 33%)
761
- adding: share/man/man3/FcPatternDestroy.3 (200 bytes security) (deflated 36%)
762
- adding: share/man/man3/FcPatternDuplicate.3 (200 bytes security) (deflated 35%)
763
- adding: share/man/man3/FcPatternEqual.3 (200 bytes security) (deflated 33%)
764
- adding: share/man/man3/FcPatternEqualSubset.3 (200 bytes security) (deflated 37%)
765
- adding: share/man/man3/FcPatternFilter.3 (200 bytes security) (deflated 36%)
766
- adding: share/man/man3/FcPatternFormat.3 (200 bytes security) (deflated 66%)
767
- adding: share/man/man3/FcPatternGet-Type.3 (200 bytes security) (deflated 65%)
768
- adding: share/man/man3/FcPatternGet.3 (200 bytes security) (deflated 36%)
769
- adding: share/man/man3/FcPatternHash.3 (200 bytes security) (deflated 30%)
770
- adding: share/man/man3/FcPatternPrint.3 (200 bytes security) (deflated 34%)
771
- adding: share/man/man3/FcPatternReference.3 (200 bytes security) (deflated 36%)
772
- adding: share/man/man3/FcPatternRemove.3 (200 bytes security) (deflated 37%)
773
- adding: share/man/man3/FcStrBasename.3 (200 bytes security) (deflated 33%)
774
- adding: share/man/man3/FcStrCmp.3 (200 bytes security) (deflated 30%)
775
- adding: share/man/man3/FcStrCmpIgnoreCase.3 (200 bytes security) (deflated 35%)
776
- adding: share/man/man3/FcStrCopy.3 (200 bytes security) (deflated 29%)
777
- adding: share/man/man3/FcStrCopyFilename.3 (200 bytes security) (deflated 43%)
778
- adding: share/man/man3/FcStrDirname.3 (200 bytes security) (deflated 32%)
779
- adding: share/man/man3/FcStrDowncase.3 (200 bytes security) (deflated 32%)
780
- adding: share/man/man3/FcStrFree.3 (200 bytes security) (deflated 28%)
781
- adding: share/man/man3/FcStrListCreate.3 (200 bytes security) (deflated 33%)
782
- adding: share/man/man3/FcStrListDone.3 (200 bytes security) (deflated 30%)
783
- adding: share/man/man3/FcStrListNext.3 (200 bytes security) (deflated 30%)
784
- adding: share/man/man3/FcStrPlus.3 (200 bytes security) (deflated 34%)
785
- adding: share/man/man3/FcStrSetAdd.3 (200 bytes security) (deflated 30%)
786
- adding: share/man/man3/FcStrSetAddFilename.3 (200 bytes security) (deflated 36%)
787
- adding: share/man/man3/FcStrSetCreate.3 (200 bytes security) (deflated 29%)
788
- adding: share/man/man3/FcStrSetDel.3 (200 bytes security) (deflated 32%)
789
- adding: share/man/man3/FcStrSetDestroy.3 (200 bytes security) (deflated 30%)
790
- adding: share/man/man3/FcStrSetEqual.3 (200 bytes security) (deflated 34%)
791
- adding: share/man/man3/FcStrSetMember.3 (200 bytes security) (deflated 31%)
792
- adding: share/man/man3/FcStrStr.3 (200 bytes security) (deflated 35%)
793
- adding: share/man/man3/FcStrStrIgnoreCase.3 (200 bytes security) (deflated 38%)
794
- adding: share/man/man3/FcToLower.3 (200 bytes security) (deflated 32%)
795
- adding: share/man/man3/FcUcs4ToUtf8.3 (200 bytes security) (deflated 30%)
796
- adding: share/man/man3/FcUtf16Len.3 (200 bytes security) (deflated 41%)
797
- adding: share/man/man3/FcUtf16ToUcs4.3 (200 bytes security) (deflated 37%)
798
- adding: share/man/man3/FcUtf8Len.3 (200 bytes security) (deflated 39%)
799
- adding: share/man/man3/FcUtf8ToUcs4.3 (200 bytes security) (deflated 35%)
800
- adding: share/man/man3/FcValueDestroy.3 (200 bytes security) (deflated 33%)
801
- adding: share/man/man3/FcValueEqual.3 (200 bytes security) (deflated 35%)
802
- adding: share/man/man3/FcValuePrint.3 (200 bytes security) (deflated 32%)
803
- adding: share/man/man3/FcValueSave.3 (200 bytes security) (deflated 31%)
804
- adding: share/man/man5/fonts-conf.5 (200 bytes security) (deflated 66%)
805
- adding: share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html (200 bytes security) (deflated 63%)
806
- adding: share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html (200 bytes security) (deflated 64%)
807
- adding: share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html (200 bytes security) (deflated 64%)
808
- adding: share/doc/fontconfig/fontconfig-devel/fcatomiclock.html (200 bytes security) (deflated 64%)
809
- adding: share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html (200 bytes security) (deflated 65%)
810
- adding: share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html (200 bytes security) (deflated 65%)
811
- adding: share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html (200 bytes security) (deflated 64%)
812
- adding: share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html (200 bytes security) (deflated 65%)
813
- adding: share/doc/fontconfig/fontconfig-devel/fcblanksadd.html (200 bytes security) (deflated 64%)
814
- adding: share/doc/fontconfig/fontconfig-devel/fcblankscreate.html (200 bytes security) (deflated 65%)
815
- adding: share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html (200 bytes security) (deflated 64%)
816
- adding: share/doc/fontconfig/fontconfig-devel/fcblanksismember.html (200 bytes security) (deflated 62%)
817
- adding: share/doc/fontconfig/fontconfig-devel/fccachecopyset.html (200 bytes security) (deflated 64%)
818
- adding: share/doc/fontconfig/fontconfig-devel/fccachedir.html (200 bytes security) (deflated 64%)
819
- adding: share/doc/fontconfig/fontconfig-devel/fccachenumfont.html (200 bytes security) (deflated 63%)
820
- adding: share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html (200 bytes security) (deflated 65%)
821
- adding: share/doc/fontconfig/fontconfig-devel/fccachesubdir.html (200 bytes security) (deflated 65%)
822
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html (200 bytes security) (deflated 64%)
823
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html (200 bytes security) (deflated 65%)
824
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetcount.html (200 bytes security) (deflated 65%)
825
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html (200 bytes security) (deflated 66%)
826
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html (200 bytes security) (deflated 65%)
827
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html (200 bytes security) (deflated 65%)
828
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetequal.html (200 bytes security) (deflated 65%)
829
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html (200 bytes security) (deflated 65%)
830
- adding: share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html (200 bytes security) (deflated 66%)
831
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html (200 bytes security) (deflated 66%)
832
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html (200 bytes security) (deflated 66%)
833
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html (200 bytes security) (deflated 66%)
834
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html (200 bytes security) (deflated 66%)
835
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetnew.html (200 bytes security) (deflated 64%)
836
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html (200 bytes security) (deflated 65%)
837
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html (200 bytes security) (deflated 66%)
838
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html (200 bytes security) (deflated 66%)
839
- adding: share/doc/fontconfig/fontconfig-devel/fccharsetunion.html (200 bytes security) (deflated 66%)
840
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html (200 bytes security) (deflated 64%)
841
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html (200 bytes security) (deflated 64%)
842
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html (200 bytes security) (deflated 65%)
843
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html (200 bytes security) (deflated 64%)
844
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html (200 bytes security) (deflated 65%)
845
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html (200 bytes security) (deflated 64%)
846
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html (200 bytes security) (deflated 64%)
847
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html (200 bytes security) (deflated 63%)
848
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html (200 bytes security) (deflated 64%)
849
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html (200 bytes security) (deflated 64%)
850
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html (200 bytes security) (deflated 65%)
851
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html (200 bytes security) (deflated 65%)
852
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html (200 bytes security) (deflated 66%)
853
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html (200 bytes security) (deflated 65%)
854
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html (200 bytes security) (deflated 66%)
855
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html (200 bytes security) (deflated 65%)
856
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html (200 bytes security) (deflated 65%)
857
- adding: share/doc/fontconfig/fontconfig-devel/fcconfighome.html (200 bytes security) (deflated 65%)
858
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html (200 bytes security) (deflated 61%)
859
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigreference.html (200 bytes security) (deflated 64%)
860
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html (200 bytes security) (deflated 65%)
861
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html (200 bytes security) (deflated 65%)
862
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html (200 bytes security) (deflated 64%)
863
- adding: share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html (200 bytes security) (deflated 65%)
864
- adding: share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html (200 bytes security) (deflated 65%)
865
- adding: share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html (200 bytes security) (deflated 64%)
866
- adding: share/doc/fontconfig/fontconfig-devel/fcdircacheload.html (200 bytes security) (deflated 65%)
867
- adding: share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html (200 bytes security) (deflated 65%)
868
- adding: share/doc/fontconfig/fontconfig-devel/fcdircacheread.html (200 bytes security) (deflated 64%)
869
- adding: share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html (200 bytes security) (deflated 64%)
870
- adding: share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html (200 bytes security) (deflated 62%)
871
- adding: share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html (200 bytes security) (deflated 64%)
872
- adding: share/doc/fontconfig/fontconfig-devel/fcdirsave.html (200 bytes security) (deflated 64%)
873
- adding: share/doc/fontconfig/fontconfig-devel/fcdirscan.html (200 bytes security) (deflated 65%)
874
- adding: share/doc/fontconfig/fontconfig-devel/fcfileisdir.html (200 bytes security) (deflated 64%)
875
- adding: share/doc/fontconfig/fontconfig-devel/fcfilescan.html (200 bytes security) (deflated 63%)
876
- adding: share/doc/fontconfig/fontconfig-devel/fcfini.html (200 bytes security) (deflated 63%)
877
- adding: share/doc/fontconfig/fontconfig-devel/fcfontlist.html (200 bytes security) (deflated 65%)
878
- adding: share/doc/fontconfig/fontconfig-devel/fcfontmatch.html (200 bytes security) (deflated 65%)
879
- adding: share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html (200 bytes security) (deflated 66%)
880
- adding: share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html (200 bytes security) (deflated 64%)
881
- adding: share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html (200 bytes security) (deflated 65%)
882
- adding: share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html (200 bytes security) (deflated 65%)
883
- adding: share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html (200 bytes security) (deflated 66%)
884
- adding: share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html (200 bytes security) (deflated 65%)
885
- adding: share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html (200 bytes security) (deflated 63%)
886
- adding: share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html (200 bytes security) (deflated 65%)
887
- adding: share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html (200 bytes security) (deflated 64%)
888
- adding: share/doc/fontconfig/fontconfig-devel/fcfontsort.html (200 bytes security) (deflated 64%)
889
- adding: share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html (200 bytes security) (deflated 63%)
890
- adding: share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html (200 bytes security) (deflated 63%)
891
- adding: share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html (200 bytes security) (deflated 63%)
892
- adding: share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html (200 bytes security) (deflated 64%)
893
- adding: share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html (200 bytes security) (deflated 62%)
894
- adding: share/doc/fontconfig/fontconfig-devel/fcgetlangs.html (200 bytes security) (deflated 65%)
895
- adding: share/doc/fontconfig/fontconfig-devel/fcgetversion.html (200 bytes security) (deflated 65%)
896
- adding: share/doc/fontconfig/fontconfig-devel/fcinit.html (200 bytes security) (deflated 63%)
897
- adding: share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html (200 bytes security) (deflated 62%)
898
- adding: share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html (200 bytes security) (deflated 64%)
899
- adding: share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html (200 bytes security) (deflated 64%)
900
- adding: share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html (200 bytes security) (deflated 63%)
901
- adding: share/doc/fontconfig/fontconfig-devel/fcislower.html (200 bytes security) (deflated 64%)
902
- adding: share/doc/fontconfig/fontconfig-devel/fcisupper.html (200 bytes security) (deflated 64%)
903
- adding: share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html (200 bytes security) (deflated 63%)
904
- adding: share/doc/fontconfig/fontconfig-devel/fclangsetadd.html (200 bytes security) (deflated 65%)
905
- adding: share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html (200 bytes security) (deflated 66%)
906
- adding: share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html (200 bytes security) (deflated 67%)
907
- adding: share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html (200 bytes security) (deflated 65%)
908
- adding: share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html (200 bytes security) (deflated 65%)
909
- adding: share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html (200 bytes security) (deflated 65%)
910
- adding: share/doc/fontconfig/fontconfig-devel/fclangsetequal.html (200 bytes security) (deflated 65%)
911
- adding: share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html (200 bytes security) (deflated 65%)
912
- adding: share/doc/fontconfig/fontconfig-devel/fclangsethash.html (200 bytes security) (deflated 64%)
913
- adding: share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html (200 bytes security) (deflated 67%)
914
- adding: share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html (200 bytes security) (deflated 65%)
915
- adding: share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html (200 bytes security) (deflated 66%)
916
- adding: share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html (200 bytes security) (deflated 65%)
917
- adding: share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html (200 bytes security) (deflated 67%)
918
- adding: share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html (200 bytes security) (deflated 67%)
919
- adding: share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html (200 bytes security) (deflated 67%)
920
- adding: share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html (200 bytes security) (deflated 65%)
921
- adding: share/doc/fontconfig/fontconfig-devel/fcnameconstant.html (200 bytes security) (deflated 64%)
922
- adding: share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html (200 bytes security) (deflated 65%)
923
- adding: share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html (200 bytes security) (deflated 64%)
924
- adding: share/doc/fontconfig/fontconfig-devel/fcnameparse.html (200 bytes security) (deflated 64%)
925
- adding: share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html (200 bytes security) (deflated 65%)
926
- adding: share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html (200 bytes security) (deflated 65%)
927
- adding: share/doc/fontconfig/fontconfig-devel/fcnameunparse.html (200 bytes security) (deflated 62%)
928
- adding: share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html (200 bytes security) (deflated 66%)
929
- adding: share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html (200 bytes security) (deflated 66%)
930
- adding: share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html (200 bytes security) (deflated 64%)
931
- adding: share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html (200 bytes security) (deflated 67%)
932
- adding: share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html (200 bytes security) (deflated 65%)
933
- adding: share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html (200 bytes security) (deflated 65%)
934
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html (200 bytes security) (deflated 75%)
935
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternadd.html (200 bytes security) (deflated 63%)
936
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html (200 bytes security) (deflated 65%)
937
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html (200 bytes security) (deflated 66%)
938
- adding: share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html (200 bytes security) (deflated 65%)
939
- adding: share/doc/fontconfig/fontconfig-devel/fcpatterndel.html (200 bytes security) (deflated 64%)
940
- adding: share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html (200 bytes security) (deflated 65%)
941
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html (200 bytes security) (deflated 65%)
942
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternequal.html (200 bytes security) (deflated 66%)
943
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html (200 bytes security) (deflated 66%)
944
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html (200 bytes security) (deflated 66%)
945
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternformat.html (200 bytes security) (deflated 70%)
946
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html (200 bytes security) (deflated 75%)
947
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternget.html (200 bytes security) (deflated 65%)
948
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternhash.html (200 bytes security) (deflated 64%)
949
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternprint.html (200 bytes security) (deflated 63%)
950
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternreference.html (200 bytes security) (deflated 65%)
951
- adding: share/doc/fontconfig/fontconfig-devel/fcpatternremove.html (200 bytes security) (deflated 64%)
952
- adding: share/doc/fontconfig/fontconfig-devel/fcstrbasename.html (200 bytes security) (deflated 62%)
953
- adding: share/doc/fontconfig/fontconfig-devel/fcstrcmp.html (200 bytes security) (deflated 65%)
954
- adding: share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html (200 bytes security) (deflated 64%)
955
- adding: share/doc/fontconfig/fontconfig-devel/fcstrcopy.html (200 bytes security) (deflated 63%)
956
- adding: share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html (200 bytes security) (deflated 63%)
957
- adding: share/doc/fontconfig/fontconfig-devel/fcstrdirname.html (200 bytes security) (deflated 63%)
958
- adding: share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html (200 bytes security) (deflated 64%)
959
- adding: share/doc/fontconfig/fontconfig-devel/fcstrfree.html (200 bytes security) (deflated 63%)
960
- adding: share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html (200 bytes security) (deflated 65%)
961
- adding: share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html (200 bytes security) (deflated 63%)
962
- adding: share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html (200 bytes security) (deflated 65%)
963
- adding: share/doc/fontconfig/fontconfig-devel/fcstrplus.html (200 bytes security) (deflated 65%)
964
- adding: share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html (200 bytes security) (deflated 66%)
965
- adding: share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html (200 bytes security) (deflated 64%)
966
- adding: share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html (200 bytes security) (deflated 65%)
967
- adding: share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html (200 bytes security) (deflated 65%)
968
- adding: share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html (200 bytes security) (deflated 65%)
969
- adding: share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html (200 bytes security) (deflated 64%)
970
- adding: share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html (200 bytes security) (deflated 65%)
971
- adding: share/doc/fontconfig/fontconfig-devel/fcstrstr.html (200 bytes security) (deflated 66%)
972
- adding: share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html (200 bytes security) (deflated 65%)
973
- adding: share/doc/fontconfig/fontconfig-devel/fctolower.html (200 bytes security) (deflated 64%)
974
- adding: share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html (200 bytes security) (deflated 64%)
975
- adding: share/doc/fontconfig/fontconfig-devel/fcutf16len.html (200 bytes security) (deflated 65%)
976
- adding: share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html (200 bytes security) (deflated 65%)
977
- adding: share/doc/fontconfig/fontconfig-devel/fcutf8len.html (200 bytes security) (deflated 65%)
978
- adding: share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html (200 bytes security) (deflated 65%)
979
- adding: share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html (200 bytes security) (deflated 64%)
980
- adding: share/doc/fontconfig/fontconfig-devel/fcvalueequal.html (200 bytes security) (deflated 62%)
981
- adding: share/doc/fontconfig/fontconfig-devel/fcvalueprint.html (200 bytes security) (deflated 64%)
982
- adding: share/doc/fontconfig/fontconfig-devel/fcvaluesave.html (200 bytes security) (deflated 64%)
983
- adding: share/doc/fontconfig/fontconfig-devel/ln12.html (200 bytes security) (deflated 53%)
984
- adding: share/doc/fontconfig/fontconfig-devel/t1.html (200 bytes security) (deflated 56%)
985
- adding: share/doc/fontconfig/fontconfig-devel/x102.html (200 bytes security) (deflated 78%)
986
- adding: share/doc/fontconfig/fontconfig-devel/x19.html (200 bytes security) (deflated 65%)
987
- adding: share/doc/fontconfig/fontconfig-devel/x31.html (200 bytes security) (deflated 69%)
988
- adding: share/doc/fontconfig/fontconfig-devel.pdf (200 bytes security) (deflated 65%)
989
- adding: share/doc/fontconfig/fontconfig-devel.txt (200 bytes security) (deflated 79%)
990
- adding: share/doc/fontconfig/fontconfig-user.html (200 bytes security) (deflated 72%)
991
- adding: share/doc/fontconfig/fontconfig-user.pdf (200 bytes security) (deflated 25%)
992
- adding: share/doc/fontconfig/fontconfig-user.txt (200 bytes security) (deflated 67%)
993
- ++ mv /tmp/fontconfig-2.8.0.zip /tmp/fontconfig_2.8.0-2_win32.zip
994
- ++ mv /tmp/fontconfig-dev-2.8.0.zip /tmp/fontconfig-dev_2.8.0-2_win32.zip
995
- ++ cd /devel/target/e1fce2466937a6fa6e065a0c7d689ba4
996
- ++ zip /tmp/fontconfig-dev_2.8.0-2_win32.zip bin/fc-cat.exe
997
- adding: bin/fc-cat.exe (200 bytes security) (deflated 69%)
998
- ++ zip /tmp/fontconfig-dev_2.8.0-2_win32.zip lib/fontconfig.lib
999
- updating: lib/fontconfig.lib (200 bytes security) (deflated 86%)