pango 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (368) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING.LIB +502 -0
  3. data/README.md +25 -0
  4. data/Rakefile +8 -8
  5. data/ext/pango/extconf.rb +4 -1
  6. data/ext/pango/pango.def +1 -0
  7. data/ext/pango/rb-pango-attr-list.c +3 -3
  8. data/ext/pango/rb-pango-attribute.c +67 -57
  9. data/ext/pango/rb-pango-conversions.h +3 -3
  10. data/ext/pango/rb-pango-private.h +0 -1
  11. data/ext/pango/rb-pango.c +0 -1
  12. data/ext/pango/rb-pango.h +2 -1
  13. data/lib/2.2/pango.so +0 -0
  14. data/lib/2.3/pango.so +0 -0
  15. data/lib/2.4/pango.so +0 -0
  16. data/lib/2.5/pango.so +0 -0
  17. data/lib/pango/loader.rb +13 -1
  18. data/lib/pango/rectangle.rb +7 -1
  19. data/pango.gemspec +43 -0
  20. data/vendor/local/bin/derb.exe +0 -0
  21. data/vendor/local/bin/escapesrc.exe +0 -0
  22. data/vendor/local/bin/fribidi.exe +0 -0
  23. data/vendor/local/bin/genbrk.exe +0 -0
  24. data/vendor/local/bin/genccode.exe +0 -0
  25. data/vendor/local/bin/gencfu.exe +0 -0
  26. data/vendor/local/bin/gencmn.exe +0 -0
  27. data/vendor/local/bin/gencnval.exe +0 -0
  28. data/vendor/local/bin/gendict.exe +0 -0
  29. data/vendor/local/bin/gennorm2.exe +0 -0
  30. data/vendor/local/bin/genrb.exe +0 -0
  31. data/vendor/local/bin/gensprep.exe +0 -0
  32. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  33. data/vendor/local/bin/hb-shape.exe +0 -0
  34. data/vendor/local/bin/hb-subset.exe +0 -0
  35. data/vendor/local/bin/hb-view.exe +0 -0
  36. data/vendor/local/bin/icu-config +13 -8
  37. data/vendor/local/bin/icuinfo.exe +0 -0
  38. data/vendor/local/bin/icupkg.exe +0 -0
  39. data/vendor/local/bin/libfribidi-0.dll +0 -0
  40. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  42. data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
  43. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  46. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  47. data/vendor/local/bin/makeconv.exe +0 -0
  48. data/vendor/local/bin/pango-view.exe +0 -0
  49. data/vendor/local/bin/pkgdata.exe +0 -0
  50. data/vendor/local/bin/uconv.exe +0 -0
  51. data/vendor/local/include/fribidi/fribidi-config.h +2 -2
  52. data/vendor/local/include/harfbuzz/hb-blob.h +2 -0
  53. data/vendor/local/include/harfbuzz/hb-common.h +24 -3
  54. data/vendor/local/include/harfbuzz/hb-face.h +4 -0
  55. data/vendor/local/include/harfbuzz/hb-map.h +104 -0
  56. data/vendor/local/include/harfbuzz/hb-ot-layout.h +1 -1
  57. data/vendor/local/include/harfbuzz/hb-set.h +0 -2
  58. data/vendor/local/include/harfbuzz/hb-subset-plan.hh +46 -25
  59. data/vendor/local/include/harfbuzz/hb-subset.h +4 -1
  60. data/vendor/local/include/harfbuzz/hb-version.h +3 -3
  61. data/vendor/local/include/harfbuzz/hb.h +1 -0
  62. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  63. data/vendor/local/include/unicode/alphaindex.h +2 -1
  64. data/vendor/local/include/unicode/appendable.h +25 -25
  65. data/vendor/local/include/unicode/basictz.h +1 -1
  66. data/vendor/local/include/unicode/brkiter.h +19 -24
  67. data/vendor/local/include/unicode/bytestream.h +26 -13
  68. data/vendor/local/include/unicode/bytestrie.h +2 -2
  69. data/vendor/local/include/unicode/bytestriebuilder.h +4 -5
  70. data/vendor/local/include/unicode/calendar.h +11 -11
  71. data/vendor/local/include/unicode/caniter.h +3 -3
  72. data/vendor/local/include/unicode/casemap.h +494 -0
  73. data/vendor/local/include/unicode/char16ptr.h +302 -0
  74. data/vendor/local/include/unicode/chariter.h +22 -18
  75. data/vendor/local/include/unicode/choicfmt.h +1 -1
  76. data/vendor/local/include/unicode/coleitr.h +2 -1
  77. data/vendor/local/include/unicode/coll.h +17 -17
  78. data/vendor/local/include/unicode/compactdecimalformat.h +10 -2
  79. data/vendor/local/include/unicode/curramt.h +5 -5
  80. data/vendor/local/include/unicode/currpinf.h +1 -1
  81. data/vendor/local/include/unicode/currunit.h +24 -6
  82. data/vendor/local/include/unicode/datefmt.h +3 -2
  83. data/vendor/local/include/unicode/dbbi.h +1 -1
  84. data/vendor/local/include/unicode/dcfmtsym.h +89 -13
  85. data/vendor/local/include/unicode/decimfmt.h +38 -39
  86. data/vendor/local/include/unicode/docmain.h +7 -2
  87. data/vendor/local/include/unicode/dtfmtsym.h +7 -6
  88. data/vendor/local/include/unicode/dtintrv.h +2 -2
  89. data/vendor/local/include/unicode/dtitvfmt.h +2 -2
  90. data/vendor/local/include/unicode/dtitvinf.h +1 -3
  91. data/vendor/local/include/unicode/dtptngen.h +48 -24
  92. data/vendor/local/include/unicode/dtrule.h +1 -1
  93. data/vendor/local/include/unicode/edits.h +424 -0
  94. data/vendor/local/include/unicode/enumset.h +1 -1
  95. data/vendor/local/include/unicode/errorcode.h +2 -2
  96. data/vendor/local/include/unicode/fieldpos.h +1 -1
  97. data/vendor/local/include/unicode/filteredbrk.h +35 -5
  98. data/vendor/local/include/unicode/fmtable.h +1 -1
  99. data/vendor/local/include/unicode/format.h +1 -1
  100. data/vendor/local/include/unicode/fpositer.h +11 -3
  101. data/vendor/local/include/unicode/gender.h +1 -1
  102. data/vendor/local/include/unicode/gregocal.h +1 -1
  103. data/vendor/local/include/unicode/icudataver.h +1 -1
  104. data/vendor/local/include/unicode/icuplug.h +1 -1
  105. data/vendor/local/include/unicode/idna.h +2 -2
  106. data/vendor/local/include/unicode/listformatter.h +4 -2
  107. data/vendor/local/include/unicode/localpointer.h +6 -43
  108. data/vendor/local/include/unicode/locdspnm.h +2 -1
  109. data/vendor/local/include/unicode/locid.h +7 -6
  110. data/vendor/local/include/unicode/measfmt.h +18 -7
  111. data/vendor/local/include/unicode/measunit.h +31 -60
  112. data/vendor/local/include/unicode/measure.h +1 -1
  113. data/vendor/local/include/unicode/messagepattern.h +2 -2
  114. data/vendor/local/include/unicode/msgfmt.h +2 -2
  115. data/vendor/local/include/unicode/normalizer2.h +130 -16
  116. data/vendor/local/include/unicode/normlzr.h +5 -5
  117. data/vendor/local/include/unicode/nounit.h +111 -0
  118. data/vendor/local/include/unicode/numberformatter.h +2194 -0
  119. data/vendor/local/include/unicode/numfmt.h +81 -7
  120. data/vendor/local/include/unicode/numsys.h +2 -2
  121. data/vendor/local/include/unicode/parseerr.h +3 -3
  122. data/vendor/local/include/unicode/parsepos.h +1 -1
  123. data/vendor/local/include/unicode/platform.h +66 -63
  124. data/vendor/local/include/unicode/plurfmt.h +1 -1
  125. data/vendor/local/include/unicode/plurrule.h +23 -4
  126. data/vendor/local/include/unicode/ptypes.h +1 -1
  127. data/vendor/local/include/unicode/putil.h +4 -4
  128. data/vendor/local/include/unicode/rbbi.h +105 -134
  129. data/vendor/local/include/unicode/rbnf.h +65 -3
  130. data/vendor/local/include/unicode/rbtz.h +1 -1
  131. data/vendor/local/include/unicode/regex.h +17 -17
  132. data/vendor/local/include/unicode/region.h +1 -1
  133. data/vendor/local/include/unicode/reldatefmt.h +4 -5
  134. data/vendor/local/include/unicode/rep.h +4 -4
  135. data/vendor/local/include/unicode/resbund.h +3 -3
  136. data/vendor/local/include/unicode/schriter.h +3 -3
  137. data/vendor/local/include/unicode/scientificnumberformatter.h +1 -1
  138. data/vendor/local/include/unicode/search.h +1 -1
  139. data/vendor/local/include/unicode/selfmt.h +1 -1
  140. data/vendor/local/include/unicode/simpleformatter.h +31 -25
  141. data/vendor/local/include/unicode/simpletz.h +5 -3
  142. data/vendor/local/include/unicode/smpdtfmt.h +17 -7
  143. data/vendor/local/include/unicode/sortkey.h +1 -1
  144. data/vendor/local/include/unicode/std_string.h +6 -8
  145. data/vendor/local/include/unicode/strenum.h +5 -5
  146. data/vendor/local/include/unicode/stringoptions.h +198 -0
  147. data/vendor/local/include/unicode/stringpiece.h +1 -3
  148. data/vendor/local/include/unicode/stringtriebuilder.h +19 -19
  149. data/vendor/local/include/unicode/stsearch.h +1 -1
  150. data/vendor/local/include/unicode/symtable.h +1 -1
  151. data/vendor/local/include/unicode/tblcoll.h +13 -13
  152. data/vendor/local/include/unicode/timezone.h +5 -5
  153. data/vendor/local/include/unicode/tmunit.h +1 -1
  154. data/vendor/local/include/unicode/tmutamt.h +1 -1
  155. data/vendor/local/include/unicode/tmutfmt.h +1 -1
  156. data/vendor/local/include/unicode/translit.h +2 -2
  157. data/vendor/local/include/unicode/tzfmt.h +4 -4
  158. data/vendor/local/include/unicode/tznames.h +3 -5
  159. data/vendor/local/include/unicode/tzrule.h +1 -1
  160. data/vendor/local/include/unicode/tztrans.h +1 -1
  161. data/vendor/local/include/unicode/ubidi.h +11 -8
  162. data/vendor/local/include/unicode/ubiditransform.h +16 -19
  163. data/vendor/local/include/unicode/ubrk.h +61 -4
  164. data/vendor/local/include/unicode/ucal.h +3 -3
  165. data/vendor/local/include/unicode/ucasemap.h +7 -47
  166. data/vendor/local/include/unicode/ucat.h +1 -1
  167. data/vendor/local/include/unicode/uchar.h +62 -37
  168. data/vendor/local/include/unicode/ucharstrie.h +48 -48
  169. data/vendor/local/include/unicode/ucharstriebuilder.h +12 -12
  170. data/vendor/local/include/unicode/uchriter.h +33 -29
  171. data/vendor/local/include/unicode/uclean.h +15 -13
  172. data/vendor/local/include/unicode/ucnv.h +11 -11
  173. data/vendor/local/include/unicode/ucnv_cb.h +1 -1
  174. data/vendor/local/include/unicode/ucnv_err.h +7 -7
  175. data/vendor/local/include/unicode/ucnvsel.h +1 -1
  176. data/vendor/local/include/unicode/ucol.h +6 -6
  177. data/vendor/local/include/unicode/ucoleitr.h +3 -3
  178. data/vendor/local/include/unicode/uconfig.h +8 -5
  179. data/vendor/local/include/unicode/ucsdet.h +7 -3
  180. data/vendor/local/include/unicode/ucurr.h +14 -1
  181. data/vendor/local/include/unicode/udat.h +39 -41
  182. data/vendor/local/include/unicode/udata.h +2 -2
  183. data/vendor/local/include/unicode/udateintervalformat.h +1 -1
  184. data/vendor/local/include/unicode/udatpg.h +56 -5
  185. data/vendor/local/include/unicode/udisplaycontext.h +4 -8
  186. data/vendor/local/include/unicode/uenum.h +5 -3
  187. data/vendor/local/include/unicode/ufieldpositer.h +1 -1
  188. data/vendor/local/include/unicode/uformattable.h +2 -2
  189. data/vendor/local/include/unicode/ugender.h +1 -1
  190. data/vendor/local/include/unicode/uidna.h +2 -2
  191. data/vendor/local/include/unicode/uiter.h +2 -2
  192. data/vendor/local/include/unicode/uldnames.h +1 -1
  193. data/vendor/local/include/unicode/ulistformatter.h +4 -4
  194. data/vendor/local/include/unicode/uloc.h +29 -16
  195. data/vendor/local/include/unicode/ulocdata.h +5 -5
  196. data/vendor/local/include/unicode/umachine.h +81 -38
  197. data/vendor/local/include/unicode/umisc.h +2 -2
  198. data/vendor/local/include/unicode/umsg.h +2 -2
  199. data/vendor/local/include/unicode/unifilt.h +2 -2
  200. data/vendor/local/include/unicode/unifunct.h +1 -1
  201. data/vendor/local/include/unicode/unimatch.h +1 -1
  202. data/vendor/local/include/unicode/unirepl.h +1 -1
  203. data/vendor/local/include/unicode/uniset.h +5 -4
  204. data/vendor/local/include/unicode/unistr.h +322 -208
  205. data/vendor/local/include/unicode/unorm.h +9 -9
  206. data/vendor/local/include/unicode/unorm2.h +3 -26
  207. data/vendor/local/include/unicode/unum.h +71 -11
  208. data/vendor/local/include/unicode/unumsys.h +1 -1
  209. data/vendor/local/include/unicode/uobject.h +2 -2
  210. data/vendor/local/include/unicode/upluralrules.h +51 -6
  211. data/vendor/local/include/unicode/uregex.h +2 -2
  212. data/vendor/local/include/unicode/uregion.h +2 -2
  213. data/vendor/local/include/unicode/ureldatefmt.h +33 -39
  214. data/vendor/local/include/unicode/urename.h +18 -17
  215. data/vendor/local/include/unicode/urep.h +1 -1
  216. data/vendor/local/include/unicode/ures.h +9 -9
  217. data/vendor/local/include/unicode/uscript.h +10 -3
  218. data/vendor/local/include/unicode/usearch.h +3 -3
  219. data/vendor/local/include/unicode/uset.h +2 -2
  220. data/vendor/local/include/unicode/usetiter.h +1 -1
  221. data/vendor/local/include/unicode/ushape.h +3 -3
  222. data/vendor/local/include/unicode/uspoof.h +24 -29
  223. data/vendor/local/include/unicode/usprep.h +7 -7
  224. data/vendor/local/include/unicode/ustdio.h +1 -1
  225. data/vendor/local/include/unicode/ustream.h +2 -9
  226. data/vendor/local/include/unicode/ustring.h +3 -13
  227. data/vendor/local/include/unicode/ustringtrie.h +2 -2
  228. data/vendor/local/include/unicode/utext.h +16 -16
  229. data/vendor/local/include/unicode/utf.h +19 -19
  230. data/vendor/local/include/unicode/utf16.h +128 -8
  231. data/vendor/local/include/unicode/utf32.h +2 -2
  232. data/vendor/local/include/unicode/utf8.h +177 -121
  233. data/vendor/local/include/unicode/utf_old.h +40 -7
  234. data/vendor/local/include/unicode/utmscale.h +8 -1
  235. data/vendor/local/include/unicode/utrace.h +4 -4
  236. data/vendor/local/include/unicode/utrans.h +3 -3
  237. data/vendor/local/include/unicode/utypes.h +13 -10
  238. data/vendor/local/include/unicode/uvernum.h +18 -11
  239. data/vendor/local/include/unicode/uversion.h +10 -4
  240. data/vendor/local/include/unicode/vtzone.h +1 -1
  241. data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +1 -1
  242. data/vendor/local/lib/icu/{58.2 → 61.1}/Makefile.inc +7 -7
  243. data/vendor/local/lib/icu/{58.2 → 61.1}/pkgdata.inc +2 -2
  244. data/vendor/local/lib/icu/Makefile.inc +7 -7
  245. data/vendor/local/lib/icu/pkgdata.inc +2 -2
  246. data/vendor/local/lib/icudt.dll +0 -0
  247. data/vendor/local/lib/{icudt58.dll → icudt61.dll} +0 -0
  248. data/vendor/local/lib/icuin.dll +0 -0
  249. data/vendor/local/lib/icuin61.dll +0 -0
  250. data/vendor/local/lib/icuio.dll +0 -0
  251. data/vendor/local/lib/{icuio58.dll → icuio61.dll} +0 -0
  252. data/vendor/local/lib/icutest.dll +0 -0
  253. data/vendor/local/lib/{icutest58.dll → icutest61.dll} +0 -0
  254. data/vendor/local/lib/icutu.dll +0 -0
  255. data/vendor/local/lib/icutu61.dll +0 -0
  256. data/vendor/local/lib/icuuc.dll +0 -0
  257. data/vendor/local/lib/icuuc61.dll +0 -0
  258. data/vendor/local/lib/libfribidi.dll.a +0 -0
  259. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  260. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  261. data/vendor/local/lib/libharfbuzz-icu.la +3 -3
  262. data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
  263. data/vendor/local/lib/libharfbuzz-subset.la +3 -3
  264. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  265. data/vendor/local/lib/libharfbuzz.la +3 -3
  266. data/vendor/local/lib/libicudt.dll.a +0 -0
  267. data/vendor/local/lib/libicuin.dll.a +0 -0
  268. data/vendor/local/lib/libicuio.dll.a +0 -0
  269. data/vendor/local/lib/libicutest.dll.a +0 -0
  270. data/vendor/local/lib/libicutu.dll.a +0 -0
  271. data/vendor/local/lib/libicuuc.dll.a +0 -0
  272. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  273. data/vendor/local/lib/libpango-1.0.la +2 -2
  274. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  275. data/vendor/local/lib/libpangocairo-1.0.la +2 -2
  276. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  277. data/vendor/local/lib/libpangoft2-1.0.la +2 -2
  278. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  279. data/vendor/local/lib/libpangowin32-1.0.la +2 -2
  280. data/vendor/local/lib/pkgconfig/fribidi.pc +1 -1
  281. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  282. data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +1 -1
  283. data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
  284. data/vendor/local/lib/pkgconfig/icu-i18n.pc +7 -7
  285. data/vendor/local/lib/pkgconfig/icu-io.pc +7 -7
  286. data/vendor/local/lib/pkgconfig/icu-uc.pc +7 -7
  287. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  288. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  289. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  290. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  291. data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
  292. data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
  293. data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
  294. data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
  295. data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
  296. data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
  297. data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
  298. data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
  299. data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
  300. data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
  301. data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
  302. data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
  303. data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
  304. data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
  305. data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
  306. data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
  307. data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
  308. data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
  309. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +5 -3
  310. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +5 -0
  311. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +1 -0
  312. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
  313. data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
  314. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +2 -2
  315. data/vendor/local/share/icu/{58.2 → 61.1}/LICENSE +32 -3
  316. data/vendor/local/share/icu/{58.2 → 61.1}/config/mh-mingw64 +4 -0
  317. data/vendor/local/share/icu/{58.2 → 61.1}/install-sh +0 -0
  318. data/vendor/local/share/icu/{58.2 → 61.1}/mkinstalldirs +0 -0
  319. data/vendor/local/share/man/man1/derb.1 +2 -2
  320. data/vendor/local/share/man/man1/genbrk.1 +2 -2
  321. data/vendor/local/share/man/man1/gencfu.1 +1 -1
  322. data/vendor/local/share/man/man1/gencnval.1 +3 -3
  323. data/vendor/local/share/man/man1/gendict.1 +2 -2
  324. data/vendor/local/share/man/man1/genrb.1 +3 -3
  325. data/vendor/local/share/man/man1/icu-config.1 +2 -2
  326. data/vendor/local/share/man/man1/makeconv.1 +5 -5
  327. data/vendor/local/share/man/man1/pkgdata.1 +2 -2
  328. data/vendor/local/share/man/man1/uconv.1 +9 -9
  329. data/vendor/local/share/man/man3/fribidi_charset_to_unicode.3 +98 -0
  330. data/vendor/local/share/man/man3/fribidi_debug_status.3 +44 -0
  331. data/vendor/local/share/man/man3/fribidi_get_bidi_type.3 +58 -0
  332. data/vendor/local/share/man/man3/fribidi_get_bidi_type_name.3 +56 -0
  333. data/vendor/local/share/man/man3/fribidi_get_bidi_types.3 +68 -0
  334. data/vendor/local/share/man/man3/fribidi_get_bracket.3 +59 -0
  335. data/vendor/local/share/man/man3/fribidi_get_bracket_types.3 +73 -0
  336. data/vendor/local/share/man/man3/fribidi_get_joining_type.3 +87 -0
  337. data/vendor/local/share/man/man3/fribidi_get_joining_type_name.3 +83 -0
  338. data/vendor/local/share/man/man3/fribidi_get_joining_types.3 +96 -0
  339. data/vendor/local/share/man/man3/fribidi_get_mirror_char.3 +68 -0
  340. data/vendor/local/share/man/man3/fribidi_get_par_direction.3 +100 -0
  341. data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels.3 +98 -0
  342. data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels_ex.3 +114 -0
  343. data/vendor/local/share/man/man3/fribidi_get_type.3 +50 -0
  344. data/vendor/local/share/man/man3/fribidi_get_type_internal.3 +50 -0
  345. data/vendor/local/share/man/man3/fribidi_join_arabic.3 +92 -0
  346. data/vendor/local/share/man/man3/fribidi_log2vis.3 +124 -0
  347. data/vendor/local/share/man/man3/fribidi_log2vis_get_embedding_levels.3 +97 -0
  348. data/vendor/local/share/man/man3/fribidi_mirroring_status.3 +44 -0
  349. data/vendor/local/share/man/man3/fribidi_parse_charset.3 +78 -0
  350. data/vendor/local/share/man/man3/fribidi_remove_bidi_marks.3 +96 -0
  351. data/vendor/local/share/man/man3/fribidi_reorder_line.3 +146 -0
  352. data/vendor/local/share/man/man3/fribidi_reorder_nsm_status.3 +44 -0
  353. data/vendor/local/share/man/man3/fribidi_set_debug.3 +48 -0
  354. data/vendor/local/share/man/man3/fribidi_set_mirroring.3 +58 -0
  355. data/vendor/local/share/man/man3/fribidi_set_reorder_nsm.3 +60 -0
  356. data/vendor/local/share/man/man3/fribidi_shape.3 +89 -0
  357. data/vendor/local/share/man/man3/fribidi_shape_arabic.3 +95 -0
  358. data/vendor/local/share/man/man3/fribidi_shape_mirroring.3 +71 -0
  359. data/vendor/local/share/man/man3/fribidi_unicode_to_charset.3 +99 -0
  360. data/vendor/local/share/man/man8/genccode.8 +2 -2
  361. data/vendor/local/share/man/man8/gencmn.8 +3 -3
  362. data/vendor/local/share/man/man8/gensprep.8 +3 -3
  363. data/vendor/local/share/man/man8/icupkg.8 +1 -1
  364. metadata +58 -59
  365. data/ext/pango/rb-pango-context.c +0 -79
  366. data/vendor/local/lib/icuin58.dll +0 -0
  367. data/vendor/local/lib/icutu58.dll +0 -0
  368. data/vendor/local/lib/icuuc58.dll +0 -0
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -8,7 +8,7 @@
8
8
  *
