pango 1.0.3-x86-mingw32 → 1.1.0-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.
Files changed (140) hide show
  1. data/ext/pango/extconf.rb +3 -0
  2. data/ext/pango/rbpango.c +312 -12
  3. data/ext/pango/rbpango.h +33 -22
  4. data/ext/pango/rbpangoanalysis.c +98 -58
  5. data/ext/pango/rbpangoattribute.c +94 -85
  6. data/ext/pango/rbpangoattriterator.c +39 -28
  7. data/ext/pango/rbpangoattrlist.c +42 -32
  8. data/ext/pango/rbpangocairo.c +38 -172
  9. data/ext/pango/rbpangocairocontext.c +151 -0
  10. data/ext/pango/rbpangocolor.c +49 -38
  11. data/ext/pango/rbpangocontext.c +109 -102
  12. data/ext/pango/rbpangoconversions.h +111 -0
  13. data/ext/pango/rbpangocoverage.c +45 -37
  14. data/ext/pango/rbpangoengine.c +22 -12
  15. data/ext/pango/rbpangofont.c +52 -43
  16. data/ext/pango/rbpangofontdescription.c +102 -91
  17. data/ext/pango/rbpangofontface.c +32 -21
  18. data/ext/pango/rbpangofontfamily.c +31 -20
  19. data/ext/pango/rbpangofontmap.c +44 -36
  20. data/ext/pango/rbpangofontmetrics.c +41 -30
  21. data/ext/pango/rbpangofontset.c +32 -21
  22. data/ext/pango/rbpangofontsetsimple.c +34 -24
  23. data/ext/pango/rbpangoglyphinfo.c +48 -35
  24. data/ext/pango/rbpangoglyphitem.c +43 -33
  25. data/ext/pango/rbpangoglyphstring.c +59 -59
  26. data/ext/pango/rbpangogravity.c +34 -23
  27. data/ext/pango/rbpangoitem.c +43 -34
  28. data/ext/pango/rbpangolanguage.c +44 -34
  29. data/ext/pango/rbpangolayout.c +167 -160
  30. data/ext/pango/rbpangolayoutiter.c +70 -59
  31. data/ext/pango/rbpangolayoutline.c +106 -71
  32. data/ext/pango/rbpangologattr.c +42 -31
  33. data/ext/pango/rbpangomatrix.c +47 -35
  34. data/ext/pango/rbpangoprivate.h +53 -0
  35. data/ext/pango/rbpangorectangle.c +58 -49
  36. data/ext/pango/rbpangorenderer.c +81 -70
  37. data/ext/pango/rbpangoscript.c +37 -27
  38. data/ext/pango/rbpangoscriptiter.c +32 -22
  39. data/ext/pango/rbpangotabarray.c +48 -37
  40. data/lib/1.8/pango.so +0 -0
  41. data/lib/1.9/pango.so +0 -0
  42. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  46. data/vendor/local/bin/pango-querymodules.exe +0 -0
  47. data/vendor/local/bin/pango-view.exe +0 -0
  48. data/vendor/local/etc/pango/pango.modules +1 -1
  49. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +1 -1
  50. data/vendor/local/include/pango-1.0/pango/pango-context.h +3 -3
  51. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  52. data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -3
  53. data/vendor/local/include/pango-1.0/pango/pango-language.h +3 -3
  54. data/vendor/local/include/pango-1.0/pango/pango-layout.h +6 -1
  55. data/vendor/local/include/pango-1.0/pango/pango-renderer.h +1 -1
  56. data/vendor/local/include/pango-1.0/pango/pango-script.h +6 -6
  57. data/vendor/local/include/pango-1.0/pango/pango-utils.h +6 -6
  58. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  59. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  60. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  61. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  62. data/vendor/local/lib/pango-1.0.def +2 -0
  63. data/vendor/local/lib/pango-1.0.lib +0 -0
  64. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  65. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  66. data/vendor/local/lib/pangowin32-1.0.def +1 -1
  67. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  68. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  69. data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
  70. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  71. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  72. data/vendor/local/manifest/{pango-dev_1.28.3-1_win32.mft → pango-dev_1.29.4-1_win32.mft} +5 -5
  73. data/vendor/local/manifest/{pango_1.28.3-1_win32.mft → pango_1.29.4-1_win32.mft} +2 -2
  74. data/vendor/local/share/doc/{pango-1.28.3 → pango-1.29.4}/COPYING +0 -0
  75. data/vendor/local/share/doc/{pango-dev-1.28.3 → pango-dev-1.29.4}/COPYING +0 -0
  76. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -10
  77. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +25 -27
  78. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +19 -28
  79. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +42 -60
  80. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +97 -147
  81. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -6
  82. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -3
  83. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -3
  84. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -3
  85. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +5 -5
  86. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +3 -5
  87. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -3
  88. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +3 -3
  89. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -5
  90. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -3
  91. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +4 -4
  92. data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +8 -11
  93. data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +38 -0
  94. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -3
  95. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +4 -4
  96. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +4 -4
  97. data/vendor/local/share/gtk-doc/html/pango/index-all.html +38 -40
  98. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -3
  99. data/vendor/local/share/gtk-doc/html/pango/index.html +6 -5
  100. data/vendor/local/share/gtk-doc/html/pango/index.sgml +71 -34
  101. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -3
  102. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +4 -66
  103. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +52 -50
  104. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +217 -278
  105. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +40 -41
  106. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +37 -49
  107. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +481 -628
  108. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +76 -118
  109. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +302 -452
  110. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +492 -517
  111. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +134 -164
  112. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +34 -45
  113. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +244 -359
  114. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +117 -122
  115. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +112 -120
  116. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +394 -523
  117. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +269 -364
  118. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +26 -40
  119. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +72 -75
  120. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +97 -145
  121. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +114 -188
  122. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +114 -176
  123. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +42 -8
  124. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +106 -150
  125. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +3 -3
  126. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +35 -35
  127. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -3
  128. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/pango/style.css +2 -1
  130. data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -3
  131. data/vendor/local/share/man/man1/pango-querymodules.1 +12 -3
  132. data/vendor/local/share/man/man1/pango-view.1 +2 -2
  133. data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +806 -0
  134. data/vendor/local/src/{tml/packaging/pango_1.28.3-1_win32.sh → dieterv/packaging/pango_1.29.4-1_win32.sh} +7 -7
  135. metadata +19 -19
  136. data/ChangeLog +0 -721
  137. data/ext/pango/rbpangoinits.c +0 -72
  138. data/ext/pango/rbpangomain.c +0 -202
  139. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +0 -799
  140. data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.log +0 -950
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>pango-querymodules</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="tools.html" title="Pango Tools">
9
9
  <link rel="prev" href="tools.html" title="Pango Tools">
10
10
  <link rel="next" href="pango-hierarchy.html" title="Object Hierarchy">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -66,6 +66,6 @@ None known yet.
66
66
  </div>
67
67
  <div class="footer">
68
68
  <hr>
69
- Generated by GTK-Doc V1.15.1</div>
69
+ Generated by GTK-Doc V1.18</div>
70
70
  </body>
71
71
  </html>
@@ -55,11 +55,12 @@
55
55
  <sub name="Index of new symbols in 1.22" link="index-1.22.html"/>
56
56
  <sub name="Index of new symbols in 1.24" link="index-1.24.html"/>
57
57
  <sub name="Index of new symbols in 1.26" link="index-1.26.html"/>
58
- <sub name="Index of new symbols in 1.26" link="index-1.28.html"/>
58
+ <sub name="Index of new symbols in 1.28" link="index-1.28.html"/>
59
+ <sub name="Index of new symbols in 1.30" link="index-1.30.html"/>
59
60
  </chapters>
60
61
  <functions>
61
62
  <keyword type="struct" name="PangoContext" link="pango-Text-Processing.html#PangoContext-struct"/>
62
- <keyword type="struct" name="struct PangoItem" link="pango-Text-Processing.html#PangoItem"/>
63
+ <keyword type="struct" name="struct PangoItem" link="pango-Text-Processing.html#PangoItem-struct"/>
63
64
  <keyword type="struct" name="struct PangoAnalysis" link="pango-Text-Processing.html#PangoAnalysis"/>
64
65
  <keyword type="macro" name="PANGO_ANALYSIS_FLAG_CENTERED_BASELINE" link="pango-Text-Processing.html#PANGO-ANALYSIS-FLAG-CENTERED-BASELINE:CAPS"/>
65
66
  <keyword type="macro" name="PANGO_TYPE_DIRECTION" link="pango-Text-Processing.html#PANGO-TYPE-DIRECTION:CAPS"/>
@@ -109,7 +110,7 @@
109
110
  <keyword type="macro" name="PANGO_LBEARING()" link="pango-Glyph-Storage.html#PANGO-LBEARING:CAPS"/>
110
111
  <keyword type="macro" name="PANGO_RBEARING()" link="pango-Glyph-Storage.html#PANGO-RBEARING:CAPS"/>
111
112
  <keyword type="function" name="pango_extents_to_pixels ()" link="pango-Glyph-Storage.html#pango-extents-to-pixels" since="1.16"/>
112
- <keyword type="struct" name="struct PangoMatrix" link="pango-Glyph-Storage.html#PangoMatrix" since="1.6"/>
113
+ <keyword type="struct" name="struct PangoMatrix" link="pango-Glyph-Storage.html#PangoMatrix-struct"/>
113
114
  <keyword type="macro" name="PANGO_TYPE_MATRIX" link="pango-Glyph-Storage.html#PANGO-TYPE-MATRIX:CAPS"/>
114
115
  <keyword type="macro" name="PANGO_MATRIX_INIT" link="pango-Glyph-Storage.html#PANGO-MATRIX-INIT:CAPS" since="1.6"/>
115
116
  <keyword type="function" name="pango_matrix_copy ()" link="pango-Glyph-Storage.html#pango-matrix-copy" since="1.6"/>
@@ -132,9 +133,9 @@
132
133
  <keyword type="struct" name="struct PangoGlyphGeometry" link="pango-Glyph-Storage.html#PangoGlyphGeometry"/>
133
134
  <keyword type="typedef" name="PangoGlyphUnit" link="pango-Glyph-Storage.html#PangoGlyphUnit"/>
134
135
  <keyword type="struct" name="struct PangoGlyphVisAttr" link="pango-Glyph-Storage.html#PangoGlyphVisAttr"/>
135
- <keyword type="struct" name="struct PangoGlyphString" link="pango-Glyph-Storage.html#PangoGlyphString"/>
136
- <keyword type="struct" name="struct PangoGlyphItem" link="pango-Glyph-Storage.html#PangoGlyphItem"/>
137
- <keyword type="struct" name="struct PangoGlyphItemIter" link="pango-Glyph-Storage.html#PangoGlyphItemIter" since="1.22"/>
136
+ <keyword type="struct" name="struct PangoGlyphString" link="pango-Glyph-Storage.html#PangoGlyphString-struct"/>
137
+ <keyword type="struct" name="struct PangoGlyphItem" link="pango-Glyph-Storage.html#PangoGlyphItem-struct"/>
138
+ <keyword type="struct" name="struct PangoGlyphItemIter" link="pango-Glyph-Storage.html#PangoGlyphItemIter-struct"/>
138
139
  <keyword type="macro" name="PANGO_TYPE_GLYPH_STRING" link="pango-Glyph-Storage.html#PANGO-TYPE-GLYPH-STRING:CAPS"/>
139
140
  <keyword type="function" name="pango_glyph_string_new ()" link="pango-Glyph-Storage.html#pango-glyph-string-new"/>
140
141
  <keyword type="function" name="pango_glyph_string_copy ()" link="pango-Glyph-Storage.html#pango-glyph-string-copy"/>
