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,5 +1,5 @@
1
1
  # libcairo-gobject.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -14,7 +14,7 @@ library_names='libcairo-gobject.dll.a'
14
14
  old_library='libcairo-gobject.a'
15
15
 
16
16
  # Linker flags that can not go in dependency_libs.
17
- inherited_linker_flags=''
17
+ inherited_linker_flags=' -pthread'
18
18
 
19
19
  # Libraries that this one depends upon.
20
20
  dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libcairo.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpixman-1.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfontconfig.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libxml2.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfreetype.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpng16.la -lgdi32 -lmsimg32 -lz -L/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la -lffi /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi -lintl'
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libcairo-gobject.
26
26
  current=11202
27
27
  age=11200
28
- revision=14
28
+ revision=16
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
@@ -1,5 +1,5 @@
1
1
  # libcairo-script-interpreter.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -14,7 +14,7 @@ library_names='libcairo-script-interpreter.dll.a'
14
14
  old_library='libcairo-script-interpreter.a'
15
15
 
16
16
  # Linker flags that can not go in dependency_libs.
17
- inherited_linker_flags=''
17
+ inherited_linker_flags=' -pthread'
18
18
 
19
19
  # Libraries that this one depends upon.
20
20
  dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libcairo.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpixman-1.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfontconfig.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libxml2.la -lws2_32 /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfreetype.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpng16.la -lgdi32 -lmsimg32 -lz'
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libcairo-script-interpreter.
26
26
  current=11202
27
27
  age=11200
28
- revision=14
28
+ revision=16
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # libcairo.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -14,7 +14,7 @@ library_names='libcairo.dll.a'
14
14
  old_library='libcairo.a'
15
15
 
16
16
  # Linker flags that can not go in dependency_libs.
17
- inherited_linker_flags=''
17
+ inherited_linker_flags=' -pthread'
18
18
 
19
19
  # Libraries that this one depends upon.
20
20
  dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpixman-1.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfontconfig.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libxml2.la -lws2_32 /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfreetype.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpng16.la -lgdi32 -lmsimg32 -lz'
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libcairo.
26
26
  current=11202
27
27
  age=11200
28
- revision=14
28
+ revision=16
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
Binary file
Binary file
@@ -17,14 +17,14 @@ old_library='libfontconfig.a'
17
17
  inherited_linker_flags=''
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfreetype.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libxml2.la -lz -lws2_32'
20
+ dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfreetype.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpng16.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libxml2.la -lz -lws2_32'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libfontconfig.
26
- current=8
27
- age=7
26
+ current=9
27
+ age=8
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
Binary file
Binary file
@@ -17,14 +17,14 @@ old_library='libfreetype.a'
17
17
  inherited_linker_flags=''
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lz'
20
+ dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpng16.la -lz'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libfreetype.
26
- current=16
27
- age=10
26
+ current=17
27
+ age=11
28
28
  revision=1
29
29
 
30
30
  # Is this an already installed library?
Binary file
Binary file
@@ -14,7 +14,7 @@ library_names='libpixman-1.dll.a'
14
14
  old_library='libpixman-1.a'
15
15
 
16
16
  # Linker flags that can not go in dependency_libs.
17
- inherited_linker_flags=''
17
+ inherited_linker_flags=' -pthread'
18
18
 
19
19
  # Libraries that this one depends upon.
20
20
  dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib'
@@ -23,9 +23,9 @@ dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpixman-1.
26
- current=30
27
- age=30
28
- revision=0
26
+ current=32
27
+ age=32
28
+ revision=4
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
Binary file
Binary file
@@ -23,8 +23,8 @@ dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=18
27
- age=2
26
+ current=24
27
+ age=8
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
Binary file
Binary file
@@ -23,8 +23,8 @@ dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=18
27
- age=2
26
+ current=24
27
+ age=8
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
Binary file
Binary file
Binary file
Binary file
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-fc
7
7
  Description: Fontconfig font backend for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo fontconfig >= 2.2.95
11
11
  Libs:
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-ft
7
7
  Description: FreeType font backend for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo freetype2 >= 9.7.3
11
11
  Libs:
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-gobject
7
7
  Description: gobject functions for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo gobject-2.0 glib-2.0
11
11
  Libs: -L${libdir} -lcairo-gobject
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-pdf
7
7
  Description: PDF surface backend for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo
11
11
  Libs: -lz
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-png
7
7
  Description: PNG functions for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo libpng
11
11
  Libs:
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-ps
7
7
  Description: PostScript surface backend for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo
11
11
  Libs: -lz
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-script
7
7
  Description: script surface backend for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo
11
11
  Libs:
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-svg
7
7
  Description: SVG surface backend for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo
11
11
  Libs:
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-win32-font
7
7
  Description: Microsoft Windows font backend for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo
11
11
  Libs:
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo-win32
7
7
  Description: Microsoft Windows surface backend for cairo graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
10
  Requires: cairo
11
11
  Libs:
@@ -5,9 +5,9 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo
7
7
  Description: Multi-platform 2D graphics library
8
- Version: 1.12.14
8
+ Version: 1.12.16
9
9
 
10
- Requires.private: gobject-2.0 glib-2.0 pixman-1 >= 0.22.0 fontconfig >= 2.2.95 freetype2 >= 9.7.3 libpng
10
+ Requires.private: gobject-2.0 glib-2.0 pixman-1 >= 0.16.0 fontconfig >= 2.2.95 freetype2 >= 9.7.3 libpng
11
11
  Libs: -L${libdir} -lcairo
12
- Libs.private: -lz -lz
12
+ Libs.private: -lz -lz
13
13
  Cflags: -I${includedir}/cairo
@@ -5,12 +5,14 @@ includedir=${prefix}/include
5
5
  sysconfdir=${prefix}/etc
6
6
  localstatedir=${prefix}/var
7
7
  PACKAGE=fontconfig
8
- confdir=${sysconfdir}/fonts
8
+ confdir=@baseconfigdir@
9
9
  cachedir=WINDOWSTEMPDIR_FONTCONFIG_CACHE
10
10
 
11
11
  Name: Fontconfig
12
12
  Description: Font configuration and customization library
13
- Version: 2.10.92
13
+ Version: 2.11.0
14
+ Requires: freetype2
15
+ Requires.private: libxml-2.0
14
16
  Libs: -L${libdir} -lfontconfig
15
- Libs.private: -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lxml2 -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lfreetype
16
- Cflags: -I${includedir}
17
+ Libs.private: -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lfreetype -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lxml2
18
+ Cflags: -I${includedir} -I/home/kou/work/ruby/rcairo.win32/vendor/local/include/freetype2 -I/home/kou/work/ruby/rcairo.win32/vendor/local/include/libxml2
@@ -1,12 +1,12 @@
1
1
  prefix="/home/kou/work/ruby/rcairo.win32/vendor/local"
2
2
  exec_prefix="/home/kou/work/ruby/rcairo.win32/vendor/local"
3
3
  libdir="/home/kou/work/ruby/rcairo.win32/vendor/local/lib"
4
- includedir="/home/kou/work/ruby/rcairo.win32/vendor/local/include"
4
+ includedir="/home/kou/work/ruby/rcairo.win32/vendor/local/include/freetype2"
5
5
 
6
6
  Name: FreeType 2
7
7
  Description: A free, high-quality, and portable font engine.
8
- Version: 16.1.10
8
+ Version: 17.1.11
9
9
  Requires:
10
10
  Libs: -L${libdir} -lfreetype
11
- Libs.private: -lz
12
- Cflags: -I${includedir}/freetype2 -I${includedir}
11
+ Libs.private: -lz -lpng16
12
+ Cflags: -I${includedir}
@@ -5,7 +5,7 @@ includedir=${prefix}/include/libpng16
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.6.2
8
+ Version: 1.6.8
9
9
  Libs: -L${libdir} -lpng16
10
10
  Libs.private: -lz
11
11
  Cflags: -I${includedir}
@@ -5,7 +5,7 @@ includedir=${prefix}/include/libpng16
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.6.2
8
+ Version: 1.6.8
9
9
  Libs: -L${libdir} -lpng16
10
10
  Libs.private: -lz
11
11
  Cflags: -I${includedir}
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: Pixman
7
7
  Description: The pixman library (version 1)
8
- Version: 0.30.0
8
+ Version: 0.32.4
9
9
  Cflags: -I${includedir}/pixman-1
10
10
  Libs: -L${libdir} -lpixman-1
11
11
 
@@ -2,57 +2,46 @@
2
2
  <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
