cairo 1.12.6-x86-mingw32 → 1.12.7-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (188) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +1 -1
  3. data/NEWS +24 -0
  4. data/README.rdoc +1 -1
  5. data/Rakefile +57 -14
  6. data/ext/cairo/rb_cairo.h +1 -1
  7. data/ext/cairo/rb_cairo_surface.c +2 -0
  8. data/lib/1.9/cairo.so +0 -0
  9. data/lib/2.0/cairo.so +0 -0
  10. data/lib/2.1/cairo.so +0 -0
  11. data/lib/cairo/papers.rb +24 -0
  12. data/test/test_image_surface.rb +28 -0
  13. data/vendor/local/bin/fc-cache.exe +0 -0
  14. data/vendor/local/bin/fc-cat.exe +0 -0
  15. data/vendor/local/bin/fc-list.exe +0 -0
  16. data/vendor/local/bin/fc-match.exe +0 -0
  17. data/vendor/local/bin/fc-pattern.exe +0 -0
  18. data/vendor/local/bin/fc-query.exe +0 -0
  19. data/vendor/local/bin/fc-scan.exe +0 -0
  20. data/vendor/local/bin/fc-validate.exe +0 -0
  21. data/vendor/local/bin/freetype-config +6 -10
  22. data/vendor/local/bin/libcairo-2.dll +0 -0
  23. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  24. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  25. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  26. data/vendor/local/bin/libfreetype-6.dll +0 -0
  27. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  28. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  29. data/vendor/local/bin/libpng-config +1 -1
  30. data/vendor/local/bin/libpng16-16.dll +0 -0
  31. data/vendor/local/bin/libpng16-config +1 -1
  32. data/vendor/local/bin/libxml2-2.dll +0 -0
  33. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  34. data/vendor/local/bin/pngfix.exe +0 -0
  35. data/vendor/local/bin/xmlcatalog.exe +0 -0
  36. data/vendor/local/bin/xmllint.exe +0 -0
  37. data/vendor/local/bin/zlib1.dll +0 -0
  38. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +259 -53
  39. data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +4 -20
  40. data/vendor/local/etc/fonts/conf.d/45-latin.conf +16 -0
  41. data/vendor/local/etc/fonts/conf.d/README +3 -3
  42. data/vendor/local/etc/fonts/fonts.conf +1 -1
  43. data/vendor/local/include/cairo/cairo-gobject.h +4 -0
  44. data/vendor/local/include/cairo/cairo-version.h +1 -1
  45. data/vendor/local/include/fontconfig/fcprivate.h +2 -1
  46. data/vendor/local/include/fontconfig/fontconfig.h +7 -3
  47. data/vendor/local/include/freetype2/{freetype/config → config}/ftconfig.h +105 -13
  48. data/vendor/local/include/freetype2/{freetype/config → config}/ftheader.h +71 -58
  49. data/vendor/local/include/freetype2/{freetype/config → config}/ftmodule.h +0 -0
  50. data/vendor/local/include/freetype2/{freetype/config → config}/ftoption.h +41 -35
  51. data/vendor/local/include/freetype2/{freetype/config → config}/ftstdlib.h +0 -0
  52. data/vendor/local/include/freetype2/{freetype/freetype.h → freetype.h} +83 -40
  53. data/vendor/local/include/freetype2/ft2build.h +42 -0
  54. data/vendor/local/include/freetype2/{freetype/ftadvanc.h → ftadvanc.h} +14 -11
  55. data/vendor/local/include/freetype2/{freetype/ftautoh.h → ftautoh.h} +11 -3
  56. data/vendor/local/include/freetype2/{freetype/ftbbox.h → ftbbox.h} +3 -3
  57. data/vendor/local/include/freetype2/{freetype/ftbdf.h → ftbdf.h} +0 -0
  58. data/vendor/local/include/freetype2/{freetype/ftbitmap.h → ftbitmap.h} +4 -4
  59. data/vendor/local/include/freetype2/{freetype/ftbzip2.h → ftbzip2.h} +0 -0
  60. data/vendor/local/include/freetype2/{freetype/ftcache.h → ftcache.h} +4 -87
  61. data/vendor/local/include/freetype2/ftcffdrv.h +254 -0
  62. data/vendor/local/include/freetype2/{freetype/ftchapters.h → ftchapters.h} +4 -16
  63. data/vendor/local/include/freetype2/{freetype/ftcid.h → ftcid.h} +0 -0
  64. data/vendor/local/include/freetype2/{freetype/fterrdef.h → fterrdef.h} +0 -0
  65. data/vendor/local/include/freetype2/{freetype/fterrors.h → fterrors.h} +0 -0
  66. data/vendor/local/include/freetype2/{freetype/ftgasp.h → ftgasp.h} +0 -0
  67. data/vendor/local/include/freetype2/{freetype/ftglyph.h → ftglyph.h} +5 -5
  68. data/vendor/local/include/freetype2/{freetype/ftgxval.h → ftgxval.h} +5 -5
  69. data/vendor/local/include/freetype2/{freetype/ftgzip.h → ftgzip.h} +48 -1
  70. data/vendor/local/include/freetype2/{freetype/ftimage.h → ftimage.h} +20 -11
  71. data/vendor/local/include/freetype2/{freetype/ftincrem.h → ftincrem.h} +0 -0
  72. data/vendor/local/include/freetype2/{freetype/ftlcdfil.h → ftlcdfil.h} +3 -3
  73. data/vendor/local/include/freetype2/{freetype/ftlist.h → ftlist.h} +6 -6
  74. data/vendor/local/include/freetype2/{freetype/ftlzw.h → ftlzw.h} +0 -0
  75. data/vendor/local/include/freetype2/{freetype/ftmac.h → ftmac.h} +3 -3
  76. data/vendor/local/include/freetype2/{freetype/ftmm.h → ftmm.h} +3 -4
  77. data/vendor/local/include/freetype2/{freetype/ftmodapi.h → ftmodapi.h} +15 -8
  78. data/vendor/local/include/freetype2/{freetype/ftmoderr.h → ftmoderr.h} +0 -0
  79. data/vendor/local/include/freetype2/{freetype/ftotval.h → ftotval.h} +3 -3
  80. data/vendor/local/include/freetype2/{freetype/ftoutln.h → ftoutln.h} +16 -7
  81. data/vendor/local/include/freetype2/{freetype/ftpfr.h → ftpfr.h} +0 -0
  82. data/vendor/local/include/freetype2/{freetype/ftrender.h → ftrender.h} +0 -0
  83. data/vendor/local/include/freetype2/{freetype/ftsizes.h → ftsizes.h} +2 -2
  84. data/vendor/local/include/freetype2/{freetype/ftsnames.h → ftsnames.h} +3 -3
  85. data/vendor/local/include/freetype2/{freetype/ftstroke.h → ftstroke.h} +0 -0
  86. data/vendor/local/include/freetype2/{freetype/ftsynth.h → ftsynth.h} +2 -2
  87. data/vendor/local/include/freetype2/{freetype/ftsystem.h → ftsystem.h} +0 -0
  88. data/vendor/local/include/freetype2/{freetype/fttrigon.h → fttrigon.h} +0 -0
  89. data/vendor/local/include/freetype2/ftttdrv.h +170 -0
  90. data/vendor/local/include/freetype2/{freetype/fttypes.h → fttypes.h} +3 -3
  91. data/vendor/local/include/freetype2/{freetype/ftwinfnt.h → ftwinfnt.h} +4 -3
  92. data/vendor/local/include/freetype2/{freetype/ftxf86.h → ftxf86.h} +2 -2
  93. data/vendor/local/include/freetype2/{freetype/t1tables.h → t1tables.h} +0 -0
  94. data/vendor/local/include/freetype2/{freetype/ttnameid.h → ttnameid.h} +2 -2
  95. data/vendor/local/include/freetype2/{freetype/tttables.h → tttables.h} +24 -14
  96. data/vendor/local/include/freetype2/{freetype/tttags.h → tttags.h} +5 -1
  97. data/vendor/local/include/freetype2/{freetype/ttunpat.h → ttunpat.h} +0 -0
  98. data/vendor/local/include/libpng16/png.h +30 -12
  99. data/vendor/local/include/libpng16/pngconf.h +2 -1
  100. data/vendor/local/include/libpng16/pnglibconf.h +3 -3
  101. data/vendor/local/include/pixman-1/pixman-version.h +3 -3
  102. data/vendor/local/include/pixman-1/pixman.h +1 -1
  103. data/vendor/local/include/png.h +30 -12
  104. data/vendor/local/include/pngconf.h +2 -1
  105. data/vendor/local/include/pnglibconf.h +3 -3
  106. data/vendor/local/lib/fontconfig.def +2 -1
  107. data/vendor/local/lib/libcairo-gobject.a +0 -0
  108. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  109. data/vendor/local/lib/libcairo-gobject.la +3 -3
  110. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  111. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  112. data/vendor/local/lib/libcairo-script-interpreter.la +3 -3
  113. data/vendor/local/lib/libcairo.a +0 -0
  114. data/vendor/local/lib/libcairo.dll.a +0 -0
  115. data/vendor/local/lib/libcairo.la +3 -3
  116. data/vendor/local/lib/libfontconfig.a +0 -0
  117. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  118. data/vendor/local/lib/libfontconfig.la +3 -3
  119. data/vendor/local/lib/libfreetype.a +0 -0
  120. data/vendor/local/lib/libfreetype.dll.a +0 -0
  121. data/vendor/local/lib/libfreetype.la +3 -3
  122. data/vendor/local/lib/libpixman-1.a +0 -0
  123. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  124. data/vendor/local/lib/libpixman-1.la +4 -4
  125. data/vendor/local/lib/libpng.a +0 -0
  126. data/vendor/local/lib/libpng.dll.a +0 -0
  127. data/vendor/local/lib/libpng.la +2 -2
  128. data/vendor/local/lib/libpng16.a +0 -0
  129. data/vendor/local/lib/libpng16.dll.a +0 -0
  130. data/vendor/local/lib/libpng16.la +2 -2
  131. data/vendor/local/lib/libxml2.a +0 -0
  132. data/vendor/local/lib/libxml2.dll.a +0 -0
  133. data/vendor/local/lib/libz.a +0 -0
  134. data/vendor/local/lib/libz.dll.a +0 -0
  135. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  136. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  137. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  138. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  145. data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
  146. data/vendor/local/lib/pkgconfig/fontconfig.pc +6 -4
  147. data/vendor/local/lib/pkgconfig/freetype2.pc +4 -4
  148. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  149. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  150. data/vendor/local/lib/pkgconfig/pixman-1.pc +1 -1
  151. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +259 -53
  152. data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +4 -20
  153. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +16 -0
  154. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +1 -1
  155. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
  156. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
  157. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +3 -3
  158. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
  159. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +6 -6
  160. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
  161. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +8 -8
  162. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
  164. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
  165. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
  166. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +0 -8
  167. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
  168. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
  169. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +3 -3
  170. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
  171. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +31 -31
  173. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +11 -11
  174. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +13 -13
  175. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +8 -8
  176. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
  177. data/vendor/local/share/gtk-doc/html/cairo/index.html +1 -1
  178. data/vendor/local/share/license/fontconfig/README +83 -2
  179. data/vendor/local/share/license/freetype/README +5 -5
  180. data/vendor/local/share/license/freetype/README.git +5 -1
  181. data/vendor/local/share/license/libpng/README +18 -18
  182. data/vendor/local/share/man/man3/libpng.3 +136 -54
  183. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  184. data/vendor/local/share/man/man5/png.5 +1 -1
  185. metadata +74 -80
  186. data/vendor/local/etc/fonts/fonts.conf.bak +0 -155
  187. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +0 -150
  188. data/vendor/local/include/ft2build.h +0 -61
