cairo 1.14.3-x64-mingw32 → 1.14.6-x64-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 (173) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +11 -0
  3. data/Rakefile +11 -9
  4. data/ext/cairo/rb_cairo.h +2 -2
  5. data/ext/cairo/rb_cairo_font_options.c +5 -1
  6. data/ext/cairo/rb_cairo_surface.c +28 -5
  7. data/lib/2.2/cairo.so +0 -0
  8. data/lib/2.3/cairo.so +0 -0
  9. data/test/test_font_options.rb +47 -2
  10. data/vendor/local/bin/fc-cache.exe +0 -0
  11. data/vendor/local/bin/fc-cat.exe +0 -0
  12. data/vendor/local/bin/fc-list.exe +0 -0
  13. data/vendor/local/bin/fc-match.exe +0 -0
  14. data/vendor/local/bin/fc-pattern.exe +0 -0
  15. data/vendor/local/bin/fc-query.exe +0 -0
  16. data/vendor/local/bin/fc-scan.exe +0 -0
  17. data/vendor/local/bin/fc-validate.exe +0 -0
  18. data/vendor/local/bin/freetype-config +6 -8
  19. data/vendor/local/bin/libcairo-2.dll +0 -0
  20. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  21. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  22. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  23. data/vendor/local/bin/libfreetype-6.dll +0 -0
  24. data/vendor/local/bin/libgcc_s_seh-1.dll +0 -0
  25. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  26. data/vendor/local/bin/libpng-config +1 -1
  27. data/vendor/local/bin/libpng16-16.dll +0 -0
  28. data/vendor/local/bin/libpng16-config +1 -1
  29. data/vendor/local/bin/libstdc++-6.dll +0 -0
  30. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  31. data/vendor/local/bin/libxml2-2.dll +0 -0
  32. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  33. data/vendor/local/bin/pngfix.exe +0 -0
  34. data/vendor/local/bin/xmlcatalog.exe +0 -0
  35. data/vendor/local/bin/xmllint.exe +0 -0
  36. data/vendor/local/bin/zlib1.dll +0 -0
  37. data/vendor/local/include/cairo/cairo-features.h +15 -0
  38. data/vendor/local/include/cairo/cairo-version.h +1 -1
  39. data/vendor/local/include/freetype2/{config → freetype/config}/ftconfig.h +15 -9
  40. data/vendor/local/include/freetype2/{config → freetype/config}/ftheader.h +64 -65
  41. data/vendor/local/include/freetype2/{config → freetype/config}/ftmodule.h +0 -0
  42. data/vendor/local/include/freetype2/{config → freetype/config}/ftoption.h +29 -64
  43. data/vendor/local/include/freetype2/{config → freetype/config}/ftstdlib.h +6 -6
  44. data/vendor/local/include/freetype2/{freetype.h → freetype/freetype.h} +270 -67
  45. data/vendor/local/include/freetype2/{ftadvanc.h → freetype/ftadvanc.h} +4 -4
  46. data/vendor/local/include/freetype2/{ftautoh.h → freetype/ftautoh.h} +59 -6
  47. data/vendor/local/include/freetype2/{ftbbox.h → freetype/ftbbox.h} +4 -4
  48. data/vendor/local/include/freetype2/{ftbdf.h → freetype/ftbdf.h} +4 -4
  49. data/vendor/local/include/freetype2/{ftbitmap.h → freetype/ftbitmap.h} +4 -4
  50. data/vendor/local/include/freetype2/{ftbzip2.h → freetype/ftbzip2.h} +4 -4
  51. data/vendor/local/include/freetype2/{ftcache.h → freetype/ftcache.h} +4 -4
  52. data/vendor/local/include/freetype2/{ftcffdrv.h → freetype/ftcffdrv.h} +8 -8
  53. data/vendor/local/include/freetype2/{ftchapters.h → freetype/ftchapters.h} +14 -0
  54. data/vendor/local/include/freetype2/{ftcid.h → freetype/ftcid.h} +4 -4
  55. data/vendor/local/include/freetype2/{fterrdef.h → freetype/fterrdef.h} +39 -12
  56. data/vendor/local/include/freetype2/{fterrors.h → freetype/fterrors.h} +73 -45
  57. data/vendor/local/include/freetype2/{ftfntfmt.h → freetype/ftfntfmt.h} +7 -4
  58. data/vendor/local/include/freetype2/{ftgasp.h → freetype/ftgasp.h} +4 -4
  59. data/vendor/local/include/freetype2/{ftglyph.h → freetype/ftglyph.h} +4 -4
  60. data/vendor/local/include/freetype2/{ftgxval.h → freetype/ftgxval.h} +4 -4
  61. data/vendor/local/include/freetype2/{ftgzip.h → freetype/ftgzip.h} +4 -4
  62. data/vendor/local/include/freetype2/{ftimage.h → freetype/ftimage.h} +6 -6
  63. data/vendor/local/include/freetype2/{ftincrem.h → freetype/ftincrem.h} +4 -4
  64. data/vendor/local/include/freetype2/{ftlcdfil.h → freetype/ftlcdfil.h} +111 -76
  65. data/vendor/local/include/freetype2/{ftlist.h → freetype/ftlist.h} +4 -4
  66. data/vendor/local/include/freetype2/{ftlzw.h → freetype/ftlzw.h} +4 -4
  67. data/vendor/local/include/freetype2/{ftmac.h → freetype/ftmac.h} +4 -4
  68. data/vendor/local/include/freetype2/{ftmm.h → freetype/ftmm.h} +10 -5
  69. data/vendor/local/include/freetype2/{ftmodapi.h → freetype/ftmodapi.h} +15 -17
  70. data/vendor/local/include/freetype2/{ftmoderr.h → freetype/ftmoderr.h} +5 -5
  71. data/vendor/local/include/freetype2/{ftotval.h → freetype/ftotval.h} +4 -4
  72. data/vendor/local/include/freetype2/{ftoutln.h → freetype/ftoutln.h} +6 -6
  73. data/vendor/local/include/freetype2/{ftpfr.h → freetype/ftpfr.h} +4 -4
  74. data/vendor/local/include/freetype2/{ftrender.h → freetype/ftrender.h} +4 -4
  75. data/vendor/local/include/freetype2/{ftsizes.h → freetype/ftsizes.h} +4 -4
  76. data/vendor/local/include/freetype2/{ftsnames.h → freetype/ftsnames.h} +4 -4
  77. data/vendor/local/include/freetype2/{ftstroke.h → freetype/ftstroke.h} +4 -4
  78. data/vendor/local/include/freetype2/{ftsynth.h → freetype/ftsynth.h} +4 -4
  79. data/vendor/local/include/freetype2/{ftsystem.h → freetype/ftsystem.h} +4 -4
  80. data/vendor/local/include/freetype2/{fttrigon.h → freetype/fttrigon.h} +6 -6
  81. data/vendor/local/include/freetype2/{ftttdrv.h → freetype/ftttdrv.h} +81 -4
  82. data/vendor/local/include/freetype2/{fttypes.h → freetype/fttypes.h} +4 -4
  83. data/vendor/local/include/freetype2/{ftwinfnt.h → freetype/ftwinfnt.h} +4 -4
  84. data/vendor/local/include/freetype2/{t1tables.h → freetype/t1tables.h} +4 -4
  85. data/vendor/local/include/freetype2/{ttnameid.h → freetype/ttnameid.h} +4 -4
  86. data/vendor/local/include/freetype2/{tttables.h → freetype/tttables.h} +4 -4
  87. data/vendor/local/include/freetype2/{tttags.h → freetype/tttags.h} +4 -4
  88. data/vendor/local/include/freetype2/{ttunpat.h → freetype/ttunpat.h} +11 -8
  89. data/vendor/local/include/freetype2/ft2build.h +5 -5
  90. data/vendor/local/include/libpng16/png.h +310 -318
  91. data/vendor/local/include/libpng16/pngconf.h +8 -8
  92. data/vendor/local/include/libpng16/pnglibconf.h +3 -4
  93. data/vendor/local/include/png.h +310 -318
  94. data/vendor/local/include/pngconf.h +8 -8
  95. data/vendor/local/include/pnglibconf.h +3 -4
  96. data/vendor/local/lib/libcairo-gobject.a +0 -0
  97. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  98. data/vendor/local/lib/libcairo-gobject.la +2 -2
  99. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  100. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  101. data/vendor/local/lib/libcairo-script-interpreter.la +1 -1
  102. data/vendor/local/lib/libcairo.a +0 -0
  103. data/vendor/local/lib/libcairo.dll.a +0 -0
  104. data/vendor/local/lib/libcairo.la +1 -1
  105. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  106. data/vendor/local/lib/libfreetype.a +0 -0
  107. data/vendor/local/lib/libfreetype.dll.a +0 -0
  108. data/vendor/local/lib/libfreetype.la +1 -1
  109. data/vendor/local/lib/libpixman-1.a +0 -0
  110. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  111. data/vendor/local/lib/libpng.a +0 -0
  112. data/vendor/local/lib/libpng.dll.a +0 -0
  113. data/vendor/local/lib/libpng.la +2 -2
  114. data/vendor/local/lib/libpng16.a +0 -0
  115. data/vendor/local/lib/libpng16.dll.a +0 -0
  116. data/vendor/local/lib/libpng16.la +2 -2
  117. data/vendor/local/lib/libxml2.a +0 -0
  118. data/vendor/local/lib/libxml2.dll.a +0 -0
  119. data/vendor/local/lib/libz.a +0 -0
  120. data/vendor/local/lib/libz.dll.a +0 -0
  121. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  123. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  124. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  125. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  126. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  127. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  128. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  129. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  130. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/freetype2.pc +3 -3
  133. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  134. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  135. data/vendor/local/share/aclocal/freetype2.m4 +1 -1
  136. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +1 -1
  137. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
  138. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
  139. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +4 -4
  140. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
  141. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +6 -6
  142. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
  143. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +10 -10
  144. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
  145. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +1 -1
  146. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
  147. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
  148. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
  149. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
  150. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
  151. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +3 -3
  152. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
  153. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
  154. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +31 -31
  155. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +12 -12
  156. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +18 -18
  157. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +8 -8
  158. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
  159. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +1 -0
  160. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +2 -2
  161. data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +52 -0
  162. data/vendor/local/share/gtk-doc/html/cairo/index.html +2 -1
  163. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +2 -2
  164. data/vendor/local/share/license/freetype/README +7 -6
  165. data/vendor/local/share/license/freetype/README.git +1 -1
  166. data/vendor/local/share/license/libpng/README +1 -1
  167. data/vendor/local/share/man/man1/freetype-config.1 +1 -1
  168. data/vendor/local/share/man/man3/libpng.3 +308 -352
  169. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  170. data/vendor/local/share/man/man5/png.5 +4 -4
  171. metadata +72 -72
  172. data/lib/2.0/cairo.so +0 -0
  173. data/lib/2.1/cairo.so +0 -0
