cairo 1.15.9-x64-mingw32 → 1.15.10-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 +20 -0
- data/Rakefile +9 -7
- data/ext/cairo/rb_cairo.h +1 -1
- 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/lib/cairo.rb +3 -3
- data/test/cairo-test-utils.rb +8 -4
- data/test/test_context.rb +1 -1
- data/test/test_font_face.rb +1 -1
- data/test/test_recording_surface.rb +1 -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 +78 -28
- 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/xml2-config +1 -1
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1211.dll +0 -0
- data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +56 -16
- data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +11 -2
- data/vendor/local/etc/fonts/conf.d/45-latin.conf +4 -0
- data/vendor/local/etc/fonts/conf.d/60-latin.conf +1 -0
- data/vendor/local/include/cairo/cairo-pdf.h +7 -8
- data/vendor/local/include/cairo/cairo-version.h +1 -1
- data/vendor/local/include/fontconfig/fontconfig.h +3 -2
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +10 -1
- data/vendor/local/include/freetype2/freetype/config/ftheader.h +14 -1
- data/vendor/local/include/freetype2/freetype/config/ftoption.h +79 -22
- data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +1 -1
- data/vendor/local/include/freetype2/freetype/freetype.h +616 -400
- data/vendor/local/include/freetype2/freetype/ftadvanc.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftautoh.h +32 -10
- data/vendor/local/include/freetype2/freetype/ftbbox.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbdf.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbitmap.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbzip2.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftcache.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftcffdrv.h +47 -1
- data/vendor/local/include/freetype2/freetype/ftchapters.h +1 -0
- data/vendor/local/include/freetype2/freetype/ftcid.h +1 -1
- data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
- data/vendor/local/include/freetype2/freetype/fterrors.h +5 -5
- data/vendor/local/include/freetype2/freetype/ftfntfmt.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftgasp.h +12 -4
- data/vendor/local/include/freetype2/freetype/ftglyph.h +11 -2
- data/vendor/local/include/freetype2/freetype/ftgxval.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftgzip.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftimage.h +12 -12
- data/vendor/local/include/freetype2/freetype/ftincrem.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlcdfil.h +46 -10
- data/vendor/local/include/freetype2/freetype/ftlist.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlzw.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftmac.h +6 -5
- data/vendor/local/include/freetype2/freetype/ftmm.h +147 -58
- data/vendor/local/include/freetype2/freetype/ftmodapi.h +46 -3
- data/vendor/local/include/freetype2/freetype/ftmoderr.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftotval.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftoutln.h +4 -1
- data/vendor/local/include/freetype2/freetype/ftpcfdrv.h +105 -0
- data/vendor/local/include/freetype2/freetype/ftpfr.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftrender.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsizes.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsnames.h +117 -30
- data/vendor/local/include/freetype2/freetype/ftstroke.h +2 -2
- data/vendor/local/include/freetype2/freetype/ftsynth.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsystem.h +1 -1
- data/vendor/local/include/freetype2/freetype/fttrigon.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftttdrv.h +5 -6
- data/vendor/local/include/freetype2/freetype/fttypes.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftwinfnt.h +1 -1
- data/vendor/local/include/freetype2/freetype/t1tables.h +3 -3
- data/vendor/local/include/freetype2/freetype/ttnameid.h +313 -314
- data/vendor/local/include/freetype2/freetype/tttables.h +190 -173
- data/vendor/local/include/freetype2/freetype/tttags.h +7 -1
- data/vendor/local/include/freetype2/freetype/ttunpat.h +2 -2
- data/vendor/local/include/freetype2/ft2build.h +1 -1
- data/vendor/local/include/libpng16/png.h +29 -18
- data/vendor/local/include/libpng16/pngconf.h +1 -1
- data/vendor/local/include/libpng16/pnglibconf.h +5 -2
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +2 -2
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlreader.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
- data/vendor/local/include/png.h +29 -18
- data/vendor/local/include/pngconf.h +1 -1
- data/vendor/local/include/pnglibconf.h +5 -2
- data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +2 -2
- data/vendor/local/lib/fontconfig.def +1 -1
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-gobject.la +2 -2
- 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-script-interpreter.la +2 -2
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +2 -2
- 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 +2 -2
- 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/libxml2.la +1 -1
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/fontconfig.pc +2 -2
- data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng.pc +2 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +2 -1
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +1 -1
- data/vendor/local/lib/xml2Conf.sh +1 -1
- data/vendor/local/share/aclocal/freetype2.m4 +1 -1
- data/vendor/local/share/aclocal/libxml.m4 +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/Copyright +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testHTML.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testSAX.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testXPath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/xmllint.c +78 -78
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/DOM.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/FAQ.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xml +256 -256
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xsl +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/book1.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/left.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-DOCBparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLparser.html +4 -4
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLtree.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX2.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-c14n.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-catalog.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-chvalid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-debugXML.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-dict.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-entities.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-globals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-hash.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-lib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-list.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanoftp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanohttp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parserInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-pattern.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-relaxng.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schemasInternals.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schematron.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-threads.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-tree.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-uri.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-valid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xinclude.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xlink.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlIO.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlautomata.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlerror.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlexports.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmemory.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmodule.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlreader.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlregexp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlsave.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemas.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemastypes.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlstring.html +3 -3
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlunicode.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlversion.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlwriter.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpath.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpathInternals.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpointer.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xzlib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/right.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/libxml.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/redhat.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/structure.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test1.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test2.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test3.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/testWriter.c +16 -16
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.c +1 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tst.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apa.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apb.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apc.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apd.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ape.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apf.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apg.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/aph.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/api.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s02.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s03.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s04.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s05.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s06.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s07.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s08.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s09.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddkeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeconvert.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includegetattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includekeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includexpath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ix01.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/xmltutorial.pdf +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/w3c.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/writer.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xml.html +154 -8
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.res +0 -0
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +56 -16
- data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +11 -2
- data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +4 -0
- data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +1 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +17 -25
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +42 -53
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +48 -63
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +68 -78
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +34 -47
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +82 -92
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +50 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +18 -27
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +22 -32
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +64 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +21 -30
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +99 -125
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +31 -41
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +43 -56
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html +23 -29
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +41 -48
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +19 -26
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +56 -72
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +28 -39
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +39 -51
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +34 -47
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +45 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +62 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +18 -27
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +53 -95
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +40 -53
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +71 -87
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +49 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +158 -189
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +76 -92
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +146 -164
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +234 -264
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +104 -119
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +236 -6
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +62 -63
- data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +69 -70
- data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +11 -12
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +59 -60
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +35 -36
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +28 -29
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +39 -40
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +510 -511
- data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/style.css +160 -142
- data/vendor/local/share/gtk-doc/html/cairo/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +4 -4
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +3 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +1 -1
- data/vendor/local/share/license/cairo/README +1 -1
- data/vendor/local/share/license/fontconfig/README +58 -2
- data/vendor/local/share/license/freetype/README +5 -5
- data/vendor/local/share/license/freetype/README.git +1 -1
- data/vendor/local/share/license/libpng/README +6 -6
- data/vendor/local/share/license/libxml2/README.zOS +212 -0
- data/vendor/local/share/man/man1/freetype-config.1 +44 -6
- data/vendor/local/share/man/man3/libpng.3 +106 -48
- data/vendor/local/share/man/man3/libpngpf.3 +4 -4
- data/vendor/local/share/man/man5/png.5 +5 -5
- metadata +175 -174
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +0 -764
@@ -4,7 +4,7 @@
|
|
4
4
|
/* */
|
5
5
|
/* Tags for TrueType and OpenType tables (specification only). */
|
6
6
|
/* */
|
7
|
-
/* Copyright 1996-
|
7
|
+
/* Copyright 1996-2017 by */
|
8
8
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
9
9
|
/* */
|
10
10
|
/* This file is part of the FreeType project, and may only be used, */
|
@@ -106,6 +106,12 @@ FT_BEGIN_HEADER
|
|
106
106
|
#define TTAG_VVAR FT_MAKE_TAG( 'V', 'V', 'A', 'R' )
|
107
107
|
#define TTAG_wOFF FT_MAKE_TAG( 'w', 'O', 'F', 'F' )
|
108
108
|
|
109
|
+
/* used by "Keyboard.dfont" on legacy Mac OS X */
|
110
|
+
#define TTAG_0xA5kbd FT_MAKE_TAG( 0xA5, 'k', 'b', 'd' )
|
111
|
+
|
112
|
+
/* used by "LastResort.dfont" on legacy Mac OS X */
|
113
|
+
#define TTAG_0xA5lst FT_MAKE_TAG( 0xA5, 'l', 's', 't' )
|
114
|
+
|
109
115
|
|
110
116
|
FT_END_HEADER
|
111
117
|
|
@@ -3,9 +3,9 @@
|
|
3
3
|
/* ttunpat.h */
|
4
4
|
/* */
|
5
5
|
/* Definitions for the unpatented TrueType hinting system. */
|
6
|
-
/* Obsolete, retained for
|
6
|
+
/* Obsolete, retained for backward compatibility. */
|
7
7
|
/* */
|
8
|
-
/* Copyright 2003-
|
8
|
+
/* Copyright 2003-2017 by */
|
9
9
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
10
10
|
/* */
|
11
11
|
/* Written by Graham Asher <graham.asher@btinternet.com> */
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
/* png.h - header file for PNG reference library
|
3
3
|
*
|
4
|
-
* libpng version 1.6.
|
4
|
+
* libpng version 1.6.32, August 24, 2017
|
5
5
|
*
|
6
6
|
* Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson
|
7
7
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
@@ -12,7 +12,7 @@
|
|
12
12
|
* Authors and maintainers:
|
13
13
|
* libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
|
14
14
|
* libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
|
15
|
-
* libpng versions 0.97, January 1998, through 1.6.
|
15
|
+
* libpng versions 0.97, January 1998, through 1.6.32, August 24, 2017:
|
16
16
|
* Glenn Randers-Pehrson.
|
17
17
|
* See also "Contributing Authors", below.
|
18
18
|
*/
|
@@ -25,7 +25,7 @@
|
|
25
25
|
*
|
26
26
|
* This code is released under the libpng license.
|
27
27
|
*
|
28
|
-
* libpng versions 1.0.7, July 1, 2000 through 1.6.
|
28
|
+
* libpng versions 1.0.7, July 1, 2000 through 1.6.32, August 24, 2017 are
|
29
29
|
* Copyright (c) 2000-2002, 2004, 2006-2017 Glenn Randers-Pehrson, are
|
30
30
|
* derived from libpng-1.0.6, and are distributed according to the same
|
31
31
|
* disclaimer and license as libpng-1.0.6 with the following individuals
|
@@ -213,7 +213,7 @@
|
|
213
213
|
* ...
|
214
214
|
* 1.5.28 15 10527 15.so.15.28[.0]
|
215
215
|
* ...
|
216
|
-
* 1.6.
|
216
|
+
* 1.6.32 16 10632 16.so.16.32[.0]
|
217
217
|
*
|
218
218
|
* Henceforth the source version will match the shared-library major
|
219
219
|
* and minor numbers; the shared-library major version number will be
|
@@ -234,20 +234,20 @@
|
|
234
234
|
*
|
235
235
|
* See libpng.txt or libpng.3 for more information. The PNG specification
|
236
236
|
* is available as a W3C Recommendation and as an ISO Specification,
|
237
|
-
* <
|
237
|
+
* <https://www.w3.org/TR/2003/REC-PNG-20031110/
|
238
238
|
*/
|
239
239
|
|
240
240
|
/*
|
241
241
|
* Y2K compliance in libpng:
|
242
242
|
* =========================
|
243
243
|
*
|
244
|
-
*
|
244
|
+
* August 24, 2017
|
245
245
|
*
|
246
246
|
* Since the PNG Development group is an ad-hoc body, we can't make
|
247
247
|
* an official declaration.
|
248
248
|
*
|
249
249
|
* This is your unofficial assurance that libpng from version 0.71 and
|
250
|
-
* upward through 1.6.
|
250
|
+
* upward through 1.6.32 are Y2K compliant. It is my belief that
|
251
251
|
* earlier versions were also Y2K compliant.
|
252
252
|
*
|
253
253
|
* Libpng only has two year fields. One is a 2-byte unsigned integer
|
@@ -309,8 +309,8 @@
|
|
309
309
|
*/
|
310
310
|
|
311
311
|
/* Version information for png.h - this should match the version in png.c */
|
312
|
-
#define PNG_LIBPNG_VER_STRING "1.6.
|
313
|
-
#define PNG_HEADER_VERSION_STRING " libpng version 1.6.
|
312
|
+
#define PNG_LIBPNG_VER_STRING "1.6.32"
|
313
|
+
#define PNG_HEADER_VERSION_STRING " libpng version 1.6.32 - August 24, 2017\n"
|
314
314
|
|
315
315
|
#define PNG_LIBPNG_VER_SONUM 16
|
316
316
|
#define PNG_LIBPNG_VER_DLLNUM 16
|
@@ -318,7 +318,7 @@
|
|
318
318
|
/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
|
319
319
|
#define PNG_LIBPNG_VER_MAJOR 1
|
320
320
|
#define PNG_LIBPNG_VER_MINOR 6
|
321
|
-
#define PNG_LIBPNG_VER_RELEASE
|
321
|
+
#define PNG_LIBPNG_VER_RELEASE 32
|
322
322
|
|
323
323
|
/* This should match the numeric part of the final component of
|
324
324
|
* PNG_LIBPNG_VER_STRING, omitting any leading zero:
|
@@ -349,7 +349,7 @@
|
|
349
349
|
* version 1.0.0 was mis-numbered 100 instead of 10000). From
|
350
350
|
* version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release
|
351
351
|
*/
|
352
|
-
#define PNG_LIBPNG_VER
|
352
|
+
#define PNG_LIBPNG_VER 10632 /* 1.6.32 */
|
353
353
|
|
354
354
|
/* Library configuration: these options cannot be changed after
|
355
355
|
* the library has been built.
|
@@ -459,7 +459,7 @@ extern "C" {
|
|
459
459
|
/* This triggers a compiler error in png.c, if png.c and png.h
|
460
460
|
* do not agree upon the version number.
|
461
461
|
*/
|
462
|
-
typedef char*
|
462
|
+
typedef char* png_libpng_version_1_6_32;
|
463
463
|
|
464
464
|
/* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
|
465
465
|
*
|
@@ -776,6 +776,7 @@ typedef png_unknown_chunk * * png_unknown_chunkpp;
|
|
776
776
|
#define PNG_INFO_sPLT 0x2000U /* ESR, 1.0.6 */
|
777
777
|
#define PNG_INFO_sCAL 0x4000U /* ESR, 1.0.6 */
|
778
778
|
#define PNG_INFO_IDAT 0x8000U /* ESR, 1.0.6 */
|
779
|
+
#define PNG_INFO_eXIf 0x10000U /* GR-P, 1.6.31 */
|
779
780
|
|
780
781
|
/* This is used for the transformation routines, as some of them
|
781
782
|
* change these values for the row. It also should enable using
|
@@ -1788,7 +1789,8 @@ PNG_EXPORT(99, void, png_data_freer, (png_const_structrp png_ptr,
|
|
1788
1789
|
#define PNG_FREE_PLTE 0x1000U
|
1789
1790
|
#define PNG_FREE_TRNS 0x2000U
|
1790
1791
|
#define PNG_FREE_TEXT 0x4000U
|
1791
|
-
#define
|
1792
|
+
#define PNG_FREE_EXIF 0x8000U /* Added at libpng-1.6.31 */
|
1793
|
+
#define PNG_FREE_ALL 0xffffU
|
1792
1794
|
#define PNG_FREE_MUL 0x4220U /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */
|
1793
1795
|
|
1794
1796
|
#ifdef PNG_USER_MEM_SUPPORTED
|
@@ -2007,6 +2009,18 @@ PNG_FIXED_EXPORT(233, void, png_set_cHRM_XYZ_fixed, (png_const_structrp png_ptr,
|
|
2007
2009
|
png_fixed_point int_blue_Z))
|
2008
2010
|
#endif
|
2009
2011
|
|
2012
|
+
#ifdef PNG_eXIf_SUPPORTED
|
2013
|
+
PNG_EXPORT(246, png_uint_32, png_get_eXIf, (png_const_structrp png_ptr,
|
2014
|
+
png_inforp info_ptr, png_bytep *exif));
|
2015
|
+
PNG_EXPORT(247, void, png_set_eXIf, (png_const_structrp png_ptr,
|
2016
|
+
png_inforp info_ptr, const png_bytep exif));
|
2017
|
+
|
2018
|
+
PNG_EXPORT(248, png_uint_32, png_get_eXIf_1, (png_const_structrp png_ptr,
|
2019
|
+
png_const_inforp info_ptr, png_uint_32 *num_exif, png_bytep *exif));
|
2020
|
+
PNG_EXPORT(249, void, png_set_eXIf_1, (png_const_structrp png_ptr,
|
2021
|
+
png_inforp info_ptr, const png_uint_32 num_exif, const png_bytep exif));
|
2022
|
+
#endif
|
2023
|
+
|
2010
2024
|
#ifdef PNG_gAMA_SUPPORTED
|
2011
2025
|
PNG_FP_EXPORT(137, png_uint_32, png_get_gAMA, (png_const_structrp png_ptr,
|
2012
2026
|
png_const_inforp info_ptr, double *file_gamma))
|
@@ -2025,9 +2039,6 @@ PNG_FIXED_EXPORT(140, void, png_set_gAMA_fixed, (png_const_structrp png_ptr,
|
|
2025
2039
|
#ifdef PNG_hIST_SUPPORTED
|
2026
2040
|
PNG_EXPORT(141, png_uint_32, png_get_hIST, (png_const_structrp png_ptr,
|
2027
2041
|
png_inforp info_ptr, png_uint_16p *hist));
|
2028
|
-
#endif
|
2029
|
-
|
2030
|
-
#ifdef PNG_hIST_SUPPORTED
|
2031
2042
|
PNG_EXPORT(142, void, png_set_hIST, (png_const_structrp png_ptr,
|
2032
2043
|
png_inforp info_ptr, png_const_uint_16p hist));
|
2033
2044
|
#endif
|
@@ -2753,7 +2764,7 @@ typedef struct
|
|
2753
2764
|
*
|
2754
2765
|
* When the simplified API needs to convert between sRGB and linear colorspaces,
|
2755
2766
|
* the actual sRGB transfer curve defined in the sRGB specification (see the
|
2756
|
-
* article at
|
2767
|
+
* article at https://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2
|
2757
2768
|
* approximation used elsewhere in libpng.
|
2758
2769
|
*
|
2759
2770
|
* When an alpha channel is present it is expected to denote pixel coverage
|
@@ -3253,7 +3264,7 @@ PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
|
|
3253
3264
|
* one to use is one more than this.)
|
3254
3265
|
*/
|
3255
3266
|
#ifdef PNG_EXPORT_LAST_ORDINAL
|
3256
|
-
PNG_EXPORT_LAST_ORDINAL(
|
3267
|
+
PNG_EXPORT_LAST_ORDINAL(249);
|
3257
3268
|
#endif
|
3258
3269
|
|
3259
3270
|
#ifdef __cplusplus
|
@@ -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.32, August 24, 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,8 +1,8 @@
|
|
1
1
|
/* pnglibconf.h - library build configuration */
|
2
2
|
|
3
|
-
/* libpng version 1.6.
|
3
|
+
/* libpng version 1.6.32, August 24, 2017 */
|
4
4
|
|
5
|
-
/* Copyright (c) 1998-
|
5
|
+
/* Copyright (c) 1998-2017 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 */
|
@@ -82,6 +82,7 @@
|
|
82
82
|
#define PNG_READ_USER_TRANSFORM_SUPPORTED
|
83
83
|
#define PNG_READ_bKGD_SUPPORTED
|
84
84
|
#define PNG_READ_cHRM_SUPPORTED
|
85
|
+
#define PNG_READ_eXIf_SUPPORTED
|
85
86
|
#define PNG_READ_gAMA_SUPPORTED
|
86
87
|
#define PNG_READ_hIST_SUPPORTED
|
87
88
|
#define PNG_READ_iCCP_SUPPORTED
|
@@ -151,6 +152,7 @@
|
|
151
152
|
#define PNG_WRITE_WEIGHTED_FILTER_SUPPORTED
|
152
153
|
#define PNG_WRITE_bKGD_SUPPORTED
|
153
154
|
#define PNG_WRITE_cHRM_SUPPORTED
|
155
|
+
#define PNG_WRITE_eXIf_SUPPORTED
|
154
156
|
#define PNG_WRITE_gAMA_SUPPORTED
|
155
157
|
#define PNG_WRITE_hIST_SUPPORTED
|
156
158
|
#define PNG_WRITE_iCCP_SUPPORTED
|
@@ -168,6 +170,7 @@
|
|
168
170
|
#define PNG_WRITE_zTXt_SUPPORTED
|
169
171
|
#define PNG_bKGD_SUPPORTED
|
170
172
|
#define PNG_cHRM_SUPPORTED
|
173
|
+
#define PNG_eXIf_SUPPORTED
|
171
174
|
#define PNG_gAMA_SUPPORTED
|
172
175
|
#define PNG_hIST_SUPPORTED
|
173
176
|
#define PNG_iCCP_SUPPORTED
|
@@ -115,12 +115,12 @@ XMLPUBFUN htmlParserCtxtPtr XMLCALL
|
|
115
115
|
XMLPUBFUN int XMLCALL
|
116
116
|
htmlParseDocument(htmlParserCtxtPtr ctxt);
|
117
117
|
XMLPUBFUN htmlDocPtr XMLCALL
|
118
|
-
htmlSAXParseDoc (xmlChar *cur,
|
118
|
+
htmlSAXParseDoc (const xmlChar *cur,
|
119
119
|
const char *encoding,
|
120
120
|
htmlSAXHandlerPtr sax,
|
121
121
|
void *userData);
|
122
122
|
XMLPUBFUN htmlDocPtr XMLCALL
|
123
|
-
htmlParseDoc (xmlChar *cur,
|
123
|
+
htmlParseDoc (const xmlChar *cur,
|
124
124
|
const char *encoding);
|
125
125
|
XMLPUBFUN htmlDocPtr XMLCALL
|
126
126
|
htmlSAXParseFile(const char *filename,
|
@@ -3,7 +3,7 @@
|
|
3
3
|
* Description: internal interfaces for the XML Schemas handling
|
4
4
|
* and schema validity checking
|
5
5
|
* The Schemas development is a Work In Progress.
|
6
|
-
* Some of those interfaces are not
|
6
|
+
* Some of those interfaces are not guaranteed to be API or ABI stable !
|
7
7
|
*
|
8
8
|
* Copy: See Copyright for the status of this software.
|
9
9
|
*
|
@@ -393,7 +393,7 @@ typedef void * xmlTextReaderLocatorPtr;
|
|
393
393
|
* @arg: the user argument
|
394
394
|
* @msg: the message
|
395
395
|
* @severity: the severity of the error
|
396
|
-
* @locator: a locator indicating where the error
|
396
|
+
* @locator: a locator indicating where the error occurred
|
397
397
|
*
|
398
398
|
* Signature of an error callback from a reader parser
|
399
399
|
*/
|
@@ -29,21 +29,21 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
29
29
|
*
|
30
30
|
* the version string like "1.2.3"
|
31
31
|
*/
|
32
|
-
#define LIBXML_DOTTED_VERSION "2.9.
|
32
|
+
#define LIBXML_DOTTED_VERSION "2.9.6"
|
33
33
|
|
34
34
|
/**
|
35
35
|
* LIBXML_VERSION:
|
36
36
|
*
|
37
37
|
* the version number: 1.2.3 value is 10203
|
38
38
|
*/
|
39
|
-
#define LIBXML_VERSION
|
39
|
+
#define LIBXML_VERSION 20906
|
40
40
|
|
41
41
|
/**
|
42
42
|
* LIBXML_VERSION_STRING:
|
43
43
|
*
|
44
44
|
* the version number string, 1.2.3 value is "10203"
|
45
45
|
*/
|
46
|
-
#define LIBXML_VERSION_STRING "
|
46
|
+
#define LIBXML_VERSION_STRING "20906"
|
47
47
|
|
48
48
|
/**
|
49
49
|
* LIBXML_VERSION_EXTRA:
|
@@ -58,7 +58,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
58
58
|
* Macro to check that the libxml version in use is compatible with
|
59
59
|
* the version the software has been compiled against
|
60
60
|
*/
|
61
|
-
#define LIBXML_TEST_VERSION xmlCheckVersion(
|
61
|
+
#define LIBXML_TEST_VERSION xmlCheckVersion(20906);
|
62
62
|
|
63
63
|
#ifndef VMS
|
64
64
|
#if 0
|
data/vendor/local/include/png.h
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
/* png.h - header file for PNG reference library
|
3
3
|
*
|
4
|
-
* libpng version 1.6.
|
4
|
+
* libpng version 1.6.32, August 24, 2017
|
5
5
|
*
|
6
6
|
* Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson
|
7
7
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
@@ -12,7 +12,7 @@
|
|
12
12
|
* Authors and maintainers:
|
13
13
|
* libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
|
14
14
|
* libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
|
15
|
-
* libpng versions 0.97, January 1998, through 1.6.
|
15
|
+
* libpng versions 0.97, January 1998, through 1.6.32, August 24, 2017:
|
16
16
|
* Glenn Randers-Pehrson.
|
17
17
|
* See also "Contributing Authors", below.
|
18
18
|
*/
|
@@ -25,7 +25,7 @@
|
|
25
25
|
*
|
26
26
|
* This code is released under the libpng license.
|
27
27
|
*
|
28
|
-
* libpng versions 1.0.7, July 1, 2000 through 1.6.
|
28
|
+
* libpng versions 1.0.7, July 1, 2000 through 1.6.32, August 24, 2017 are
|
29
29
|
* Copyright (c) 2000-2002, 2004, 2006-2017 Glenn Randers-Pehrson, are
|
30
30
|
* derived from libpng-1.0.6, and are distributed according to the same
|
31
31
|
* disclaimer and license as libpng-1.0.6 with the following individuals
|
@@ -213,7 +213,7 @@
|
|
213
213
|
* ...
|
214
214
|
* 1.5.28 15 10527 15.so.15.28[.0]
|
215
215
|
* ...
|
216
|
-
* 1.6.
|
216
|
+
* 1.6.32 16 10632 16.so.16.32[.0]
|
217
217
|
*
|
218
218
|
* Henceforth the source version will match the shared-library major
|
219
219
|
* and minor numbers; the shared-library major version number will be
|
@@ -234,20 +234,20 @@
|
|
234
234
|
*
|
235
235
|
* See libpng.txt or libpng.3 for more information. The PNG specification
|
236
236
|
* is available as a W3C Recommendation and as an ISO Specification,
|
237
|
-
* <
|
237
|
+
* <https://www.w3.org/TR/2003/REC-PNG-20031110/
|
238
238
|
*/
|
239
239
|
|
240
240
|
/*
|
241
241
|
* Y2K compliance in libpng:
|
242
242
|
* =========================
|
243
243
|
*
|
244
|
-
*
|
244
|
+
* August 24, 2017
|
245
245
|
*
|
246
246
|
* Since the PNG Development group is an ad-hoc body, we can't make
|
247
247
|
* an official declaration.
|
248
248
|
*
|
249
249
|
* This is your unofficial assurance that libpng from version 0.71 and
|
250
|
-
* upward through 1.6.
|
250
|
+
* upward through 1.6.32 are Y2K compliant. It is my belief that
|
251
251
|
* earlier versions were also Y2K compliant.
|
252
252
|
*
|
253
253
|
* Libpng only has two year fields. One is a 2-byte unsigned integer
|
@@ -309,8 +309,8 @@
|
|
309
309
|
*/
|
310
310
|
|
311
311
|
/* Version information for png.h - this should match the version in png.c */
|
312
|
-
#define PNG_LIBPNG_VER_STRING "1.6.
|
313
|
-
#define PNG_HEADER_VERSION_STRING " libpng version 1.6.
|
312
|
+
#define PNG_LIBPNG_VER_STRING "1.6.32"
|
313
|
+
#define PNG_HEADER_VERSION_STRING " libpng version 1.6.32 - August 24, 2017\n"
|
314
314
|
|
315
315
|
#define PNG_LIBPNG_VER_SONUM 16
|
316
316
|
#define PNG_LIBPNG_VER_DLLNUM 16
|
@@ -318,7 +318,7 @@
|
|
318
318
|
/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
|
319
319
|
#define PNG_LIBPNG_VER_MAJOR 1
|
320
320
|
#define PNG_LIBPNG_VER_MINOR 6
|
321
|
-
#define PNG_LIBPNG_VER_RELEASE
|
321
|
+
#define PNG_LIBPNG_VER_RELEASE 32
|
322
322
|
|
323
323
|
/* This should match the numeric part of the final component of
|
324
324
|
* PNG_LIBPNG_VER_STRING, omitting any leading zero:
|
@@ -349,7 +349,7 @@
|
|
349
349
|
* version 1.0.0 was mis-numbered 100 instead of 10000). From
|
350
350
|
* version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release
|
351
351
|
*/
|
352
|
-
#define PNG_LIBPNG_VER
|
352
|
+
#define PNG_LIBPNG_VER 10632 /* 1.6.32 */
|
353
353
|
|
354
354
|
/* Library configuration: these options cannot be changed after
|
355
355
|
* the library has been built.
|
@@ -459,7 +459,7 @@ extern "C" {
|
|
459
459
|
/* This triggers a compiler error in png.c, if png.c and png.h
|
460
460
|
* do not agree upon the version number.
|
461
461
|
*/
|
462
|
-
typedef char*
|
462
|
+
typedef char* png_libpng_version_1_6_32;
|
463
463
|
|
464
464
|
/* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
|
465
465
|
*
|
@@ -776,6 +776,7 @@ typedef png_unknown_chunk * * png_unknown_chunkpp;
|
|
776
776
|
#define PNG_INFO_sPLT 0x2000U /* ESR, 1.0.6 */
|
777
777
|
#define PNG_INFO_sCAL 0x4000U /* ESR, 1.0.6 */
|
778
778
|
#define PNG_INFO_IDAT 0x8000U /* ESR, 1.0.6 */
|
779
|
+
#define PNG_INFO_eXIf 0x10000U /* GR-P, 1.6.31 */
|
779
780
|
|
780
781
|
/* This is used for the transformation routines, as some of them
|
781
782
|
* change these values for the row. It also should enable using
|
@@ -1788,7 +1789,8 @@ PNG_EXPORT(99, void, png_data_freer, (png_const_structrp png_ptr,
|
|
1788
1789
|
#define PNG_FREE_PLTE 0x1000U
|
1789
1790
|
#define PNG_FREE_TRNS 0x2000U
|
1790
1791
|
#define PNG_FREE_TEXT 0x4000U
|
1791
|
-
#define
|
1792
|
+
#define PNG_FREE_EXIF 0x8000U /* Added at libpng-1.6.31 */
|
1793
|
+
#define PNG_FREE_ALL 0xffffU
|
1792
1794
|
#define PNG_FREE_MUL 0x4220U /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */
|
1793
1795
|
|
1794
1796
|
#ifdef PNG_USER_MEM_SUPPORTED
|
@@ -2007,6 +2009,18 @@ PNG_FIXED_EXPORT(233, void, png_set_cHRM_XYZ_fixed, (png_const_structrp png_ptr,
|
|
2007
2009
|
png_fixed_point int_blue_Z))
|
2008
2010
|
#endif
|
2009
2011
|
|
2012
|
+
#ifdef PNG_eXIf_SUPPORTED
|
2013
|
+
PNG_EXPORT(246, png_uint_32, png_get_eXIf, (png_const_structrp png_ptr,
|
2014
|
+
png_inforp info_ptr, png_bytep *exif));
|
2015
|
+
PNG_EXPORT(247, void, png_set_eXIf, (png_const_structrp png_ptr,
|
2016
|
+
png_inforp info_ptr, const png_bytep exif));
|
2017
|
+
|
2018
|
+
PNG_EXPORT(248, png_uint_32, png_get_eXIf_1, (png_const_structrp png_ptr,
|
2019
|
+
png_const_inforp info_ptr, png_uint_32 *num_exif, png_bytep *exif));
|
2020
|
+
PNG_EXPORT(249, void, png_set_eXIf_1, (png_const_structrp png_ptr,
|
2021
|
+
png_inforp info_ptr, const png_uint_32 num_exif, const png_bytep exif));
|
2022
|
+
#endif
|
2023
|
+
|
2010
2024
|
#ifdef PNG_gAMA_SUPPORTED
|
2011
2025
|
PNG_FP_EXPORT(137, png_uint_32, png_get_gAMA, (png_const_structrp png_ptr,
|
2012
2026
|
png_const_inforp info_ptr, double *file_gamma))
|
@@ -2025,9 +2039,6 @@ PNG_FIXED_EXPORT(140, void, png_set_gAMA_fixed, (png_const_structrp png_ptr,
|
|
2025
2039
|
#ifdef PNG_hIST_SUPPORTED
|
2026
2040
|
PNG_EXPORT(141, png_uint_32, png_get_hIST, (png_const_structrp png_ptr,
|
2027
2041
|
png_inforp info_ptr, png_uint_16p *hist));
|
2028
|
-
#endif
|
2029
|
-
|
2030
|
-
#ifdef PNG_hIST_SUPPORTED
|
2031
2042
|
PNG_EXPORT(142, void, png_set_hIST, (png_const_structrp png_ptr,
|
2032
2043
|
png_inforp info_ptr, png_const_uint_16p hist));
|
2033
2044
|
#endif
|
@@ -2753,7 +2764,7 @@ typedef struct
|
|
2753
2764
|
*
|
2754
2765
|
* When the simplified API needs to convert between sRGB and linear colorspaces,
|
2755
2766
|
* the actual sRGB transfer curve defined in the sRGB specification (see the
|
2756
|
-
* article at
|
2767
|
+
* article at https://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2
|
2757
2768
|
* approximation used elsewhere in libpng.
|
2758
2769
|
*
|
2759
2770
|
* When an alpha channel is present it is expected to denote pixel coverage
|
@@ -3253,7 +3264,7 @@ PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
|
|
3253
3264
|
* one to use is one more than this.)
|
3254
3265
|
*/
|
3255
3266
|
#ifdef PNG_EXPORT_LAST_ORDINAL
|
3256
|
-
PNG_EXPORT_LAST_ORDINAL(
|
3267
|
+
PNG_EXPORT_LAST_ORDINAL(249);
|
3257
3268
|
#endif
|
3258
3269
|
|
3259
3270
|
#ifdef __cplusplus
|