@@ -1,6 +1,6 @@
1
- .TH LIBPNGPF 3 "April 25, 2013"
1
+ .TH LIBPNGPF 3 "December 19, 2013"
2
2
  .SH NAME
3
- libpng \- Portable Network Graphics (PNG) Reference Library 1.6.2
3
+ libpng \- Portable Network Graphics (PNG) Reference Library 1.6.8
4
4
  (private functions)
5
5
  .SH SYNOPSIS
6
6
  \fB#include \fI"pngpriv.h"
@@ -1,4 +1,4 @@
1
- .TH PNG 5 "April 25, 2013"
1
+ .TH PNG 5 "December 19, 2013"
2
2
  .SH NAME
3
3
  png \- Portable Network Graphics (PNG) format
4
4
  .SH DESCRIPTION
metadata CHANGED
@@ -1,94 +1,83 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cairo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.6
5
- prerelease:
4
+ version: 1.12.7
6
5
  platform: x86-mingw32
7
6
  authors:
8
7
  - Kouhei Sutou
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-24 00:00:00.000000000 Z
11
+ date: 2013-12-23 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: pkg-config
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: bundler
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: test-unit-notify
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - '>='
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - '>='
60
53
  - !ruby/object:Gem::Version
61
54
  version: '0'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: rake-compiler
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ! '>='
59
+ - - '>='
68
60
  - !ruby/object:Gem::Version