3
  <fontconfig>
4
4
 
5
- <!-- Alias similar/metric-compatible families from various sources:
6
-
7
- PostScript fonts:
8
- Helvetica
9
- Times
10
- Courier
11
- URW fonts:
12
- Nimbus Sans L
13
- Nimbus Roman No9 L
14
- Nimbus Mono L
15
-
16
- Microsoft fonts:
17
- Arial
18
- Arial Narrow
19
- Times New Roman
20
- Courier New
21
- Liberation fonts:
22
- Liberation Sans
23
- Liberation Sans Narrow
24
- Liberation Serif
25
- Liberation Mono
26
- StarOffice fonts:
27
- Albany
28
- Thorndale
29
- Cumberland
30
- AMT fonts:
31
- Albany AMT
32
- Thorndale AMT
33
- Cumberland AMT
34
- Google CrOS Core fonts:
35
- Arimo
36
- Cousine
37
- Tinos
38
-
39
- Of these, URW fonts are design compatible with PostScrict fonts,
40
- and the Liberation, StarOffice, AMT and CrOS Core ones are
41
- compatible with Microsoft fonts.
42
-
43
- We want for each of them to fallback to any of these
44
- available, but in an order preferring similar designs
45
- first. We do this in three steps:
46
-
47
- 1) Alias each specific to it's generic family.
48
- eg. Liberation Sans to Arial
49
-
50
- 2) Weak alias each generic to the other generic of its family.
51
- eg. Arial to Helvetica
52
-
53
- 3) Alias each generic to its specifics.
54
- eg. Arial to Liberation Sans, Albany, and Albany AMT
55
- -->
5
+ <!--
6
+
7
+ Alias similar/metric-compatible families from various sources:
8
+
9
+ PostScript fonts: URW fonts: GUST fonts: Windows fonts:
10
+ ====================== ==================== ================= ==================
11
+ Helvetica Nimbus Sans L TeX Gyre Heros
12
+ Helvetica Condensed TeX Gyre Heros Cn
13
+ Times Nimbus Roman No9 L TeX Gyre Termes
14
+ Courier Nimbus Mono L TeX Gyre Cursor
15
+ ITC Avant Garde Gothic URW Gothic L TeX Gyre Adventor
16
+ ITC Bookman URW Bookman L TeX Gyre Bonum Bookman Old Style
17
+ ITC Zapf Chancery URW Chancery L TeX Gyre Chorus
18
+ Palatino URW Palladio L TeX Gyre Pagella Palatino Linotype
19
+ New Century Schoolbook Century Schoolbook L TeX Gyre Schola Century Schoolbook
20
+
21
+ Microsoft fonts: Liberation fonts: Google CrOS core fonts: StarOffice fonts: AMT fonts:
22
+ ================ ====================== ======================= ================= ==============
23
+ Arial Liberation Sans Arimo Albany Albany AMT
24
+ Arial Narrow Liberation Sans Narrow
25
+ Times New Roman Liberation Serif Cousine Thorndale Thorndale AMT
26
+ Courier New Liberation Mono Tinos Cumberland Cumberland AMT
27
+
28
+ Microsoft fonts: Other fonts:
29
+ ================ ============
30
+ Georgia Gelasio
31
+
32
+ We want for each of them to fallback to any of these available,
33
+ but in an order preferring similar designs first. We do this in three steps:
34
+
35
+ 1) Alias each specific to its generic family.
36
+ e.g. Liberation Sans to Arial
37
+
38
+ 2) Weak alias each generic to the other generic of its family.
39
+ e.g. Arial to Helvetica
40
+
41
+ 3) Alias each generic to its specifics.
42
+ e.g. Arial to Liberation Sans, Arimo, Albany, and Albany AMT
43
+
44
+ -->
56
45
 
57
46
  <!-- Map specifics to generics -->
58
47
 
@@ -64,6 +53,20 @@
64
53
  </default>
65
54
  </alias>
66
55
 
56
+ <alias binding="same">
57
+ <family>TeX Gyre Heros</family>
58
+ <default>
59
+ <family>Helvetica</family>
60
+ </default>
61
+ </alias>
62
+
63
+ <alias binding="same">
64
+ <family>TeX Gyre Heros Cn</family>
65
+ <default>
66
+ <family>Helvetica Condensed</family>
67
+ </default>
68
+ </alias>
69
+
67
70
  <alias binding="same">