@@ -1,9 +1,9 @@
1
1
 
2
2
  /* pngconf.h - machine configurable file for libpng
3
3
  *
4
- * libpng version 1.6.18, July 23, 2015
4
+ * libpng version 1.6.23, June 9, 2016
5
5
  *
6
- * Copyright (c) 1998-2015 Glenn Randers-Pehrson
6
+ * Copyright (c) 1998-2002,2004,2006-2015 Glenn Randers-Pehrson
7
7
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
8
8
  * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
9
9
  *
@@ -63,7 +63,7 @@
63
63
  */
64
64
  #define PNG_CONST const /* backward compatibility only */
65
65
 
66
- /* This controls optimization of the reading of 16 and 32 bit values
66
+ /* This controls optimization of the reading of 16-bit and 32-bit values
67
67
  * from PNG files. It can be set on a per-app-file basis - it
68
68
  * just changes whether a macro is used when the function is called.
69
69
  * The library builder sets the default; if read functions are not
@@ -480,7 +480,7 @@
480
480
  #if CHAR_BIT == 8 && UCHAR_MAX == 255
481
481
  typedef unsigned char png_byte;
482
482
  #else
483
- # error "libpng requires 8 bit bytes"
483
+ # error "libpng requires 8-bit bytes"
484
484
  #endif
485
485
 
486
486
  #if INT_MIN == -32768 && INT_MAX == 32767
@@ -488,7 +488,7 @@
488
488
  #elif SHRT_MIN == -32768 && SHRT_MAX == 32767
489
489
  typedef short png_int_16;
490
490
  #else
491
- # error "libpng requires a signed 16 bit type"
491
+ # error "libpng requires a signed 16-bit type"
492
492
  #endif
493
493
 
494
494
  #if UINT_MAX == 65535
@@ -496,7 +496,7 @@
496
496
  #elif USHRT_MAX == 65535
497
497
  typedef unsigned short png_uint_16;
498
498
  #else
499
- # error "libpng requires an unsigned 16 bit type"
499
+ # error "libpng requires an unsigned 16-bit type"
500
500
  #endif
501
501
 
502
502
  #if INT_MIN < -2147483646 && INT_MAX > 2147483646
@@ -504,7 +504,7 @@
504
504
  #elif LONG_MIN < -2147483646 && LONG_MAX > 2147483646
505
505
  typedef long int png_int_32;
506
506
  #else
507
- # error "libpng requires a signed 32 bit (or more) type"
507
+ # error "libpng requires a signed 32-bit (or more) type"
508
508
  #endif
509
509
 
510
510
  #if UINT_MAX > 4294967294
@@ -512,7 +512,7 @@
512
512
  #elif ULONG_MAX > 4294967294
513
513
  typedef unsigned long int png_uint_32;
514
514
  #else
515
- # error "libpng requires an unsigned 32 bit (or more) type"
515
+ # error "libpng requires an unsigned 32-bit (or more) type"
516
516
  #endif
517
517
 
518
518
  /* Prior to 1.6.0 it was possible to disable the use of size_t, 1.6.0, however,
@@ -1,8 +1,8 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.18, July 23, 2015 */
3
+ /* libpng version 1.6.23, June 9, 2016 */
4
4
 