69
61
  version: '0'
70
62
  type: :development
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ! '>='
66
+ - - '>='
76
67
  - !ruby/object:Gem::Version
77
68
  version: '0'
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: packnga
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ! '>='
73
+ - - '>='
84
74
  - !ruby/object:Gem::Version
85
75
  version: '0'
86
76
  type: :development
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ! '>='
80
+ - - '>='
92
81
  - !ruby/object:Gem::Version
93
82
  version: '0'
94
83
  description: Ruby bindings for cairo
@@ -178,11 +167,13 @@ files:
178
167
  - test/test_xml_surface.rb
179
168
  - test/test_exception.rb
180
169
  - test/test_text_cluster.rb
170
+ - test/test_image_surface.rb
181
171
  - test/test_color.rb
182
172
  - test/test_font_options.rb
183
173
  - test/test_constants.rb
184
174
  - lib/1.9/cairo.so
185
175
  - lib/2.0/cairo.so
176
+ - lib/2.1/cairo.so
186
177
  - vendor/local/bin/fc-cache.exe
187
178
  - vendor/local/bin/fc-cat.exe
188
179
  - vendor/local/bin/fc-list.exe
@@ -197,11 +188,14 @@ files:
197
188
  - vendor/local/bin/libcairo-script-interpreter-2.dll