9
9
  *******************************************************************************
10
10
  * file name: utf_old.h
11
- * encoding: US-ASCII
11
+ * encoding: UTF-8
12
12
  * tab size: 8 (not used)
13
13
  * indentation:4
14
14
  *
@@ -17,12 +17,12 @@
17
17
  */
18
18
 
19
19
  /**
20
- * \file
20
+ * \file
21
21
  * \brief C API: Deprecated macros for Unicode string handling
22
22
  */
23
23
 
24
24
  /**
25
- *
25
+ *
26
26
  * The macros in utf_old.h are all deprecated and their use discouraged.
27
27
  * Some of the design principles behind the set of UTF macros
28
28
  * have changed or proved impractical.
@@ -145,7 +145,22 @@
145
145
  #ifndef __UTF_OLD_H__
146
146
  #define __UTF_OLD_H__
147
147
 
148
- #ifndef U_HIDE_DEPRECATED_API
148
+ /**
149
+ * \def U_HIDE_OBSOLETE_UTF_OLD_H
150
+ *
151
+ * Hides the obsolete definitions in unicode/utf_old.h.
152
+ * Recommended to be set to 1 at compile time to make sure
153
+ * the long-deprecated macros are no longer used.
154
+ *
155
+ * For reasons for the deprecation see the utf_old.h file comments.
156
+ *
157
+ * @internal
158
+ */
159
+ #ifndef U_HIDE_OBSOLETE_UTF_OLD_H
160
+ # define U_HIDE_OBSOLETE_UTF_OLD_H 0
161
+ #endif
162
+
163
+ #if !defined(U_HIDE_DEPRECATED_API) && !U_HIDE_OBSOLETE_UTF_OLD_H
149
164
 