5
- /* Copyright (c) 1998-2014 Glenn Randers-Pehrson */
5
+ /* Copyright (c) 1998-2016 Glenn Randers-Pehrson */
6
6
 
7
7
  /* This code is released under the libpng license. */
8
8
  /* For conditions of distribution and use, see the disclaimer */
@@ -107,6 +107,7 @@
107
107
  #define PNG_SIMPLIFIED_READ_SUPPORTED
108
108
  #define PNG_SIMPLIFIED_WRITE_AFIRST_SUPPORTED
109
109
  #define PNG_SIMPLIFIED_WRITE_BGR_SUPPORTED
110
+ #define PNG_SIMPLIFIED_WRITE_STDIO_SUPPORTED
110
111
  #define PNG_SIMPLIFIED_WRITE_SUPPORTED
111
112
  #define PNG_STDIO_SUPPORTED
112
113
  #define PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
@@ -183,7 +184,6 @@
183
184
  /* end of options */
184
185
  /* settings */
185
186
  #define PNG_API_RULE 0
186
- #define PNG_COST_SHIFT 3
187
187
  #define PNG_DEFAULT_READ_MACROS 1
188
188
  #define PNG_GAMMA_THRESHOLD_FIXED 5000
189
189
  #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
@@ -202,7 +202,6 @@
202
202
  #define PNG_USER_CHUNK_MALLOC_MAX 8000000