198
189
  - vendor/local/bin/libfontconfig-1.dll
199
190
  - vendor/local/bin/libfreetype-6.dll
191
+ - vendor/local/bin/libgcc_s_sjlj-1.dll
200
192
  - vendor/local/bin/libpixman-1-0.dll
201
193
  - vendor/local/bin/libpng-config
202
194
  - vendor/local/bin/libpng16-16.dll
203
195
  - vendor/local/bin/libpng16-config
204
196
  - vendor/local/bin/libxml2-2.dll
197
+ - vendor/local/bin/png-fix-itxt.exe
198
+ - vendor/local/bin/pngfix.exe
205
199
  - vendor/local/bin/xml2-config
206
200
  - vendor/local/bin/xmlcatalog.exe
207
201
  - vendor/local/bin/xmllint.exe
@@ -223,7 +217,6 @@ files:
223
217
  - vendor/local/etc/fonts/conf.d/90-synthetic.conf
224
218
  - vendor/local/etc/fonts/conf.d/README
225
219
  - vendor/local/etc/fonts/fonts.conf
226
- - vendor/local/etc/fonts/fonts.conf.bak
227
220
  - vendor/local/include/cairo/cairo-deprecated.h
228
221
  - vendor/local/include/cairo/cairo-features.h
229
222
  - vendor/local/include/cairo/cairo-ft.h
@@ -239,56 +232,57 @@ files:
239
232
  - vendor/local/include/fontconfig/fcfreetype.h
240
233
  - vendor/local/include/fontconfig/fcprivate.h
241
234
  - vendor/local/include/fontconfig/fontconfig.h