150
165
  #include "unicode/utf.h"
151
166
  #include "unicode/utf8.h"
@@ -267,6 +282,25 @@ typedef int32_t UTextOffset;
267
282
 
268
283
  /* Formerly utf8.h ---------------------------------------------------------- */
269
284
 
285
+ /**
286
+ * \var utf8_countTrailBytes
287
+ * Internal array with numbers of trail bytes for any given byte used in
288
+ * lead byte position.
289
+ *
290
+ * This is internal since it is not meant to be called directly by external clients;
291
+ * however it is called by public macros in this file and thus must remain stable,
292
+ * and should not be hidden when other internal functions are hidden (otherwise
293
+ * public macros would fail to compile).
294
+ * @internal
295
+ */
296
+ #ifdef U_UTF8_IMPL
297
+ // No forward declaration if compiling utf_impl.cpp, which defines utf8_countTrailBytes.
298
+ #elif defined(U_STATIC_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION)
299
+ U_CFUNC const uint8_t utf8_countTrailBytes[];
300
+ #else
301
+ U_CFUNC U_IMPORT const uint8_t utf8_countTrailBytes[]; /* U_IMPORT2? */ /*U_IMPORT*/
302
+ #endif
303
+
270
304
  /**
271
305
  * Count the trail bytes for a UTF-8 lead byte.
272
306
  * @deprecated ICU 2.4. Renamed to U8_COUNT_TRAIL_BYTES, see utf_old.h.
@@ -1165,7 +1199,6 @@ typedef int32_t UTextOffset;
1165
1199
  */
