cairo 1.15.12-x86-mingw32 → 1.15.13-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. checksums.yaml +5 -5
  2. data/NEWS +12 -0
  3. data/Rakefile +3 -7
  4. data/ext/cairo/rb_cairo.h +2 -2
  5. data/ext/cairo/rb_cairo_font_options.c +28 -1
  6. data/lib/2.2/cairo.so +0 -0
  7. data/lib/2.3/cairo.so +0 -0
  8. data/lib/2.4/cairo.so +0 -0
  9. data/lib/2.5/cairo.so +0 -0
  10. data/test/test_font_options.rb +7 -0
  11. data/vendor/local/bin/fc-cache.exe +0 -0
  12. data/vendor/local/bin/fc-cat.exe +0 -0
  13. data/vendor/local/bin/fc-conflist.exe +0 -0
  14. data/vendor/local/bin/fc-list.exe +0 -0
  15. data/vendor/local/bin/fc-match.exe +0 -0
  16. data/vendor/local/bin/fc-pattern.exe +0 -0
  17. data/vendor/local/bin/fc-query.exe +0 -0
  18. data/vendor/local/bin/fc-scan.exe +0 -0
  19. data/vendor/local/bin/fc-validate.exe +0 -0
  20. data/vendor/local/bin/freetype-config +5 -5
  21. data/vendor/local/bin/libcairo-2.dll +0 -0
  22. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  23. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  24. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  25. data/vendor/local/bin/libfreetype-6.dll +0 -0
  26. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  27. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  28. data/vendor/local/bin/libpng-config +1 -1
  29. data/vendor/local/bin/libpng16-16.dll +0 -0
  30. data/vendor/local/bin/libpng16-config +1 -1
  31. data/vendor/local/bin/libstdc++-6.dll +0 -0
  32. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  33. data/vendor/local/bin/libxml2-2.dll +0 -0
  34. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  35. data/vendor/local/bin/pngfix.exe +0 -0
  36. data/vendor/local/bin/xml2-config +4 -4
  37. data/vendor/local/bin/xmlcatalog.exe +0 -0
  38. data/vendor/local/bin/xmllint.exe +0 -0
  39. data/vendor/local/bin/zlib1211.dll +0 -0
  40. data/vendor/local/etc/fonts/conf.d/10-hinting-slight.conf +6 -0
  41. data/vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf +4 -0
  42. data/vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf +5 -0
  43. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +8 -26
  44. data/vendor/local/etc/fonts/conf.d/40-nonlatin.conf +5 -0
  45. data/vendor/local/etc/fonts/conf.d/45-generic.conf +136 -0
  46. data/vendor/local/etc/fonts/conf.d/45-latin.conf +5 -0
  47. data/vendor/local/etc/fonts/conf.d/49-sansserif.conf +5 -0
  48. data/vendor/local/etc/fonts/conf.d/50-user.conf +5 -0
  49. data/vendor/local/etc/fonts/conf.d/51-local.conf +5 -0
  50. data/vendor/local/etc/fonts/conf.d/60-generic.conf +67 -0
  51. data/vendor/local/etc/fonts/conf.d/60-latin.conf +5 -0
  52. data/vendor/local/etc/fonts/conf.d/65-fonts-persian.conf +4 -0
  53. data/vendor/local/etc/fonts/conf.d/65-nonlatin.conf +7 -3
  54. data/vendor/local/etc/fonts/conf.d/69-unifont.conf +4 -0
  55. data/vendor/local/etc/fonts/conf.d/80-delicious.conf +4 -0
  56. data/vendor/local/etc/fonts/conf.d/90-synthetic.conf +7 -3
  57. data/vendor/local/etc/fonts/fonts.conf +5 -0
  58. data/vendor/local/include/cairo/cairo-features.h +0 -1
  59. data/vendor/local/include/cairo/cairo-svg.h +1 -1
  60. data/vendor/local/include/cairo/cairo-version.h +1 -1
  61. data/vendor/local/include/cairo/cairo.h +8 -1
  62. data/vendor/local/include/fontconfig/fcfreetype.h +1 -1
  63. data/vendor/local/include/fontconfig/fcprivate.h +8 -1
  64. data/vendor/local/include/fontconfig/fontconfig.h +61 -6
  65. data/vendor/local/lib/fontconfig.def +10 -1
  66. data/vendor/local/lib/libcairo-gobject.a +0 -0
  67. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  68. data/vendor/local/lib/libcairo-gobject.la +4 -4
  69. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  70. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  71. data/vendor/local/lib/libcairo-script-interpreter.la +4 -4
  72. data/vendor/local/lib/libcairo.a +0 -0
  73. data/vendor/local/lib/libcairo.dll.a +0 -0
  74. data/vendor/local/lib/libcairo.la +4 -4
  75. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  76. data/vendor/local/lib/libfontconfig.la +5 -5
  77. data/vendor/local/lib/libfreetype.a +0 -0
  78. data/vendor/local/lib/libfreetype.dll.a +0 -0
  79. data/vendor/local/lib/libfreetype.la +2 -2
  80. data/vendor/local/lib/libpixman-1.a +0 -0
  81. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  82. data/vendor/local/lib/libpixman-1.la +2 -2
  83. data/vendor/local/lib/libpng.a +0 -0
  84. data/vendor/local/lib/libpng.dll.a +0 -0
  85. data/vendor/local/lib/libpng.la +2 -2
  86. data/vendor/local/lib/libpng16.a +0 -0
  87. data/vendor/local/lib/libpng16.dll.a +0 -0
  88. data/vendor/local/lib/libpng16.la +2 -2
  89. data/vendor/local/lib/libxml2.a +0 -0
  90. data/vendor/local/lib/libxml2.dll.a +0 -0
  91. data/vendor/local/lib/libxml2.la +2 -2
  92. data/vendor/local/lib/libz.a +0 -0
  93. data/vendor/local/lib/libz.dll.a +0 -0
  94. data/vendor/local/lib/pkgconfig/cairo-fc.pc +2 -2
  95. data/vendor/local/lib/pkgconfig/cairo-ft.pc +2 -2
  96. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +2 -2
  97. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +2 -2
  98. data/vendor/local/lib/pkgconfig/cairo-png.pc +2 -2
  99. data/vendor/local/lib/pkgconfig/cairo-ps.pc +2 -2
  100. data/vendor/local/lib/pkgconfig/cairo-script.pc +2 -2
  101. data/vendor/local/lib/pkgconfig/cairo-svg.pc +2 -2
  102. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +2 -2
  103. data/vendor/local/lib/pkgconfig/cairo-win32.pc +2 -2
  104. data/vendor/local/lib/pkgconfig/cairo.pc +2 -2
  105. data/vendor/local/lib/pkgconfig/fontconfig.pc +6 -6
  106. data/vendor/local/lib/pkgconfig/freetype2.pc +4 -4
  107. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  108. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  109. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +2 -2
  110. data/vendor/local/lib/pkgconfig/pixman-1.pc +1 -1
  111. data/vendor/local/lib/pkgconfig/zlib.pc +3 -3
  112. data/vendor/local/lib/xml2Conf.sh +3 -3
  113. data/vendor/local/share/fontconfig/conf.avail/10-autohint.conf +5 -0
  114. data/vendor/local/share/fontconfig/conf.avail/10-hinting-full.conf +6 -0
  115. data/vendor/local/share/fontconfig/conf.avail/10-hinting-medium.conf +6 -0
  116. data/vendor/local/share/fontconfig/conf.avail/10-hinting-none.conf +6 -0
  117. data/vendor/local/share/fontconfig/conf.avail/10-hinting-slight.conf +6 -0
  118. data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +5 -0
  119. data/vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf +4 -0
  120. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf +5 -0
  121. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf +5 -0
  122. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf +5 -0
  123. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf +5 -0
  124. data/vendor/local/share/fontconfig/conf.avail/10-unhinted.conf +5 -0
  125. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-default.conf +5 -0
  126. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf +5 -0
  127. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-light.conf +5 -0
  128. data/vendor/local/share/fontconfig/conf.avail/20-unhint-small-vera.conf +5 -0
  129. data/vendor/local/share/fontconfig/conf.avail/25-unhint-nonlatin.conf +4 -0
  130. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +8 -26
  131. data/vendor/local/share/fontconfig/conf.avail/40-nonlatin.conf +5 -0
  132. data/vendor/local/share/fontconfig/conf.avail/45-generic.conf +136 -0
  133. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +5 -0
  134. data/vendor/local/share/fontconfig/conf.avail/49-sansserif.conf +5 -0
  135. data/vendor/local/share/fontconfig/conf.avail/50-user.conf +5 -0
  136. data/vendor/local/share/fontconfig/conf.avail/51-local.conf +5 -0
  137. data/vendor/local/share/fontconfig/conf.avail/60-generic.conf +67 -0
  138. data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +5 -0
  139. data/vendor/local/share/fontconfig/conf.avail/65-fonts-persian.conf +4 -0
  140. data/vendor/local/share/fontconfig/conf.avail/65-khmer.conf +4 -0
  141. data/vendor/local/share/fontconfig/conf.avail/65-nonlatin.conf +7 -3
  142. data/vendor/local/share/fontconfig/conf.avail/69-unifont.conf +4 -0
  143. data/vendor/local/share/fontconfig/conf.avail/70-no-bitmaps.conf +5 -0
  144. data/vendor/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf +5 -0
  145. data/vendor/local/share/fontconfig/conf.avail/80-delicious.conf +4 -0
  146. data/vendor/local/share/fontconfig/conf.avail/90-synthetic.conf +7 -3
  147. data/vendor/local/share/gettext/its/fontconfig.its +4 -0
  148. data/vendor/local/share/gettext/its/fontconfig.loc +6 -0
  149. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +2 -1
  150. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
  151. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +9 -32
  152. data/vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html +3 -3
  153. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +2 -2
  154. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +1 -1
  155. data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +56 -56
  156. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +63 -63
  157. data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +5 -5
  158. data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +54 -52
  159. data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +29 -29
  160. data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +22 -22
  161. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +33 -33
  162. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +508 -508
  163. data/vendor/local/share/gtk-doc/html/cairo/index.html +1 -1
  164. data/vendor/local/share/license/fontconfig/README +260 -2
  165. metadata +31 -26
  166. data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +0 -33
  167. data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +0 -33