242
- - vendor/local/include/freetype2/freetype/config/ftconfig.h
243
- - vendor/local/include/freetype2/freetype/config/ftheader.h
244
- - vendor/local/include/freetype2/freetype/config/ftmodule.h
245
- - vendor/local/include/freetype2/freetype/config/ftoption.h
246
- - vendor/local/include/freetype2/freetype/config/ftstdlib.h
247
- - vendor/local/include/freetype2/freetype/freetype.h
248
- - vendor/local/include/freetype2/freetype/ftadvanc.h
249
- - vendor/local/include/freetype2/freetype/ftautoh.h
250
- - vendor/local/include/freetype2/freetype/ftbbox.h
251
- - vendor/local/include/freetype2/freetype/ftbdf.h
252
- - vendor/local/include/freetype2/freetype/ftbitmap.h
253
- - vendor/local/include/freetype2/freetype/ftbzip2.h
254
- - vendor/local/include/freetype2/freetype/ftcache.h
255
- - vendor/local/include/freetype2/freetype/ftcffdrv.h
256
- - vendor/local/include/freetype2/freetype/ftchapters.h
257
- - vendor/local/include/freetype2/freetype/ftcid.h
258
- - vendor/local/include/freetype2/freetype/fterrdef.h
259
- - vendor/local/include/freetype2/freetype/fterrors.h
260
- - vendor/local/include/freetype2/freetype/ftgasp.h
261
- - vendor/local/include/freetype2/freetype/ftglyph.h
262
- - vendor/local/include/freetype2/freetype/ftgxval.h
263
- - vendor/local/include/freetype2/freetype/ftgzip.h
264
- - vendor/local/include/freetype2/freetype/ftimage.h
265
- - vendor/local/include/freetype2/freetype/ftincrem.h
266
- - vendor/local/include/freetype2/freetype/ftlcdfil.h
267
- - vendor/local/include/freetype2/freetype/ftlist.h
268
- - vendor/local/include/freetype2/freetype/ftlzw.h
269
- - vendor/local/include/freetype2/freetype/ftmac.h
270
- - vendor/local/include/freetype2/freetype/ftmm.h
271
- - vendor/local/include/freetype2/freetype/ftmodapi.h
272
- - vendor/local/include/freetype2/freetype/ftmoderr.h
273
- - vendor/local/include/freetype2/freetype/ftotval.h
274
- - vendor/local/include/freetype2/freetype/ftoutln.h
275
- - vendor/local/include/freetype2/freetype/ftpfr.h
276
- - vendor/local/include/freetype2/freetype/ftrender.h
277
- - vendor/local/include/freetype2/freetype/ftsizes.h
278
- - vendor/local/include/freetype2/freetype/ftsnames.h
279
- - vendor/local/include/freetype2/freetype/ftstroke.h
280
- - vendor/local/include/freetype2/freetype/ftsynth.h
281
- - vendor/local/include/freetype2/freetype/ftsystem.h
282
- - vendor/local/include/freetype2/freetype/fttrigon.h
283
- - vendor/local/include/freetype2/freetype/fttypes.h
284
- - vendor/local/include/freetype2/freetype/ftwinfnt.h
285
- - vendor/local/include/freetype2/freetype/ftxf86.h
286
- - vendor/local/include/freetype2/freetype/t1tables.h
287
- - vendor/local/include/freetype2/freetype/ttnameid.h
288
- - vendor/local/include/freetype2/freetype/tttables.h
289
- - vendor/local/include/freetype2/freetype/tttags.h
290
- - vendor/local/include/freetype2/freetype/ttunpat.h
291
- - vendor/local/include/ft2build.h
235
+ - vendor/local/include/freetype2/config/ftconfig.h
236
+ - vendor/local/include/freetype2/config/ftheader.h
237
+ - vendor/local/include/freetype2/config/ftmodule.h
238
+ - vendor/local/include/freetype2/config/ftoption.h
239
+ - vendor/local/include/freetype2/config/ftstdlib.h
240
+ - vendor/local/include/freetype2/freetype.h
241
+ - vendor/local/include/freetype2/ft2build.h
242
+ - vendor/local/include/freetype2/ftadvanc.h
243
+ - vendor/local/include/freetype2/ftautoh.h
244
+ - vendor/local/include/freetype2/ftbbox.h
245
+ - vendor/local/include/freetype2/ftbdf.h
246
+ - vendor/local/include/freetype2/ftbitmap.h
247
+ - vendor/local/include/freetype2/ftbzip2.h
248
+ - vendor/local/include/freetype2/ftcache.h
249
+ - vendor/local/include/freetype2/ftcffdrv.h
250
+ - vendor/local/include/freetype2/ftchapters.h
251
+ - vendor/local/include/freetype2/ftcid.h
252
+ - vendor/local/include/freetype2/fterrdef.h
253
+ - vendor/local/include/freetype2/fterrors.h
254
+ - vendor/local/include/freetype2/ftgasp.h
255
+ - vendor/local/include/freetype2/ftglyph.h
256
+ - vendor/local/include/freetype2/ftgxval.h
257
+ - vendor/local/include/freetype2/ftgzip.h
258
+ - vendor/local/include/freetype2/ftimage.h
259
+ - vendor/local/include/freetype2/ftincrem.h
260
+ - vendor/local/include/freetype2/ftlcdfil.h
261
+ - vendor/local/include/freetype2/ftlist.h
262
+ - vendor/local/include/freetype2/ftlzw.h
263
+ - vendor/local/include/freetype2/ftmac.h
264
+ - vendor/local/include/freetype2/ftmm.h
265
+ - vendor/local/include/freetype2/ftmodapi.h
266
+ - vendor/local/include/freetype2/ftmoderr.h
267
+ - vendor/local/include/freetype2/ftotval.h
268
+ - vendor/local/include/freetype2/ftoutln.h
269
+ - vendor/local/include/freetype2/ftpfr.h
270
+ - vendor/local/include/freetype2/ftrender.h
271
+ - vendor/local/include/freetype2/ftsizes.h
272
+ - vendor/local/include/freetype2/ftsnames.h
273
+ - vendor/local/include/freetype2/ftstroke.h
274
+ - vendor/local/include/freetype2/ftsynth.h
275
+ - vendor/local/include/freetype2/ftsystem.h
276
+ - vendor/local/include/freetype2/fttrigon.h
277
+ - vendor/local/include/freetype2/ftttdrv.h
278
+ - vendor/local/include/freetype2/fttypes.h
279
+ - vendor/local/include/freetype2/ftwinfnt.h
280
+ - vendor/local/include/freetype2/ftxf86.h
281
+ - vendor/local/include/freetype2/t1tables.h
282
+ - vendor/local/include/freetype2/ttnameid.h
283
+ - vendor/local/include/freetype2/tttables.h
284
+ - vendor/local/include/freetype2/tttags.h
285
+ - vendor/local/include/freetype2/ttunpat.h
292
286
  - vendor/local/include/libpng16/png.h