@@ -160,17 +161,17 @@
160
161
  <keyword type="function" name="pango_glyph_item_iter_init_end ()" link="pango-Glyph-Storage.html#pango-glyph-item-iter-init-end" since="1.22"/>
161
162
  <keyword type="function" name="pango_glyph_item_iter_next_cluster ()" link="pango-Glyph-Storage.html#pango-glyph-item-iter-next-cluster" since="1.22"/>
162
163
  <keyword type="function" name="pango_glyph_item_iter_prev_cluster ()" link="pango-Glyph-Storage.html#pango-glyph-item-iter-prev-cluster" since="1.22"/>
163
- <keyword type="struct" name="PangoFontDescription" link="pango-Fonts.html#PangoFontDescription"/>
164
+ <keyword type="struct" name="PangoFontDescription" link="pango-Fonts.html#PangoFontDescription-struct"/>
164
165
  <keyword type="macro" name="PANGO_TYPE_FONT_DESCRIPTION" link="pango-Fonts.html#PANGO-TYPE-FONT-DESCRIPTION:CAPS"/>
165
- <keyword type="enum" name="enum PangoStyle" link="pango-Fonts.html#PangoStyle"/>
166
+ <keyword type="enum" name="enum PangoStyle" link="pango-Fonts.html#PangoStyle-enum"/>
166
167
  <keyword type="macro" name="PANGO_TYPE_STYLE" link="pango-Fonts.html#PANGO-TYPE-STYLE:CAPS"/>
167
- <keyword type="enum" name="enum PangoWeight" link="pango-Fonts.html#PangoWeight"/>
168
+ <keyword type="enum" name="enum PangoWeight" link="pango-Fonts.html#PangoWeight-enum"/>
168
169
  <keyword type="macro" name="PANGO_TYPE_WEIGHT" link="pango-Fonts.html#PANGO-TYPE-WEIGHT:CAPS"/>
169
- <keyword type="enum" name="enum PangoVariant" link="pango-Fonts.html#PangoVariant"/>
170
+ <keyword type="enum" name="enum PangoVariant" link="pango-Fonts.html#PangoVariant-enum"/>
170
171
  <keyword type="macro" name="PANGO_TYPE_VARIANT" link="pango-Fonts.html#PANGO-TYPE-VARIANT:CAPS"/>
171
- <keyword type="enum" name="enum PangoStretch" link="pango-Fonts.html#PangoStretch"/>
172
+ <keyword type="enum" name="enum PangoStretch" link="pango-Fonts.html#PangoStretch-enum"/>
172
173
  <keyword type="macro" name="PANGO_TYPE_STRETCH" link="pango-Fonts.html#PANGO-TYPE-STRETCH:CAPS"/>
173
- <keyword type="enum" name="enum PangoFontMask" link="pango-Fonts.html#PangoFontMask"/>
174
+ <keyword type="enum" name="enum PangoFontMask" link="pango-Fonts.html#PangoFontMask-enum"/>
174
175
  <keyword type="macro" name="PANGO_TYPE_FONT_MASK" link="pango-Fonts.html#PANGO-TYPE-FONT-MASK:CAPS"/>
175
176
  <keyword type="function" name="pango_font_description_new ()" link="pango-Fonts.html#pango-font-description-new"/>
176
177
  <keyword type="function" name="pango_font_description_copy ()" link="pango-Fonts.html#pango-font-description-copy"/>
@@ -204,7 +205,7 @@
204
205
  <keyword type="function" name="pango_font_description_from_string ()" link="pango-Fonts.html#pango-font-description-from-string"/>
205
206
  <keyword type="function" name="pango_font_description_to_string ()" link="pango-Fonts.html#pango-font-description-to-string"/>
206
207
  <keyword type="function" name="pango_font_description_to_filename ()" link="pango-Fonts.html#pango-font-description-to-filename"/>
207
- <keyword type="struct" name="struct PangoFontMetrics" link="pango-Fonts.html#PangoFontMetrics"/>
208
+ <keyword type="struct" name="struct PangoFontMetrics" link="pango-Fonts.html#PangoFontMetrics-struct"/>
208
209
  <keyword type="macro" name="PANGO_TYPE_FONT_METRICS" link="pango-Fonts.html#PANGO-TYPE-FONT-METRICS:CAPS"/>
209
210
  <keyword type="function" name="pango_font_metrics_ref ()" link="pango-Fonts.html#pango-font-metrics-ref"/>
210
211
  <keyword type="function" name="pango_font_metrics_unref ()" link="pango-Fonts.html#pango-font-metrics-unref"/>
@@ -267,7 +268,7 @@
267
268
  <keyword type="function" name="pango_fontset_simple_new ()" link="pango-Fonts.html#pango-fontset-simple-new"/>
268
269
  <keyword type="function" name="pango_fontset_simple_append ()" link="pango-Fonts.html#pango-fontset-simple-append"/>
269
270
  <keyword type="function" name="pango_fontset_simple_size ()" link="pango-Fonts.html#pango-fontset-simple-size"/>
270
- <keyword type="enum" name="enum PangoAttrType" link="pango-Text-Attributes.html#PangoAttrType"/>
271
+ <keyword type="enum" name="enum PangoAttrType" link="pango-Text-Attributes.html#PangoAttrType-enum"/>
271
272
  <keyword type="macro" name="PANGO_TYPE_ATTR_TYPE" link="pango-Text-Attributes.html#PANGO-TYPE-ATTR-TYPE:CAPS"/>
272
273
  <keyword type="struct" name="struct PangoAttrClass" link="pango-Text-Attributes.html#PangoAttrClass"/>
273
274
  <keyword type="struct" name="struct PangoAttribute" link="pango-Text-Attributes.html#PangoAttribute"/>
@@ -303,7 +304,7 @@
303
304
  <keyword type="function" name="pango_attr_strikethrough_color_new ()" link="pango-Text-Attributes.html#pango-attr-strikethrough-color-new" since="1.8"/>
304
305
  <keyword type="function" name="pango_attr_underline_new ()" link="pango-Text-Attributes.html#pango-attr-underline-new"/>
305
306
  <keyword type="function" name="pango_attr_underline_color_new ()" link="pango-Text-Attributes.html#pango-attr-underline-color-new" since="1.8"/>
306
- <keyword type="enum" name="enum PangoUnderline" link="pango-Text-Attributes.html#PangoUnderline"/>
307
+ <keyword type="enum" name="enum PangoUnderline" link="pango-Text-Attributes.html#PangoUnderline-enum"/>
307
308
  <keyword type="macro" name="PANGO_TYPE_UNDERLINE" link="pango-Text-Attributes.html#PANGO-TYPE-UNDERLINE:CAPS"/>
308
309
  <keyword type="function" name="pango_attr_shape_new ()" link="pango-Text-Attributes.html#pango-attr-shape-new"/>
309
310
  <keyword type="function" name="pango_attr_shape_new_with_data ()" link="pango-Text-Attributes.html#pango-attr-shape-new-with-data" since="1.8"/>
@@ -321,13 +322,13 @@
321
322
  <keyword type="function" name="pango_attr_fallback_new ()" link="pango-Text-Attributes.html#pango-attr-fallback-new" since="1.4"/>
322
323
  <keyword type="function" name="pango_attr_gravity_new ()" link="pango-Text-Attributes.html#pango-attr-gravity-new" since="1.16"/>
323
324
  <keyword type="function" name="pango_attr_gravity_hint_new ()" link="pango-Text-Attributes.html#pango-attr-gravity-hint-new" since="1.16"/>
324
- <keyword type="struct" name="struct PangoColor" link="pango-Text-Attributes.html#PangoColor"/>
325
+ <keyword type="struct" name="struct PangoColor" link="pango-Text-Attributes.html#PangoColor-struct"/>
325
326
  <keyword type="macro" name="PANGO_TYPE_COLOR" link="pango-Text-Attributes.html#PANGO-TYPE-COLOR:CAPS"/>
326
327
  <keyword type="function" name="pango_color_parse ()" link="pango-Text-Attributes.html#pango-color-parse"/>
327
328
  <keyword type="function" name="pango_color_copy ()" link="pango-Text-Attributes.html#pango-color-copy"/>
328
329
  <keyword type="function" name="pango_color_free ()" link="pango-Text-Attributes.html#pango-color-free"/>
329
330
  <keyword type="function" name="pango_color_to_string ()" link="pango-Text-Attributes.html#pango-color-to-string" since="1.16"/>
330
- <keyword type="struct" name="PangoAttrList" link="pango-Text-Attributes.html#PangoAttrList"/>
331
+ <keyword type="struct" name="PangoAttrList" link="pango-Text-Attributes.html#PangoAttrList-struct"/>
331
332
  <keyword type="macro" name="PANGO_TYPE_ATTR_LIST" link="pango-Text-Attributes.html#PANGO-TYPE-ATTR-LIST:CAPS"/>
332
333
  <keyword type="function" name="pango_attr_list_new ()" link="pango-Text-Attributes.html#pango-attr-list-new"/>
333
334
  <keyword type="function" name="pango_attr_list_ref ()" link="pango-Text-Attributes.html#pango-attr-list-ref" since="1.10"/>
@@ -348,9 +349,9 @@
348
349
  <keyword type="function" name="pango_attr_iterator_get_font ()" link="pango-Text-Attributes.html#pango-attr-iterator-get-font"/>
349
350
  <keyword type="function" name="pango_attr_iterator_get_attrs ()" link="pango-Text-Attributes.html#pango-attr-iterator-get-attrs" since="1.2"/>
350
351
  <keyword type="function" name="pango_attr_iterator_destroy ()" link="pango-Text-Attributes.html#pango-attr-iterator-destroy"/>
351
- <keyword type="struct" name="PangoTabArray" link="pango-Tab-Stops.html#PangoTabArray"/>
352
+ <keyword type="struct" name="PangoTabArray" link="pango-Tab-Stops.html#PangoTabArray-struct"/>
352
353
  <keyword type="macro" name="PANGO_TYPE_TAB_ARRAY" link="pango-Tab-Stops.html#PANGO-TYPE-TAB-ARRAY:CAPS"/>
353
- <keyword type="enum" name="enum PangoTabAlign" link="pango-Tab-Stops.html#PangoTabAlign"/>
354
+ <keyword type="enum" name="enum PangoTabAlign" link="pango-Tab-Stops.html#PangoTabAlign-enum"/>
354
355
  <keyword type="macro" name="PANGO_TYPE_TAB_ALIGN" link="pango-Tab-Stops.html#PANGO-TYPE-TAB-ALIGN:CAPS"/>
355
356
  <keyword type="function" name="pango_tab_array_new ()" link="pango-Tab-Stops.html#pango-tab-array-new"/>
356
357
  <keyword type="function" name="pango_tab_array_new_with_positions ()" link="pango-Tab-Stops.html#pango-tab-array-new-with-positions"/>
@@ -363,13 +364,14 @@
363
364
  <keyword type="function" name="pango_tab_array_get_tabs ()" link="pango-Tab-Stops.html#pango-tab-array-get-tabs"/>
364
365
  <keyword type="function" name="pango_tab_array_get_positions_in_pixels ()" link="pango-Tab-Stops.html#pango-tab-array-get-positions-in-pixels"/>
365
366
  <keyword type="struct" name="PangoLayout" link="pango-Layout-Objects.html#PangoLayout-struct"/>
366
- <keyword type="struct" name="PangoLayoutIter" link="pango-Layout-Objects.html#PangoLayoutIter"/>
367
+ <keyword type="struct" name="PangoLayoutIter" link="pango-Layout-Objects.html#PangoLayoutIter-struct"/>
367
368
  <keyword type="function" name="pango_layout_new ()" link="pango-Layout-Objects.html#pango-layout-new"/>
