rsvg2 1.1.5-x86-mingw32 → 1.1.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. data/lib/1.8/rsvg2.so +0 -0
  2. data/lib/1.9/rsvg2.so +0 -0
  3. data/vendor/local/bin/libxml2-2.dll +0 -0
  4. data/vendor/local/bin/xmlcatalog.exe +0 -0
  5. data/vendor/local/bin/xmllint.exe +0 -0
  6. data/vendor/local/include/libxml2/libxml/DOCBparser.h +9 -9
  7. data/vendor/local/include/libxml2/libxml/HTMLparser.h +25 -23
  8. data/vendor/local/include/libxml2/libxml/HTMLtree.h +19 -19
  9. data/vendor/local/include/libxml2/libxml/SAX.h +37 -37
  10. data/vendor/local/include/libxml2/libxml/SAX2.h +34 -34
  11. data/vendor/local/include/libxml2/libxml/c14n.h +1 -1
  12. data/vendor/local/include/libxml2/libxml/catalog.h +35 -35
  13. data/vendor/local/include/libxml2/libxml/debugXML.h +26 -26
  14. data/vendor/local/include/libxml2/libxml/dict.h +16 -5
  15. data/vendor/local/include/libxml2/libxml/encoding.h +28 -14
  16. data/vendor/local/include/libxml2/libxml/hash.h +24 -24
  17. data/vendor/local/include/libxml2/libxml/list.h +26 -26
  18. data/vendor/local/include/libxml2/libxml/nanoftp.h +44 -24
  19. data/vendor/local/include/libxml2/libxml/nanohttp.h +13 -13
  20. data/vendor/local/include/libxml2/libxml/parser.h +78 -73
  21. data/vendor/local/include/libxml2/libxml/parserInternals.h +106 -73
  22. data/vendor/local/include/libxml2/libxml/schemasInternals.h +2 -2
  23. data/vendor/local/include/libxml2/libxml/schematron.h +11 -11
  24. data/vendor/local/include/libxml2/libxml/tree.h +203 -152
  25. data/vendor/local/include/libxml2/libxml/valid.h +72 -72
  26. data/vendor/local/include/libxml2/libxml/xlink.h +7 -7
  27. data/vendor/local/include/libxml2/libxml/xmlIO.h +71 -65
  28. data/vendor/local/include/libxml2/libxml/xmlautomata.h +22 -22
  29. data/vendor/local/include/libxml2/libxml/xmlerror.h +6 -6
  30. data/vendor/local/include/libxml2/libxml/xmlexports.h +2 -2
  31. data/vendor/local/include/libxml2/libxml/xmlmodule.h +1 -1
  32. data/vendor/local/include/libxml2/libxml/xmlreader.h +24 -20
  33. data/vendor/local/include/libxml2/libxml/xmlsave.h +2 -1
  34. data/vendor/local/include/libxml2/libxml/xmlschemas.h +30 -2
  35. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +20 -20
  36. data/vendor/local/include/libxml2/libxml/xmlstring.h +3 -3
  37. data/vendor/local/include/libxml2/libxml/xmlversion.h +29 -7
  38. data/vendor/local/include/libxml2/libxml/xmlwriter.h +4 -1
  39. data/vendor/local/include/libxml2/libxml/xpath.h +47 -43
  40. data/vendor/local/include/libxml2/libxml/xpathInternals.h +81 -79
  41. data/vendor/local/include/libxml2/libxml/xpointer.h +23 -23
  42. data/vendor/local/lib/libxml2.def +16 -14
  43. data/vendor/local/lib/libxml2.dll.a +0 -0
  44. data/vendor/local/lib/libxml2.lib +0 -0
  45. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +3 -3
  46. data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +268 -0
  47. data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +2 -0
  48. data/vendor/local/share/doc/libxml2-2.9.0/Copyright +27 -0
  49. data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +880 -0
  50. data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +1198 -0
  51. data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +229 -0
  52. data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +3770 -0
  53. data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
  54. data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +282 -0
  55. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
  56. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
  57. data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +207 -0
  58. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +751 -0
  59. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +174 -0
  60. data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +13 -0
  61. data/vendor/local/share/doc/libxml2-2.9.0/html/html/home.png +0 -0
  62. data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +13 -0
  63. data/vendor/local/share/doc/libxml2-2.9.0/html/html/left.png +0 -0
  64. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +51 -0
  65. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +184 -0
  66. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +73 -0
  67. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +125 -0
  68. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +128 -0
  69. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +38 -0
  70. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +142 -0
  71. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +72 -0
  72. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +120 -0
  73. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +58 -0
  74. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +124 -0
  75. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +79 -0
  76. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +152 -0
  77. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +116 -0
  78. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +13 -0
  79. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +120 -0
  80. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +94 -0
  81. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +65 -0
  82. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +559 -0
  83. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +322 -0
  84. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +76 -0
  85. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +162 -0
  86. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +373 -0
  87. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +81 -0
  88. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +72 -0
  89. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +989 -0
  90. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +73 -0
  91. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +289 -0
  92. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +59 -0
  93. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +82 -0
  94. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +212 -0
  95. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +85 -0
  96. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +864 -0
  97. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +20 -0
  98. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +107 -0
  99. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +38 -0
  100. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +330 -0
  101. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +143 -0
  102. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +60 -0
  103. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +185 -0
  104. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +123 -0
  105. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +108 -0
  106. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +512 -0
  107. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +62 -0
  108. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +261 -0
  109. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +310 -0
  110. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +394 -0
  111. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +83 -0
  112. data/vendor/local/share/doc/libxml2-2.9.0/html/html/right.png +0 -0
  113. data/vendor/local/share/doc/libxml2-2.9.0/html/html/up.png +0 -0
  114. data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +14 -0
  115. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +166 -0
  116. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +5 -0
  117. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +58 -0
  118. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +2 -0
  119. data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
  120. data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +56 -0
  121. data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +72 -0
  122. data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +60 -0
  123. data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +143 -0
  124. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +107 -0
  125. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +14 -0
  126. data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +122 -0
  127. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +120 -0
  128. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +13 -0
  129. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +122 -0
  130. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +3 -0
  131. data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
  132. data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
  133. data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
  134. data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +1 -0
  135. data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +13 -0
  136. data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +39 -0
  137. data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +1198 -0
  138. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +94 -0
  139. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +4 -0
  140. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +118 -0
  141. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +18 -0
  142. data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +7 -0
  143. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +8 -0
  144. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +14 -0
  145. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +82 -0
  146. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +76 -0
  147. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +78 -0
  148. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +67 -0
  149. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +75 -0
  150. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +76 -0
  151. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +4 -0
  152. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +14 -0
  153. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +47 -0
  154. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +54 -0
  155. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +55 -0
  156. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +35 -0
  157. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +30 -0
  158. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +38 -0
  159. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +63 -0
  160. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
  161. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
  162. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
  163. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
  164. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
  165. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
  166. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
  167. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
  168. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
  169. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
  170. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
  171. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
  172. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
  173. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
  174. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
  175. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
  176. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
  177. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
  178. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
  179. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
  180. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
  181. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
  182. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
  183. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
  184. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +64 -0
  185. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +75 -0
  186. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +73 -0
  187. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +72 -0
  188. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +79 -0
  189. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +74 -0
  190. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +14 -0
  191. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +1 -0
  192. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +1336 -0
  193. data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
  194. data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +2 -0
  195. data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +5715 -0
  196. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +250 -0
  197. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +5 -0
  198. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +190 -0
  199. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +30 -0
  200. data/vendor/local/share/gtk-doc/html/libxml2/general.html +1 -1
  201. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +3 -1
  202. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +16 -1
  203. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +11 -1
  204. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +15 -5
  205. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +8 -4
  206. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +20 -5
  207. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +72 -18
  208. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +10 -0
  209. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +5 -3
  210. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +8 -3
  212. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +2 -1
  213. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +15 -0
  214. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +12 -2
  215. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +8 -3
  216. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +3 -0
  217. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +9 -9
  218. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +42 -2
  219. data/vendor/local/share/man/man1/xml2-config.1 +0 -1
  220. data/vendor/local/share/man/man1/xmlcatalog.1 +204 -93
  221. data/vendor/local/share/man/man3/libxml.3 +1 -1
  222. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +867 -0
  223. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +68 -0
  224. metadata +163 -7