293
287
  - vendor/local/include/libpng16/pngconf.h
294
288
  - vendor/local/include/libpng16/pnglibconf.h
@@ -725,27 +719,26 @@ files:
725
719
  homepage: http://cairographics.org/rcairo
726
720
  licenses:
727
721
  - Ruby's
722
+ metadata: {}
728
723
  post_install_message:
729
724
  rdoc_options: []
730
725
  require_paths:
731
726
  - lib
732
727
  required_ruby_version: !ruby/object:Gem::Requirement
733
- none: false
734
728
  requirements:
735
- - - ! '>='
729
+ - - '>='
736
730
  - !ruby/object:Gem::Version
737
731
  version: '0'
738
732
  required_rubygems_version: !ruby/object:Gem::Requirement
739
- none: false
740
733
  requirements:
741
- - - ! '>='
734
+ - - '>='
742
735
  - !ruby/object:Gem::Version
743
736
  version: '0'
744
737
  requirements: []
745
738
  rubyforge_project: cairo
746
- rubygems_version: 1.8.23
739
+ rubygems_version: 2.0.14
747
740
  signing_key:
748
- specification_version: 3
741
+ specification_version: 4
749
742
  summary: Ruby bindings for cairo
750
743
  test_files:
751
744
  - test/test_surface.rb
@@ -768,6 +761,7 @@ test_files:
768
761
  - test/test_xml_surface.rb
769
762
  - test/test_exception.rb
