cairo 1.15.5-x64-mingw32 → 1.15.6-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS +13 -0
- data/Rakefile +6 -6
- data/ext/cairo/extconf.rb +3 -120
- data/ext/cairo/rb_cairo.h +2 -2
- data/ext/cairo/rb_cairo_constants.c +2 -2
- data/ext/cairo/rb_cairo_context.c +14 -0
- data/ext/cairo/rb_cairo_surface.c +14 -0
- data/lib/2.2/cairo.so +0 -0
- data/lib/2.3/cairo.so +0 -0
- data/lib/2.4/cairo.so +0 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/freetype-config +1 -1
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +1 -1
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +1 -1
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +17 -6
- data/vendor/local/include/freetype2/freetype/freetype.h +38 -3
- data/vendor/local/include/freetype2/freetype/ftimage.h +1 -0
- data/vendor/local/include/freetype2/freetype/ftmm.h +74 -1
- data/vendor/local/include/freetype2/freetype/ftrender.h +1 -0
- data/vendor/local/include/freetype2/freetype/tttags.h +4 -0
- data/vendor/local/include/libpng16/png.h +23 -25
- data/vendor/local/include/libpng16/pngconf.h +1 -1
- data/vendor/local/include/libpng16/pnglibconf.h +4 -2
- data/vendor/local/include/png.h +23 -25
- data/vendor/local/include/pngconf.h +1 -1
- data/vendor/local/include/pnglibconf.h +4 -2
- data/vendor/local/include/zlib.h +9 -8
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +3 -3
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +2 -2
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +2 -2
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
- data/vendor/local/lib/pkgconfig/zlib.pc +1 -1
- data/vendor/local/share/license/freetype/README +5 -5
- data/vendor/local/share/license/libpng/README +6 -2
- data/vendor/local/share/license/zlib/README +2 -2
- data/vendor/local/share/man/man1/freetype-config.1 +1 -1
- data/vendor/local/share/man/man3/libpng.3 +15 -12
- data/vendor/local/share/man/man3/libpngpf.3 +2 -2
- data/vendor/local/share/man/man5/png.5 +1 -1
- metadata +16 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
/* pngconf.h - machine configurable file for libpng
|
3
3
|
*
|
4
|
-
* libpng version 1.6.
|
4
|
+
* libpng version 1.6.29, March 16, 2017
|
5
5
|
*
|
6
6
|
* Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson
|
7
7
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/* pnglibconf.h - library build configuration */
|
2
2
|
|
3
|
-
/* libpng version 1.6.
|
3
|
+
/* libpng version 1.6.29, March 16, 2017 */
|
4
4
|
|
5
5
|
/* Copyright (c) 1998-2016 Glenn Randers-Pehrson */
|
6
6
|
|
@@ -42,6 +42,8 @@
|
|
42
42
|
#define PNG_IO_STATE_SUPPORTED
|
43
43
|
#define PNG_MNG_FEATURES_SUPPORTED
|
44
44
|
#define PNG_POINTER_INDEXING_SUPPORTED
|
45
|
+
/*#undef PNG_POWERPC_VSX_API_SUPPORTED*/
|
46
|
+
/*#undef PNG_POWERPC_VSX_CHECK_SUPPORTED*/
|
45
47
|
#define PNG_PROGRESSIVE_READ_SUPPORTED
|
46
48
|
#define PNG_READ_16BIT_SUPPORTED
|
47
49
|
#define PNG_READ_ALPHA_MODE_SUPPORTED
|
@@ -203,7 +205,7 @@
|
|
203
205
|
#define PNG_USER_HEIGHT_MAX 1000000
|
204
206
|
#define PNG_USER_WIDTH_MAX 1000000
|
205
207
|
#define PNG_ZBUF_SIZE 8192
|
206
|
-
#define PNG_ZLIB_VERNUM
|
208
|
+
#define PNG_ZLIB_VERNUM 0x12b0
|
207
209
|
#define PNG_Z_DEFAULT_COMPRESSION (-1)
|
208
210
|
#define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
|
209
211
|
#define PNG_Z_DEFAULT_STRATEGY 1
|
data/vendor/local/include/zlib.h
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/* zlib.h -- interface of the 'zlib' general purpose compression library
|
2
|
-
version 1.2.
|
2
|
+
version 1.2.11, January 15th, 2017
|
3
3
|
|
4
4
|
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
|
5
5
|
|
@@ -37,11 +37,11 @@
|
|
37
37
|
extern "C" {
|
38
38
|
#endif
|
39
39
|
|
40
|
-
#define ZLIB_VERSION "1.2.
|
41
|
-
#define ZLIB_VERNUM
|
40
|
+
#define ZLIB_VERSION "1.2.11"
|
41
|
+
#define ZLIB_VERNUM 0x12b0
|
42
42
|
#define ZLIB_VER_MAJOR 1
|
43
43
|
#define ZLIB_VER_MINOR 2
|
44
|
-
#define ZLIB_VER_REVISION
|
44
|
+
#define ZLIB_VER_REVISION 11
|
45
45
|
#define ZLIB_VER_SUBREVISION 0
|
46
46
|
|
47
47
|
/*
|
@@ -712,10 +712,11 @@ ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
|
|
712
712
|
used to switch between compression and straight copy of the input data, or
|
713
713
|
to switch to a different kind of input data requiring a different strategy.
|
714
714
|
If the compression approach (which is a function of the level) or the
|
715
|
-
strategy is changed,
|
716
|
-
|
717
|
-
|
718
|
-
|
715
|
+
strategy is changed, and if any input has been consumed in a previous
|
716
|
+
deflate() call, then the input available so far is compressed with the old
|
717
|
+
level and strategy using deflate(strm, Z_BLOCK). There are three approaches
|
718
|
+
for the compression levels 0, 1..3, and 4..9 respectively. The new level
|
719
|
+
and strategy will take effect at the next call of deflate().
|
719
720
|
|
720
721
|
If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does
|
721
722
|
not have enough output space to complete, then the parameter change will not
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/lib/libcairo.a
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -23,9 +23,9 @@ dependency_libs=' -L/home/vagrant/rcairo.win64/vendor/local/lib /home/vagrant/rc
|
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libfreetype.
|
26
|
-
current=
|
27
|
-
age=
|
28
|
-
revision=
|
26
|
+
current=19
|
27
|
+
age=13
|
28
|
+
revision=0
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
data/vendor/local/lib/libpng.a
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/libpng.la
CHANGED
data/vendor/local/lib/libpng16.a
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/libxml2.a
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/libz.a
CHANGED
Binary file
|
data/vendor/local/lib/libz.dll.a
CHANGED
Binary file
|
@@ -6,7 +6,7 @@ includedir=/home/vagrant/rcairo.win64/vendor/local/include
|
|
6
6
|
Name: FreeType 2
|
7
7
|
URL: http://freetype.org
|
8
8
|
Description: A free, high-quality, and portable font engine.
|
9
|
-
Version:
|
9
|
+
Version: 19.0.13
|
10
10
|
Requires:
|
11
11
|
Requires.private: zlib, libpng
|
12
12
|
Libs: -L${libdir} -lfreetype
|
@@ -1,5 +1,5 @@
|
|
1
|
-
FreeType 2.7
|
2
|
-
|
1
|
+
FreeType 2.7.1
|
2
|
+
==============
|
3
3
|
|
4
4
|
Homepage: http://www.freetype.org
|
5
5
|
|
@@ -24,9 +24,9 @@
|
|
24
24
|
|
25
25
|
and download one of the following files.
|
26
26
|
|
27
|
-
freetype-doc-2.7.tar.bz2
|
28
|
-
freetype-doc-2.7.tar.gz
|
29
|
-
|
27
|
+
freetype-doc-2.7.1.tar.bz2
|
28
|
+
freetype-doc-2.7.1.tar.gz
|
29
|
+
ftdoc271.zip
|
30
30
|
|
31
31
|
To view the documentation online, go to
|
32
32
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
README for libpng version 1.6.
|
1
|
+
README for libpng version 1.6.29 - March 16, 2017 (shared library 16.0)
|
2
2
|
See the note about version numbers near the top of png.h
|
3
3
|
|
4
4
|
See INSTALL for instructions on how to install libpng.
|
@@ -179,14 +179,16 @@ Files in this distribution:
|
|
179
179
|
pngwtran.c => Write data transformations
|
180
180
|
pngwutil.c => Write utility functions
|
181
181
|
arm => Contains optimized code for the ARM platform
|
182
|
+
powerpc => Contains optimized code for the PowerPC platform
|
182
183
|
contrib => Contributions
|
183
184
|
arm-neon => Optimized code for ARM-NEON platform
|
185
|
+
powerpc-vsx => Optimized code for POWERPC-VSX platform
|
184
186
|
examples => Example programs
|
185
187
|
gregbook => source code for PNG reading and writing, from
|
186
188
|
Greg Roelofs' "PNG: The Definitive Guide",
|
187
189
|
O'Reilly, 1999
|
188
|
-
intel => Optimized code for INTEL-SSE2 platform
|
189
190
|
libtests => Test programs
|
191
|
+
mips-msa => Optimized code for MIPS-MSA platform
|
190
192
|
pngminim => Minimal decoder, encoder, and progressive decoder
|
191
193
|
programs demonstrating use of pngusr.dfa
|
192
194
|
pngminus => Simple pnm2png and png2pnm programs
|
@@ -194,6 +196,8 @@ Files in this distribution:
|
|
194
196
|
testpngs
|
195
197
|
tools => Various tools
|
196
198
|
visupng => Contains a MSVC workspace for VisualPng
|
199
|
+
intel => Optimized code for INTEL-SSE2 platform
|
200
|
+
mips => Optimized code for MIPS platform
|
197
201
|
projects => Contains project files and workspaces for
|
198
202
|
building a DLL
|
199
203
|
owatcom => Contains a WATCOM project for building libpng
|
@@ -1,6 +1,6 @@
|
|
1
1
|
ZLIB DATA COMPRESSION LIBRARY
|
2
2
|
|
3
|
-
zlib 1.2.
|
3
|
+
zlib 1.2.11 is a general purpose data compression library. All the code is
|
4
4
|
thread safe. The data format used by the zlib library is described by RFCs
|
5
5
|
(Request for Comments) 1950 to 1952 in the files
|
6
6
|
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
|
@@ -31,7 +31,7 @@ Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
|
|
31
31
|
issue of Dr. Dobb's Journal; a copy of the article is available at
|
32
32
|
http://marknelson.us/1997/01/01/zlib-engine/ .
|
33
33
|
|
34
|
-
The changes made in version 1.2.
|
34
|
+
The changes made in version 1.2.11 are documented in the file ChangeLog.
|
35
35
|
|
36
36
|
Unsupported third party contributions are provided in directory contrib/ .
|
37
37
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
.TH LIBPNG 3 "
|
1
|
+
.TH LIBPNG 3 "March 16, 2017"
|
2
2
|
.SH NAME
|
3
|
-
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.
|
3
|
+
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.29
|
4
4
|
.SH SYNOPSIS
|
5
5
|
\fB
|
6
6
|
#include <png.h>\fP
|
@@ -510,7 +510,7 @@ Following is a copy of the libpng-manual.txt file that accompanies libpng.
|
|
510
510
|
.SH LIBPNG.TXT
|
511
511
|
libpng-manual.txt - A description on how to use and modify libpng
|
512
512
|
|
513
|
-
libpng version 1.6.
|
513
|
+
libpng version 1.6.29 - March 16, 2017
|
514
514
|
Updated and distributed by Glenn Randers-Pehrson
|
515
515
|
<glennrp at users.sourceforge.net>
|
516
516
|
Copyright (c) 1998-2016 Glenn Randers-Pehrson
|
@@ -521,7 +521,7 @@ libpng-manual.txt - A description on how to use and modify libpng
|
|
521
521
|
|
522
522
|
Based on:
|
523
523
|
|
524
|
-
libpng versions 0.97, January 1998, through 1.6.
|
524
|
+
libpng versions 0.97, January 1998, through 1.6.29 - March 16, 2017
|
525
525
|
Updated and distributed by Glenn Randers-Pehrson
|
526
526
|
Copyright (c) 1998-2016 Glenn Randers-Pehrson
|
527
527
|
|
@@ -5865,7 +5865,7 @@ Since the PNG Development group is an ad-hoc body, we can't make
|
|
5865
5865
|
an official declaration.
|
5866
5866
|
|
5867
5867
|
This is your unofficial assurance that libpng from version 0.71 and
|
5868
|
-
upward through 1.6.
|
5868
|
+
upward through 1.6.29 are Y2K compliant. It is my belief that earlier
|
5869
5869
|
versions were also Y2K compliant.
|
5870
5870
|
|
5871
5871
|
Libpng only has two year fields. One is a 2-byte unsigned integer
|
@@ -5963,11 +5963,11 @@ the first widely used release:
|
|
5963
5963
|
...
|
5964
5964
|
1.0.19 10 10019 10.so.0.19[.0]
|
5965
5965
|
...
|
5966
|
-
1.2.
|
5966
|
+
1.2.57 13 10257 12.so.0.56[.0]
|
5967
5967
|
...
|
5968
|
-
1.5.
|
5968
|
+
1.5.28 15 10528 15.so.15.28[.0]
|
5969
5969
|
...
|
5970
|
-
1.6.
|
5970
|
+
1.6.29 16 10629 16.so.16.29[.0]
|
5971
5971
|
|
5972
5972
|
Henceforth the source version will match the shared-library minor
|
5973
5973
|
and patch numbers; the shared-library major version number will be
|
@@ -6023,7 +6023,7 @@ possible without all of you.
|
|
6023
6023
|
|
6024
6024
|
Thanks to Frank J. T. Wojcik for helping with the documentation.
|
6025
6025
|
|
6026
|
-
Libpng version 1.6.
|
6026
|
+
Libpng version 1.6.29 - March 16, 2017:
|
6027
6027
|
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
|
6028
6028
|
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
|
6029
6029
|
|
@@ -6048,8 +6048,8 @@ this sentence.
|
|
6048
6048
|
|
6049
6049
|
This code is released under the libpng license.
|
6050
6050
|
|
6051
|
-
libpng versions 1.0.7, July 1, 2000 through 1.6.
|
6052
|
-
Copyright (c) 2000-2002, 2004, 2006-
|
6051
|
+
libpng versions 1.0.7, July 1, 2000 through 1.6.29, March 16, 2017 are
|
6052
|
+
Copyright (c) 2000-2002, 2004, 2006-2017 Glenn Randers-Pehrson, are
|
6053
6053
|
derived from libpng-1.0.6, and are distributed according to the same
|
6054
6054
|
disclaimer and license as libpng-1.0.6 with the following individuals
|
6055
6055
|
added to the list of Contributing Authors:
|
@@ -6060,6 +6060,9 @@ added to the list of Contributing Authors:
|
|
6060
6060
|
Cosmin Truta
|
6061
6061
|
Gilles Vollant
|
6062
6062
|
James Yu
|
6063
|
+
Mandar Sahastrabuddhe
|
6064
|
+
Google Inc.
|
6065
|
+
Vadim Barkov
|
6063
6066
|
|
6064
6067
|
and with the following additions to the disclaimer:
|
6065
6068
|
|
@@ -6173,7 +6176,7 @@ files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
|
|
6173
6176
|
|
6174
6177
|
Glenn Randers-Pehrson
|
6175
6178
|
glennrp at users.sourceforge.net
|
6176
|
-
|
6179
|
+
March 16, 2017
|
6177
6180
|
|
6178
6181
|
.\" end of man page
|
6179
6182
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
.TH LIBPNGPF 3 "
|
1
|
+
.TH LIBPNGPF 3 "March 16, 2017"
|
2
2
|
.SH NAME
|
3
|
-
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.
|
3
|
+
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.29
|
4
4
|
(private functions)
|
5
5
|
.SH SYNOPSIS
|
6
6
|
\fB#include \fI"pngpriv.h"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cairo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.15.
|
4
|
+
version: 1.15.6
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pkg-config
|
@@ -24,6 +24,20 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 1.1.5
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: native-package-installer
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: bundler
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|