@@ -0,0 +1,68 @@
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=libxml2
6
+ VER=2.9.0
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
+ # I on purpose don't pass any pointer to either GNU libiconv or
19
+ # win-iconv because I don't want libxml2 API to require <iconv.h> and
20
+ # use iconv_t, as I can't know which implementation of iconv various
21
+ # code that third parties might build against my build of libxml2 will
22
+ # use anyway. I wonder if this makes sense?
23
+
24
+ # Otherwise I would do:
25
+ # WIN_ICONV=`latest --arch=${ARCH} win-iconv`
26
+ # and then pass a pointer to that with --with-iconv
27
+
28
+ ZLIB=`latest --arch=${ARCH} zlib`
29
+
30
+ usedev
31
+ usewinsdk52
32
+
33
+ (
34
+
35
+ set -x
36
+
37
+ lt_cv_deplibs_check_method='pass_all' \
38
+ CC='gcc' \
39
+ LDFLAGS="-Wl,--enable-auto-image-base" \
40
+ CFLAGS=-O2 \
41
+ ./configure \--disable-static \
42
+ --without-iconv \
43
+ --without-modules \
44
+ --with-zlib=/devel/dist/${ARCH}/${ZLIB} \
45
+ --prefix=$TARGET &&
46
+ make -j4 install &&
47
+
48
+ (cd $TARGET &&
49
+
50
+ zip /tmp/$RUNZIP bin/libxml2-2.dll &&
51
+
52
+ (echo EXPORTS
53
+ link -dump -exports bin/libxml2-2.dll | grep -E '^ *[1-9][0-9]* *[0-9A-F][0-9A-F]* [0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F] ' | sed -e 's/^ *[^ ][^ ]* *[^ ][^ ]* ........ //' -e 's/ =.*//') >lib/libxml2.def &&
54
+ lib -machine:X86 -def:lib/libxml2.def -name:libxml2-2.dll -out:lib/libxml2.lib &&
55
+
56
+ # Leave out xml2-config, the .pc file is better
57
+ zip /tmp/$DEVZIP bin/*.exe &&
58
+ zip -r -D /tmp/$DEVZIP include &&
59
+ zip /tmp/$DEVZIP lib/libxml2.{def,lib,dll.a} &&
60
+ zip /tmp/$DEVZIP lib/pkgconfig/libxml-2.0.pc &&
61
+ zip -r -D /tmp/$DEVZIP share
62
+
63
+ )
64
+
65
+ ) 2>&1 | tee /devel/src/dieterv/packaging/$THIS.log
66
+
67
+ (cd /devel && zip /tmp/$DEVZIP src/dieterv/packaging/$THIS.{sh,log}) &&
68
+ manifestify /tmp/$RUNZIP /tmp/$DEVZIP
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsvg2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 5
10
- version: 1.1.5
9
+ - 6
10
+ version: 1.1.6
11
11
  platform: x86-mingw32
12
12
  authors:
13
13
  - The Ruby-GNOME2 Project Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-28 00:00:00 Z
18
+ date: 2012-12-02 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: cairo
@@ -41,12 +41,12 @@ dependencies:
41
41
  requirements:
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- hash: 25
44
+ hash: 31
45
45
  segments:
46
46
  - 1
47
47
  - 1
48
- - 5
49
- version: 1.1.5
48
+ - 6
49
+ version: 1.1.6
50
50
  type: :runtime
51
51
  version_requirements: *id002
52
52
  description: Ruby/RSVG is a Ruby binding of librsvg-2.x.
@@ -79,6 +79,160 @@ files:
79
79
  - vendor/local/src/tml/packaging/librsvg_2.32.1-1_win32.sh
80
80
  - vendor/local/src/tml/packaging/libcroco_0.6.2-1_win32.sh
81
81
  - vendor/local/src/tml/packaging/libxml2_2.7.7-1_win32.log
82
+ - vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log
83
+ - vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh
84
+ - vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c
85
+ - vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c
86
+ - vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c
87
+ - vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c
88
+ - vendor/local/share/doc/libxml2-2.9.0/Copyright
89
+ - vendor/local/share/doc/libxml2-2.9.0/html/tree2.c
90
+ - vendor/local/share/doc/libxml2-2.9.0/html/io2.res
91
+ - vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c
92
+ - vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif
93
+ - vendor/local/share/doc/libxml2-2.9.0/html/tree2.res
94
+ - vendor/local/share/doc/libxml2-2.9.0/html/parse1.c
95
+ - vendor/local/share/doc/libxml2-2.9.0/html/xml.html
96
+ - vendor/local/share/doc/libxml2-2.9.0/html/reader3.res
97
+ - vendor/local/share/doc/libxml2-2.9.0/html/tree1.res
98
+ - vendor/local/share/doc/libxml2-2.9.0/html/tst.xml
99
+ - vendor/local/share/doc/libxml2-2.9.0/html/writer.xml
100
+ - vendor/local/share/doc/libxml2-2.9.0/html/w3c.png
101
+ - vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif
102
+ - vendor/local/share/doc/libxml2-2.9.0/html/io1.c
103
+ - vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html
104
+ - vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif
105
+ - vendor/local/share/doc/libxml2-2.9.0/html/reader1.res
106
+ - vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res
107
+ - vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c
108
+ - vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif
109
+ - vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res
110
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html
111
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html
112
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html
113
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html
114
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html
115
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c
116
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c
117
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html
118
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html
119
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html
120
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html
121
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c
122
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html
123
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html
124
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c
125
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png
126
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png
127
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png
128
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png
129
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png
130
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png
131
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png
132
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png
133
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png
134
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png
135
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png
136
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png
137
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png
138
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png
139
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png
140
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png
141
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png
142
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png
143
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png
144
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png
145
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png
146
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png
147
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png
148
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png
149
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html
150
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html
151
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html
152
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html
153
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c
154
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c
155
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html
156
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html
157
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html
158
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf
159
+ - vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html
160
+ - vendor/local/share/doc/libxml2-2.9.0/html/index.html
161
+ - vendor/local/share/doc/libxml2-2.9.0/html/test3.xml
162
+ - vendor/local/share/doc/libxml2-2.9.0/html/io2.c
163
+ - vendor/local/share/doc/libxml2-2.9.0/html/reader4.c
164
+ - vendor/local/share/doc/libxml2-2.9.0/html/reader3.c
165
+ - vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif
166
+ - vendor/local/share/doc/libxml2-2.9.0/html/structure.gif
167
+ - vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c
168
+ - vendor/local/share/doc/libxml2-2.9.0/html/parse3.c
169
+ - vendor/local/share/doc/libxml2-2.9.0/html/tree1.c
170
+ - vendor/local/share/doc/libxml2-2.9.0/html/encoding.html
171
+ - vendor/local/share/doc/libxml2-2.9.0/html/parse2.c
172
+ - vendor/local/share/doc/libxml2-2.9.0/html/test2.xml
173
+ - vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl
174
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html
175
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html
176
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html
177
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html
178
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html
179
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html
180
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/left.png
181
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html
182
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html
183
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html
184
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html
185
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html
186
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html
187
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html
188
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html
189
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html
190
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/index.html
191
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html
192
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html
193
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html
194
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html
195
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html
196
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html
197
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html
198
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html
199
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html
200
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/home.png
201
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html
202
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html
203
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html
204
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html
205
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html
206
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html
207
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html
208
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html
209
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html
210
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html
211
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html
212
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html
213
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html
214
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html
215
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html
216
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html
217
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html
218
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html
219
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html
220
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/up.png
221
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html
222
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html
223
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html
224
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html
225
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html
226
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/right.png
227
+ - vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html
228
+ - vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif
229
+ - vendor/local/share/doc/libxml2-2.9.0/html/reader4.res
230
+ - vendor/local/share/doc/libxml2-2.9.0/html/examples.xml
231
+ - vendor/local/share/doc/libxml2-2.9.0/html/io1.res
232
+ - vendor/local/share/doc/libxml2-2.9.0/html/test1.xml
233
+ - vendor/local/share/doc/libxml2-2.9.0/html/reader1.c
234
+ - vendor/local/share/doc/libxml2-2.9.0/html/parse4.c
235
+ - vendor/local/share/doc/libxml2-2.9.0/html/reader2.c
82
236
  - vendor/local/share/doc/libxml2-2.7.7/examples/testXPath.c
83
237
  - vendor/local/share/doc/libxml2-2.7.7/examples/xmllint.c
84
238
  - vendor/local/share/doc/libxml2-2.7.7/examples/testSAX.c
@@ -290,7 +444,9 @@ files:
290
444
  - vendor/local/share/man/man1/xmllint.1
291
445
  - vendor/local/share/man/man1/xmlcatalog.1
292
446
  - vendor/local/share/aclocal/libxml.m4
447
+ - vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft
293
448
  - vendor/local/manifest/libxml2-dev_2.7.7-1_win32.mft
449
+ - vendor/local/manifest/libxml2_2.9.0-1_win32.mft
294
450
  - vendor/local/manifest/libcroco-dev_0.6.2-1_win32.mft
295
451
  - vendor/local/manifest/libxml2_2.7.7-1_win32.mft
296
452
  - vendor/local/manifest/librsvg_2.32.1-1_win32.mft