770
763
  - test/test_text_cluster.rb
764
+ - test/test_image_surface.rb
771
765
  - test/test_color.rb
772
766
  - test/test_font_options.rb
773
767
  - test/test_constants.rb
@@ -1,155 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
- <!-- /etc/fonts/fonts.conf file to configure system font access -->
4
- <fontconfig>
5
-
6
- <!--
7
- DO NOT EDIT THIS FILE.
8
- IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
9
- LOCAL CHANGES BELONG IN 'local.conf'.
10
-
11
- The intent of this standard configuration file is to be adequate for
12
- most environments. If you have a reasonably normal environment and
13
- have found problems with this configuration, they are probably
14
- things that others will also want fixed. Please submit any
15
- problems to the fontconfig bugzilla system located at fontconfig.org
16
-
17
- Note that the normal 'make install' procedure for fontconfig is to
18
- replace any existing fonts.conf file with the new version. Place
19
- any local customizations in local.conf which this file references.
20
-
21
- Keith Packard
22
- -->
23
-
24
- <!-- Font directory list -->
25
-
26
- <dir>WINDOWSFONTDIR</dir>
27
-
28
- <dir prefix="xdg">fonts</dir>
29
- <!-- the following element will be removed in the future -->
30
- <dir>~/.fonts</dir>
31
-
32
- <!--
33
- Accept deprecated 'mono' alias, replacing it with 'monospace'
34
- -->
35
- <match target="pattern">
36
- <test qual="any" name="family">
37
- <string>mono</string>
38
- </test>
39
- <edit name="family" mode="assign" binding="same">
40
- <string>monospace</string>
41
- </edit>
42
- </match>
43
-
44
- <!--
45
- Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
46
- -->
47
- <match target="pattern">
48
- <test qual="any" name="family">
49
- <string>sans serif</string>
50
- </test>
51
- <edit name="family" mode="assign" binding="same">
52
- <string>sans-serif</string>
53
- </edit>
54
- </match>
55
-
56
- <!--
57
- Accept deprecated 'sans' alias, replacing it with 'sans-serif'
58
- -->
59
- <match target="pattern">
60
- <test qual="any" name="family">
61
- <string>sans</string>
62
- </test>
63
- <edit name="family" mode="assign" binding="same">
64
- <string>sans-serif</string>
65
- </edit>
66
- </match>
67
-
68
- <!--
69
- Load local system customization file
70
- -->
71
- <include ignore_missing="yes">/home/kou/work/ruby/rcairo.win32/vendor/local/etc/fonts/conf.d</include>
72
-
73
- <!-- Font cache directory list -->
74
-
75
- <cachedir>WINDOWSTEMPDIR_FONTCONFIG_CACHE</cachedir>
76
- <cachedir prefix="xdg">fontconfig</cachedir>
77
- <!-- the following element will be removed in the future -->
78
- <cachedir>~/.fontconfig</cachedir>
79
-
80
- <config>
81
- <!--
82
- These are the default Unicode chars that are expected to be blank
83
- in fonts. All other blank chars are assumed to be broken and
84
- won't appear in the resulting charsets
85
- -->
86
- <blank>
87
- <int>0x0020</int> <!-- SPACE -->
88
- <int>0x00A0</int> <!-- NO-BREAK SPACE -->
89
- <int>0x00AD</int> <!-- SOFT HYPHEN -->
90
- <int>0x034F</int> <!-- COMBINING GRAPHEME JOINER -->
91
- <int>0x0600</int> <!-- ARABIC NUMBER SIGN -->
92
- <int>0x0601</int> <!-- ARABIC SIGN SANAH -->
93
- <int>0x0602</int> <!-- ARABIC FOOTNOTE MARKER -->
94
- <int>0x0603</int> <!-- ARABIC SIGN SAFHA -->
95
- <int>0x06DD</int> <!-- ARABIC END OF AYAH -->
96
- <int>0x070F</int> <!-- SYRIAC ABBREVIATION MARK -->
97
- <int>0x115F</int> <!-- HANGUL CHOSEONG FILLER -->
98
- <int>0x1160</int> <!-- HANGUL JUNGSEONG FILLER -->
99
- <int>0x1680</int> <!-- OGHAM SPACE MARK -->
100
- <int>0x17B4</int> <!-- KHMER VOWEL INHERENT AQ -->
101
- <int>0x17B5</int> <!-- KHMER VOWEL INHERENT AA -->
102
- <int>0x180E</int> <!-- MONGOLIAN VOWEL SEPARATOR -->
103
- <int>0x2000</int> <!-- EN QUAD -->
104
- <int>0x2001</int> <!-- EM QUAD -->
105
- <int>0x2002</int> <!-- EN SPACE -->
106
- <int>0x2003</int> <!-- EM SPACE -->
107
- <int>0x2004</int> <!-- THREE-PER-EM SPACE -->
108
- <int>0x2005</int> <!-- FOUR-PER-EM SPACE -->
109
- <int>0x2006</int> <!-- SIX-PER-EM SPACE -->
110
- <int>0x2007</int> <!-- FIGURE SPACE -->
111
- <int>0x2008</int> <!-- PUNCTUATION SPACE -->
112
- <int>0x2009</int> <!-- THIN SPACE -->
113
- <int>0x200A</int> <!-- HAIR SPACE -->
114
- <int>0x200B</int> <!-- ZERO WIDTH SPACE -->
115
- <int>0x200C</int> <!-- ZERO WIDTH NON-JOINER -->
116
- <int>0x200D</int> <!-- ZERO WIDTH JOINER -->
117
- <int>0x200E</int> <!-- LEFT-TO-RIGHT MARK -->
118
- <int>0x200F</int> <!-- RIGHT-TO-LEFT MARK -->
119
- <int>0x2028</int> <!-- LINE SEPARATOR -->
120
- <int>0x2029</int> <!-- PARAGRAPH SEPARATOR -->
121
- <int>0x202A</int> <!-- LEFT-TO-RIGHT EMBEDDING -->
122
- <int>0x202B</int> <!-- RIGHT-TO-LEFT EMBEDDING -->
123
- <int>0x202C</int> <!-- POP DIRECTIONAL FORMATTING -->
124
- <int>0x202D</int> <!-- LEFT-TO-RIGHT OVERRIDE -->
125
- <int>0x202E</int> <!-- RIGHT-TO-LEFT OVERRIDE -->
126
- <int>0x202F</int> <!-- NARROW NO-BREAK SPACE -->
127
- <int>0x205F</int> <!-- MEDIUM MATHEMATICAL SPACE -->
128
- <int>0x2060</int> <!-- WORD JOINER -->
129
- <int>0x2061</int> <!-- FUNCTION APPLICATION -->
130
- <int>0x2062</int> <!-- INVISIBLE TIMES -->
131
- <int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
132
- <int>0x206A</int> <!-- INHIBIT SYMMETRIC SWAPPING -->
133
- <int>0x206B</int> <!-- ACTIVATE SYMMETRIC SWAPPING -->
134
- <int>0x206C</int> <!-- INHIBIT ARABIC FORM SHAPING -->
135
- <int>0x206D</int> <!-- ACTIVATE ARABIC FORM SHAPING -->
136
- <int>0x206E</int> <!-- NATIONAL DIGIT SHAPES -->
137
- <int>0x206F</int> <!-- NOMINAL DIGIT SHAPES -->
138
- <int>0x2800</int> <!-- BRAILLE PATTERN BLANK -->
139
- <int>0x3000</int> <!-- IDEOGRAPHIC SPACE -->
140
- <int>0x3164</int> <!-- HANGUL FILLER -->
141
- <int>0xFEFF</int> <!-- ZERO WIDTH NO-BREAK SPACE -->
142
- <int>0xFFA0</int> <!-- HALFWIDTH HANGUL FILLER -->
143
- <int>0xFFF9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
144
- <int>0xFFFA</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
145
- <int>0xFFFB</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
146
- </blank>
147
- <!--
148
- Rescan configuration every 30 seconds when FcFontSetList is called
149
- -->
150
- <rescan>
151
- <int>30</int>
152
- </rescan>
153
- </config>
154
-
155
- </fontconfig>