1166
1200
  #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
1167
1201
 
1168
- #endif /* U_HIDE_DEPRECATED_API */
1202
+ #endif // !U_HIDE_DEPRECATED_API && !U_HIDE_OBSOLETE_UTF_OLD_H
1169
1203
 
1170
1204
  #endif
1171
-
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -283,10 +283,14 @@ typedef enum UDateTimeScale {
283
283
  */
284
284
  UDTS_UNIX_MICROSECONDS_TIME,
285
285
 
286
+ #ifndef U_HIDE_DEPRECATED_API
286
287
  /**
287
288
  * The first unused time scale value. The limit of this enum
289
+ * @deprecated ICU 59 The numeric value may change over time, see ICU ticket #12420.
288
290
  */
289
291
  UDTS_MAX_SCALE
292
+ #endif /* U_HIDE_DEPRECATED_API */
293
+
290
294
  } UDateTimeScale;
291
295
 
292
296
  /**
@@ -423,12 +427,15 @@ typedef enum UTimeScaleValue {
423
427
 
424
428
  #endif /* U_HIDE_INTERNAL_API */
425
429
 
430
+ #ifndef U_HIDE_DEPRECATED_API
426
431
  /**
427
432
  * The number of time scale values, in other words limit of this enum.
428
433
  *
429
434
  * @see utmscale_getTimeScaleValue
435
+ * @deprecated ICU 59 The numeric value may change over time, see ICU ticket #12420.
430
436
  */