68
71
  <family>Nimbus Roman No9 L</family>
69
72
  <default>
@@ -71,6 +74,13 @@
71
74
  </default>
72
75
  </alias>
73
76
 
77
+ <alias binding="same">
78
+ <family>TeX Gyre Termes</family>
79
+ <default>
80
+ <family>Times</family>
81
+ </default>
82
+ </alias>
83
+
74
84
  <alias binding="same">
75
85
  <family>Nimbus Mono L</family>
76
86
  <default>
@@ -78,6 +88,125 @@
78
88
  </default>
79
89
  </alias>
80
90
 
91
+ <alias binding="same">
92
+ <family>TeX Gyre Cursor</family>
93
+ <default>
94
+ <family>Courier</family>
95
+ </default>
96
+ </alias>
97
+
98
+ <alias binding="same">
99
+ <family>Avant Garde</family>
100
+ <default>
101
+ <family>ITC Avant Garde Gothic</family>
102
+ </default>
103
+ </alias>
104
+
105
+ <alias binding="same">
106
+ <family>URW Gothic L</family>
107
+ <default>
108
+ <family>ITC Avant Garde Gothic</family>
109
+ </default>
110
+ </alias>
111
+
112
+ <alias binding="same">
113
+ <family>TeX Gyre Adventor</family>
114
+ <default>
115
+ <family>ITC Avant Garde Gothic</family>
116
+ </default>
117
+ </alias>
118
+
119
+ <alias binding="same">
120
+ <family>Bookman</family>
121
+ <default>
122
+ <family>ITC Bookman</family>
123
+ </default>
124
+ </alias>
125
+
126
+ <alias binding="same">
127
+ <family>URW Bookman L</family>
128
+ <default>
129
+ <family>ITC Bookman</family>
130
+ </default>
131
+ </alias>
132
+
133
+ <alias binding="same">
134
+ <family>TeX Gyre Bonum</family>
135
+ <default>
136
+ <family>ITC Bookman</family>
137
+ </default>
138
+ </alias>
139
+
140
+ <alias binding="same">
141
+ <family>Bookman Old Style</family>
142
+ <default>
143
+ <family>ITC Bookman</family>
144
+ </default>
145
+ </alias>
146
+
147
+ <alias binding="same">
148
+ <family>Zapf Chancery</family>
149
+ <default>
150
+ <family>ITC Zapf Chancery</family>
151
+ </default>
152
+ </alias>
153
+
154
+ <alias binding="same">
155
+ <family>URW Chancery L</family>
156
+ <default>
157
+ <family>ITC Zapf Chancery</family>
158
+ </default>
159
+ </alias>
160
+
161
+ <alias binding="same">
162
+ <family>TeX Gyre Chorus</family>
163
+ <default>
164
+ <family>ITC Zapf Chancery</family>
165
+ </default>
166
+ </alias>
167
+
168
+ <alias binding="same">
169
+ <family>URW Palladio L</family>
170
+ <default>
171
+ <family>Palatino</family>
172
+ </default>
173
+ </alias>
174
+
175
+ <alias binding="same">
176
+ <family>TeX Gyre Pagella</family>
177
+ <default>
178
+ <family>Palatino</family>
179
+ </default>
180
+ </alias>
181
+
182
+ <alias binding="same">
183
+ <family>Palatino Linotype</family>
184
+ <default>
185
+ <family>Palatino</family>
186
+ </default>
187
+ </alias>
188
+
189
+ <alias binding="same">
190
+ <family>Century Schoolbook L</family>
191
+ <default>
192
+ <family>New Century Schoolbook</family>
193
+ </default>
194
+ </alias>
195
+
196
+ <alias binding="same">
197
+ <family>TeX Gyre Schola</family>
198
+ <default>
199
+ <family>New Century Schoolbook</family>
200
+ </default>
201
+ </alias>
202
+
203
+ <alias binding="same">
204
+ <family>Century Schoolbook</family>
205
+ <default>
206
+ <family>New Century Schoolbook</family>
207
+ </default>
208
+ </alias>
209
+
81
210
 
82
211
  <!-- Microsoft -->
83
212
  <alias binding="same">
@@ -171,11 +300,17 @@
171
300
  </default>