368
369
  <keyword type="function" name="pango_layout_copy ()" link="pango-Layout-Objects.html#pango-layout-copy"/>
369
370
  <keyword type="function" name="pango_layout_get_context ()" link="pango-Layout-Objects.html#pango-layout-get-context"/>
370
371
  <keyword type="function" name="pango_layout_context_changed ()" link="pango-Layout-Objects.html#pango-layout-context-changed"/>
371
372
  <keyword type="function" name="pango_layout_set_text ()" link="pango-Layout-Objects.html#pango-layout-set-text"/>
372
373
  <keyword type="function" name="pango_layout_get_text ()" link="pango-Layout-Objects.html#pango-layout-get-text"/>
374
+ <keyword type="function" name="pango_layout_get_character_count ()" link="pango-Layout-Objects.html#pango-layout-get-character-count" since="1.30"/>
373
375
  <keyword type="function" name="pango_layout_set_markup ()" link="pango-Layout-Objects.html#pango-layout-set-markup"/>
374
376
  <keyword type="function" name="pango_layout_set_markup_with_accel ()" link="pango-Layout-Objects.html#pango-layout-set-markup-with-accel"/>
375
377
  <keyword type="function" name="pango_layout_set_attributes ()" link="pango-Layout-Objects.html#pango-layout-set-attributes"/>
@@ -383,12 +385,12 @@
383
385
  <keyword type="function" name="pango_layout_set_wrap ()" link="pango-Layout-Objects.html#pango-layout-set-wrap"/>
384
386
  <keyword type="function" name="pango_layout_get_wrap ()" link="pango-Layout-Objects.html#pango-layout-get-wrap"/>
385
387
  <keyword type="function" name="pango_layout_is_wrapped ()" link="pango-Layout-Objects.html#pango-layout-is-wrapped" since="1.16"/>
386
- <keyword type="enum" name="enum PangoWrapMode" link="pango-Layout-Objects.html#PangoWrapMode"/>
388
+ <keyword type="enum" name="enum PangoWrapMode" link="pango-Layout-Objects.html#PangoWrapMode-enum"/>
387
389
  <keyword type="macro" name="PANGO_TYPE_WRAP_MODE" link="pango-Layout-Objects.html#PANGO-TYPE-WRAP-MODE:CAPS"/>
388
390
  <keyword type="function" name="pango_layout_set_ellipsize ()" link="pango-Layout-Objects.html#pango-layout-set-ellipsize" since="1.6"/>
389
391
  <keyword type="function" name="pango_layout_get_ellipsize ()" link="pango-Layout-Objects.html#pango-layout-get-ellipsize" since="1.6"/>
390
392
  <keyword type="function" name="pango_layout_is_ellipsized ()" link="pango-Layout-Objects.html#pango-layout-is-ellipsized" since="1.16"/>
391
- <keyword type="enum" name="enum PangoEllipsizeMode" link="pango-Layout-Objects.html#PangoEllipsizeMode"/>
393
+ <keyword type="enum" name="enum PangoEllipsizeMode" link="pango-Layout-Objects.html#PangoEllipsizeMode-enum"/>
392
394
  <keyword type="macro" name="PANGO_TYPE_ELLIPSIZE_MODE" link="pango-Layout-Objects.html#PANGO-TYPE-ELLIPSIZE-MODE:CAPS"/>
393
395
  <keyword type="function" name="pango_layout_set_indent ()" link="pango-Layout-Objects.html#pango-layout-set-indent"/>
394
396
  <keyword type="function" name="pango_layout_get_indent ()" link="pango-Layout-Objects.html#pango-layout-get-indent"/>
@@ -404,10 +406,11 @@
404
406
  <keyword type="function" name="pango_layout_get_tabs ()" link="pango-Layout-Objects.html#pango-layout-get-tabs"/>
405
407
  <keyword type="function" name="pango_layout_set_single_paragraph_mode ()" link="pango-Layout-Objects.html#pango-layout-set-single-paragraph-mode"/>
406
408
  <keyword type="function" name="pango_layout_get_single_paragraph_mode ()" link="pango-Layout-Objects.html#pango-layout-get-single-paragraph-mode"/>
407
- <keyword type="enum" name="enum PangoAlignment" link="pango-Layout-Objects.html#PangoAlignment"/>
409
+ <keyword type="enum" name="enum PangoAlignment" link="pango-Layout-Objects.html#PangoAlignment-enum"/>
408
410
  <keyword type="macro" name="PANGO_TYPE_ALIGNMENT" link="pango-Layout-Objects.html#PANGO-TYPE-ALIGNMENT:CAPS"/>
409
411
  <keyword type="function" name="pango_layout_get_unknown_glyphs_count ()" link="pango-Layout-Objects.html#pango-layout-get-unknown-glyphs-count" since="1.16"/>
410
412
  <keyword type="function" name="pango_layout_get_log_attrs ()" link="pango-Layout-Objects.html#pango-layout-get-log-attrs"/>
413
+ <keyword type="function" name="pango_layout_get_log_attrs_readonly ()" link="pango-Layout-Objects.html#pango-layout-get-log-attrs-readonly" since="1.30"/>
411
414
  <keyword type="function" name="pango_layout_index_to_pos ()" link="pango-Layout-Objects.html#pango-layout-index-to-pos"/>
412
415
  <keyword type="function" name="pango_layout_index_to_line_x ()" link="pango-Layout-Objects.html#pango-layout-index-to-line-x"/>
413
416
  <keyword type="function" name="pango_layout_xy_to_index ()" link="pango-Layout-Objects.html#pango-layout-xy-to-index"/>
@@ -444,7 +447,7 @@
444
447
  <keyword type="function" name="pango_layout_iter_get_line_yrange ()" link="pango-Layout-Objects.html#pango-layout-iter-get-line-yrange"/>
445
448
  <keyword type="function" name="pango_layout_iter_get_line_extents ()" link="pango-Layout-Objects.html#pango-layout-iter-get-line-extents"/>
446
449
  <keyword type="function" name="pango_layout_iter_get_layout_extents ()" link="pango-Layout-Objects.html#pango-layout-iter-get-layout-extents"/>
447
- <keyword type="struct" name="struct PangoLayoutLine" link="pango-Layout-Objects.html#PangoLayoutLine"/>
450
+ <keyword type="struct" name="struct PangoLayoutLine" link="pango-Layout-Objects.html#PangoLayoutLine-struct"/>
448
451
  <keyword type="typedef" name="PangoLayoutRun" link="pango-Layout-Objects.html#PangoLayoutRun"/>
449
452
  <keyword type="function" name="pango_layout_line_ref ()" link="pango-Layout-Objects.html#pango-layout-line-ref" since="1.10"/>
450
453
  <keyword type="function" name="pango_layout_line_unref ()" link="pango-Layout-Objects.html#pango-layout-line-unref"/>
@@ -453,7 +456,7 @@
453
456
  <keyword type="function" name="pango_layout_line_index_to_x ()" link="pango-Layout-Objects.html#pango-layout-line-index-to-x"/>
454
457
  <keyword type="function" name="pango_layout_line_x_to_index ()" link="pango-Layout-Objects.html#pango-layout-line-x-to-index"/>
455
458
  <keyword type="function" name="pango_layout_line_get_x_ranges ()" link="pango-Layout-Objects.html#pango-layout-line-get-x-ranges"/>
456
- <keyword type="enum" name="enum PangoScript" link="pango-Scripts-and-Languages.html#PangoScript"/>
459
+ <keyword type="enum" name="enum PangoScript" link="pango-Scripts-and-Languages.html#PangoScript-enum"/>
457
460
  <keyword type="macro" name="PANGO_TYPE_SCRIPT" link="pango-Scripts-and-Languages.html#PANGO-TYPE-SCRIPT:CAPS"/>
458
461
  <keyword type="struct" name="PangoScriptIter" link="pango-Scripts-and-Languages.html#PangoScriptIter"/>
459
462
  <keyword type="function" name="pango_script_for_unichar ()" link="pango-Scripts-and-Languages.html#pango-script-for-unichar" since="1.4"/>
@@ -462,7 +465,7 @@
462
465
  <keyword type="function" name="pango_script_iter_get_range ()" link="pango-Scripts-and-Languages.html#pango-script-iter-get-range" since="1.4"/>
463
466
  <keyword type="function" name="pango_script_iter_next ()" link="pango-Scripts-and-Languages.html#pango-script-iter-next" since="1.4"/>
464
467
  <keyword type="function" name="pango_script_iter_free ()" link="pango-Scripts-and-Languages.html#pango-script-iter-free" since="1.4"/>
465
- <keyword type="struct" name="PangoLanguage" link="pango-Scripts-and-Languages.html#PangoLanguage"/>
468
+ <keyword type="struct" name="PangoLanguage" link="pango-Scripts-and-Languages.html#PangoLanguage-struct"/>
466
469
  <keyword type="macro" name="PANGO_TYPE_LANGUAGE" link="pango-Scripts-and-Languages.html#PANGO-TYPE-LANGUAGE:CAPS"/>
467
470
  <keyword type="function" name="pango_language_from_string ()" link="pango-Scripts-and-Languages.html#pango-language-from-string"/>
468
471
  <keyword type="function" name="pango_language_to_string ()" link="pango-Scripts-and-Languages.html#pango-language-to-string"/>
@@ -471,14 +474,14 @@
471
474
  <keyword type="function" name="pango_language_get_scripts ()" link="pango-Scripts-and-Languages.html#pango-language-get-scripts" since="1.22"/>
472
475
  <keyword type="function" name="pango_language_get_default ()" link="pango-Scripts-and-Languages.html#pango-language-get-default" since="1.16"/>
473
476
  <keyword type="function" name="pango_language_get_sample_string ()" link="pango-Scripts-and-Languages.html#pango-language-get-sample-string"/>
474
- <keyword type="enum" name="enum PangoDirection" link="pango-Bidirectional-Text.html#PangoDirection"/>
477
+ <keyword type="enum" name="enum PangoDirection" link="pango-Bidirectional-Text.html#PangoDirection-enum"/>
475
478
  <keyword type="function" name="pango_unichar_direction ()" link="pango-Bidirectional-Text.html#pango-unichar-direction"/>
476
479
  <keyword type="function" name="pango_find_base_dir ()" link="pango-Bidirectional-Text.html#pango-find-base-dir" since="1.4"/>
477
480
  <keyword type="function" name="pango_get_mirror_char ()" link="pango-Bidirectional-Text.html#pango-get-mirror-char" deprecated=""/>
478
- <keyword type="enum" name="enum PangoBidiType" link="pango-Bidirectional-Text.html#PangoBidiType" since="1.22"/>
481
+ <keyword type="enum" name="enum PangoBidiType" link="pango-Bidirectional-Text.html#PangoBidiType-enum"/>
479
482
  <keyword type="function" name="pango_bidi_type_for_unichar ()" link="pango-Bidirectional-Text.html#pango-bidi-type-for-unichar" since="1.22"/>
480
- <keyword type="enum" name="enum PangoGravity" link="pango-Vertical-Text.html#PangoGravity" since="1.16"/>
481
- <keyword type="enum" name="enum PangoGravityHint" link="pango-Vertical-Text.html#PangoGravityHint" since="1.16"/>
483
+ <keyword type="enum" name="enum PangoGravity" link="pango-Vertical-Text.html#PangoGravity-enum"/>
484
+ <keyword type="enum" name="enum PangoGravityHint" link="pango-Vertical-Text.html#PangoGravityHint-enum"/>
482
485
  <keyword type="macro" name="PANGO_GRAVITY_IS_VERTICAL()" link="pango-Vertical-Text.html#PANGO-GRAVITY-IS-VERTICAL:CAPS" since="1.16"/>