203
203
  #define PNG_USER_HEIGHT_MAX 1000000
204
204
  #define PNG_USER_WIDTH_MAX 1000000
205
- #define PNG_WEIGHT_SHIFT 8
206
205
  #define PNG_ZBUF_SIZE 8192
207
206
  #define PNG_ZLIB_VERNUM 0x1280
208
207
  #define PNG_Z_DEFAULT_COMPRESSION (-1)
Binary file
@@ -17,7 +17,7 @@ old_library='libcairo-gobject.a'
17
17
  inherited_linker_flags=' -pthread'
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib /home/vagrant/rcairo.win64/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win64/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win64/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win64/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win64/vendor/local/lib/libfreetype.la /home/vagrant/rcairo.win64/vendor/local/lib/libpng16.la -lgdi32 -lmsimg32 -lz -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la'
20
+ dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib /home/vagrant/rcairo.win64/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win64/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win64/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win64/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win64/vendor/local/lib/libfreetype.la /home/vagrant/rcairo.win64/vendor/local/lib/libpng16.la -lgdi32 -lmsimg32 -lz -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libcairo-gobject.
26
26
  current=11402
27
27
  age=11400
28
- revision=2
28
+ revision=6
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libcairo-script-interpreter.
26
26
  current=11402
27
27
  age=11400
28
- revision=2
28
+ revision=6
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
Binary file
Binary file
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libcairo.
26
26
  current=11402
27
27
  age=11400
28
- revision=2
28
+ revision=6
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
Binary file
Binary file
Binary file
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libfreetype.
26
26
  current=18
27
27
  age=12
