pango 1.1.9-x86-mingw32 → 1.2.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 (142) hide show
  1. data/Rakefile +12 -1
  2. data/lib/1.8/pango.so +0 -0
  3. data/lib/1.9/pango.so +0 -0
  4. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  5. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  6. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  7. data/vendor/local/bin/pango-querymodules.exe +0 -0
  8. data/vendor/local/bin/pango-view.exe +0 -0
  9. data/vendor/local/etc/pango/pango.modules +14 -1
  10. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -2
  11. data/vendor/local/include/pango-1.0/pango/pango-bidi-type.h +1 -0
  12. data/vendor/local/include/pango-1.0/pango/pango-context.h +2 -1
  13. data/vendor/local/include/pango-1.0/pango/pango-engine.h +7 -5
  14. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +47 -38
  15. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  16. data/vendor/local/include/pango-1.0/pango/pango-fontmap.h +4 -2
  17. data/vendor/local/include/pango-1.0/pango/pango-fontset.h +3 -3
  18. data/vendor/local/include/pango-1.0/pango/pango-glyph.h +7 -0
  19. data/vendor/local/include/pango-1.0/pango/pango-gravity.h +14 -0
  20. data/vendor/local/include/pango-1.0/pango/pango-layout.h +2 -1
  21. data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -2
  22. data/vendor/local/include/pango-1.0/pango/pango-script.h +15 -1
  23. data/vendor/local/include/pango-1.0/pango/pango-utils.h +2 -0
  24. data/vendor/local/include/pango-1.0/pango/pangocairo.h +1 -0
  25. data/vendor/local/include/pango-1.0/pango/pangowin32.h +2 -0
  26. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  27. data/vendor/local/lib/libpango-1.0.la +41 -0
  28. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  29. data/vendor/local/lib/libpangocairo-1.0.la +41 -0
  30. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  31. data/vendor/local/lib/libpangowin32-1.0.la +41 -0
  32. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  33. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  34. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +41 -0
  35. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  36. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  37. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +41 -0
  38. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  39. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  40. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +41 -0
  41. data/vendor/local/lib/pkgconfig/pango.pc +5 -4
  42. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  43. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  44. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +17 -11
  45. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +23 -15
  46. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +18 -9
  47. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +56 -28
  48. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +103 -49
  49. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +32 -20
  50. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +96 -0
  51. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +140 -0
  52. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +54 -0
  53. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +69 -0
  54. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +229 -0
  55. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +157 -0
  56. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +127 -0
  57. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +99 -0
  58. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +129 -0
  59. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +91 -0
  60. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +51 -0
  61. data/vendor/local/share/gtk-doc/html/pango/{index-1.28.html → api-index-1-28.html} +9 -9
  62. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +42 -0
  63. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +46 -0
  64. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +206 -0
  65. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +170 -0
  66. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +176 -0
  67. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +150 -0
  68. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +2965 -0
  69. data/vendor/local/share/gtk-doc/html/pango/index.html +25 -26
  70. data/vendor/local/share/gtk-doc/html/pango/index.sgml +36 -37
  71. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +8 -8
  72. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +42 -24
  73. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +222 -123
  74. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +94 -0
  75. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +61 -26
  76. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +34 -19
  77. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +536 -228
  78. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +90 -36
  79. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +291 -130
  80. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +564 -256
  81. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +206 -110
  82. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +32 -17
  83. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +261 -144
  84. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +175 -65
  85. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +89 -52
  86. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +602 -258
  87. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +359 -114
  88. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +27 -12
  89. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +65 -16
  90. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +117 -48
  91. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +127 -61
  92. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +12 -12
  93. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +99 -38
  94. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +77 -17
  95. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +45 -52
  96. data/vendor/local/share/gtk-doc/html/pango/pango.html +6 -6
  97. data/vendor/local/share/gtk-doc/html/pango/rendering.html +7 -10
  98. data/vendor/local/share/gtk-doc/html/pango/tools.html +6 -6
  99. data/vendor/local/share/license/pango/AUTHORS +2 -0
  100. data/vendor/local/share/{doc/pango-1.29.4 → license/pango}/COPYING +0 -0
  101. data/vendor/local/share/man/man1/pango-querymodules.1 +67 -16
  102. data/vendor/local/share/man/man1/pango-view.1 +4 -4
  103. metadata +43 -50
  104. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  105. data/vendor/local/include/pango-1.0/pango/pango-ot.h +0 -197
  106. data/vendor/local/include/pango-1.0/pango/pangofc-decoder.h +0 -110
  107. data/vendor/local/include/pango-1.0/pango/pangofc-font.h +0 -151
  108. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +0 -270
  109. data/vendor/local/include/pango-1.0/pango/pangoft2.h +0 -112
  110. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  111. data/vendor/local/lib/pango-1.0.def +0 -397
  112. data/vendor/local/lib/pango-1.0.lib +0 -0
  113. data/vendor/local/lib/pangocairo-1.0.def +0 -34
  114. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  115. data/vendor/local/lib/pangoft2-1.0.def +0 -85
  116. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  117. data/vendor/local/lib/pangowin32-1.0.def +0 -30
  118. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  119. data/vendor/local/lib/pkgconfig/pangoft2.pc +0 -11
  120. data/vendor/local/manifest/pango-dev_1.29.4-1_win32.mft +0 -116
  121. data/vendor/local/manifest/pango_1.29.4-1_win32.mft +0 -8
  122. data/vendor/local/share/doc/pango-dev-1.29.4/COPYING +0 -482
  123. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +0 -81
  124. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +0 -41
  125. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +0 -47
  126. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +0 -115
  127. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +0 -91
  128. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +0 -73
  129. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +0 -59
  130. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +0 -71
  131. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +0 -59
  132. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +0 -39
  133. data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +0 -38
  134. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +0 -111
  135. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +0 -91
  136. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +0 -99
  137. data/vendor/local/share/gtk-doc/html/pango/index-all.html +0 -1514
  138. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +0 -137
  139. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +0 -57
  140. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +0 -1023
  141. data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +0 -806
  142. data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.sh +0 -56
@@ -1,806 +0,0 @@
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
- ++ :