483
486
  <keyword type="function" name="pango_gravity_get_for_matrix ()" link="pango-Vertical-Text.html#pango-gravity-get-for-matrix" since="1.16"/>
484
487
  <keyword type="function" name="pango_gravity_get_for_script ()" link="pango-Vertical-Text.html#pango-gravity-get-for-script" since="1.16"/>
@@ -590,9 +593,6 @@
590
593
  <keyword type="function" name="pango_cairo_layout_line_path ()" link="pango-Cairo-Rendering.html#pango-cairo-layout-line-path" since="1.10"/>
591
594
  <keyword type="function" name="pango_cairo_layout_path ()" link="pango-Cairo-Rendering.html#pango-cairo-layout-path" since="1.10"/>
592
595
  <keyword type="function" name="pango_cairo_error_underline_path ()" link="pango-Cairo-Rendering.html#pango-cairo-error-underline-path" since="1.14"/>
593
- <keyword type="macro" name="PANGO_RENDER_TYPE_ATSUI" link="pango-ATSUI-Fonts.html#PANGO-RENDER-TYPE-ATSUI:CAPS"/>
594
- <keyword type="function" name="pango_atsui_font_get_cgfont ()" link="pango-ATSUI-Fonts.html#pango-atsui-font-get-cgfont" since="1.18"/>
595
- <keyword type="function" name="pango_atsui_font_get_atsfont ()" link="pango-ATSUI-Fonts.html#pango-atsui-font-get-atsfont" since="1.28"/>
596
596
  <keyword type="macro" name="PANGO_RENDER_TYPE_X" link="pango-X-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-X:CAPS" deprecated=""/>
597
597
  <keyword type="function" name="pango_x_get_context ()" link="pango-X-Fonts-and-Rendering.html#pango-x-get-context" deprecated=""/>
598
598
  <keyword type="function" name="pango_x_context_set_funcs ()" link="pango-X-Fonts-and-Rendering.html#pango-x-context-set-funcs" deprecated=""/>
@@ -623,7 +623,7 @@
623
623
  <keyword type="function" name="pango_x_font_cache_load ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-load" deprecated=""/>
624
624
  <keyword type="function" name="pango_x_font_cache_unload ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-unload" deprecated=""/>
625
625
  <keyword type="struct" name="struct PangoRenderer" link="pango-pango-renderer.html#PangoRenderer-struct"/>
626
- <keyword type="enum" name="enum PangoRenderPart" link="pango-pango-renderer.html#PangoRenderPart" since="1.8"/>
626
+ <keyword type="enum" name="enum PangoRenderPart" link="pango-pango-renderer.html#PangoRenderPart-enum"/>
627
627
  <keyword type="macro" name="PANGO_TYPE_RENDER_PART" link="pango-pango-renderer.html#PANGO-TYPE-RENDER-PART:CAPS"/>
628
628
  <keyword type="struct" name="struct PangoRendererClass" link="pango-pango-renderer.html#PangoRendererClass" since="1.8"/>
629
629
  <keyword type="function" name="pango_renderer_draw_layout ()" link="pango-pango-renderer.html#pango-renderer-draw-layout" since="1.8"/>
@@ -730,7 +730,7 @@
730
730
  <keyword type="function" name="pango_ot_tag_from_script ()" link="pango-OpenType-Font-Handling.html#pango-ot-tag-from-script" since="1.18"/>
731
731
  <keyword type="function" name="pango_ot_tag_to_language ()" link="pango-OpenType-Font-Handling.html#pango-ot-tag-to-language" since="1.18"/>
732
732
  <keyword type="function" name="pango_ot_tag_to_script ()" link="pango-OpenType-Font-Handling.html#pango-ot-tag-to-script" since="1.18"/>
733
- <keyword type="enum" name="enum PangoCoverageLevel" link="pango-Coverage-Maps.html#PangoCoverageLevel"/>
733
+ <keyword type="enum" name="enum PangoCoverageLevel" link="pango-Coverage-Maps.html#PangoCoverageLevel-enum"/>
734
734
  <keyword type="macro" name="PANGO_TYPE_COVERAGE_LEVEL" link="pango-Coverage-Maps.html#PANGO-TYPE-COVERAGE-LEVEL:CAPS"/>
735
735
  <keyword type="struct" name="PangoCoverage" link="pango-Coverage-Maps.html#PangoCoverage"/>
736
736
  <keyword type="function" name="pango_coverage_new ()" link="pango-Coverage-Maps.html#pango-coverage-new"/>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Basic Pango Interfaces</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="index.html" title="Pango Reference Manual">
9
9
  <link rel="prev" href="index.html" title="Pango Reference Manual">
10
10
  <link rel="next" href="pango-Text-Processing.html" title="Rendering">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -58,6 +58,6 @@ markup language to encode text with attributes</span>
58
58
  </div>
59
59
  <div class="footer">
60
60
  <hr>
61
- Generated by GTK-Doc V1.15.1</div>
61
+ Generated by GTK-Doc V1.18</div>
62
62
  </body>
63
63
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Rendering with Pango</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="index.html" title="Pango Reference Manual">
9
9
  <link rel="prev" href="pango-Vertical-Text.html" title="Vertical Text">
10
10
  <link rel="next" href="pango-Win32-Fonts-and-Rendering.html" title="Win32 Fonts and Rendering">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -45,6 +45,6 @@
45
45
  </div>
46
46
  <div class="footer">
47
47
  <hr>
48
- Generated by GTK-Doc V1.15.1</div>
48
+ Generated by GTK-Doc V1.18</div>
49
49
  </body>
50
50
  </html>
@@ -32,8 +32,9 @@
32
32
  /* this is needed so that the local anchors are displayed below the naviagtion */
33
33
  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
34
34
  {
35
+ display: inline-block;
35
36
  position: relative;
36
- padding-top:4.5em;
37
+ top:-5em;
37
38
  }
38
39
  /* this seems to be a bug in the xsl style sheets when generating indexes */
39
40
  div.index div.index
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Pango Tools</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="index.html" title="Pango Reference Manual">
9
9
  <link rel="prev" href="pango-Version-Checking.html" title="Version Checking">
10
10
  <link rel="next" href="pango-querymodules.html" title="pango-querymodules">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -28,6 +28,6 @@
28
28
  </div>
29
29
  <div class="footer">
30
30
  <hr>
31
- Generated by GTK-Doc V1.15.1</div>
31
+ Generated by GTK-Doc V1.18</div>
32
32
  </body>
33
33
  </html>
@@ -1,13 +1,22 @@
1
1
  '\" t
2
2
  .\" Title: pango-querymodules
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
- .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
- .\" Date: 09/29/2010
4
+ .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
+ .\" Date: 09/28/2011
6
6
  .\" Manual: [FIXME: manual]