28
- revision=0
28
+ revision=3
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
Binary file
Binary file
Binary file
Binary file
@@ -23,8 +23,8 @@ dependency_libs=' -L/home/vagrant/rcairo.win64/vendor/local/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=34
27
- age=18
26
+ current=39
27
+ age=23
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/vagrant/rcairo.win64/vendor/local/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=34
27
- age=18
26
+ current=39
27
+ age=23
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.14.2
8
+ Version: 1.14.6
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.14.2
8
+ Version: 1.14.6
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.14.2
8
+ Version: 1.14.6
9
9
 
10
10
  Requires: cairo gobject-2.0 glib-2.0 >= 2.14
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.14.2
8
+ Version: 1.14.6
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.14.2
8
+ Version: 1.14.6
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.14.2
8
+ Version: 1.14.6
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.14.2
8
+ Version: 1.14.6
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.14.2
8
+ Version: 1.14.6
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.14.2
8
+ Version: 1.14.6
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.14.2
8
+ Version: 1.14.6
9
9
 
10
10
  Requires: cairo
11
11
  Libs:
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: cairo
7
7
  Description: Multi-platform 2D graphics library
8
- Version: 1.14.2
8
+ Version: 1.14.6
9
9
 
10
10
  Requires.private: gobject-2.0 glib-2.0 >= 2.14 pixman-1 >= 0.30.0 fontconfig >= 2.2.95 freetype2 >= 9.7.3 libpng
11
11
  Libs: -L${libdir} -lcairo
@@ -1,14 +1,14 @@
1
1
  prefix=/home/vagrant/rcairo.win64/vendor/local
2
2
  exec_prefix=/home/vagrant/rcairo.win64/vendor/local
3
3
  libdir=/home/vagrant/rcairo.win64/vendor/local/lib
4
- includedir=/home/vagrant/rcairo.win64/vendor/local/include/freetype2
4
+ includedir=/home/vagrant/rcairo.win64/vendor/local/include
5
5
 
6
6
  Name: FreeType 2
7
7
  URL: http://freetype.org
8
8
  Description: A free, high-quality, and portable font engine.
9
- Version: 18.0.12
9
+ Version: 18.3.12
10
10
  Requires:
11
11
  Requires.private: zlib, libpng
12
12
  Libs: -L${libdir} -lfreetype
13
13
  Libs.private:
14
- Cflags: -I${includedir}
14
+ Cflags: -I${includedir}/freetype2
@@ -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.18
8
+ Version: 1.6.23
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.18
8
+ Version: 1.6.23
9
9
  Libs: -L${libdir} -lpng16
10
10
  Libs.private: -lz
11
11
  Cflags: -I${includedir}
@@ -1,7 +1,7 @@
1
1
  # Configure paths for FreeType2
2
2
  # Marcelo Magallon 2001-10-26, based on gtk.m4 by Owen Taylor
3
3
  #
4
- # Copyright 2001-2015 by
4
+ # Copyright 2001-2016 by
5
5
  # David Turner, Robert Wilhelm, and Werner Lemberg.
6
6
  #
7
7
  # This file is part of the FreeType project, and may only be used, modified,
@@ -211,7 +211,7 @@ to get a human-readable representation of an error message.</p>
211
211
  <tr>
212
212
  <td class="enum_member_name"><p><a name="CAIRO-STATUS-NULL-POINTER:CAPS"></a>CAIRO_STATUS_NULL_POINTER</p></td>
213
213
  <td class="enum_member_description">
214
- <p><code class="literal">NULL</code> pointer (Since 1.0)</p>
214
+ <p><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> pointer (Since 1.0)</p>
215
215
  </td>
216
216
  <td class="enum_member_annotations"> </td>
217
217
  </tr>
