cairo 1.12.8-x86-mingw32 → 1.12.9-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.
- checksums.yaml +4 -4
- data/NEWS +23 -0
- data/Rakefile +20 -11
- data/ext/cairo/rb_cairo.c +1 -0
- data/ext/cairo/rb_cairo.h +1 -1
- data/ext/cairo/rb_cairo_context.c +6 -38
- data/ext/cairo/rb_cairo_private.h +1 -0
- data/ext/cairo/rb_cairo_rectangle.c +83 -0
- data/ext/cairo/rb_cairo_surface.c +52 -20
- data/lib/2.0/cairo.so +0 -0
- data/lib/2.1/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 +12 -3
- 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/libgcc_s_sjlj-1.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/libwinpthread-1.dll +0 -0
- 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/etc/fonts/conf.d/30-metric-aliases.conf +51 -2
- data/vendor/local/etc/fonts/fonts.conf +1 -1
- data/vendor/local/include/fontconfig/fontconfig.h +4 -1
- data/vendor/local/include/freetype2/config/ftconfig.h +2 -2
- data/vendor/local/include/freetype2/config/ftoption.h +13 -0
- data/vendor/local/include/freetype2/freetype.h +42 -2
- data/vendor/local/include/freetype2/ftautoh.h +46 -1
- data/vendor/local/include/freetype2/ftbdf.h +3 -2
- data/vendor/local/include/freetype2/ftchapters.h +1 -0
- data/vendor/local/include/freetype2/ftoutln.h +4 -1
- data/vendor/local/include/libpng16/png.h +41 -101
- data/vendor/local/include/libpng16/pngconf.h +33 -6
- data/vendor/local/include/libpng16/pnglibconf.h +1 -1
- data/vendor/local/include/png.h +41 -101
- data/vendor/local/include/pngconf.h +33 -6
- data/vendor/local/include/pnglibconf.h +1 -1
- data/vendor/local/lib/fontconfig.def +1 -0
- 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/libfontconfig.la +1 -1
- 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.a +0 -0
- 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/fontconfig.pc +4 -4
- data/vendor/local/lib/pkgconfig/freetype2.pc +4 -2
- data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
- data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +1 -1
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +51 -2
- data/vendor/local/share/license/fontconfig/README +55 -2
- data/vendor/local/share/license/freetype/README +6 -6
- data/vendor/local/share/license/libpng/README +2 -2
- data/vendor/local/share/man/man1/freetype-config.1 +108 -0
- data/vendor/local/share/man/man3/libpng.3 +244 -55
- data/vendor/local/share/man/man3/libpngpf.3 +2 -2
- data/vendor/local/share/man/man5/png.5 +1 -1
- data/vendor/local/share/xml/fontconfig/fonts.dtd +1 -1
- metadata +75 -75
- data/lib/1.9/cairo.so +0 -0
- data/vendor/local/lib/libfontconfig.a +0 -0
@@ -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.10 - March 6, 2014
|
5
5
|
*
|
6
6
|
* Copyright (c) 1998-2013 Glenn Randers-Pehrson
|
7
7
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
@@ -361,7 +361,33 @@
|
|
361
361
|
* version 1.2.41. Disabling these removes the warnings but may also produce
|
362
362
|
* less efficient code.
|
363
363
|
*/
|
364
|
-
# if defined(
|
364
|
+
# if defined(__clang__)
|
365
|
+
/* Clang defines both __clang__ and __GNUC__. Check __clang__ first. */
|
366
|
+
# if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__)
|
367
|
+
# define PNG_USE_RESULT __attribute__((__warn_unused_result__))
|
368
|
+
# endif
|
369
|
+
# if !defined(PNG_NORETURN) && __has_attribute(__noreturn__)
|
370
|
+
# define PNG_NORETURN __attribute__((__noreturn__))
|
371
|
+
# endif
|
372
|
+
# if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__)
|
373
|
+
# define PNG_ALLOCATED __attribute__((__malloc__))
|
374
|
+
# endif
|
375
|
+
# if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__)
|
376
|
+
# define PNG_DEPRECATED __attribute__((__deprecated__))
|
377
|
+
# endif
|
378
|
+
# if !defined(PNG_PRIVATE)
|
379
|
+
# ifdef __has_extension
|
380
|
+
# if __has_extension(attribute_unavailable_with_message)
|
381
|
+
# define PNG_PRIVATE __attribute__((__unavailable__(\
|
382
|
+
"This function is not exported by libpng.")))
|
383
|
+
# endif
|
384
|
+
# endif
|
385
|
+
# endif
|
386
|
+
# ifndef PNG_RESTRICT
|
387
|
+
# define PNG_RESTRICT __restrict
|
388
|
+
# endif
|
389
|
+
|
390
|
+
# elif defined(__GNUC__)
|
365
391
|
# ifndef PNG_USE_RESULT
|
366
392
|
# define PNG_USE_RESULT __attribute__((__warn_unused_result__))
|
367
393
|
# endif
|
@@ -384,12 +410,12 @@
|
|
384
410
|
__attribute__((__deprecated__))
|
385
411
|
# endif
|
386
412
|
# endif
|
387
|
-
# if ((__GNUC__
|
413
|
+
# if ((__GNUC__ > 3) || !defined(__GNUC_MINOR__) || (__GNUC_MINOR__ >= 1))
|
388
414
|
# ifndef PNG_RESTRICT
|
389
415
|
# define PNG_RESTRICT __restrict
|
390
416
|
# endif
|
391
|
-
# endif /*
|
392
|
-
# endif /*
|
417
|
+
# endif /* __GNUC__.__GNUC_MINOR__ > 3.0 */
|
418
|
+
# endif /* __GNUC__ >= 3 */
|
393
419
|
|
394
420
|
# elif defined(_MSC_VER) && (_MSC_VER >= 1300)
|
395
421
|
# ifndef PNG_USE_RESULT
|
@@ -419,7 +445,7 @@
|
|
419
445
|
# ifndef PNG_RESTRICT
|
420
446
|
# define PNG_RESTRICT __restrict
|
421
447
|
# endif
|
422
|
-
# endif
|
448
|
+
# endif
|
423
449
|
#endif /* PNG_PEDANTIC_WARNINGS */
|
424
450
|
|
425
451
|
#ifndef PNG_DEPRECATED
|
@@ -440,6 +466,7 @@
|
|
440
466
|
#ifndef PNG_RESTRICT
|
441
467
|
# define PNG_RESTRICT /* The C99 "restrict" feature */
|
442
468
|
#endif
|
469
|
+
|
443
470
|
#ifndef PNG_FP_EXPORT /* A floating point API. */
|
444
471
|
# ifdef PNG_FLOATING_POINT_SUPPORTED
|
445
472
|
# define PNG_FP_EXPORT(ordinal, type, name, args)\
|
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
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# libfreetype.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.2
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.2.444.28-053d
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
@@ -13,7 +13,7 @@ library_names='libfreetype.dll.a'
|
|
13
13
|
# The name of the static archive.
|
14
14
|
old_library='libfreetype.a'
|
15
15
|
|
16
|
-
# Linker flags that
|
16
|
+
# Linker flags that cannot go in dependency_libs.
|
17
17
|
inherited_linker_flags=''
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
@@ -25,7 +25,7 @@ weak_library_names=''
|
|
25
25
|
# Version information for libfreetype.
|
26
26
|
current=17
|
27
27
|
age=11
|
28
|
-
revision=
|
28
|
+
revision=2
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
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
|
@@ -5,14 +5,14 @@ includedir=${prefix}/include
|
|
5
5
|
sysconfdir=${prefix}/etc
|
6
6
|
localstatedir=${prefix}/var
|
7
7
|
PACKAGE=fontconfig
|
8
|
-
confdir
|
9
|
-
cachedir=
|
8
|
+
confdir=${sysconfdir}/fonts
|
9
|
+
cachedir=LOCAL_APPDATA_FONTCONFIG_CACHE
|
10
10
|
|
11
11
|
Name: Fontconfig
|
12
12
|
Description: Font configuration and customization library
|
13
|
-
Version: 2.11.
|
13
|
+
Version: 2.11.1
|
14
14
|
Requires: freetype2
|
15
15
|
Requires.private: libxml-2.0
|
16
16
|
Libs: -L${libdir} -lfontconfig
|
17
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
|
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 -I/home/kou/work/ruby/rcairo.win32/vendor/local/include/libpng16 -I/home/kou/work/ruby/rcairo.win32/vendor/local/include/libxml2
|
@@ -4,9 +4,11 @@ libdir="/home/kou/work/ruby/rcairo.win32/vendor/local/lib"
|
|
4
4
|
includedir="/home/kou/work/ruby/rcairo.win32/vendor/local/include/freetype2"
|
5
5
|
|
6
6
|
Name: FreeType 2
|
7
|
+
URL: http://freetype.org
|
7
8
|
Description: A free, high-quality, and portable font engine.
|
8
|
-
Version: 17.
|
9
|
+
Version: 17.2.11
|
9
10
|
Requires:
|
11
|
+
Requires.private: zlib, libpng
|
10
12
|
Libs: -L${libdir} -lfreetype
|
11
|
-
Libs.private:
|
13
|
+
Libs.private:
|
12
14
|
Cflags: -I${includedir}
|
@@ -22,8 +22,11 @@ Microsoft fonts: Liberation fonts: Google CrOS core fonts: StarOffice fo
|
|
22
22
|
================ ====================== ======================= ================= ==============
|
23
23
|
Arial Liberation Sans Arimo Albany Albany AMT
|
24
24
|
Arial Narrow Liberation Sans Narrow
|
25
|
-
Times New Roman Liberation Serif
|
26
|
-
Courier New Liberation Mono
|
25
|
+
Times New Roman Liberation Serif Tinos Thorndale Thorndale AMT
|
26
|
+
Courier New Liberation Mono Cousine Cumberland Cumberland AMT
|
27
|
+
Cambria Caladea
|
28
|
+
Calibri Carlito
|
29
|
+
Symbol SymbolNeu
|
27
30
|
|
28
31
|
Microsoft fonts: Other fonts:
|
29
32
|
================ ============
|
@@ -74,12 +77,15 @@ but in an order preferring similar designs first. We do this in three steps:
|
|
74
77
|
</default>
|
75
78
|
</alias>
|
76
79
|
|
80
|
+
<!--
|
81
|
+
Due to Bug#73291, commented out those lines until the broken font are fixed.
|
77
82
|
<alias binding="same">
|
78
83
|
<family>TeX Gyre Termes</family>
|
79
84
|
<default>
|
80
85
|
<family>Times</family>
|
81
86
|
</default>
|
82
87
|
</alias>
|
88
|
+
-->
|
83
89
|
|
84
90
|
<alias binding="same">
|
85
91
|
<family>Nimbus Mono L</family>
|
@@ -307,7 +313,26 @@ but in an order preferring similar designs first. We do this in three steps:
|
|
307
313
|
</default>
|
308
314
|
</alias>
|
309
315
|
|
316
|
+
<alias binding="same">
|
317
|
+
<family>Caladea</family>
|
318
|
+
<default>
|
319
|
+
<family>Cambria</family>
|
320
|
+
</default>
|
321
|
+
</alias>
|
310
322
|
|
323
|
+
<alias binding="same">
|
324
|
+
<family>Carlito</family>
|
325
|
+
<default>
|
326
|
+
<family>Calibri</family>
|
327
|
+
</default>
|
328
|
+
</alias>
|
329
|
+
|
330
|
+
<alias binding="same">
|
331
|
+
<family>SymbolNeu</family>
|
332
|
+
<default>
|
333
|
+
<family>Symbol</family>
|
334
|
+
</default>
|
335
|
+
</alias>
|
311
336
|
|
312
337
|
<!-- Accept the other group as fallback -->
|
313
338
|
|
@@ -393,7 +418,10 @@ but in an order preferring similar designs first. We do this in three steps:
|
|
393
418
|
<alias binding="same">
|
394
419
|
<family>Times</family>
|
395
420
|
<accept>
|
421
|
+
<!--
|
422
|
+
Due to Bug#73291, commented out this line until the broken font are fixed.
|
396
423
|
<family>TeX Gyre Termes</family>
|
424
|
+
-->
|
397
425
|
<family>Nimbus Roman No9 L</family>
|
398
426
|
</accept>
|
399
427
|
</alias>
|
@@ -494,4 +522,25 @@ but in an order preferring similar designs first. We do this in three steps:
|
|
494
522
|
</accept>
|
495
523
|
</alias>
|
496
524
|
|
525
|
+
<alias binding="same">
|
526
|
+
<family>Cambria</family>
|
527
|
+
<accept>
|
528
|
+
<family>Caladea</family>
|
529
|
+
</accept>
|
530
|
+
</alias>
|
531
|
+
|
532
|
+
<alias binding="same">
|
533
|
+
<family>Calibri</family>
|
534
|
+
<accept>
|
535
|
+
<family>Carlito</family>
|
536
|
+
</accept>
|
537
|
+
</alias>
|
538
|
+
|
539
|
+
<alias binding="same">
|
540
|
+
<family>Symbol</family>
|
541
|
+
<accept>
|
542
|
+
<family>SymbolNeu</family>
|
543
|
+
</accept>
|
544
|
+
</alias>
|
545
|
+
|
497
546
|
</fontconfig>
|
@@ -1,12 +1,65 @@
|
|
1
1
|
Fontconfig
|
2
2
|
Font configuration and customization library
|
3
|
-
|
4
|
-
|
3
|
+
Version 2.11.1
|
4
|
+
2014-03-24
|
5
5
|
|
6
6
|
|
7
7
|
Check INSTALL for compilation and installation instructions.
|
8
8
|
Report bugs to https://bugs.freedesktop.org in the fontconfig module.
|
9
9
|
|
10
|
+
2.11.1
|
11
|
+
|
12
|
+
Akira TAGOH (31):
|
13
|
+
do not build test-migration for Win32
|
14
|
+
Fix build issue on Debian/kFreeBSD 7.0
|
15
|
+
Update ax_pthread.m4 to the latest version
|
16
|
+
Fix the dynamic loading issue on NetBSD
|
17
|
+
Use stat() if there are no d_type in struct dirent
|
18
|
+
Fix a build issue on Solaris 10
|
19
|
+
Change the default weight on match to FC_WEIGHT_NORMAL
|
20
|
+
Warn if no <test> nor <edit> elements in <match>
|
21
|
+
Correct DTD
|
22
|
+
Re-scan font directories only when it contains subdirs
|
23
|
+
Fix typo
|
24
|
+
Bug 72086 - Check for gperf in autogen.sh
|
25
|
+
Simplify to validate the availability of posix_fadvise
|
26
|
+
Simplify to validate the availability of scandir
|
27
|
+
Fix a typo
|
28
|
+
Fix a build issue on platforms where doesn't support readlink()
|
29
|
+
Improve the performance issue on rescanning directories
|
30
|
+
Bug 73686 - confdir is not set correctly in fontconfig.pc
|
31
|
+
Update zh_hk.orth
|
32
|
+
clean up the unused files
|
33
|
+
Add missing license headers
|
34
|
+
Update the use of autotools' macro
|
35
|
+
Fix a crash issue when empty strings are set to the BDF properties
|
36
|
+
Add a doc for FcDirCacheRescan
|
37
|
+
Add missing #include <sys/statvfs.h> in fcstat.c
|
38
|
+
Fix incompatible API on AIX with random_r and initstate_r
|
39
|
+
Fallback to lstat() in case the filesystem doesn't support d_type in struct dirent
|
40
|
+
Update doc to include the version info of `since when'
|
41
|
+
Bug 73291 - poppler does not show fl ligature
|
42
|
+
Add README describes the criteria to add/modify the orthography files
|
43
|
+
Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
|
44
|
+
|
45
|
+
Alan Coopersmith (3):
|
46
|
+
Leave room for null terminators in arrays
|
47
|
+
Avoid memory leak when NULL path passed to FcStrBuildFilename
|
48
|
+
Avoid null pointer dereference in FcNameParse if malloc fails
|
49
|
+
|
50
|
+
Behdad Esfahbod (1):
|
51
|
+
Bug 72380 - Never drop first font when trimming
|
52
|
+
|
53
|
+
Frederic Crozat (2):
|
54
|
+
Fix inversion between Tinos and Cousine in the comment
|
55
|
+
Add metric aliases for additional Google ChromeOS fonts
|
56
|
+
|
57
|
+
Jehan (1):
|
58
|
+
Defaulting <cachedir> to LOCAL_APPDATA_FONTCONFIG_CACHE for Win32 build
|
59
|
+
|
60
|
+
Ross Burton (1):
|
61
|
+
fc-cache: --sysroot option takes an argument
|
62
|
+
|
10
63
|
2.11
|
11
64
|
|
12
65
|
Akira TAGOH (15):
|
@@ -1,4 +1,4 @@
|
|
1
|
-
FreeType 2.5.
|
1
|
+
FreeType 2.5.3
|
2
2
|
==============
|
3
3
|
|
4
4
|
Homepage: http://www.freetype.org
|
@@ -16,7 +16,7 @@
|
|
16
16
|
the file `docs/LICENSE.TXT' for the available licenses.
|
17
17
|
|
18
18
|
The FreeType 2 API reference is located in `docs/reference'; use the
|
19
|
-
file `ft2-
|
19
|
+
file `ft2-toc.html' as the top entry point. Additional
|
20
20
|
documentation is available as a separate package from our sites. Go
|
21
21
|
to
|
22
22
|
|
@@ -24,9 +24,9 @@
|
|
24
24
|
|
25
25
|
and download one of the following files.
|
26
26
|
|
27
|
-
freetype-doc-2.5.
|
28
|
-
freetype-doc-2.5.
|
29
|
-
|
27
|
+
freetype-doc-2.5.3.tar.bz2
|
28
|
+
freetype-doc-2.5.3.tar.gz
|
29
|
+
ftdoc253.zip
|
30
30
|
|
31
31
|
To view the documentation online, go to
|
32
32
|
|
@@ -70,7 +70,7 @@
|
|
70
70
|
|
71
71
|
----------------------------------------------------------------------
|
72
72
|
|
73
|
-
Copyright 2006-
|
73
|
+
Copyright 2006-2014 by
|
74
74
|
David Turner, Robert Wilhelm, and Werner Lemberg.
|
75
75
|
|
76
76
|
This file is part of the FreeType project, and may only be used,
|