7
7
  .\" Source: [FIXME: source]
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "PANGO\-QUERYMODULES" "1" "09/29/2010" "[FIXME: source]" "[FIXME: manual]"
10
+ .TH "PANGO\-QUERYMODULES" "1" "09/28/2011" "[FIXME: source]" "[FIXME: manual]"
11
+ .\" -----------------------------------------------------------------
12
+ .\" * Define some portability stuff
13
+ .\" -----------------------------------------------------------------
14
+ .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
+ .\" http://bugs.debian.org/507673
16
+ .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
+ .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
+ .ie \n(.g .ds Aq \(aq
19
+ .el .ds Aq '
11
20
  .\" -----------------------------------------------------------------
12
21
  .\" * set default formatting
13
22
  .\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
1
- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
2
- .TH PANGO-VIEW "1" "September 2010" "pango-view (pango) 1.28.3" "User Commands"
1
+ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.2.
2
+ .TH PANGO-VIEW "1" "September 2011" "pango-view (pango) 1.29.4" "User Commands"
3
3
  .SH NAME
4
4
  pango-view \- Pango text viewer
5
5
  .SH DESCRIPTION
@@ -0,0 +1,806 @@
1
+ +++ latest --arch=win32 gettext-runtime gettext-tools glib pkg-config zlib libpng pixman cairo expat fontconfig freetype
2
+ ++ DEPS='gettext-runtime-0.18.1.1-2 gettext-tools-0.18.1.1-2 glib-2.28.8-1 pkg-config-0.26-1 zlib-1.2.5-2 libpng-1.4.3-1 pixman-0.20.0-1 cairo-1.10.2-1 expat-2.0.1-1 fontconfig-2.8.0-2 freetype-2.4.4-1'
3
+ +++ latest --arch=win32 gettext-runtime
4
+ ++ GETTEXT_RUNTIME=gettext-runtime-0.18.1.1-2
5
+ ++ PKG_CONFIG_PATH=/dummy
6
+ ++ for D in '$DEPS'
7
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
8
+ ++ PATH=/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
9
+ ++ for D in '$DEPS'
10
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
11
+ ++ PATH=/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
12
+ ++ for D in '$DEPS'
13
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
14
+ ++ PATH=/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
15
+ ++ for D in '$DEPS'
16
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/pkg-config-0.26-1/lib/pkgconfig:/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
17
+ ++ PATH=/devel/dist/win32/pkg-config-0.26-1/bin:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
18
+ ++ for D in '$DEPS'
19
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.26-1/lib/pkgconfig:/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
20
+ ++ PATH=/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.26-1/bin:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
21
+ ++ for D in '$DEPS'
22
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.26-1/lib/pkgconfig:/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
23
+ ++ PATH=/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.26-1/bin:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
24
+ ++ for D in '$DEPS'
25
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/pixman-0.20.0-1/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.26-1/lib/pkgconfig:/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
26
+ ++ PATH=/devel/dist/win32/pixman-0.20.0-1/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.26-1/bin:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
27
+ ++ for D in '$DEPS'
28
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/cairo-1.10.2-1/lib/pkgconfig:/devel/dist/win32/pixman-0.20.0-1/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.26-1/lib/pkgconfig:/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
29
+ ++ PATH=/devel/dist/win32/cairo-1.10.2-1/bin:/devel/dist/win32/pixman-0.20.0-1/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.26-1/bin:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
30
+ ++ for D in '$DEPS'
31
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/expat-2.0.1-1/lib/pkgconfig:/devel/dist/win32/cairo-1.10.2-1/lib/pkgconfig:/devel/dist/win32/pixman-0.20.0-1/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.26-1/lib/pkgconfig:/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
32
+ ++ PATH=/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.10.2-1/bin:/devel/dist/win32/pixman-0.20.0-1/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.26-1/bin:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
33
+ ++ for D in '$DEPS'
34
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/fontconfig-2.8.0-2/lib/pkgconfig:/devel/dist/win32/expat-2.0.1-1/lib/pkgconfig:/devel/dist/win32/cairo-1.10.2-1/lib/pkgconfig:/devel/dist/win32/pixman-0.20.0-1/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.26-1/lib/pkgconfig:/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
35
+ ++ PATH=/devel/dist/win32/fontconfig-2.8.0-2/bin:/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.10.2-1/bin:/devel/dist/win32/pixman-0.20.0-1/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.26-1/bin:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
36
+ ++ for D in '$DEPS'
37
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/freetype-2.4.4-1/lib/pkgconfig:/devel/dist/win32/fontconfig-2.8.0-2/lib/pkgconfig:/devel/dist/win32/expat-2.0.1-1/lib/pkgconfig:/devel/dist/win32/cairo-1.10.2-1/lib/pkgconfig:/devel/dist/win32/pixman-0.20.0-1/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.26-1/lib/pkgconfig:/devel/dist/win32/glib-2.28.8-1/lib/pkgconfig:/devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig:/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig:/dummy
38
+ ++ PATH=/devel/dist/win32/freetype-2.4.4-1/bin:/devel/dist/win32/fontconfig-2.8.0-2/bin:/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.10.2-1/bin:/devel/dist/win32/pixman-0.20.0-1/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.26-1/bin:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
39
+ ++ lt_cv_deplibs_check_method=pass_all
40
+ ++ CC='gcc -mthreads'
41
+ ++ LDFLAGS='-L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -Wl,--enable-auto-image-base'
42
+ ++ CFLAGS=-O2
43
+ ++ ./configure --enable-debug=yes --disable-gtk-doc --without-x --prefix=/devel/target/e7ccdb85e6820e4560d75f6316aa481d --enable-explicit-deps=no --with-included-modules=yes
44
+ checking for a BSD-compatible install... /bin/install -c
45
+ checking whether build environment is sane... yes
46
+ checking for a thread-safe mkdir -p... /bin/mkdir -p
47
+ checking for gawk... gawk
48
+ checking whether make sets $(MAKE)... yes
49
+ checking build system type... i686-pc-mingw32
50
+ checking host system type... i686-pc-mingw32
51
+ checking for native Win32... yes
52
+ checking for gcc... gcc -mthreads
53
+ checking whether the C compiler works... yes
54
+ checking for C compiler default output file name... a.exe
55
+ checking for suffix of executables... .exe
56
+ checking whether we are cross compiling... no
57
+ checking for suffix of object files... o
58
+ checking whether we are using the GNU C compiler... yes
59
+ checking whether gcc -mthreads accepts -g... yes
60
+ checking for gcc -mthreads option to accept ISO C89... none needed
61
+ checking for style of include used by make... GNU
62
+ checking dependency style of gcc -mthreads... gcc3
63
+ checking for c++... c++
64
+ checking whether we are using the GNU C++ compiler... yes
65
+ checking whether c++ accepts -g... yes
66
+ checking dependency style of c++... gcc3
67
+ checking whether we are using the GNU C++ compiler... (cached) yes
68
+ checking whether c++ accepts -g... (cached) yes
69
+ checking dependency style of c++... (cached) gcc3
70
+ checking for mprotect... yes
71
+ checking for sysconf... no
72
+ checking for getpagesize... yes
73
+ checking how to run the C preprocessor... gcc -mthreads -E
74
+ checking for grep that handles long lines and -e... /bin/grep
75
+ checking for egrep... /bin/grep -E
76
+ checking for ANSI C header files... yes
77
+ checking for sys/types.h... yes
78
+ checking for sys/stat.h... yes
79
+ checking for stdlib.h... yes
80
+ checking for string.h... yes
81
+ checking for memory.h... yes
82
+ checking for strings.h... yes
83
+ checking for inttypes.h... yes
84
+ checking for stdint.h... yes
85
+ checking for unistd.h... yes
86
+ checking for unistd.h... (cached) yes
87
+ checking sys/mman.h usability... no
88
+ checking sys/mman.h presence... no
89
+ checking for sys/mman.h... no
90
+ checking for as... as
91
+ checking for dlltool... dlltool
92
+ checking for objdump... objdump
93
+ checking how to print strings... printf
94
+ checking for a sed that does not truncate output... /bin/sed
95
+ checking for fgrep... /bin/grep -F
96
+ checking for ld used by gcc -mthreads... c:/mingw/mingw32/bin/ld.exe
97
+ checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
98
+ checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
99
+ checking the name lister (/mingw/bin/nm) interface... BSD nm
100
+ checking whether ln -s works... no, using cp -p
101
+ checking the maximum length of command line arguments... 8192
102
+ checking whether the shell understands some XSI constructs... yes
103
+ checking whether the shell understands "+="... yes
104
+ checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32
105
+ checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
106
+ checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
107
+ checking for objdump... (cached) objdump
108
+ checking how to recognize dependent libraries... (cached) pass_all
109
+ checking for dlltool... (cached) dlltool
110
+ checking how to associate runtime and link libraries... func_cygming_dll_for_implib
111
+ checking for ar... ar
112
+ checking for archiver @FILE support... @
113
+ checking for strip... strip
114
+ checking for ranlib... ranlib
115
+ checking command to parse /mingw/bin/nm output from gcc -mthreads object... ok
116
+ checking for sysroot... no
117
+ checking for mt... no
118
+ checking if : is a manifest tool... no
119
+ checking for dlfcn.h... no
120
+ checking for objdir... .libs
121
+ checking if gcc -mthreads supports -fno-rtti -fno-exceptions... no
122
+ checking for gcc -mthreads option to produce PIC... -DDLL_EXPORT -DPIC
123
+ checking if gcc -mthreads PIC flag -DDLL_EXPORT -DPIC works... yes
124
+ checking if gcc -mthreads static flag -static works... yes
125
+ checking if gcc -mthreads supports -c -o file.o... yes
126
+ checking if gcc -mthreads supports -c -o file.o... (cached) yes
127
+ checking whether the gcc -mthreads linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
128
+ checking whether -lc should be explicitly linked in... yes
129
+ checking dynamic linker characteristics... Win32 ld.exe
130
+ checking how to hardcode library paths into programs... immediate
131
+ checking whether stripping libraries is possible... yes
132
+ checking if libtool supports shared libraries... yes
133
+ checking whether to build shared libraries... yes
134
+ checking whether to build static libraries... no
135
+ checking how to run the C++ preprocessor... c++ -E
136
+ checking for ld used by c++... c:/mingw/mingw32/bin/ld.exe
137
+ checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
138
+ checking whether the c++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
139
+ checking for c++ option to produce PIC... -DDLL_EXPORT -DPIC
140
+ checking if c++ PIC flag -DDLL_EXPORT -DPIC works... yes
141
+ checking if c++ static flag -static works... yes
142
+ checking if c++ supports -c -o file.o... yes
143
+ checking if c++ supports -c -o file.o... (cached) yes
144
+ checking whether the c++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
145
+ checking dynamic linker characteristics... Win32 ld.exe
146
+ checking how to hardcode library paths into programs... immediate
147
+ configure: creating ./config.lt
148
+ config.lt: creating libtool
149
+ checking for some Win32 platform... yes
150
+ checking for windres... windres
151
+ checking for lib.exe... yes
152
+ checking pkg-config is at least version 0.9.0... yes
153
+ checking for FONTCONFIG... yes
154
+ checking for FREETYPE... yes
155
+ checking how to get MSVC-compatible struct packing... -mms-bitfields
156
+ checking Carbon/Carbon.h usability... no
157
+ checking Carbon/Carbon.h presence... no
158
+ checking for Carbon/Carbon.h... no
159
+ checking for CoreText availability... no
160
+ checking for CAIRO... yes
161
+ checking which cairo font backends could be used... win32 freetype
162
+ checking for GLIB... yes
163
+ checking for LIBTHAI... no
164
+ no
165
+ checking for gobject-introspection... no
166
+ checking modules to link statically... arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,basic-coretext,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,thai-fc,tibetan-fc
167
+ checking dynamic modules to build... arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,basic-coretext,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,thai-fc,tibetan-fc (those built into Pango will be excluded)
168
+ checking for flockfile... no
169
+ checking for strtok_r... no
170
+ checking for gtkdoc-check... no
171
+ checking for gtkdoc-rebase... no
172
+ checking for gtkdoc-mkpdf... no
173
+ checking whether to build gtk-doc documentation... no
174
+ checking Whether to write dependencies into .pc files... no
175
+ checking for dirent.h that defines DIR... yes
176
+ checking for library containing opendir... none required
177
+ checking for unistd.h... (cached) yes
178
+ configure: creating ./config.status
179
+ config.status: creating Makefile
180
+ config.status: creating pango/Makefile
181
+ config.status: creating pango/mini-fribidi/Makefile
182
+ config.status: creating pango/opentype/Makefile
183
+ config.status: creating pango/pango.rc
184
+ config.status: creating pango/pangoft2.rc
185
+ config.status: creating pango/pangowin32.rc
186
+ config.status: creating pango/pangocairo.rc
187
+ config.status: creating pango/pangox.rc
188
+ config.status: creating pango/pangoxft.rc
189
+ config.status: creating pango-view/Makefile
190
+ config.status: creating modules/Makefile
191
+ config.status: creating modules/arabic/Makefile
192
+ config.status: creating modules/basic/Makefile
193
+ config.status: creating modules/hangul/Makefile
194
+ config.status: creating modules/hebrew/Makefile
195
+ config.status: creating modules/indic/Makefile
196
+ config.status: creating modules/khmer/Makefile
197
+ config.status: creating modules/syriac/Makefile
198
+ config.status: creating modules/thai/Makefile
199
+ config.status: creating modules/tibetan/Makefile
200
+ config.status: creating examples/Makefile
201
+ config.status: creating docs/Makefile
202
+ config.status: creating docs/version.xml
203
+ config.status: creating tools/Makefile
204
+ config.status: creating tests/Makefile
205
+ config.status: creating build/Makefile
206
+ config.status: creating build/win32/Makefile
207
+ config.status: creating build/win32/vs9/Makefile
208
+ config.status: creating pango.pc
209
+ config.status: creating pangox.pc
210
+ config.status: creating pangowin32.pc
211
+ config.status: creating pangoft2.pc
212
+ config.status: creating pangoxft.pc
213
+ config.status: creating pangocairo.pc
214
+ config.status: creating pango-uninstalled.pc
215
+ config.status: creating pangox-uninstalled.pc
216
+ config.status: creating pangowin32-uninstalled.pc
217
+ config.status: creating pangoft2-uninstalled.pc
218
+ config.status: creating pangoxft-uninstalled.pc
219
+ config.status: creating pangocairo-uninstalled.pc
220
+ config.status: creating pango-zip.sh
221
+ config.status: creating config.h.win32
222
+ config.status: creating tests/runtests.sh
223
+ config.status: creating config.h
224
+ config.status: config.h is unchanged
225
+ config.status: executing depfiles commands
226
+ config.status: executing libtool commands
227
+ config.status: executing pango/module-defs.h commands
228
+ config.status: executing pango/module-defs-x.c commands
229
+ config.status: executing pango/module-defs-fc.c commands
230
+ config.status: executing pango/module-defs-win32.c commands
231
+ config.status: executing pango/module-defs-atsui.c commands
232
+ config.status: executing pango/module-defs-coretext.c commands
233
+ config.status: executing pango/module-defs-lang.c commands
234
+ config.status: executing pango/pango-features.h commands
235
+ config.status: creating pango/pango-features.h
236
+ config.status: pango/pango-features.h is unchanged
237
+ configuration:
238
+ backends: Cairo Win32 FreeType
239
+ ++ PATH=/devel/target/e7ccdb85e6820e4560d75f6316aa481d/bin:.libs:/devel/dist/win32/freetype-2.4.4-1/bin:/devel/dist/win32/fontconfig-2.8.0-2/bin:/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.10.2-1/bin:/devel/dist/win32/pixman-0.20.0-1/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.26-1/bin:/devel/dist/win32/glib-2.28.8-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/winsdk52/Bin/win64/x86/AMD64:/mingw/bin:/opt/local/bin:/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
240
+ ++ make install
241
+ Making install in pango
242
+ make[1]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango'
243
+ make install-recursive
244
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango'
245
+ Making install in opentype
246
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango/opentype'
247
+ make[4]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango/opentype'
248
+ make[4]: Nothing to be done for `install-exec-am'.
249
+ make[4]: Nothing to be done for `install-data-am'.
250
+ make[4]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango/opentype'
251
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango/opentype'
252
+ Making install in mini-fribidi
253
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango/mini-fribidi'
254
+ make[4]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango/mini-fribidi'
255
+ make[4]: Nothing to be done for `install-exec-am'.
256
+ make[4]: Nothing to be done for `install-data-am'.
257
+ make[4]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango/mini-fribidi'
258
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango/mini-fribidi'
259
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango'
260
+ CC module-defs-lang.lo
261
+ GEN included-modules
262
+ make[4]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules'
263
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/arabic'
264
+ make[5]: Nothing to be done for `included-modules'.
265
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/arabic'
266
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/basic'
267
+ make[5]: Nothing to be done for `included-modules'.
268
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/basic'
269
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/hangul'
270
+ make[5]: Nothing to be done for `included-modules'.
271
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/hangul'
272
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/hebrew'
273
+ make[5]: Nothing to be done for `included-modules'.
274
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/hebrew'
275
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/indic'
276
+ make[5]: Nothing to be done for `included-modules'.
277
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/indic'
278
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/khmer'
279
+ make[5]: Nothing to be done for `included-modules'.
280
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/khmer'
281
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/syriac'
282
+ make[5]: Nothing to be done for `included-modules'.
283
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/syriac'
284
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/thai'
285
+ make[5]: Nothing to be done for `included-modules'.
286
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/thai'
287
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/tibetan'
288
+ make[5]: Nothing to be done for `included-modules'.
289
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/tibetan'
290
+ make[4]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules'
291
+ GEN ../modules/arabic/libpango-arabic-lang.la
292
+ GEN ../modules/indic/libpango-indic-lang.la
293
+ GEN pango-win32-res.o
294
+ CCLD libpango-1.0.la
295
+ Creating library file: .libs/libpango-1.0.dll.a
296
+ CC module-defs-fc.lo
297
+ GEN ../modules/arabic/libpango-arabic-fc.la
298
+ GEN ../modules/basic/libpango-basic-fc.la
299
+ GEN ../modules/hangul/libpango-hangul-fc.la
300
+ GEN ../modules/hebrew/libpango-hebrew-fc.la
301
+ GEN ../modules/indic/libpango-indic-fc.la
302
+ GEN ../modules/khmer/libpango-khmer-fc.la
303
+ GEN ../modules/syriac/libpango-syriac-fc.la
304
+ GEN ../modules/thai/libpango-thai-fc.la
305
+ GEN ../modules/tibetan/libpango-tibetan-fc.la
306
+ GEN pangoft2-win32-res.o
307
+ CCLD libpangoft2-1.0.la
308
+ Creating library file: .libs/libpangoft2-1.0.dll.a
309
+ GEN pangocairo-win32-res.o
310
+ CC module-defs-win32.lo
311
+ GEN ../modules/basic/libpango-basic-win32.la
312
+ GEN pangowin32-win32-res.o
313
+ CCLD libpangowin32-1.0.la
314
+ Creating library file: .libs/libpangowin32-1.0.dll.a
315
+ CCLD libpangocairo-1.0.la
316
+ libtool: link: warning: `c:/mingw/bin/../lib/gcc/mingw32/4.5.2/libstdc++.la' seems to be moved
317
+ Creating library file: .libs/libpangocairo-1.0.dll.a
318
+ CCLD pango-querymodules.exe
319
+ GEN pango-1.0.lib
320
+ Microsoft (R) Library Manager Version 8.00.40310.39
321
+ Copyright (C) Microsoft Corporation. All rights reserved.
322
+
323
+ Creating library pango-1.0.lib and object pango-1.0.exp
324
+ GEN pangowin32-1.0.lib
325
+ Microsoft (R) Library Manager Version 8.00.40310.39
326
+ Copyright (C) Microsoft Corporation. All rights reserved.
327
+
328
+ Creating library pangowin32-1.0.lib and object pangowin32-1.0.exp
329
+ GEN pangocairo-1.0.lib
330
+ Microsoft (R) Library Manager Version 8.00.40310.39
331
+ Copyright (C) Microsoft Corporation. All rights reserved.
332
+
333
+ Creating library pangocairo-1.0.lib and object pangocairo-1.0.exp
334
+ GEN pangoft2-1.0.lib
335
+ Microsoft (R) Library Manager Version 8.00.40310.39
336
+ Copyright (C) Microsoft Corporation. All rights reserved.
337
+
338
+ Creating library pangoft2-1.0.lib and object pangoft2-1.0.exp
339
+ make[4]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango'
340
+ GEN included-modules
341
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules'
342
+ make[6]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/arabic'
343
+ make[6]: Nothing to be done for `included-modules'.
344
+ make[6]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/arabic'
345
+ make[6]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/basic'
346
+ make[6]: Nothing to be done for `included-modules'.
347
+ make[6]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/basic'
348
+ make[6]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/hangul'
349
+ make[6]: Nothing to be done for `included-modules'.
350
+ make[6]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/hangul'
351
+ make[6]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/hebrew'
352
+ make[6]: Nothing to be done for `included-modules'.
353
+ make[6]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/hebrew'
354
+ make[6]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/indic'
355
+ make[6]: Nothing to be done for `included-modules'.
356
+ make[6]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/indic'
357
+ make[6]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/khmer'
358
+ make[6]: Nothing to be done for `included-modules'.
359
+ make[6]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/khmer'
360
+ make[6]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/syriac'
361
+ make[6]: Nothing to be done for `included-modules'.
362
+ make[6]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/syriac'
363
+ make[6]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/thai'
364
+ make[6]: Nothing to be done for `included-modules'.
365
+ make[6]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/thai'
366
+ make[6]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/tibetan'
367
+ make[6]: Nothing to be done for `included-modules'.
368
+ make[6]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/tibetan'
369
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules'
370
+ GEN ../modules/arabic/libpango-arabic-lang.la
371
+ GEN ../modules/indic/libpango-indic-lang.la
372
+ GEN ../modules/arabic/libpango-arabic-fc.la
373
+ GEN ../modules/basic/libpango-basic-fc.la
374
+ GEN ../modules/hangul/libpango-hangul-fc.la
375
+ GEN ../modules/hebrew/libpango-hebrew-fc.la
376
+ GEN ../modules/indic/libpango-indic-fc.la
377
+ GEN ../modules/khmer/libpango-khmer-fc.la
378
+ GEN ../modules/syriac/libpango-syriac-fc.la
379
+ GEN ../modules/thai/libpango-thai-fc.la
380
+ GEN ../modules/tibetan/libpango-tibetan-fc.la
381
+ GEN ../modules/basic/libpango-basic-win32.la
382
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib"
383
+ /bin/sh ../libtool --mode=install /bin/install -c libpango-1.0.la libpangoft2-1.0.la libpangocairo-1.0.la libpangowin32-1.0.la '/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib'
384
+ libtool: install: /bin/install -c .libs/libpango-1.0.dll.a /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/libpango-1.0.dll.a
385
+ libtool: install: base_file=`basename libpango-1.0.la`
386
+ libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpango-1.0.la'i; echo libpango-1.0-0.dll'`
387
+ libtool: install: dldir=/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/`dirname ../bin/libpango-1.0-0.dll`
388
+ libtool: install: test -d /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin || mkdir -p /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin
389
+ libtool: install: /bin/install -c .libs/libpango-1.0-0.dll /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpango-1.0-0.dll
390
+ libtool: install: chmod a+x /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpango-1.0-0.dll
391
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpango-1.0-0.dll' || exit 0; fi
392
+ libtool: install: /bin/install -c .libs/libpango-1.0.lai /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/libpango-1.0.la
393
+ libtool: install: /bin/install -c .libs/libpangoft2-1.0.dll.a /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/libpangoft2-1.0.dll.a
394
+ libtool: install: base_file=`basename libpangoft2-1.0.la`
395
+ libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpangoft2-1.0.la'i; echo libpangoft2-1.0-0.dll'`
396
+ libtool: install: dldir=/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/`dirname ../bin/libpangoft2-1.0-0.dll`
397
+ libtool: install: test -d /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin || mkdir -p /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin
398
+ libtool: install: /bin/install -c .libs/libpangoft2-1.0-0.dll /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpangoft2-1.0-0.dll
399
+ libtool: install: chmod a+x /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpangoft2-1.0-0.dll
400
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpangoft2-1.0-0.dll' || exit 0; fi
401
+ libtool: install: /bin/install -c .libs/libpangoft2-1.0.lai /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/libpangoft2-1.0.la
402
+ libtool: install: /bin/install -c .libs/libpangocairo-1.0.dll.a /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/libpangocairo-1.0.dll.a
403
+ libtool: install: base_file=`basename libpangocairo-1.0.la`
404
+ libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpangocairo-1.0.la'i; echo libpangocairo-1.0-0.dll'`
405
+ libtool: install: dldir=/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/`dirname ../bin/libpangocairo-1.0-0.dll`
406
+ libtool: install: test -d /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin || mkdir -p /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin
407
+ libtool: install: /bin/install -c .libs/libpangocairo-1.0-0.dll /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpangocairo-1.0-0.dll
408
+ libtool: install: chmod a+x /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpangocairo-1.0-0.dll
409
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpangocairo-1.0-0.dll' || exit 0; fi
410
+ libtool: install: /bin/install -c .libs/libpangocairo-1.0.lai /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/libpangocairo-1.0.la
411
+ libtool: install: /bin/install -c .libs/libpangowin32-1.0.dll.a /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/libpangowin32-1.0.dll.a
412
+ libtool: install: base_file=`basename libpangowin32-1.0.la`
413
+ libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpangowin32-1.0.la'i; echo libpangowin32-1.0-0.dll'`
414
+ libtool: install: dldir=/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/`dirname ../bin/libpangowin32-1.0-0.dll`
415
+ libtool: install: test -d /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin || mkdir -p /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin
416
+ libtool: install: /bin/install -c .libs/libpangowin32-1.0-0.dll /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpangowin32-1.0-0.dll
417
+ libtool: install: chmod a+x /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpangowin32-1.0-0.dll
418
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/../bin/libpangowin32-1.0-0.dll' || exit 0; fi
419
+ libtool: install: /bin/install -c .libs/libpangowin32-1.0.lai /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/libpangowin32-1.0.la
420
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/bin" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/bin"
421
+ /bin/sh ../libtool --mode=install /bin/install -c pango-querymodules.exe '/devel/target/e7ccdb85e6820e4560d75f6316aa481d/bin'
422
+ libtool: install: /bin/install -c .libs/pango-querymodules.exe /devel/target/e7ccdb85e6820e4560d75f6316aa481d/bin/pango-querymodules.exe
423
+ make install-exec-hook
424
+ make[5]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango'
425
+ for i in libpangoft2-1.0.la libpangoxft-1.0.la libpangox-1.0.la libpangowin32-1.0.la; do \
426
+ test -f /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/$i && /bin/sh ../sanitize-la.sh /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/$i ; \
427
+ done
428
+ make[5]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango'
429
+ test -z "" || /bin/mkdir -p ""
430
+ /bin/install -c pango-1.0.lib /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib
431
+ /bin/install -c pangoft2-1.0.lib /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib
432
+ /bin/install -c pangowin32-1.0.lib /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib
433
+ /bin/install -c pangocairo-1.0.lib /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib
434
+ GEN install-def-files
435
+ /bin/install -c ./pangoft2.def /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pangoft2-1.0.def
436
+ /bin/install -c ./pangowin32.def /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pangowin32-1.0.def
437
+ /bin/install -c ./pangocairo.def /devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pangocairo-1.0.def
438
+ test -z "" || /bin/mkdir -p ""
439
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/include/pango-1.0/pango" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/include/pango-1.0/pango"
440
+ /bin/install -c -m 644 pango.h pango-attributes.h pango-bidi-type.h pango-break.h pango-context.h pango-coverage.h pango-engine.h pango-font.h pango-fontmap.h pango-fontset.h pango-glyph.h pango-glyph-item.h pango-gravity.h pango-item.h pango-language.h pango-layout.h pango-matrix.h pango-modules.h pango-renderer.h pango-script.h pango-tabs.h pango-types.h pango-utils.h pango-features.h pango-enum-types.h pango-ot.h pangofc-font.h pangofc-fontmap.h pangofc-decoder.h pangoft2.h pangocairo.h pangowin32.h '/devel/target/e7ccdb85e6820e4560d75f6316aa481d/include/pango-1.0/pango'
441
+ test -z "" || /bin/mkdir -p ""
442
+ make[4]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango'
443
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango'
444
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango'
445
+ make[1]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango'
446
+ Making install in modules
447
+ make[1]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules'
448
+ Making install in arabic
449
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/arabic'
450
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/arabic'
451
+ make[3]: Nothing to be done for `install-exec-am'.
452
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules"
453
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/arabic'
454
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/arabic'
455
+ Making install in basic
456
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/basic'
457
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/basic'
458
+ make[3]: Nothing to be done for `install-exec-am'.
459
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules"
460
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/basic'
461
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/basic'
462
+ Making install in hangul
463
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/hangul'
464
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/hangul'
465
+ make[3]: Nothing to be done for `install-exec-am'.
466
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules"
467
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/hangul'
468
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/hangul'
469
+ Making install in hebrew
470
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/hebrew'
471
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/hebrew'
472
+ make[3]: Nothing to be done for `install-exec-am'.
473
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules"
474
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/hebrew'
475
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/hebrew'
476
+ Making install in indic
477
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/indic'
478
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/indic'
479
+ make[3]: Nothing to be done for `install-exec-am'.
480
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules"
481
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/indic'
482
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/indic'
483
+ Making install in khmer
484
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/khmer'
485
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/khmer'
486
+ make[3]: Nothing to be done for `install-exec-am'.
487
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules"
488
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/khmer'
489
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/khmer'
490
+ Making install in syriac
491
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/syriac'
492
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/syriac'
493
+ make[3]: Nothing to be done for `install-exec-am'.
494
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules"
495
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/syriac'
496
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/syriac'
497
+ Making install in thai
498
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/thai'
499
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/thai'
500
+ make[3]: Nothing to be done for `install-exec-am'.
501
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules"
502
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/thai'
503
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/thai'
504
+ Making install in tibetan
505
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/tibetan'
506
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules/tibetan'
507
+ make[3]: Nothing to be done for `install-exec-am'.
508
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pango/1.6.0/modules"
509
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/tibetan'
510
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules/tibetan'
511
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules'
512
+ GEN pango.modules
513
+ ***
514
+ *** No dynamic modules found, or cross-compiling
515
+ *** Will use only static modules for tests and examples.
516
+ ***
517
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/modules'
518
+ make[3]: Nothing to be done for `install-exec-am'.
519
+ /bin/sh /devel/src/gnome/pango/pango-1.29.4/install-sh -d /devel/target/e7ccdb85e6820e4560d75f6316aa481d/etc/pango && ../pango/pango-querymodules.exe > /devel/target/e7ccdb85e6820e4560d75f6316aa481d/etc/pango/pango.modules
520
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules'
521
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules'
522
+ make[1]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/modules'
523
+ Making install in pango-view
524
+ make[1]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango-view'
525
+ make install-am
526
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango-view'
527
+ CCLD pango-view.exe
528
+ GEN pango-view.1
529
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango-view'
530
+ make[3]: `pango-view.1.in' is up to date.
531
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango-view'
532
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/pango-view'
533
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/bin" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/bin"
534
+ /bin/sh ../libtool --mode=install /bin/install -c pango-view.exe '/devel/target/e7ccdb85e6820e4560d75f6316aa481d/bin'
535
+ libtool: install: /bin/install -c .libs/pango-view.exe /devel/target/e7ccdb85e6820e4560d75f6316aa481d/bin/pango-view.exe
536
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/share/man/man1" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/share/man/man1"
537
+ /bin/install -c -m 644 pango-view.1 '/devel/target/e7ccdb85e6820e4560d75f6316aa481d/share/man/man1'
538
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango-view'
539
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango-view'
540
+ make[1]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/pango-view'
541
+ Making install in examples
542
+ make[1]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/examples'
543
+ CCLD cairosimple.exe
544
+ CCLD cairotwisted.exe
545
+ CCLD cairoshape.exe
546
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/examples'
547
+ make[2]: Nothing to be done for `install-exec-am'.
548
+ make[2]: Nothing to be done for `install-data-am'.
549
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/examples'
550
+ make[1]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/examples'
551
+ Making install in docs
552
+ make[1]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/docs'
553
+ make install-am
554
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/docs'
555
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/docs'
556
+ make[3]: Nothing to be done for `install-exec-am'.
557
+ /bin/install -c -m 644 ./html/PangoEngineLang.html
558
+ /bin/install -c -m 644 ./html/PangoEngineShape.html
559
+ /bin/install -c -m 644 ./html/PangoFcDecoder.html
560
+ /bin/install -c -m 644 ./html/PangoFcFont.html
561
+ /bin/install -c -m 644 ./html/PangoFcFontMap.html
562
+ /bin/install -c -m 644 ./html/PangoMarkupFormat.html
563
+ /bin/install -c -m 644 ./html/home.png
564
+ /bin/install -c -m 644 ./html/index-1.10.html
565
+ /bin/install -c -m 644 ./html/index-1.12.html
566
+ /bin/install -c -m 644 ./html/index-1.14.html
567
+ /bin/install -c -m 644 ./html/index-1.16.html
568
+ /bin/install -c -m 644 ./html/index-1.18.html
569
+ /bin/install -c -m 644 ./html/index-1.2.html
570
+ /bin/install -c -m 644 ./html/index-1.20.html
571
+ /bin/install -c -m 644 ./html/index-1.22.html
572
+ /bin/install -c -m 644 ./html/index-1.24.html
573
+ /bin/install -c -m 644 ./html/index-1.26.html
574
+ /bin/install -c -m 644 ./html/index-1.28.html
575
+ /bin/install -c -m 644 ./html/index-1.30.html
576
+ /bin/install -c -m 644 ./html/index-1.4.html
577
+ /bin/install -c -m 644 ./html/index-1.6.html
578
+ /bin/install -c -m 644 ./html/index-1.8.html
579
+ /bin/install -c -m 644 ./html/index-all.html
580
+ /bin/install -c -m 644 ./html/index-deprecated.html
581
+ /bin/install -c -m 644 ./html/index.html
582
+ /bin/install -c -m 644 ./html/index.sgml
583
+ /bin/install -c -m 644 ./html/layout.gif
584
+ /bin/install -c -m 644 ./html/left.png
585
+ /bin/install -c -m 644 ./html/lowlevel.html
586
+ /bin/install -c -m 644 ./html/pango-ATSUI-Fonts.html
587
+ /bin/install -c -m 644 ./html/pango-Bidirectional-Text.html
588
+ /bin/install -c -m 644 ./html/pango-Cairo-Rendering.html
589
+ /bin/install -c -m 644 ./html/pango-Coverage-Maps.html
590
+ /bin/install -c -m 644 ./html/pango-Engines.html
591
+ /bin/install -c -m 644 ./html/pango-Fonts.html
592
+ /bin/install -c -m 644 ./html/pango-FreeType-Fonts-and-Rendering.html
593
+ /bin/install -c -m 644 ./html/pango-Glyph-Storage.html
594
+ /bin/install -c -m 644 ./html/pango-Layout-Objects.html
595
+ /bin/install -c -m 644 ./html/pango-Miscellaneous-Utilities.html
596
+ /bin/install -c -m 644 ./html/pango-Modules.html
597
+ /bin/install -c -m 644 ./html/pango-OpenType-Font-Handling.html
598
+ /bin/install -c -m 644 ./html/pango-Scripts-and-Languages.html
599
+ /bin/install -c -m 644 ./html/pango-Tab-Stops.html
600
+ /bin/install -c -m 644 ./html/pango-Text-Attributes.html
601
+ /bin/install -c -m 644 ./html/pango-Text-Processing.html
602
+ /bin/install -c -m 644 ./html/pango-Version-Checking.html
603
+ /bin/install -c -m 644 ./html/pango-Vertical-Text.html
604
+ /bin/install -c -m 644 ./html/pango-Win32-Fonts-and-Rendering.html
605
+ /bin/install -c -m 644 ./html/pango-X-Fonts-and-Rendering.html
606
+ /bin/install -c -m 644 ./html/pango-Xft-Fonts-and-Rendering.html
607
+ /bin/install -c -m 644 ./html/pango-hierarchy.html
608
+ /bin/install -c -m 644 ./html/pango-pango-renderer.html
609
+ /bin/install -c -m 644 ./html/pango-querymodules.html
610
+ /bin/install -c -m 644 ./html/pango.devhelp2
611
+ /bin/install -c -m 644 ./html/pango.html
612
+ /bin/install -c -m 644 ./html/rendering.html
613
+ /bin/install -c -m 644 ./html/right.png
614
+ /bin/install -c -m 644 ./html/rotated-text.png
615
+ /bin/install -c -m 644 ./html/style.css
616
+ /bin/install -c -m 644 ./html/tools.html
617
+ /bin/install -c -m 644 ./html/up.png
618
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/share/man/man1" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/share/man/man1"
619
+ /bin/install -c -m 644 pango-querymodules.1 '/devel/target/e7ccdb85e6820e4560d75f6316aa481d/share/man/man1'
620
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/docs'
621
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/docs'
622
+ make[1]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/docs'
623
+ Making install in tools
624
+ make[1]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/tools'
625
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/tools'
626
+ make[2]: Nothing to be done for `install-exec-am'.
627
+ make[2]: Nothing to be done for `install-data-am'.
628
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/tools'
629
+ make[1]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/tools'
630
+ Making install in tests
631
+ make[1]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/tests'
632
+ CCLD dump-boundaries.exe
633
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/tests'
634
+ make[2]: Nothing to be done for `install-exec-am'.
635
+ make[2]: Nothing to be done for `install-data-am'.
636
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/tests'
637
+ make[1]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/tests'
638
+ Making install in build
639
+ make[1]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/build'
640
+ Making install in win32
641
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/build/win32'
642
+ Making install in vs9
643
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/build/win32/vs9'
644
+ make[4]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/build/win32/vs9'
645
+ make[4]: Nothing to be done for `install-exec-am'.
646
+ make[4]: Nothing to be done for `install-data-am'.
647
+ make[4]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/build/win32/vs9'
648
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/build/win32/vs9'
649
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/build/win32'
650
+ make[4]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/build/win32'
651
+ make[4]: Nothing to be done for `install-exec-am'.
652
+ make[4]: Nothing to be done for `install-data-am'.
653
+ make[4]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/build/win32'
654
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/build/win32'
655
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/build/win32'
656
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/build'
657
+ make[3]: Entering directory `/devel/src/gnome/pango/pango-1.29.4/build'
658
+ make[3]: Nothing to be done for `install-exec-am'.
659
+ make[3]: Nothing to be done for `install-data-am'.
660
+ make[3]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/build'
661
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/build'
662
+ make[1]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4/build'
663
+ make[1]: Entering directory `/devel/src/gnome/pango/pango-1.29.4'
664
+ make[2]: Entering directory `/devel/src/gnome/pango/pango-1.29.4'
665
+ make[2]: Nothing to be done for `install-exec-am'.
666
+ test -z "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pkgconfig" || /bin/mkdir -p "/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pkgconfig"
667
+ /bin/install -c -m 644 pango.pc pangocairo.pc pangoft2.pc pangowin32.pc '/devel/target/e7ccdb85e6820e4560d75f6316aa481d/lib/pkgconfig'
668
+ make[2]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4'
669
+ make[1]: Leaving directory `/devel/src/gnome/pango/pango-1.29.4'
670
+ ++ ./pango-zip.sh
671
+ rm: cannot lstat `/tmp/pango-1.29.4.zip': No such file or directory
672
+ adding: bin/pango-querymodules.exe (deflated 72%)
673
+ adding: etc/pango/pango.modules (deflated 16%)
674
+ adding: bin/libpango-1.0-0.dll (deflated 62%)
675
+ adding: bin/libpangoft2-1.0-0.dll (deflated 67%)
676
+ adding: bin/libpangowin32-1.0-0.dll (deflated 65%)
677
+ adding: bin/libpangocairo-1.0-0.dll (deflated 70%)
678
+ zip warning: name not matched: lib/pango/1.6.0/modules/*.dll
679
+
680
+ zip error: Nothing to do! (/tmp/pango-1.29.4.zip)
681
+ adding: share/doc/pango-1.29.4/ (stored 0%)
682
+ adding: share/doc/pango-1.29.4/COPYING (deflated 64%)
683
+ rm: cannot lstat `/tmp/pango-dev-1.29.4.zip': No such file or directory
684
+ adding: include/pango-1.0/ (stored 0%)
685
+ adding: include/pango-1.0/pango/ (stored 0%)
686
+ adding: include/pango-1.0/pango/pango-attributes.h (deflated 75%)
687
+ adding: include/pango-1.0/pango/pango-bidi-type.h (deflated 64%)
688
+ adding: include/pango-1.0/pango/pango-break.h (deflated 59%)
689
+ adding: include/pango-1.0/pango/pango-context.h (deflated 73%)
690
+ adding: include/pango-1.0/pango/pango-coverage.h (deflated 61%)
691
+ adding: include/pango-1.0/pango/pango-engine.h (deflated 72%)
692
+ adding: include/pango-1.0/pango/pango-enum-types.h (deflated 75%)
693
+ adding: include/pango-1.0/pango/pango-features.h (deflated 43%)
694
+ adding: include/pango-1.0/pango/pango-font.h (deflated 80%)
695
+ adding: include/pango-1.0/pango/pango-fontmap.h (deflated 67%)
696
+ adding: include/pango-1.0/pango/pango-fontset.h (deflated 67%)
697
+ adding: include/pango-1.0/pango/pango-glyph-item.h (deflated 67%)
698
+ adding: include/pango-1.0/pango/pango-glyph.h (deflated 66%)
699
+ adding: include/pango-1.0/pango/pango-gravity.h (deflated 60%)
700
+ adding: include/pango-1.0/pango/pango-item.h (deflated 51%)
701
+ adding: include/pango-1.0/pango/pango-language.h (deflated 57%)
702
+ adding: include/pango-1.0/pango/pango-layout.h (deflated 79%)
703
+ adding: include/pango-1.0/pango/pango-matrix.h (deflated 64%)
704
+ adding: include/pango-1.0/pango/pango-modules.h (deflated 56%)
705
+ adding: include/pango-1.0/pango/pango-ot.h (deflated 76%)
706
+ adding: include/pango-1.0/pango/pango-renderer.h (deflated 72%)
707
+ adding: include/pango-1.0/pango/pango-script.h (deflated 70%)
708
+ adding: include/pango-1.0/pango/pango-tabs.h (deflated 65%)
709
+ adding: include/pango-1.0/pango/pango-types.h (deflated 54%)
710
+ adding: include/pango-1.0/pango/pango-utils.h (deflated 63%)
711
+ adding: include/pango-1.0/pango/pango.h (deflated 60%)
712
+ adding: include/pango-1.0/pango/pangocairo.h (deflated 73%)
713
+ adding: include/pango-1.0/pango/pangofc-decoder.h (deflated 61%)
714
+ adding: include/pango-1.0/pango/pangofc-font.h (deflated 64%)
715
+ adding: include/pango-1.0/pango/pangofc-fontmap.h (deflated 71%)
716
+ adding: include/pango-1.0/pango/pangoft2.h (deflated 68%)
717
+ adding: include/pango-1.0/pango/pangowin32.h (deflated 68%)
718
+ adding: lib/libpango-1.0.dll.a (deflated 94%)
719
+ adding: lib/pango-1.0.lib (deflated 87%)
720
+ adding: lib/pango-1.0.def (deflated 81%)
721
+ adding: lib/libpangoft2-1.0.dll.a (deflated 93%)
722
+ adding: lib/pangoft2-1.0.lib (deflated 87%)
723
+ adding: lib/pangoft2-1.0.def (deflated 78%)
724
+ adding: lib/libpangowin32-1.0.dll.a (deflated 91%)
725
+ adding: lib/pangowin32-1.0.lib (deflated 84%)
726
+ adding: lib/pangowin32-1.0.def (deflated 72%)
727
+ adding: lib/libpangocairo-1.0.dll.a (deflated 92%)
728
+ adding: lib/pangocairo-1.0.lib (deflated 86%)
729
+ adding: lib/pangocairo-1.0.def (deflated 78%)
730
+ adding: lib/pkgconfig/pango.pc (deflated 32%)
731
+ adding: lib/pkgconfig/pangoft2.pc (deflated 34%)
732
+ adding: lib/pkgconfig/pangowin32.pc (deflated 30%)
733
+ adding: lib/pkgconfig/pangocairo.pc (deflated 32%)
734
+ adding: share/gtk-doc/html/pango/ (stored 0%)
735
+ adding: share/gtk-doc/html/pango/home.png (stored 0%)
736
+ adding: share/gtk-doc/html/pango/index-1.10.html (deflated 78%)
737
+ adding: share/gtk-doc/html/pango/index-1.12.html (deflated 60%)
738
+ adding: share/gtk-doc/html/pango/index-1.14.html (deflated 65%)
739
+ adding: share/gtk-doc/html/pango/index-1.16.html (deflated 79%)
740
+ adding: share/gtk-doc/html/pango/index-1.18.html (deflated 79%)
741
+ adding: share/gtk-doc/html/pango/index-1.2.html (deflated 75%)
742
+ adding: share/gtk-doc/html/pango/index-1.20.html (deflated 69%)
743
+ adding: share/gtk-doc/html/pango/index-1.22.html (deflated 73%)
744
+ adding: share/gtk-doc/html/pango/index-1.24.html (deflated 73%)
745
+ adding: share/gtk-doc/html/pango/index-1.26.html (deflated 60%)
746
+ adding: share/gtk-doc/html/pango/index-1.28.html (deflated 58%)
747
+ adding: share/gtk-doc/html/pango/index-1.30.html (deflated 58%)
748
+ adding: share/gtk-doc/html/pango/index-1.4.html (deflated 78%)
749
+ adding: share/gtk-doc/html/pango/index-1.6.html (deflated 77%)
750
+ adding: share/gtk-doc/html/pango/index-1.8.html (deflated 80%)
751
+ adding: share/gtk-doc/html/pango/index-all.html (deflated 89%)
752
+ adding: share/gtk-doc/html/pango/index-deprecated.html (deflated 82%)
753
+ adding: share/gtk-doc/html/pango/index.html (deflated 79%)
754
+ adding: share/gtk-doc/html/pango/index.sgml (deflated 90%)
755
+ adding: share/gtk-doc/html/pango/layout.gif (stored 0%)
756
+ adding: share/gtk-doc/html/pango/left.png (stored 0%)
757
+ adding: share/gtk-doc/html/pango/lowlevel.html (deflated 69%)
758
+ adding: share/gtk-doc/html/pango/pango-ATSUI-Fonts.html (deflated 62%)
759
+ adding: share/gtk-doc/html/pango/pango-Bidirectional-Text.html (deflated 83%)
760
+ adding: share/gtk-doc/html/pango/pango-Cairo-Rendering.html (deflated 89%)
761
+ adding: share/gtk-doc/html/pango/pango-Coverage-Maps.html (deflated 87%)
762
+ adding: share/gtk-doc/html/pango/pango-Engines.html (deflated 79%)
763
+ adding: share/gtk-doc/html/pango/pango-Fonts.html (deflated 90%)
764
+ adding: share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html (deflated 90%)
765
+ adding: share/gtk-doc/html/pango/pango-Glyph-Storage.html (deflated 89%)
766
+ adding: share/gtk-doc/html/pango/pango-hierarchy.html (deflated 78%)
767
+ adding: share/gtk-doc/html/pango/pango-Layout-Objects.html (deflated 91%)
768
+ adding: share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html (deflated 88%)
769
+ adding: share/gtk-doc/html/pango/pango-Modules.html (deflated 82%)
770
+ adding: share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html (deflated 91%)
771
+ adding: share/gtk-doc/html/pango/pango-pango-renderer.html (deflated 90%)
772
+ adding: share/gtk-doc/html/pango/pango-querymodules.html (deflated 61%)
773
+ adding: share/gtk-doc/html/pango/pango-Scripts-and-Languages.html (deflated 85%)
774
+ adding: share/gtk-doc/html/pango/pango-Tab-Stops.html (deflated 89%)
775
+ adding: share/gtk-doc/html/pango/pango-Text-Attributes.html (deflated 90%)
776
+ adding: share/gtk-doc/html/pango/pango-Text-Processing.html (deflated 89%)
777
+ adding: share/gtk-doc/html/pango/pango-Version-Checking.html (deflated 82%)
778
+ adding: share/gtk-doc/html/pango/pango-Vertical-Text.html (deflated 83%)
779
+ adding: share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html (deflated 89%)
780
+ adding: share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html (deflated 90%)
781
+ adding: share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html (deflated 89%)
782
+ adding: share/gtk-doc/html/pango/pango.devhelp2 (deflated 89%)
783
+ adding: share/gtk-doc/html/pango/pango.html (deflated 68%)
784
+ adding: share/gtk-doc/html/pango/PangoEngineLang.html (deflated 75%)
785
+ adding: share/gtk-doc/html/pango/PangoEngineShape.html (deflated 73%)
786
+ adding: share/gtk-doc/html/pango/PangoFcDecoder.html (deflated 78%)
787
+ adding: share/gtk-doc/html/pango/PangoFcFont.html (deflated 83%)
788
+ adding: share/gtk-doc/html/pango/PangoFcFontMap.html (deflated 87%)
789
+ adding: share/gtk-doc/html/pango/PangoMarkupFormat.html (deflated 72%)
790
+ adding: share/gtk-doc/html/pango/rendering.html (deflated 68%)
791
+ adding: share/gtk-doc/html/pango/right.png (stored 0%)
792
+ adding: share/gtk-doc/html/pango/rotated-text.png (deflated 1%)
793
+ adding: share/gtk-doc/html/pango/style.css (deflated 71%)
794
+ adding: share/gtk-doc/html/pango/tools.html (deflated 58%)
795
+ adding: share/gtk-doc/html/pango/up.png (stored 0%)
796
+ adding: share/doc/pango-dev-1.29.4/ (stored 0%)
797
+ adding: share/doc/pango-dev-1.29.4/COPYING (deflated 64%)
798
+ ++ cd /devel/target/e7ccdb85e6820e4560d75f6316aa481d
799
+ ++ zip /tmp/pango-dev-1.29.4.zip bin/pango-view.exe
800
+ adding: bin/pango-view.exe (deflated 71%)
801
+ ++ zip /tmp/pango-dev-1.29.4.zip share/man/man1/pango-querymodules.1 share/man/man1/pango-view.1
802
+ adding: share/man/man1/pango-querymodules.1 (deflated 60%)
803
+ adding: share/man/man1/pango-view.1 (deflated 57%)
804
+ ++ mv /tmp/pango-1.29.4.zip /tmp/pango_1.29.4-1_win32.zip
805
+ ++ mv /tmp/pango-dev-1.29.4.zip /tmp/pango-dev_1.29.4-1_win32.zip
806
+ ++ :