pango 3.2.1-x86-mingw32 → 3.2.2-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/Rakefile +19 -3
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/markup.rb +1 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/fribidi.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +1 -1
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
- data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
- data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
- data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
- data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
- data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
- data/vendor/local/include/fribidi/fribidi-common.h +146 -0
- data/vendor/local/include/fribidi/fribidi-config.h +23 -0
- data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
- data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
- data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
- data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
- data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
- data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
- data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
- data/vendor/local/include/fribidi/fribidi-types.h +83 -0
- data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
- data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
- data/vendor/local/include/fribidi/fribidi.h +63 -0
- data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
- data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
- data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
- data/vendor/local/include/harfbuzz/hb-common.h +1 -1
- data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
- data/vendor/local/include/harfbuzz/hb-face.h +0 -1
- data/vendor/local/include/harfbuzz/hb-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
- data/vendor/local/include/harfbuzz/hb-set.h +15 -7
- data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
- data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
- data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
- data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
- data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
- data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +1 -1
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt58.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio58.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest58.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libfribidi.la +41 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +41 -0
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicudt58.dll +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +5 -5
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +5 -5
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +5 -5
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +5 -5
- data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
- data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
- data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -113
- metadata +87 -52
- data/vendor/local/lib/libgraphene-1.0.la +0 -41
- data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
- data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
- data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
- data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
- data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
- data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
- data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
- data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
- data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
- data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
- data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -0,0 +1,83 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright © 2018 Google, Inc.
|
3
|
+
*
|
4
|
+
* This is part of HarfBuzz, a text shaping library.
|
5
|
+
*
|
6
|
+
* Permission is hereby granted, without written agreement and without
|
7
|
+
* license or royalty fees, to use, copy, modify, and distribute this
|
8
|
+
* software and its documentation for any purpose, provided that the
|
9
|
+
* above copyright notice and the following two paragraphs appear in
|
10
|
+
* all copies of this software.
|
11
|
+
*
|
12
|
+
* IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
|
13
|
+
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
|
14
|
+
* ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
|
15
|
+
* IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
16
|
+
* DAMAGE.
|
17
|
+
*
|
18
|
+
* THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
|
19
|
+
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
20
|
+
* FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
|
21
|
+
* ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
|
22
|
+
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
23
|
+
*
|
24
|
+
* Google Author(s): Rod Sheeter
|
25
|
+
*/
|
26
|
+
|
27
|
+
#ifndef HB_SUBSET_H
|
28
|
+
#define HB_SUBSET_H
|
29
|
+
|
30
|
+
#include "hb.h"
|
31
|
+
|
32
|
+
HB_BEGIN_DECLS
|
33
|
+
|
34
|
+
/*
|
35
|
+
* hb_subset_profile_t
|
36
|
+
* Things that change based on target environment, e.g. OS.
|
37
|
+
* Threadsafe for multiple concurrent subset operations.
|
38
|
+
*/
|
39
|
+
|
40
|
+
typedef struct hb_subset_profile_t hb_subset_profile_t;
|
41
|
+
|
42
|
+
HB_EXTERN hb_subset_profile_t *
|
43
|
+
hb_subset_profile_create (void);
|
44
|
+
|
45
|
+
HB_EXTERN void
|
46
|
+
hb_subset_profile_destroy (hb_subset_profile_t *profile);
|
47
|
+
|
48
|
+
/*
|
49
|
+
* hb_subset_input_t
|
50
|
+
*
|
51
|
+
* Things that change based on the input. Characters to keep, etc.
|
52
|
+
*/
|
53
|
+
|
54
|
+
typedef struct hb_subset_input_t hb_subset_input_t;
|
55
|
+
|
56
|
+
HB_EXTERN hb_subset_input_t *
|
57
|
+
hb_subset_input_create_or_fail (void);
|
58
|
+
|
59
|
+
HB_EXTERN hb_subset_input_t *
|
60
|
+
hb_subset_input_reference (hb_subset_input_t *subset_input);
|
61
|
+
|
62
|
+
HB_EXTERN void
|
63
|
+
hb_subset_input_destroy (hb_subset_input_t *subset_input);
|
64
|
+
|
65
|
+
HB_EXTERN hb_set_t *
|
66
|
+
hb_subset_input_unicode_set (hb_subset_input_t *subset_input);
|
67
|
+
|
68
|
+
HB_EXTERN hb_set_t *
|
69
|
+
hb_subset_input_glyph_set (hb_subset_input_t *subset_input);
|
70
|
+
|
71
|
+
HB_EXTERN hb_bool_t *
|
72
|
+
hb_subset_input_drop_hints (hb_subset_input_t *subset_input);
|
73
|
+
|
74
|
+
/* hb_subset() */
|
75
|
+
|
76
|
+
HB_EXTERN hb_face_t *
|
77
|
+
hb_subset (hb_face_t *source,
|
78
|
+
hb_subset_profile_t *profile,
|
79
|
+
hb_subset_input_t *input);
|
80
|
+
|
81
|
+
HB_END_DECLS
|
82
|
+
|
83
|
+
#endif /* HB_SUBSET_H */
|
@@ -37,10 +37,10 @@ HB_BEGIN_DECLS
|
|
37
37
|
|
38
38
|
|
39
39
|
#define HB_VERSION_MAJOR 1
|
40
|
-
#define HB_VERSION_MINOR
|
41
|
-
#define HB_VERSION_MICRO
|
40
|
+
#define HB_VERSION_MINOR 7
|
41
|
+
#define HB_VERSION_MICRO 6
|
42
42
|
|
43
|
-
#define HB_VERSION_STRING "1.6
|
43
|
+
#define HB_VERSION_STRING "1.7.6"
|
44
44
|
|
45
45
|
#define HB_VERSION_ATLEAST(major,minor,micro) \
|
46
46
|
((major)*10000+(minor)*100+(micro) <= \
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
/*
|
2
|
+
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
|
3
3
|
|
4
4
|
#ifndef __PANGO_ENUM_TYPES_H__
|
5
5
|
#define __PANGO_ENUM_TYPES_H__
|
@@ -3,10 +3,10 @@
|
|
3
3
|
#define PANGO_FEATURES_H
|
4
4
|
|
5
5
|
#define PANGO_VERSION_MAJOR 1
|
6
|
-
#define PANGO_VERSION_MINOR
|
7
|
-
#define PANGO_VERSION_MICRO
|
6
|
+
#define PANGO_VERSION_MINOR 42
|
7
|
+
#define PANGO_VERSION_MICRO 0
|
8
8
|
|
9
|
-
#define PANGO_VERSION_STRING "1.
|
9
|
+
#define PANGO_VERSION_STRING "1.42.0"
|
10
10
|
|
11
11
|
|
12
12
|
#endif
|
@@ -145,6 +145,7 @@ typedef enum {
|
|
145
145
|
* @PANGO_FONT_MASK_STRETCH: the font stretch is specified.
|
146
146
|
* @PANGO_FONT_MASK_SIZE: the font size is specified.
|
147
147
|
* @PANGO_FONT_MASK_GRAVITY: the font gravity is specified (Since: 1.16.)
|
148
|
+
* @PANGO_FONT_MASK_VARIATIONS: OpenType font variations are specified (Since: 1.42)
|
148
149
|
*
|
149
150
|
* The bits in a #PangoFontMask correspond to fields in a
|
150
151
|
* #PangoFontDescription that have been set.
|
@@ -156,7 +157,8 @@ typedef enum {
|
|
156
157
|
PANGO_FONT_MASK_WEIGHT = 1 << 3,
|
157
158
|
PANGO_FONT_MASK_STRETCH = 1 << 4,
|
158
159
|
PANGO_FONT_MASK_SIZE = 1 << 5,
|
159
|
-
PANGO_FONT_MASK_GRAVITY = 1 << 6
|
160
|
+
PANGO_FONT_MASK_GRAVITY = 1 << 6,
|
161
|
+
PANGO_FONT_MASK_VARIATIONS = 1 << 7,
|
160
162
|
} PangoFontMask;
|
161
163
|
|
162
164
|
/* CSS scale factors (1.2 factor between each size) */
|
@@ -277,6 +279,15 @@ void pango_font_description_set_gravity (PangoFontDescript
|
|
277
279
|
PANGO_AVAILABLE_IN_1_16
|
278
280
|
PangoGravity pango_font_description_get_gravity (const PangoFontDescription *desc) G_GNUC_PURE;
|
279
281
|
|
282
|
+
PANGO_AVAILABLE_IN_1_42
|
283
|
+
void pango_font_description_set_variations_static (PangoFontDescription *desc,
|
284
|
+
const char *settings);
|
285
|
+
PANGO_AVAILABLE_IN_1_42
|
286
|
+
void pango_font_description_set_variations (PangoFontDescription *desc,
|
287
|
+
const char *settings);
|
288
|
+
PANGO_AVAILABLE_IN_1_42
|
289
|
+
const char *pango_font_description_get_variations (const PangoFontDescription *desc) G_GNUC_PURE;
|
290
|
+
|
280
291
|
PANGO_AVAILABLE_IN_ALL
|
281
292
|
PangoFontMask pango_font_description_get_set_fields (const PangoFontDescription *desc) G_GNUC_PURE;
|
282
293
|
PANGO_AVAILABLE_IN_ALL
|
@@ -609,9 +620,9 @@ struct _PangoFontClass
|
|
609
620
|
|
610
621
|
PangoFontDescription *(*describe) (PangoFont *font);
|
611
622
|
PangoCoverage * (*get_coverage) (PangoFont *font,
|
612
|
-
PangoLanguage *
|
623
|
+
PangoLanguage *language);
|
613
624
|
PangoEngineShape * (*find_shaper) (PangoFont *font,
|
614
|
-
PangoLanguage *
|
625
|
+
PangoLanguage *language,
|
615
626
|
guint32 ch);
|
616
627
|
void (*get_glyph_extents) (PangoFont *font,
|
617
628
|
PangoGlyph glyph,
|
@@ -71,6 +71,8 @@ PANGO_AVAILABLE_IN_1_24
|
|
71
71
|
const PangoMatrix *pango_fc_font_key_get_matrix (const PangoFcFontKey *key);
|
72
72
|
PANGO_AVAILABLE_IN_1_24
|
73
73
|
gpointer pango_fc_font_key_get_context_key (const PangoFcFontKey *key);
|
74
|
+
PANGO_AVAILABLE_IN_1_40
|
75
|
+
const char *pango_fc_font_key_get_variations (const PangoFcFontKey *key);
|
74
76
|
|
75
77
|
#endif
|
76
78
|
|
@@ -311,6 +313,17 @@ PangoFontDescription *pango_fc_font_description_from_pattern (FcPattern *pattern
|
|
311
313
|
*/
|
312
314
|
#define PANGO_FC_FONT_FEATURES "fontfeatures"
|
313
315
|
|
316
|
+
/**
|
317
|
+
* PANGO_FC_FONT_VARIATIONS:
|
318
|
+
*
|
319
|
+
* String representing a fontconfig property name that Pango reads from font
|
320
|
+
* patterns to populate list of OpenType font variations to be used for a font.
|
321
|
+
*
|
322
|
+
* The property will have a string elements, each of which a comma-separated
|
323
|
+
* list of OpenType axis setting of the form AXIS=VALUE.
|
324
|
+
*/
|
325
|
+
#define PANGO_FC_FONT_VARIATIONS "fontvariations"
|
326
|
+
|
314
327
|
G_END_DECLS
|
315
328
|
|
316
329
|
#endif /* __PANGO_FC_FONT_MAP_H__ */
|
@@ -0,0 +1,82 @@
|
|
1
|
+
# Set these variables so that the `${prefix}/lib` expands to something we can
|
2
|
+
# remove.
|
3
|
+
set(_harfbuzz_remove_string "REMOVE_ME")
|
4
|
+
set(exec_prefix "${_harfbuzz_remove_string}")
|
5
|
+
set(prefix "${_harfbuzz_remove_string}")
|
6
|
+
|
7
|
+
# Compute the installation prefix by stripping components from our current
|
8
|
+
# location.
|
9
|
+
get_filename_component(_harfbuzz_prefix "${CMAKE_CURRENT_LIST_DIR}" DIRECTORY)
|
10
|
+
get_filename_component(_harfbuzz_prefix "${_harfbuzz_prefix}" DIRECTORY)
|
11
|
+
set(_harfbuzz_libdir "${exec_prefix}/lib")
|
12
|
+
string(REPLACE "${_harfbuzz_remove_string}/" "" _harfbuzz_libdir "${_harfbuzz_libdir}")
|
13
|
+
set(_harfbuzz_libdir_iter "${_harfbuzz_libdir}")
|
14
|
+
while (_harfbuzz_libdir_iter)
|
15
|
+
get_filename_component(_harfbuzz_libdir_iter "${_harfbuzz_libdir_iter}" DIRECTORY)
|
16
|
+
get_filename_component(_harfbuzz_prefix "${_harfbuzz_prefix}" DIRECTORY)
|
17
|
+
endwhile ()
|
18
|
+
unset(_harfbuzz_libdir_iter)
|
19
|
+
|
20
|
+
# Get the include subdir.
|
21
|
+
set(_harfbuzz_includedir "${prefix}/include")
|
22
|
+
string(REPLACE "${_harfbuzz_remove_string}/" "" _harfbuzz_includedir "${_harfbuzz_includedir}")
|
23
|
+
|
24
|
+
# Extract version information from libtool.
|
25
|
+
set(_harfbuzz_version_info "10706:0:10706")
|
26
|
+
string(REPLACE ":" ";" _harfbuzz_version_info "${_harfbuzz_version_info}")
|
27
|
+
list(GET _harfbuzz_version_info 0
|
28
|
+
_harfbuzz_current)
|
29
|
+
list(GET _harfbuzz_version_info 1
|
30
|
+
_harfbuzz_revision)
|
31
|
+
list(GET _harfbuzz_version_info 2
|
32
|
+
_harfbuzz_age)
|
33
|
+
unset(_harfbuzz_version_info)
|
34
|
+
|
35
|
+
if (APPLE)
|
36
|
+
set(_harfbuzz_lib_suffix ".0${CMAKE_SHARED_LIBRARY_SUFFIX}")
|
37
|
+
elseif (UNIX)
|
38
|
+
set(_harfbuzz_lib_suffix "${CMAKE_SHARED_LIBRARY_SUFFIX}.0.${_harfbuzz_current}.${_harfbuzz_revision}")
|
39
|
+
else ()
|
40
|
+
# Unsupported.
|
41
|
+
set(harfbuzz_FOUND 0)
|
42
|
+
endif ()
|
43
|
+
|
44
|
+
# Add the libraries.
|
45
|
+
add_library(harfbuzz::harfbuzz SHARED IMPORTED)
|
46
|
+
set_target_properties(harfbuzz::harfbuzz PROPERTIES
|
47
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_harfbuzz_prefix}/${_harfbuzz_includedir}/harfbuzz"
|
48
|
+
IMPORTED_LOCATION "${_harfbuzz_prefix}/${_harfbuzz_libdir}/libharfbuzz${_harfbuzz_lib_suffix}")
|
49
|
+
|
50
|
+
add_library(harfbuzz::icu SHARED IMPORTED)
|
51
|
+
set_target_properties(harfbuzz::icu PROPERTIES
|
52
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_harfbuzz_prefix}/${_harfbuzz_includedir}/harfbuzz"
|
53
|
+
INTERFACE_LINK_LIBRARIES "harfbuzz::harfbuzz"
|
54
|
+
IMPORTED_LOCATION "${_harfbuzz_prefix}/${_harfbuzz_libdir}/libharfbuzz-icu${_harfbuzz_lib_suffix}")
|
55
|
+
|
56
|
+
add_library(harfbuzz::subset SHARED IMPORTED)
|
57
|
+
set_target_properties(harfbuzz::subset PROPERTIES
|
58
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_harfbuzz_prefix}/${_harfbuzz_includedir}/harfbuzz"
|
59
|
+
INTERFACE_LINK_LIBRARIES "harfbuzz::harfbuzz"
|
60
|
+
IMPORTED_LOCATION "${_harfbuzz_prefix}/${_harfbuzz_libdir}/libharfbuzz-subset${_harfbuzz_lib_suffix}")
|
61
|
+
|
62
|
+
# Only add the gobject library if it was built.
|
63
|
+
set(_harfbuzz_have_gobject "false")
|
64
|
+
if (_harfbuzz_have_gobject)
|
65
|
+
add_library(harfbuzz::gobject SHARED IMPORTED)
|
66
|
+
set_target_properties(harfbuzz::gobject PROPERTIES
|
67
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_harfbuzz_prefix}/${_harfbuzz_includedir}/harfbuzz"
|
68
|
+
INTERFACE_LINK_LIBRARIES "harfbuzz::harfbuzz"
|
69
|
+
IMPORTED_LOCATION "${_harfbuzz_prefix}/${_harfbuzz_libdir}/libharfbuzz-gobject${_harfbuzz_lib_suffix}")
|
70
|
+
endif ()
|
71
|
+
|
72
|
+
# Clean out variables we used in our scope.
|
73
|
+
unset(_harfbuzz_lib_suffix)
|
74
|
+
unset(_harfbuzz_current)
|
75
|
+
unset(_harfbuzz_revision)
|
76
|
+
unset(_harfbuzz_age)
|
77
|
+
unset(_harfbuzz_includedir)
|
78
|
+
unset(_harfbuzz_libdir)
|
79
|
+
unset(_harfbuzz_prefix)
|
80
|
+
unset(exec_prefix)
|
81
|
+
unset(prefix)
|
82
|
+
unset(_harfbuzz_remove_string)
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/* graphene-config.h
|
2
2
|
*
|
3
|
-
* This is a generated file
|
3
|
+
* This is a generated file, DO NOT EDIT.
|
4
4
|
*/
|
5
5
|
|
6
6
|
#ifndef __GRAPHENE_CONFIG_H__
|
@@ -11,12 +11,19 @@ extern "C" {
|
|
11
11
|
#endif
|
12
12
|
|
13
13
|
#ifndef GRAPHENE_SIMD_BENCHMARK
|
14
|
-
|
15
|
-
#
|
14
|
+
|
15
|
+
# if defined(__SSE__) || (_M_IX86_FP > 0) || (_M_X64 > 0) || (_MSC_VER >= 1800)
|
16
|
+
/* #undef GRAPHENE_HAS_SSE */
|
17
|
+
# endif
|
18
|
+
|
19
|
+
# if defined(__ARM_NEON__)
|
20
|
+
/* #undef GRAPHENE_HAS_ARM_NEON */
|
16
21
|
# endif
|
22
|
+
|
17
23
|
# if defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR__ >= 9) && !defined(__arm__)
|
18
|
-
#
|
24
|
+
#define GRAPHENE_HAS_GCC 1
|
19
25
|
# endif
|
26
|
+
|
20
27
|
# define GRAPHENE_HAS_SCALAR 1
|
21
28
|
#endif /* GRAPHENE_SIMD_BENCHMARK */
|
22
29
|
|
@@ -46,6 +53,8 @@ extern "C" {
|
|
46
53
|
# endif
|
47
54
|
# elif defined(__SSE4_1__)
|
48
55
|
# define GRAPHENE_USE_SSE4_1
|
56
|
+
# elif defined(_MSC_VER)
|
57
|
+
# define GRAPHENE_USE_SSE4_1
|
49
58
|
# endif
|
50
59
|
# if defined(GRAPHENE_USE_SSE4_1)
|
51
60
|
# include <smmintrin.h>
|
@@ -27,7 +27,7 @@
|
|
27
27
|
# etc. If ICU is not installed in this directory, you must change the
|
28
28
|
# following line. There should exist $(prefix)/include/unicode/utypes.h
|
29
29
|
# for example.
|
30
|
-
prefix = /home/vagrant/ruby-gnome2
|
30
|
+
prefix = /home/vagrant/ruby-gnome2/pango/vendor/local
|
31
31
|
exec_prefix = ${prefix}
|
32
32
|
libdir = ${exec_prefix}/lib
|
33
33
|
libexecdir = ${exec_prefix}/libexec
|
@@ -5,8 +5,8 @@ A=a
|
|
5
5
|
LIBPREFIX=lib
|
6
6
|
LIB_EXT_ORDER=58.dll
|
7
7
|
COMPILE=i686-w64-mingw32-gcc -DU_USE_STRTOD_L=0 -DHAVE_DLOPEN=0 -DU_HAVE_ATOMIC=1 -DU_HAVE_MMAP=0 -DU_HAVE_STRTOD_L=0 -DU_ATTRIBUTE_DEPRECATED= -O2 -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -mthreads -c
|
8
|
-
LIBFLAGS=-I/home/vagrant/ruby-gnome2
|
9
|
-
GENLIB=i686-w64-mingw32-gcc -O2 -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -mthreads -L/home/vagrant/ruby-gnome2
|
8
|
+
LIBFLAGS=-I/home/vagrant/ruby-gnome2/pango/vendor/local/include -DPIC
|
9
|
+
GENLIB=i686-w64-mingw32-gcc -O2 -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -mthreads -L/home/vagrant/ruby-gnome2/glib2/vendor/local/lib -L/home/vagrant/rcairo/vendor/local/lib -L/home/vagrant/ruby-gnome2/pango/vendor/local/lib -shared -Wl,-Bsymbolic -Wl,--enable-auto-import -Wl,--out-implib=./liball.dll.a
|
10
10
|
LDICUDTFLAGS=
|
11
11
|
LD_SONAME=
|
12
12
|
RPATH_FLAGS=
|
@@ -27,7 +27,7 @@
|
|
27
27
|
# etc. If ICU is not installed in this directory, you must change the
|
28
28
|
# following line. There should exist $(prefix)/include/unicode/utypes.h
|
29
29
|
# for example.
|
30
|
-
prefix = /home/vagrant/ruby-gnome2
|
30
|
+
prefix = /home/vagrant/ruby-gnome2/pango/vendor/local
|
31
31
|
exec_prefix = ${prefix}
|
32
32
|
libdir = ${exec_prefix}/lib
|
33
33
|
libexecdir = ${exec_prefix}/libexec
|
@@ -5,8 +5,8 @@ A=a
|
|
5
5
|
LIBPREFIX=lib
|
6
6
|
LIB_EXT_ORDER=58.dll
|
7
7
|
COMPILE=i686-w64-mingw32-gcc -DU_USE_STRTOD_L=0 -DHAVE_DLOPEN=0 -DU_HAVE_ATOMIC=1 -DU_HAVE_MMAP=0 -DU_HAVE_STRTOD_L=0 -DU_ATTRIBUTE_DEPRECATED= -O2 -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -mthreads -c
|
8
|
-
LIBFLAGS=-I/home/vagrant/ruby-gnome2
|
9
|
-
GENLIB=i686-w64-mingw32-gcc -O2 -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -mthreads -L/home/vagrant/ruby-gnome2
|
8
|
+
LIBFLAGS=-I/home/vagrant/ruby-gnome2/pango/vendor/local/include -DPIC
|
9
|
+
GENLIB=i686-w64-mingw32-gcc -O2 -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -mthreads -L/home/vagrant/ruby-gnome2/glib2/vendor/local/lib -L/home/vagrant/rcairo/vendor/local/lib -L/home/vagrant/ruby-gnome2/pango/vendor/local/lib -shared -Wl,-Bsymbolic -Wl,--enable-auto-import -Wl,--out-implib=./liball.dll.a
|
10
10
|
LDICUDTFLAGS=
|
11
11
|
LD_SONAME=
|
12
12
|
RPATH_FLAGS=
|
data/vendor/local/lib/icudt.dll
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/icuin.dll
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/icuio.dll
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/lib/icutu.dll
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/icuuc.dll
CHANGED
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# libfribidi.la - a libtool library file
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.6
|
3
|
+
#
|
4
|
+
# Please DO NOT delete this file!
|
5
|
+
# It is necessary for linking the library.
|
6
|
+
|
7
|
+
# The name that we can dlopen(3).
|
8
|
+
dlname='../bin/libfribidi-0.dll'
|
9
|
+
|
10
|
+
# Names of this library.
|
11
|
+
library_names='libfribidi.dll.a'
|
12
|
+
|
13
|
+
# The name of the static archive.
|
14
|
+
old_library=''
|
15
|
+
|
16
|
+
# Linker flags that cannot go in dependency_libs.
|
17
|
+
inherited_linker_flags=''
|
18
|
+
|
19
|
+
# Libraries that this one depends upon.
|
20
|
+
dependency_libs=' -L/home/vagrant/ruby-gnome2/glib2/vendor/local/lib -L/home/vagrant/rcairo/vendor/local/lib -L/home/vagrant/ruby-gnome2/pango/vendor/local/lib'
|
21
|
+
|
22
|
+
# Names of additional weak libraries provided by this library
|
23
|
+
weak_library_names=''
|
24
|
+
|
25
|
+
# Version information for libfribidi.
|
26
|
+
current=4
|
27
|
+
age=4
|
28
|
+
revision=0
|
29
|
+
|
30
|
+
# Is this an already installed library?
|
31
|
+
installed=yes
|
32
|
+
|
33
|
+
# Should we warn about portability when linking against -modules?
|
34
|
+
shouldnotlink=no
|
35
|
+
|
36
|
+
# Files to dlopen/dlpreopen
|
37
|
+
dlopen=''
|
38
|
+
dlpreopen=''
|
39
|
+
|
40
|
+
# Directory that this library needs to be installed in:
|
41
|
+
libdir='/home/vagrant/ruby-gnome2/pango/vendor/local/lib'
|
Binary file
|
Binary file
|