@@ -14,7 +14,7 @@
14
14
  <div class="titlepage">
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Cairo: A Vector Graphics Library</p></th></tr></table></div>
17
- <div><p class="releaseinfo">for Cairo 1.15.10
17
+ <div><p class="releaseinfo">for Cairo 1.15.12
18
18
  </p></div>
19
19
  </div>
20
20
  <hr>
@@ -1,12 +1,270 @@
1
1
  Fontconfig
2
2
  Font configuration and customization library
3
- Version 2.12.4
4
- 2017-07-05
3
+ Version 2.13
4
+ 2018-03-06
5
5
 
6
6
 
7
7
  Check INSTALL for compilation and installation instructions.
8
8
  Report bugs to https://bugs.freedesktop.org in the fontconfig module.
9
9
 
10
+ 2.13
11
+
12
+ Akira TAGOH (4):
13
+ Add Simplified Chinese translations
14
+ Fix a build issue on MinGW with enabling nls
15
+ Initialize an array explicitly
16
+ Bump the libtool revision
17
+
18
+ 2.12.93 (2.13 RC3)
19
+
20
+ Akira TAGOH (12):
21
+ trivial fix
22
+ Add files to enable ITS support in gettext
23
+ Use the native ITS support in gettext
24
+ Remove POTFILES.in until new release of gettext is coming...
25
+ export GETTEXTDATADIR to refer the local .its/.loc file instead of using --its option
26
+ clean up
27
+ Do not add cflags and libs coming from pkg-config file.
28
+ Revert some removal from 7ac6af6
29
+ Take effects on dir, cachedir, acceptfont, and rejectfont only when loading
30
+ Do not mix up font dirs into the list of config dirs
31
+ Ensure the user config dir is available in the list of config dirs on the fallback config
32
+ Add missing files to ship
33
+
34
+ Alexander Larsson (1):
35
+ FcHashTableAddInternal: Compare against the right key
36
+
37
+ Behdad Esfahbod (5):
38
+ Remove hack for OS/2 weights 1..9
39
+ Support FC_WIDTH as double as well
40
+ Fix leak
41
+ Use FT_Done_MM_Var if available
42
+ Fix undefined-behavior signed shifts
43
+
44
+ Olivier Crête (1):
45
+ Fix cross-compilation by passing CPPFLAGS to CPP
46
+
47
+ Tom Anderson (1):
48
+ Allow overriding symbol visibility.
49
+
50
+ 2.12.92 (2.13 RC2)
51
+
52
+ Akira TAGOH (13):
53
+ cleanup files
54
+ Update .uuid only when -r is given but not -f.
55
+ Returns false if key is already available in the table
56
+ Add missing doc of FcDirCacheCreateUUID
57
+ Replace uuid in the table properly when -r
58
+ Add a test case for uuid creation
59
+ Do not update mtime with creating .uuid
60
+ Disable uuid related code on Win32
61
+ Try to get current instance of FcConfig as far as possible
62
+ do not check the existence of itstool on win32
63
+ Fix the mis-ordering of ruleset evaluation in a file with include element
64
+ Fix compiler warnings
65
+ Add FcReadLink to wrap up readlink impl.
66
+
67
+ Alexander Larsson (1):
68
+ fchash: Fix replace
69
+
70
+ Behdad Esfahbod (7):
71
+ Don't crash
72
+ Remove a debug abort()
73
+ Minor
74
+ Set font-variations settings for standard axes in variable fonts
75
+ Let pattern FC_FONT_VARIATIONS override standard axis variations
76
+ Put back accidentally removed code
77
+ Add FcWeightTo/FromOpenTypeDouble()
78
+
79
+ 2.12.91 (2.13 RC1)
80
+
81
+ Akira TAGOH (37):
82
+ und_zsye.orth: polish to get for NotoEmoji-Regular.ttf
83
+ Revert "Keep the same behavior to the return value of FcConfigParseAndLoad"
84
+ Fix again to keep the same behavior to the return value of FcConfigParseAndLoad
85
+ cleanup
86
+ Fix a compiler warning
87
+ Update libtool revision
88
+ Bump version to 2.12.6
89
+ doc: trivial update
90
+ Add the ruleset description support
91
+ workaround to avoid modifying by gettextize
92
+ missing an open parenthesis
93
+ another workaround to avoid modifying by gettextize...
94
+ Validate cache more carefully
95
+ Allow autoreconf through autopoint for gettext things
96
+ Correct debugging messages to load/scan config
97
+ Add the check of PCF_CONFIG_OPTION_LONG_FAMILY_NAMES back
98
+ Use uuid-based cache filename if uuid is assigned to dirs
99
+ Add new API to find out a font from current search path
100
+ Replace the font path in FcPattern to what it is actually located.
101
+ Replace the original path to the new one
102
+ Replace the path of subdirs in caches as well
103
+ Don't call FcStat when the alias has already been added
104
+ Destroy the alias and UUID tables when all of caches is unloaded
105
+ cleanup
106
+ abstract hash table functions
107
+ update
108
+ Fix memory leak
109
+ Fix a typo
110
+ Don't call FcStat when the alias has already been added
111
+ Add a testcase for bind-mounted cachedir
112
+ cleanup
113
+ Use smaller prime for hash size
114
+ Fix the testcase for env not enabled PCF_CONFIG_OPTION_LONG_FAMILY_NAMES in freetype
115
+ thread-safe functions in fchash.c
116
+ Fix distcheck error
117
+ Fix "make check" fail again
118
+ Bump the libtool revision
119
+
120
+ Alban Browaeys (1):
121
+ Fixes cleanup
122
+
123
+ Alexander Kanavin (1):
124
+ src/fcxml.c: avoid double free() of filename
125
+
126
+ Bastien Nocera (1):
127
+ conf: Prefer system emoji fonts to third-party ones
128
+
129
+ Behdad Esfahbod (76):
130
+ Minor
131
+ Remove stray printf()
132
+ [fc-query] Fix linking order
133
+ Instead of loading glyphs (with FreeType), just check loca table
134
+ Don't even check loca for glyph outline detection
135
+ Check for non-empty outline for U+0000..U+001F
136
+ Add back code for choosing strike, and cleanup
137
+ Minor: adjust debug output
138
+ Remove unnecessary check
139
+ Remove a few unused blanks parameters
140
+ Remove check that cannot fail
141
+ Remove use of psnames for charset construction
142
+ Remove unused variable
143
+ Remove fc-glyphname
144
+ Remove blanks facility from the library
145
+ Remove blanks support from fc-scan
146
+ Mark more parameters FC_UNUSED
147
+ Move variables to narrower scope and indent
148
+ Remove unneeded check
149
+ Use multiplication instead of division
150
+ Use inline functions instead of macros for a couple of things
151
+ Simplify advance-width calculations
152
+ Inline FcFreeTypeCheckGlyph()
153
+ Call FT_Get_Advance() only as long as we need to determine font width type
154
+ Minor
155
+ Update documentation for removal of blanks
156
+ Merge branch 'faster'
157
+ Add FcFreeTypeQueryAll()
158
+ Document FcFreeTypeQueryAll()
159
+ Accept NULL in for spacing in FcFreeTypeCharSetAndSpacing()
160
+ Remove FcCompareSize()
161
+ Rename FcCompareSizeRange() to FcCompareRange()
162
+ Rewrite FcCompareRange()
163
+ In FcSubstituteDefault(), handle size range
164
+ Check instance-index before accessing array
165
+ Indent
166
+ [varfonts] Add FC_FONT_VARIATIONS
167
+ [varfonts] Add FC_VARIABLE
168
+ [varfonts] Change id argument in FcFreeTypeQuery* to unsigned int
169
+ Print ranges as closed as opposed to half-open
170
+ [varfonts] Change FC_WEIGHT and FC_WIDTH into ranges
171
+ [varfonts] Query varfonts if id >> 16 == 0x8000
172
+ Fix instance-num handling in collections
173
+ [varfonts] Query variable font in FcFreeTypeQueryAll()
174
+ [varfonts] Fetch optical-size for named instances
175
+ In RenderPrepare(), handle ranges smartly
176
+ [fc-query] Remove --ignore-blanks / -b
177
+ [fc-match/fc-list/fc-query/fc-scan] Add --brief that is like --verbose without charset
178
+ Add separate match compare function for size
179
+ Fix range comparision operators implementation
180
+ Adjust emboldening logic
181
+ [varfonts] Map from OpenType to Fontconfig weight values
182
+ Add FcDontCare value to FcBool
183
+ Implement more config bool operations for boolean types
184
+ Fix possible div-by-zero
185
+ [varfonts] Use fvar data even if there's no variation in it
186
+ Minor
187
+ Revert "[varfonts] Use fvar data even if there's no variation in it"
188
+ [varfonts] Minor
189
+ [varfonts] Comment
190
+ [varfonts] Don't set style for variable-font pattern
191
+ [varfonts] Skip named-instance that is equivalent to base font
192
+ [varfonts] Do not set postscriptname for varfont pattern
193
+ [varfonts] Don't reopen face for each named instance
194
+ Separate charset and spacing code
195
+ [varfonts] Reuse charset for named instances
196
+ Move whitespace-trimming code to apply to all name-table strings
197
+ Fix whitespace-trimming loop and empty strings...
198
+ Whitespace
199
+ Don't convert nameds to UTF-8 unless we are going to use them
200
+ Simplify name-table platform mathcing logic
201
+ Use binary-search for finding name table entries
202
+ [varfonts] Share lang across named-instances
203
+ Merge branch 'varfonts2'
204
+ Require freetype >= 2.8.1
205
+ Remove assert
206
+
207
+ David Kaspar [Dee'Kej] (1):
208
+ conf.d: Drop aliases for (URW)++ fonts
209
+
210
+ Florian Müllner (1):
211
+ build: Remove references to deleted file
212
+
213
+ 2.12.6
214
+
215
+ Akira TAGOH (4):
216
+ und_zsye.orth: polish to get for NotoEmoji-Regular.ttf
217
+ Revert "Keep the same behavior to the return value of FcConfigParseAndLoad"
218
+ Fix again to keep the same behavior to the return value of FcConfigParseAndLoad
219
+ Update libtool revision
220
+
221
+ Behdad Esfahbod (2):
222
+ Minor
223
+ [fc-query] Fix linking order
224
+
225
+ David Kaspar [Dee'Kej] (1):
226
+ conf.d: Drop aliases for (URW)++ fonts
227
+
228
+ Florian Müllner (1):
229
+ build: Remove references to deleted file
230
+
231
+ 2.12.5
232
+
233
+ Akira TAGOH (17):
234
+ Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPattern.
235
+ Add FcConfigParseAndLoadFromMemory() to load a configuration from memory.
236
+ Bug 101726 - Sans config pulls in Microsoft Serifed font
237
+ Fix gcc warnings with enabling libxml2
238
+ Add und-zsye.orth to support emoji in lang
239
+ Add more code points to und-zsye.orth
240
+ Keep the same behavior to the return value of FcConfigParseAndLoad
241
+ Do not ship fcobjshash.gperf in archive
242
+ Accept 4 digit script tag in FcLangNormalize().
243
+ Fix to work the debugging option on fc-validate
244
+ Add und_zmth.orth to support Math in lang
245
+ Polish und_zmth.orth for Libertinus Math
246
+ Polish und_zmth.orth more for Cambria Math and Minion Math
247
+ Update similar to emoji's
248
+ fc-blanks: fall back to the static data available in repo if downloaded data is corrupted
249
+ Update docs
250
+ Update libtool versioning
251
+
252
+ Behdad Esfahbod (14):
253
+ Pass --pic to gperf
254
+ Add generic family matching for "emoji" and "math"
255
+ [fc-query] Support listing named instances
256
+ Add Twitter Color Emoji
257
+ Add EmojiOne Mozilla font
258
+ [fc-lang] Allow using ".." instead of "-" in ranges
259
+ Minor
260
+ Remove unneeded codepoints
261
+ Adjust color emoji config some more
262
+ Ignore 'und-' prefix for in FcLangCompare
263
+ Minor
264
+ Fix sign-difference compare warning
265
+ Fix warning
266
+ Fix weight mapping
267
+
10
268
  2.12.4
11
269
 
12
270
  Akira TAGOH (5):
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cairo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.12
4
+ version: 1.15.13
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-15 00:00:00.000000000 Z
11
+ date: 2018-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pkg-config
@@ -212,6 +212,7 @@ files:
212
212
  - test/test_xml_surface.rb
213
213
  - vendor/local/bin/fc-cache.exe
214
214
  - vendor/local/bin/fc-cat.exe
215
+ - vendor/local/bin/fc-conflist.exe
215
216
  - vendor/local/bin/fc-list.exe
216
217
  - vendor/local/bin/fc-match.exe
217
218
  - vendor/local/bin/fc-pattern.exe
@@ -242,12 +243,13 @@ files:
242
243
  - vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf
243
244
  - vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf
244
245
  - vendor/local/etc/fonts/conf.d/30-metric-aliases.conf
245
- - vendor/local/etc/fonts/conf.d/30-urw-aliases.conf
246
246
  - vendor/local/etc/fonts/conf.d/40-nonlatin.conf
247
+ - vendor/local/etc/fonts/conf.d/45-generic.conf
247
248
  - vendor/local/etc/fonts/conf.d/45-latin.conf
248
249
  - vendor/local/etc/fonts/conf.d/49-sansserif.conf
249
250
  - vendor/local/etc/fonts/conf.d/50-user.conf
250
251
  - vendor/local/etc/fonts/conf.d/51-local.conf
252
+ - vendor/local/etc/fonts/conf.d/60-generic.conf
251
253
  - vendor/local/etc/fonts/conf.d/60-latin.conf
252
254
  - vendor/local/etc/fonts/conf.d/65-fonts-persian.conf
253
255
  - vendor/local/etc/fonts/conf.d/65-nonlatin.conf
@@ -602,12 +604,13 @@ files:
602
604
  - vendor/local/share/fontconfig/conf.avail/20-unhint-small-vera.conf
603
605
  - vendor/local/share/fontconfig/conf.avail/25-unhint-nonlatin.conf
604
606
  - vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf
605
- - vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf
606
607
  - vendor/local/share/fontconfig/conf.avail/40-nonlatin.conf
608
+ - vendor/local/share/fontconfig/conf.avail/45-generic.conf
607
609
  - vendor/local/share/fontconfig/conf.avail/45-latin.conf
608
610
  - vendor/local/share/fontconfig/conf.avail/49-sansserif.conf
609
611
  - vendor/local/share/fontconfig/conf.avail/50-user.conf
610
612
  - vendor/local/share/fontconfig/conf.avail/51-local.conf
613
+ - vendor/local/share/fontconfig/conf.avail/60-generic.conf
611
614
  - vendor/local/share/fontconfig/conf.avail/60-latin.conf
612
615
  - vendor/local/share/fontconfig/conf.avail/65-fonts-persian.conf
613
616
  - vendor/local/share/fontconfig/conf.avail/65-khmer.conf
@@ -617,6 +620,8 @@ files:
617
620
  - vendor/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf
618
621
  - vendor/local/share/fontconfig/conf.avail/80-delicious.conf
619
622
  - vendor/local/share/fontconfig/conf.avail/90-synthetic.conf
623
+ - vendor/local/share/gettext/its/fontconfig.its
624
+ - vendor/local/share/gettext/its/fontconfig.loc
620
625
  - vendor/local/share/gtk-doc/html/cairo/bindings-errors.html
621
626
  - vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html
622
627
  - vendor/local/share/gtk-doc/html/cairo/bindings-memory.html
@@ -790,35 +795,35 @@ required_rubygems_version: !ruby/object:Gem::Requirement
790
795
  version: '0'
791
796
  requirements: []
792
797
  rubyforge_project:
793
- rubygems_version: 2.5.2.1
798
+ rubygems_version: 2.7.6
794
799
  signing_key:
795
800
  specification_version: 4
796
801
  summary: Ruby bindings for cairo
797
802
  test_files:
798
- - test/test_xml_device.rb
799
- - test/test_script_surface.rb
800
- - test/test_constants.rb
801
- - test/run-test.rb
802
- - test/test_quartz_image_surface.rb
803
- - test/test_recording_surface.rb
803
+ - test/test_surface.rb
804
804
  - test/test_exception.rb
805
- - test/test_font_options.rb
806
- - test/cairo-test-utils.rb
807
- - test/test_color.rb
808
- - test/test_font_extents.rb
809
- - test/test_tee_surface.rb
810
805
  - test/test_region.rb
811
- - test/test_scaled_font.rb
812
- - test/test_raster_source_pattern.rb
813
- - test/test_script_device.rb
814
- - test/test_context.rb
815
- - test/test_font_face.rb
816
- - test/test_xml_surface.rb
817
806
  - test/test_paper.rb
807
+ - test/test_raster_source_pattern.rb
808
+ - test/test_quartz_image_surface.rb
818
809
  - test/test_pdf_surface.rb
819
- - test/test_svg_surface.rb
810
+ - test/test_constants.rb
820
811
  - test/test_text_to_glyphs_data.rb
821
- - test/test_text_cluster.rb
822
- - test/test_image_surface.rb
823
812
  - test/test_text_extents.rb
824
- - test/test_surface.rb
813
+ - test/test_font_options.rb
814
+ - test/test_svg_surface.rb
815
+ - test/test_xml_surface.rb
816
+ - test/test_color.rb
817
+ - test/test_image_surface.rb
818
+ - test/test_text_cluster.rb
819
+ - test/run-test.rb
820
+ - test/test_context.rb
821
+ - test/test_script_device.rb
822
+ - test/test_scaled_font.rb
823
+ - test/test_xml_device.rb
824
+ - test/test_tee_surface.rb
825
+ - test/test_font_extents.rb
826
+ - test/test_font_face.rb
827
+ - test/test_recording_surface.rb
828
+ - test/cairo-test-utils.rb
829
+ - test/test_script_surface.rb
@@ -1,33 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
- <fontconfig>
4
- <!--
5
- URW provides metric and shape compatible fonts for some Adobe families.
6
- Most of these are handled in 30-metric-aliases.conf.
7
- -->
8
- <alias binding="same">
9
- <family>Zapf Dingbats</family>
10
- <accept>
11
- <family>D050000L</family>
12
- <family>Dingbats</family>
13
- </accept>
14
- </alias>
15
- <alias binding="same">
16
- <family>ITC Zapf Dingbats</family>
17
- <accept>
18
- <family>D050000L</family>
19
- <family>Dingbats</family>
20
- </accept>
21
- </alias>
22
- <match target="pattern">
23
- <test name="family" compare="eq" ignore-blanks="true">
24
- <string>Symbol</string>
25
- </test>
26
- <edit name="family" mode="append" binding="same">
27
- <string>Standard Symbols PS</string>
28
- </edit>
29
- <edit name="family" mode="append" binding="same">
30
- <string>Standard Symbols L</string>
31
- </edit>
32
- </match>
33
- </fontconfig>
@@ -1,33 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
- <fontconfig>
4
- <!--
5
- URW provides metric and shape compatible fonts for some Adobe families.
6
- Most of these are handled in 30-metric-aliases.conf.
7
- -->
8
- <alias binding="same">
9
- <family>Zapf Dingbats</family>
10
- <accept>
11
- <family>D050000L</family>
12
- <family>Dingbats</family>
13
- </accept>
14
- </alias>
15
- <alias binding="same">
16
- <family>ITC Zapf Dingbats</family>
17
- <accept>
18
- <family>D050000L</family>
19
- <family>Dingbats</family>
20
- </accept>
21
- </alias>
22
- <match target="pattern">
23
- <test name="family" compare="eq" ignore-blanks="true">
24
- <string>Symbol</string>
25
- </test>
26
- <edit name="family" mode="append" binding="same">
27
- <string>Standard Symbols PS</string>
28
- </edit>
29
- <edit name="family" mode="append" binding="same">
30
- <string>Standard Symbols L</string>
31
- </edit>
32
- </match>
33
- </fontconfig>