431
437
  UTSV_MAX_SCALE_VALUE=11
438
+ #endif /* U_HIDE_DEPRECATED_API */
432
439
 
433
440
  } UTimeScaleValue;
434
441
 
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -8,7 +8,7 @@
8
8
  *
9
9
  *******************************************************************************
10
10
  * file name: utrace.h
11
- * encoding: US-ASCII
11
+ * encoding: UTF-8
12
12
  * tab size: 8 (not used)
13
13
  * indentation:4
14
14
  *
@@ -183,7 +183,7 @@ UTraceData(const void *context, int32_t fnNumber, int32_t level,
183
183
  * tracing functions must themselves filter by checking that the
184
184
  * current thread is the desired thread.
185
185
  *
186
- * @param context an uninterpretted pointer. Whatever is passed in
186
+ * @param context an uninterpreted pointer. Whatever is passed in
187
187
  * here will in turn be passed to each of the tracing
188
188
  * functions UTraceEntry, UTraceExit and UTraceData.
189
189
  * ICU does not use or alter this pointer.
@@ -320,7 +320,7 @@ utrace_getFunctions(const void **context,
320
320
  * human readable form. Note that a UTraceData function may choose
321
321
  * to not format the data; it could, for example, save it in
322
322
  * in the raw form it was received (more compact), leaving
323
- * formatting for a later trace analyis tool.
323
+ * formatting for a later trace analysis tool.
324
324
  * @param outBuf pointer to a buffer to receive the formatted output. Output
325
325
  * will be nul terminated if there is space in the buffer -
326
326
  * if the length of the requested output < the output buffer size.
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -382,7 +382,7 @@ utrans_openIDs(UErrorCode *pErrorCode);
382
382
  U_STABLE void U_EXPORT2
383
383
  utrans_trans(const UTransliterator* trans,
384
384
  UReplaceable* rep,
385
- UReplaceableCallbacks* repFunc,
385
+ const UReplaceableCallbacks* repFunc,
386
386
  int32_t start,
387
387
  int32_t* limit,
388
388
  UErrorCode* status);
@@ -433,7 +433,7 @@ utrans_trans(const UTransliterator* trans,
433
433
  U_STABLE void U_EXPORT2
434
434
  utrans_transIncremental(const UTransliterator* trans,
435
435
  UReplaceable* rep,
436
- UReplaceableCallbacks* repFunc,
436
+ const UReplaceableCallbacks* repFunc,
437
437
  UTransPosition* pos,
438
438
  UErrorCode* status);
439
439
 
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  **********************************************************************
@@ -145,7 +145,7 @@
145
145
  /**
146
146
  * U_ICU_ENTRY_POINT is the name of the DLL entry point to the ICU data library.
147
147
  * Defined as a literal, not a string.
148
- * Tricky Preprocessor use - ## operator replaces macro paramters with the literal string
148
+ * Tricky Preprocessor use - ## operator replaces macro parameters with the literal string
149
149
  * from the corresponding macro invocation, _before_ other macro substitutions.
150
150
  * Need a nested \#defines to get the actual version numbers rather than
151
151
  * the literal text U_ICU_VERSION_MAJOR_NUM into the name.
@@ -178,12 +178,12 @@
178
178
 
179
179
  /**
180
180
  * \def NULL
181
- * Define NULL if necessary, to 0 for C++ and to ((void *)0) for C.
181
+ * Define NULL if necessary, to nullptr for C++ and to ((void *)0) for C.
182
182
  * @stable ICU 2.0
183
183
  */
184
184
  #ifndef NULL
185
185
  #ifdef __cplusplus
186
- #define NULL 0
186
+ #define NULL nullptr
187
187
  #else
188
188
  #define NULL ((void *)0)
189
189
  #endif
@@ -446,14 +446,14 @@ typedef enum UErrorCode {
446
446
  U_BUFFER_OVERFLOW_ERROR = 15, /**< A result would not fit in the supplied buffer */
447
447
  U_UNSUPPORTED_ERROR = 16, /**< Requested operation not supported in current context */
448
448
  U_RESOURCE_TYPE_MISMATCH = 17, /**< an operation is requested over a resource that does not support it */
449
- U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illlegal escape sequence */
449
+ U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illegal escape sequence */
450
450
  U_UNSUPPORTED_ESCAPE_SEQUENCE = 19, /**< ISO-2022 unsupported escape sequence */
451
451
  U_NO_SPACE_AVAILABLE = 20, /**< No space available for in-buffer expansion for Arabic shaping */
452
452
  U_CE_NOT_FOUND_ERROR = 21, /**< Currently used only while setting variable top, but can be used generally */
453
453
  U_PRIMARY_TOO_LONG_ERROR = 22, /**< User tried to set variable top to a primary that is longer than two bytes */
454
454
  U_STATE_TOO_OLD_ERROR = 23, /**< ICU cannot construct a service from this state, as it is no longer supported */
455
455
  U_TOO_MANY_ALIASES_ERROR = 24, /**< There are too many aliases in the path to the requested resource.
456
- It is very possible that a circular alias definition has occured */
456
+ It is very possible that a circular alias definition has occurred */
457
457
  U_ENUM_OUT_OF_SYNC_ERROR = 25, /**< UEnumeration out of sync with underlying collection */
458
458
  U_INVARIANT_CONVERSION_ERROR = 26, /**< Unable to convert a UChar* string to char* with the invariant converter. */
459
459
  U_INVALID_STATE_ERROR = 27, /**< Requested operation can not be completed with ICU in its current state */
@@ -499,7 +499,7 @@ typedef enum UErrorCode {
499
499
  U_MULTIPLE_COMPOUND_FILTERS, /**< More than one compound filter */
500
500
  U_INVALID_RBT_SYNTAX, /**< A "::id" rule was passed to the RuleBasedTransliterator parser */
501
501
  U_INVALID_PROPERTY_PATTERN, /**< UNUSED as of ICU 2.4 */
502
- U_MALFORMED_PRAGMA, /**< A 'use' pragma is invlalid */
502
+ U_MALFORMED_PRAGMA, /**< A 'use' pragma is invalid */
503
503
  U_UNCLOSED_SEGMENT, /**< A closing ')' is missing */
504
504
  U_ILLEGAL_CHAR_IN_SEGMENT, /**< UNUSED as of ICU 2.4 */
505
505
  U_VARIABLE_RANGE_EXHAUSTED, /**< Too many stand-ins generated for the given variable range */
@@ -539,12 +539,15 @@ typedef enum UErrorCode {
539
539
  U_DEFAULT_KEYWORD_MISSING, /**< Missing DEFAULT rule in plural rules */
540
540
  U_DECIMAL_NUMBER_SYNTAX_ERROR, /**< Decimal number syntax error */
541
541
  U_FORMAT_INEXACT_ERROR, /**< Cannot format a number exactly and rounding mode is ROUND_UNNECESSARY @stable ICU 4.8 */
542
+ #ifndef U_HIDE_DRAFT_API
543
+ U_NUMBER_ARG_OUTOFBOUNDS_ERROR, /**< The argument to a NumberFormatter helper method was out of bounds; the bounds are usually 0 to 999. @draft ICU 61 */
544
+ #endif // U_HIDE_DRAFT_API
542
545
  #ifndef U_HIDE_DEPRECATED_API
543
546
  /**
544
547
  * One more than the highest normal formatting API error code.
545
548
  * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
546
549
  */
547
- U_FMT_PARSE_ERROR_LIMIT,
550
+ U_FMT_PARSE_ERROR_LIMIT = 0x10113,
548
551
  #endif // U_HIDE_DEPRECATED_API
549
552
 
550
553
  /*
@@ -555,7 +558,7 @@ typedef enum UErrorCode {
555
558
  U_BRK_HEX_DIGITS_EXPECTED, /**< Hex digits expected as part of a escaped char in a rule. */
556
559
  U_BRK_SEMICOLON_EXPECTED, /**< Missing ';' at the end of a RBBI rule. */
557
560
  U_BRK_RULE_SYNTAX, /**< Syntax error in RBBI rule. */
558
- U_BRK_UNCLOSED_SET, /**< UnicodeSet witing an RBBI rule missing a closing ']'. */
561
+ U_BRK_UNCLOSED_SET, /**< UnicodeSet writing an RBBI rule missing a closing ']'. */
559
562
  U_BRK_ASSIGN_ERROR, /**< Syntax error in RBBI rule assignment statement. */
560
563
  U_BRK_VARIABLE_REDFINITION, /**< RBBI rule $Variable redefined. */
561
564
  U_BRK_MISMATCHED_PAREN, /**< Mis-matched parentheses in an RBBI rule. */
@@ -564,7 +567,7 @@ typedef enum UErrorCode {
564
567
  U_BRK_INIT_ERROR, /**< Initialization failure. Probable missing ICU Data. */
565
568
  U_BRK_RULE_EMPTY_SET, /**< Rule contains an empty Unicode Set. */
566
569
  U_BRK_UNRECOGNIZED_OPTION, /**< !!option in RBBI rules not recognized. */
567
- U_BRK_MALFORMED_RULE_TAG, /**< The {nnn} tag on a rule is mal formed */
570
+ U_BRK_MALFORMED_RULE_TAG, /**< The {nnn} tag on a rule is malformed */
568
571
  #ifndef U_HIDE_DEPRECATED_API
569
572
  /**
570
573
  * One more than the highest normal BreakIterator error code.
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -7,7 +7,7 @@
7
7
  *******************************************************************************
8
8
  *
9
9
  * file name: uvernum.h
10
- * encoding: US-ASCII
10
+ * encoding: UTF-8
11
11
  * tab size: 8 (not used)
12
12
  * indentation:4
13
13
  *
@@ -58,13 +58,13 @@
58
58
  * This value will change in the subsequent releases of ICU
59
59
  * @stable ICU 2.4
60
60
  */
61
- #define U_ICU_VERSION_MAJOR_NUM 58
61
+ #define U_ICU_VERSION_MAJOR_NUM 61
62
62
 
63
63
  /** The current ICU minor version as an integer.
64
64
  * This value will change in the subsequent releases of ICU
65
65
  * @stable ICU 2.6
66
66
  */
67
- #define U_ICU_VERSION_MINOR_NUM 2
67
+ #define U_ICU_VERSION_MINOR_NUM 1
68
68
 
69
69
  /** The current ICU patchlevel version as an integer.
70
70
  * This value will change in the subsequent releases of ICU
@@ -84,7 +84,7 @@
84
84
  * This value will change in the subsequent releases of ICU
85
85
  * @stable ICU 2.6
86
86
  */
87
- #define U_ICU_VERSION_SUFFIX _58
87
+ #define U_ICU_VERSION_SUFFIX _61
88
88
 
89
89
  /**
90
90
  * \def U_DEF2_ICU_ENTRY_POINT_RENAME
@@ -119,19 +119,26 @@
119
119
  * This value will change in the subsequent releases of ICU
120
120
  * @stable ICU 2.4
121
121
  */
122
- #define U_ICU_VERSION "58.2"
122
+ #define U_ICU_VERSION "61.1"
123
123
 
124
- /** The current ICU library major/minor version as a string without dots, for library name suffixes.
125
- * This value will change in the subsequent releases of ICU
126
- * @stable ICU 2.6
124
+ /**
125
+ * The current ICU library major version number as a string, for library name suffixes.
126
+ * This value will change in subsequent releases of ICU.
127
+ *
128
+ * Until ICU 4.8, this was the combination of the single-digit major and minor ICU version numbers
129
+ * into one string without dots ("48").
130
+ * Since ICU 49, it is the double-digit major ICU version number.
131
+ * See http://userguide.icu-project.org/design#TOC-Version-Numbers-in-ICU
132
+ *
133
+ * @stable ICU 2.6
127
134
  */
128
- #define U_ICU_VERSION_SHORT "58"
135
+ #define U_ICU_VERSION_SHORT "61"
129
136
 
130
137
  #ifndef U_HIDE_INTERNAL_API
131
138
  /** Data version in ICU4C.
132
139
  * @internal ICU 4.4 Internal Use Only
133
140
  **/
134
- #define U_ICU_DATA_VERSION "58.2"
141
+ #define U_ICU_DATA_VERSION "61.1"
135
142
  #endif /* U_HIDE_INTERNAL_API */
136
143
 
137
144
  /*===========================================================================
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -7,7 +7,7 @@
7
7
  *******************************************************************************
8
8
  *
9
9
  * file name: uversion.h
10
- * encoding: US-ASCII
10
+ * encoding: UTF-8
11
11
  * tab size: 8 (not used)
12
12
  * indentation:4
13
13
  *
@@ -105,7 +105,7 @@ typedef uint8_t UVersionInfo[U_MAX_VERSION_LENGTH];
105
105
  * @stable ICU 2.4
106
106
  */
107
107
 
108
- /* Define namespace symbols if the compiler supports it. */
108
+ /* Define C++ namespace symbols. */
109
109
  #ifdef __cplusplus
110
110
  # if U_DISABLE_RENAMING
111
111
  # define U_ICU_NAMESPACE icu
@@ -122,7 +122,13 @@ typedef uint8_t UVersionInfo[U_MAX_VERSION_LENGTH];
122
122
  # define U_NAMESPACE_QUALIFIER U_ICU_NAMESPACE::
123
123
 
124
124
  # ifndef U_USING_ICU_NAMESPACE
125
- # define U_USING_ICU_NAMESPACE 1
125
+ # if defined(U_COMBINED_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION) || \
126
+ defined(U_I18N_IMPLEMENTATION) || defined(U_IO_IMPLEMENTATION) || \
127
+ defined(U_LAYOUTEX_IMPLEMENTATION) || defined(U_TOOLUTIL_IMPLEMENTATION)
128
+ # define U_USING_ICU_NAMESPACE 0
129
+ # else
130
+ # define U_USING_ICU_NAMESPACE 0
131
+ # endif
126
132
  # endif
127
133
  # if U_USING_ICU_NAMESPACE
128
134
  U_NAMESPACE_USE
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -22,7 +22,7 @@ set(_harfbuzz_includedir "${prefix}/include")
22
22
  string(REPLACE "${_harfbuzz_remove_string}/" "" _harfbuzz_includedir "${_harfbuzz_includedir}")
23
23
 
24
24
  # Extract version information from libtool.
25
- set(_harfbuzz_version_info "10706:0:10706")
25
+ set(_harfbuzz_version_info "10800:0:10800")
26
26
  string(REPLACE ":" ";" _harfbuzz_version_info "${_harfbuzz_version_info}")
27
27
  list(GET _harfbuzz_version_info 0
28
28
  _harfbuzz_current)
@@ -37,8 +37,8 @@ datadir = ${datarootdir}
37
37
  sbindir = ${exec_prefix}/sbin
38
38
 
39
39
  # about the ICU version
40
- VERSION = 58.2
41
- UNICODE_VERSION = 9.0
40
+ VERSION = 61.1
41
+ UNICODE_VERSION = 10.0
42
42
 
43
43
  # The prefix for ICU libraries, normally 'icu'
44
44
  ICUPREFIX = icu
@@ -188,10 +188,10 @@ CC = x86_64-w64-mingw32-gcc
188
188
  CPP = x86_64-w64-mingw32-gcc -E
189
189
  CFLAGS =
190
190
  CPPFLAGS = -I$(prefix)/include
191
- CXXFLAGS = --std=c++0x
191
+ CXXFLAGS = -std=c++11
192
192
  CXX = x86_64-w64-mingw32-g++
193
193
  DEFAULT_MODE = dll
194
- DEFS = -DPACKAGE_NAME=\"ICU\" -DPACKAGE_TARNAME=\"International\ Components\ for\ Unicode\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"ICU\ 58.1\" -DPACKAGE_BUGREPORT=\"http://icu-project.org/bugs\" -DPACKAGE_URL=\"http://icu-project.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=8 -DHAVE_LIBM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LIBPTHREAD=1 -DHAVE_INTTYPES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_WCHAR_H=1 -DSIZEOF_WCHAR_T=2
194
+ DEFS = -DPACKAGE_NAME=\"ICU\" -DPACKAGE_TARNAME=\"International\ Components\ for\ Unicode\" -DPACKAGE_VERSION=\"61.1\" -DPACKAGE_STRING=\"ICU\ 61.1\" -DPACKAGE_BUGREPORT=\"http://icu-project.org/bugs\" -DPACKAGE_URL=\"http://icu-project.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=8 -DHAVE_LIBM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LIBPTHREAD=1 -DHAVE_INTTYPES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_WCHAR_H=1 -DSIZEOF_WCHAR_T=2
195
195
  # use a consistent INSTALL
196
196
  INSTALL = $(SHELL) $(pkgdatadir)/install-sh -c
197
197
  INSTALL_DATA = ${INSTALL} -m 644
@@ -202,8 +202,8 @@ INSTALL_SCRIPT = ${INSTALL}
202
202
  LDFLAGS = $(RPATHLDFLAGS)
203
203
  LIBS = -lpthread -lm
204
204
  LIB_M =
205
- LIB_VERSION = 58.2
206
- LIB_VERSION_MAJOR = 58
205
+ LIB_VERSION = 61.1
206
+ LIB_VERSION_MAJOR = 61
207
207
  MKINSTALLDIRS = $(SHELL) $(pkgdatadir)/mkinstalldirs
208
208
  RANLIB = x86_64-w64-mingw32-ranlib
209
209
  RMV = rm -rf
@@ -235,7 +235,7 @@ ICU_MSG=@echo " $(1) " #M#
235
235
 
236
236
  # The basename of the ICU data file (i.e. icudt21b )
237
237
  ICUDATA_CHAR = l
238
- ICUDATA_NAME = icudt58l
238
+ ICUDATA_NAME = icudt61l
239
239
 
240
240
  # Defaults for pkgdata's mode and directories
241
241
  # The default data dir changes depending on what packaging mode
@@ -3,8 +3,8 @@ SO=dll
3
3
  SOBJ=dll
4
4
  A=a
5
5
  LIBPREFIX=
6
- LIB_EXT_ORDER=58.dll
7
- COMPILE=x86_64-w64-mingw32-gcc -DU_USE_STRTOD_L=0 -DHAVE_DLOPEN=0 -DU_HAVE_ATOMIC=1 -DU_HAVE_MMAP=0 -DU_HAVE_STRTOD_L=0 -DU_ATTRIBUTE_DEPRECATED= -O2 -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -mthreads -c
6
+ LIB_EXT_ORDER=61.dll
7
+ COMPILE=x86_64-w64-mingw32-gcc -DU_USE_STRTOD_L=0 -DHAVE_DLOPEN=0 -DU_HAVE_ATOMIC=1 -DU_HAVE_MMAP=0 -DU_HAVE_STRTOD_L=0 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DU_ATTRIBUTE_DEPRECATED= -O2 -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -mthreads -c
8
8
  LIBFLAGS=-I/home/vagrant/ruby-gnome2/pango/vendor/local/include -DPIC
9
9
  GENLIB=x86_64-w64-mingw32-gcc -O2 -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -mthreads -L/home/vagrant/ruby-gnome2/glib2/vendor/local/lib -L/home/vagrant/rcairo/vendor/local/lib -L/home/vagrant/ruby-gnome2/pango/vendor/local/lib -shared -Wl,-Bsymbolic -Wl,--enable-auto-import -Wl,--out-implib=./liball.dll.a
10
10
  LDICUDTFLAGS=