172
301
  </alias>
173
302
 
303
+ <alias binding="same">
304
+ <family>Gelasio</family>
305
+ <default>
306
+ <family>Georgia</family>
307
+ </default>
308
+ </alias>
309
+
174
310
 
175
311
 
176
312
  <!-- Accept the other group as fallback -->
177
313
 
178
-
179
314
  <!-- PostScript -->
180
315
  <alias>
181
316
  <family>Helvetica</family>
@@ -184,6 +319,13 @@
184
319
  </default>
185
320
  </alias>
186
321
 
322
+ <alias>
323
+ <family>Helvetica Condensed</family>
324
+ <default>
325
+ <family>Arial Narrow</family>
326
+ </default>
327
+ </alias>
328
+
187
329
  <alias>
188
330
  <family>Times</family>
189
331
  <default>
@@ -207,6 +349,13 @@
207
349
  </default>
208
350
  </alias>
209
351
 
352
+ <alias>
353
+ <family>Arial Narrow</family>
354
+ <default>
355
+ <family>Helvetica Condensed</family>
356
+ </default>
357
+ </alias>
358
+
210
359
  <alias>
211
360
  <family>Times New Roman</family>
212
361
  <default>
@@ -225,18 +374,26 @@
225
374
 
226
375
  <!-- Map generics to specifics -->
227
376
 
228
-
229
377
  <!-- PostScript -->
230
378
  <alias binding="same">
231
379
  <family>Helvetica</family>
232
380
  <accept>
381
+ <family>TeX Gyre Heros</family>
233
382
  <family>Nimbus Sans L</family>
234
383
  </accept>
235
384
  </alias>
236
385
 
386
+ <alias binding="same">
387
+ <family>Helvetica Condensed</family>
388
+ <accept>
389
+ <family>TeX Gyre Heros Cn</family>
390
+ </accept>
391
+ </alias>
392
+
237
393
  <alias binding="same">
238
394
  <family>Times</family>
239
395
  <accept>
396
+ <family>TeX Gyre Termes</family>
240
397
  <family>Nimbus Roman No9 L</family>
241
398
  </accept>
242
399
  </alias>
@@ -244,10 +401,53 @@
244
401
  <alias binding="same">
245
402
  <family>Courier</family>
246
403
  <accept>
404
+ <family>TeX Gyre Cursor</family>
247
405
  <family>Nimbus Mono L</family>
248
406
  </accept>
249
407
  </alias>
250
408
 
409
+ <alias binding="same">
410
+ <family>ITC Avant Garde Gothic</family>
411
+ <accept>
412
+ <family>TeX Gyre Adventor</family>
413
+ <family>URW Gothic L</family>
414
+ </accept>
415
+ </alias>
416
+
417
+ <alias binding="same">
418
+ <family>ITC Bookman</family>
419
+ <accept>
420
+ <family>Bookman Old Style</family>
421
+ <family>TeX Gyre Bonum</family>
422
+ <family>URW Bookman L</family>
423
+ </accept>
424
+ </alias>
425
+
426
+ <alias binding="same">
427
+ <family>ITC Zapf Chancery</family>
428
+ <accept>
429
+ <family>TeX Gyre Chorus</family>
430
+ <family>URW Chancery L</family>
431
+ </accept>
432
+ </alias>
433
+
434
+ <alias binding="same">
435
+ <family>Palatino</family>
436
+ <accept>
437
+ <family>Palatino Linotype</family>
438
+ <family>TeX Gyre Pagella</family>
439
+ <family>URW Palladio L</family>
440
+ </accept>
441
+ </alias>
442
+
443
+ <alias binding="same">
444
+ <family>New Century Schoolbook</family>
445
+ <accept>
446
+ <family>Century Schoolbook</family>
447
+ <family>TeX Gyre Schola</family>
448
+ <family>Century Schoolbook L</family>
449
+ </accept>
450
+ </alias>
251
451
 
252
452
  <!-- Microsoft -->
253
453
  <alias binding="same">
@@ -287,5 +487,11 @@
287
487
  </accept>
288
488
  </alias>
289
489
 
490
+ <alias binding="same">
491
+ <family>Georgia</family>
492
+ <accept>
493
+ <family>Gelasio</family>
494
+ </accept>
495
+ </alias>
290
496
 
291
497
  </fontconfig>