@@ -347,7 +347,7 @@ FreeType backend font face (see <a class="link" href="cairo-FreeType-Fonts.html#
347
347
  <a name="id-1.4.5.7.5.7"></a><h4>Returns</h4>
348
348
  <p> The <span class="type">FT_Face</span> object for <em class="parameter"><code>font</code></em>
349
349
  , scaled appropriately,
350
- or <code class="literal">NULL</code> if <em class="parameter"><code>scaled_font</code></em>
350
+ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>scaled_font</code></em>
351
351
  is in an error state (see
352
352
  <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-status" title="cairo_scaled_font_status ()"><code class="function">cairo_scaled_font_status()</code></a>) or there is insufficient memory.</p>
353
353
  <p></p>
@@ -350,7 +350,7 @@ the data is modified.</p>
350
350
  </div>
351
351
  <div class="refsect3">
352
352
  <a name="id-1.5.4.7.5.7"></a><h4>Returns</h4>
353
- <p> a pointer to the image data of this surface or <code class="literal">NULL</code>
353
+ <p> a pointer to the image data of this surface or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
354
354
  if <em class="parameter"><code>surface</code></em>
355
355
  is not an image surface, or if <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-finish" title="cairo_surface_finish ()"><code class="function">cairo_surface_finish()</code></a>
356
356
  has been called.</p>
@@ -122,7 +122,7 @@ PDF files and is a multi-page vector surface backend.</p>
122
122
  <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JP2:CAPS" title="CAIRO_MIME_TYPE_JP2"><code class="literal">CAIRO_MIME_TYPE_JP2</code></a>, <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-UNIQUE-ID:CAPS" title="CAIRO_MIME_TYPE_UNIQUE_ID"><code class="literal">CAIRO_MIME_TYPE_UNIQUE_ID</code></a>,
123
123
  <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2:CAPS" title="CAIRO_MIME_TYPE_JBIG2"><code class="literal">CAIRO_MIME_TYPE_JBIG2</code></a>, <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS" title="CAIRO_MIME_TYPE_JBIG2_GLOBAL"><code class="literal">CAIRO_MIME_TYPE_JBIG2_GLOBAL</code></a>,
124
124
  <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS" title="CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID"><code class="literal">CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID</code></a>.</p>
125
- <p>JBIG2 data in PDF must be in the embedded format as descibed in
125
+ <p>JBIG2 data in PDF must be in the embedded format as described in
126
126
  ISO/IEC 11544. Image specific JBIG2 data must be in
127
127
  <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2:CAPS" title="CAIRO_MIME_TYPE_JBIG2"><code class="literal">CAIRO_MIME_TYPE_JBIG2</code></a>. Any global segments in the JBIG2 data
128
128
  (segments with page association field set to 0) must be in
@@ -156,7 +156,7 @@ to <em class="parameter"><code>filename</code></em>
156
156
  <tbody>
157
157
  <tr>
158
158
  <td class="parameter_name"><p>filename</p></td>
159
- <td class="parameter_description"><p>a filename for the PDF output (must be writable), <code class="literal">NULL</code> may be
159
+ <td class="parameter_description"><p>a filename for the PDF output (must be writable), <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> may be
160
160
  used to specify no output. This will generate a PDF surface that
161
161
  may be queried and used as a source, without generating a
162
162
  temporary file.</p></td>
@@ -210,7 +210,7 @@ incrementally to the stream represented by <em class="parameter"><code>write_fun
210
210
  <tbody>
211
211
  <tr>
212
212
  <td class="parameter_name"><p>write_func</p></td>
213
- <td class="parameter_description"><p>a <a class="link" href="cairo-PNG-Support.html#cairo-write-func-t" title="cairo_write_func_t ()"><span class="type">cairo_write_func_t</span></a> to accept the output data, may be <code class="literal">NULL</code>
213
+ <td class="parameter_description"><p>a <a class="link" href="cairo-PNG-Support.html#cairo-write-func-t" title="cairo_write_func_t ()"><span class="type">cairo_write_func_t</span></a> to accept the output data, may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
214
214
  to indicate a no-op <em class="parameter"><code>write_func</code></em>
215
215
  . With a no-op <em class="parameter"><code>write_func</code></em>
216
216
  ,
@@ -325,7 +325,7 @@ cairo_pdf_get_versions (<em class="parameter"><code><a class="link" href="cairo-
325
325
  cairo_pdf_version_to_string (<em class="parameter"><code><a class="link" href="cairo-PDF-Surfaces.html#cairo-pdf-version-t" title="enum cairo_pdf_version_t"><span class="type">cairo_pdf_version_t</span></a> version</code></em>);</pre>
326
326
  <p>Get the string representation of the given <em class="parameter"><code>version</code></em>
327
327
  id. This function
328
- will return <code class="literal">NULL</code> if <em class="parameter"><code>version</code></em>
328
+ will return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>version</code></em>
329
329
  isn't valid. See <a class="link" href="cairo-PDF-Surfaces.html#cairo-pdf-get-versions" title="cairo_pdf_get_versions ()"><code class="function">cairo_pdf_get_versions()</code></a>
330
330
  for a way to get the list of valid version ids.</p>
331
331
  <div class="refsect3">