rsvg2 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (242) hide show
  1. data/Rakefile +13 -2
  2. data/ext/rsvg2/extconf.rb +8 -0
  3. data/lib/1.8/rsvg2.so +0 -0
  4. data/lib/1.9/rsvg2.so +0 -0
  5. data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
  6. data/vendor/local/bin/gtk-demo.exe +0 -0
  7. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  8. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  9. data/vendor/local/bin/libcairo-2.dll +0 -0
  10. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  11. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  12. data/vendor/local/bin/libgailutil-18.dll +0 -0
  13. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  14. data/vendor/local/bin/libgsf-1-114.dll +0 -0
  15. data/vendor/local/bin/libgsf-gnome-1-114.dll +0 -0
  16. data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
  17. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  18. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  19. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  20. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  21. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  22. data/vendor/local/bin/pango-querymodules.exe +0 -0
  23. data/vendor/local/bin/pango-view.exe +0 -0
  24. data/vendor/local/bin/pkg-config.exe +0 -0
  25. data/vendor/local/etc/gconf/schemas/gsf-office-thumbnailer.schemas +4073 -0
  26. data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
  27. data/vendor/local/etc/pango/pango.modules +1 -1
  28. data/vendor/local/gtk+-bundle_2.22.0-20101016_win32.README.txt +29 -0
  29. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-input-bonobo.h +41 -0
  30. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h +53 -0
  31. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-output-bonobo.h +41 -0
  32. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h +49 -0
  33. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h +47 -0
  34. data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
  35. data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
  36. data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +45 -0
  37. data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +66 -0
  38. data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +67 -0
  39. data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +48 -0
  40. data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
  41. data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
  42. data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
  43. data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +48 -0
  44. data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
  45. data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
  46. data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
  47. data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +47 -0
  48. data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
  49. data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +43 -0
  50. data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +42 -0
  51. data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +44 -0
  52. data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +69 -0
  53. data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
  54. data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +45 -0
  55. data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +45 -0
  56. data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +46 -0
  57. data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +45 -0
  58. data/vendor/local/include/libgsf-1/gsf/gsf-input.h +65 -0
  59. data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +194 -0
  60. data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
  61. data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +54 -0
  62. data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +92 -0
  63. data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +106 -0
  64. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +48 -0
  65. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +50 -0
  66. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +48 -0
  67. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
  68. data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +50 -0
  69. data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +42 -0
  70. data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +74 -0
  71. data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +43 -0
  72. data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +42 -0
  73. data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +46 -0
  74. data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +38 -0
  75. data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +42 -0
  76. data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +43 -0
  77. data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +51 -0
  78. data/vendor/local/include/libgsf-1/gsf/gsf-output.h +98 -0
  79. data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +52 -0
  80. data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +46 -0
  81. data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +64 -0
  82. data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +331 -0
  83. data/vendor/local/include/libgsf-1/gsf/gsf.h +104 -0
  84. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +2 -2
  85. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  86. data/vendor/local/include/pixman-1/pixman-version.h +50 -0
  87. data/vendor/local/include/pixman-1/pixman.h +936 -0
  88. data/vendor/local/lib/cairo.lib +0 -0
  89. data/vendor/local/lib/gailutil.lib +0 -0
  90. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  91. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  92. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  93. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  94. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  95. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  96. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  97. data/vendor/local/lib/libcairo.dll.a +0 -0
  98. data/vendor/local/lib/libgailutil.dll.a +0 -0
  99. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  100. data/vendor/local/lib/libgsf-1.dll.a +0 -0
  101. data/vendor/local/lib/libgsf-gnome-1.dll.a +0 -0
  102. data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
  103. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  104. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  105. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  106. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  107. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  108. data/vendor/local/lib/libpixman-1.a +0 -0
  109. data/vendor/local/lib/pango-1.0.lib +0 -0
  110. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  111. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  112. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  113. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  114. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  115. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  116. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  117. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  118. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  119. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  120. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  121. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  123. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  124. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  125. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  126. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  127. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  128. data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
  129. data/vendor/local/lib/pkgconfig/libgsf-gnome-1.pc +11 -0
  130. data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
  131. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  132. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  133. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  134. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  135. data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
  136. data/vendor/local/manifest/{cairo-dev_1.10.0-1_win32.mft → cairo-dev_1.10.0-2_win32.mft} +6 -4
  137. data/vendor/local/manifest/cairo_1.10.0-2_win32.mft +7 -0
  138. data/vendor/local/manifest/gtk+-bundle_2.22.0-20101016_win32.mft +2910 -0
  139. data/vendor/local/manifest/libgsf-dev_1.14.17-1_win32.mft +57 -0
  140. data/vendor/local/manifest/libgsf-gnome-dev_1.14.17-1_win32.mft +9 -0
  141. data/vendor/local/manifest/libgsf-gnome_1.14.17-1_win32.mft +3 -0
  142. data/vendor/local/manifest/libgsf_1.14.17-1_win32.mft +18 -0
  143. data/vendor/local/manifest/{pango-dev_1.28.1-2_win32.mft → pango-dev_1.28.3-1_win32.mft} +5 -5
  144. data/vendor/local/manifest/{pango_1.28.1-2_win32.mft → pango_1.28.3-1_win32.mft} +2 -2
  145. data/vendor/local/share/aclocal/pkg.m4 +155 -0
  146. data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING +33 -0
  147. data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-LGPL-2.1 +510 -0
  148. data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-MPL-1.1 +470 -0
  149. data/vendor/local/share/doc/gtk+-bundle_2.22.0-20101016_win32/components.lst +28 -0
  150. data/vendor/local/share/doc/{pango-1.28.1 → pango-1.28.3}/COPYING +0 -0
  151. data/vendor/local/share/doc/{pango-dev-1.28.1 → pango-dev-1.28.3}/COPYING +0 -0
  152. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +44 -50
  153. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +45 -51
  154. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +44 -61
  155. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +89 -101
  156. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +173 -171
  157. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -27
  158. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -24
  159. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -24
  160. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -24
  161. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +3 -24
  162. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +5 -26
  163. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -24
  164. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +5 -26
  165. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -26
  166. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -24
  167. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +3 -24
  168. data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +3 -24
  169. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -24
  170. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +6 -27
  171. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +22 -43
  172. data/vendor/local/share/gtk-doc/html/pango/index-all.html +70 -91
  173. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -24
  174. data/vendor/local/share/gtk-doc/html/pango/index.html +5 -26
  175. data/vendor/local/share/gtk-doc/html/pango/index.sgml +31 -30
  176. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +6 -27
  177. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +20 -39
  178. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +73 -88
  179. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +405 -320
  180. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +85 -97
  181. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +69 -84
  182. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +695 -645
  183. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +225 -228
  184. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +523 -494
  185. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +819 -742
  186. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +203 -204
  187. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +58 -75
  188. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +422 -405
  189. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +144 -142
  190. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +120 -130
  191. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +618 -576
  192. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +397 -384
  193. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +44 -58
  194. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +73 -84
  195. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +220 -217
  196. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +303 -302
  197. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +293 -292
  198. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +5 -26
  199. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +1009 -0
  200. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +7 -28
  201. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +68 -68
  202. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +72 -72
  203. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -24
  204. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -24
  205. data/vendor/local/share/gtk-doc/html/pango/style.css +21 -13
  206. data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -24
  207. data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
  208. data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
  209. data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
  210. data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
  211. data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
  212. data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
  213. data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
  214. data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
  215. data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
  216. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
  217. data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
  218. data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
  219. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
  220. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
  221. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
  222. data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
  223. data/vendor/local/share/man/man1/pango-view.1 +1 -1
  224. data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.log +1263 -0
  225. data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.sh +84 -0
  226. data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.log → gtk+_2.22.0-2_win32.log} +1835 -1832
  227. data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.sh → gtk+_2.22.0-2_win32.sh} +26 -1
  228. data/vendor/local/src/tml/packaging/libgsf_1.14.17-1_win32.log +1616 -0
  229. data/vendor/local/src/tml/packaging/libgsf_1.14.17-1_win32.sh +73 -0
  230. data/vendor/local/src/tml/packaging/{pango_1.28.1-2_win32.log → pango_1.28.3-1_win32.log} +293 -413
  231. data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.sh +56 -0
  232. data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.log +291 -0
  233. data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.sh +141 -0
  234. data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +215 -0
  235. data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +278 -0
  236. metadata +3053 -2947
  237. data/ext/rsvg2/Makefile +0 -155
  238. data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
  239. data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +0 -947
  240. data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +0 -225
  241. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
  242. data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +0 -579
@@ -0,0 +1,56 @@
1
+ # This is a shell script that calls functions and scripts from
2
+ # tml@iki.fi's personal work environment. It is not expected to be
3
+ # usable unmodified by others, and is included only for reference.
4
+
5
+ MOD=pango
6
+ VER=1.28.3
7
+ REV=1
8
+ ARCH=win32
9
+
10
+ THIS=${MOD}_${VER}-${REV}_${ARCH}
11
+
12
+ RUNZIP=${MOD}_${VER}-${REV}_${ARCH}.zip
13
+ DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
14
+
15
+ HEX=`echo $THIS | md5sum | cut -d' ' -f1`
16
+ TARGET=c:/devel/target/$HEX
17
+
18
+ usedev
19
+ usemsvs6
20
+
21
+ (
22
+
23
+ set -x
24
+
25
+ DEPS=`latest --arch=${ARCH} glib pkg-config zlib libpng pixman cairo expat fontconfig freetype`
26
+ GETTEXT_RUNTIME=`latest --arch=${ARCH} gettext-runtime`
27
+
28
+ PKG_CONFIG_PATH=/dummy
29
+ for D in $DEPS; do
30
+ PKG_CONFIG_PATH=/devel/dist/${ARCH}/$D/lib/pkgconfig:$PKG_CONFIG_PATH
31
+ PATH=/devel/dist/${ARCH}/$D/bin:$PATH
32
+ done
33
+
34
+ lt_cv_deplibs_check_method='pass_all' \
35
+ CC='gcc -mthreads' \
36
+ LDFLAGS="-L/devel/dist/${ARCH}/${GETTEXT_RUNTIME}/lib \
37
+ -Wl,--enable-auto-image-base" \
38
+ CFLAGS=-O2 \
39
+ ./configure --enable-debug=yes --disable-gtk-doc --without-x --prefix=c:/devel/target/$HEX --enable-explicit-deps=no --with-included-modules=yes &&
40
+
41
+ PATH=/devel/target/$HEX/bin:.libs:$PATH make install &&
42
+
43
+ ./pango-zip.sh &&
44
+
45
+ cd $TARGET &&
46
+
47
+ zip /tmp/${MOD}-dev-${VER}.zip bin/pango-view.exe &&
48
+ zip /tmp/${MOD}-dev-${VER}.zip share/man/man1/*.1 &&
49
+
50
+ mv /tmp/${MOD}-${VER}.zip /tmp/$RUNZIP &&
51
+ mv /tmp/${MOD}-dev-${VER}.zip /tmp/$DEVZIP &&
52
+
53
+ : ) 2>&1 | tee /devel/src/tml/packaging/$THIS.log
54
+
55
+ (cd /devel && zip /tmp/$DEVZIP src/tml/packaging/$THIS.{sh,log}) &&
56
+ manifestify /tmp/$RUNZIP /tmp/$DEVZIP
@@ -0,0 +1,291 @@
1
+ ++ patch --verbose -p1
2
+ Hmm... Looks like a unified diff to me...
3
+ The text leading up to this was:
4
+ --------------------------
5
+ |diff --git a/configure.ac b/configure.ac
6
+ |index 8b2b024..d9f9718 100644
7
+ |--- a/configure.ac
8
+ |+++ b/configure.ac
9
+ --------------------------
10
+ Patching file configure.ac using Plan A...
11
+ Hunk #1 succeeded at 145.
12
+ Hunk #2 succeeded at 527.
13
+ Hmm... The next patch looks like a unified diff to me...
14
+ The text leading up to this was:
15
+ --------------------------
16
+ |diff --git a/pixman/pixman-compiler.h b/pixman/pixman-compiler.h
17
+ |index 26f7071..affb236 100644
18
+ |--- a/pixman/pixman-compiler.h
19
+ |+++ b/pixman/pixman-compiler.h
20
+ --------------------------
21
+ Patching file pixman/pixman-compiler.h using Plan A...
22
+ Hunk #1 succeeded at 60.
23
+ done
24
+ ++ sleep 2
25
+ ++ patch --verbose -p0
26
+ Hmm... Looks like a unified diff to me...
27
+ The text leading up to this was:
28
+ --------------------------
29
+ |--- configure
30
+ |+++ configure
31
+ --------------------------
32
+ Patching file configure using Plan A...
33
+ Hunk #1 succeeded at 11167.
34
+ Hunk #2 succeeded at 11910.
35
+ Hmm... The next patch looks like a unified diff to me...
36
+ The text leading up to this was:
37
+ --------------------------
38
+ |--- Makefile.in
39
+ |+++ Makefile.in
40
+ --------------------------
41
+ Patching file Makefile.in using Plan A...
42
+ Hunk #1 succeeded at 318 (offset 1 line).
43
+ done
44
+ ++ touch aclocal.m4 config.h.in
45
+ +++ latest --arch=win32 glib pkg-config
46
+ ++ BUILDDEPS='glib-2.24.2-2 pkg-config-0.23-3'
47
+ ++ for D in '$BUILDDEPS'
48
+ ++ PATH='/devel/dist/win32/glib-2.24.2-2/bin:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
49
+ ++ for D in '$BUILDDEPS'
50
+ ++ PATH='/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.24.2-2/bin:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
51
+ ++ CC='gcc -mms-bitfields'
52
+ ++ CFLAGS=-O2
53
+ ++ ./configure --disable-shared --prefix=c:/devel/target/9ae5769b19b713f20038db056d54e300
54
+ checking for a BSD-compatible install... /opt/local/bin/install -c
55
+ checking whether build environment is sane... yes
56
+ checking for a thread-safe mkdir -p... /bin/mkdir -p
57
+ checking for gawk... gawk
58
+ checking whether make sets $(MAKE)... yes
59
+ checking build system type... i686-pc-mingw32
60
+ checking host system type... i686-pc-mingw32
61
+ checking for gcc... gcc -mms-bitfields
62
+ checking whether the C compiler works... yes
63
+ checking for C compiler default output file name... a.exe
64
+ checking for suffix of executables... .exe
65
+ checking whether we are cross compiling... no
66
+ checking for suffix of object files... o
67
+ checking whether we are using the GNU C compiler... yes
68
+ checking whether gcc -mms-bitfields accepts -g... yes
69
+ checking for gcc -mms-bitfields option to accept ISO C89... none needed
70
+ checking for style of include used by make... GNU
71
+ checking dependency style of gcc -mms-bitfields... gcc3
72
+ checking dependency style of gcc -mms-bitfields... gcc3
73
+ checking for a sed that does not truncate output... /bin/sed
74
+ checking for grep that handles long lines and -e... /bin/grep
75
+ checking for egrep... /bin/grep -E
76
+ checking for fgrep... /bin/grep -F
77
+ checking for ld used by gcc -mms-bitfields... c:/opt/mingw/mingw32/bin/ld.exe
78
+ checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
79
+ checking for BSD- or MS-compatible name lister (nm)... /opt/mingw/bin/nm
80
+ checking the name lister (/opt/mingw/bin/nm) interface... BSD nm
81
+ checking whether ln -s works... yes
82
+ checking the maximum length of command line arguments... 8192
83
+ checking whether the shell understands some XSI constructs... yes
84
+ checking whether the shell understands "+="... yes
85
+ checking for c:/opt/mingw/mingw32/bin/ld.exe option to reload object files... -r
86
+ checking for objdump... objdump
87
+ checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
88
+ checking for ar... ar
89
+ checking for strip... strip
90
+ checking for ranlib... ranlib
91
+ checking command to parse /opt/mingw/bin/nm output from gcc -mms-bitfields object... ok
92
+ checking how to run the C preprocessor... gcc -mms-bitfields -E
93
+ checking for ANSI C header files... yes
94
+ checking for sys/types.h... yes
95
+ checking for sys/stat.h... yes
96
+ checking for stdlib.h... yes
97
+ checking for string.h... yes
98
+ checking for memory.h... yes
99
+ checking for strings.h... yes
100
+ checking for inttypes.h... yes
101
+ checking for stdint.h... yes
102
+ checking for unistd.h... yes
103
+ checking for dlfcn.h... no
104
+ checking for objdir... .libs
105
+ checking if gcc -mms-bitfields supports -fno-rtti -fno-exceptions... no
106
+ checking for gcc -mms-bitfields option to produce PIC... -DDLL_EXPORT -DPIC
107
+ checking if gcc -mms-bitfields PIC flag -DDLL_EXPORT -DPIC works... yes
108
+ checking if gcc -mms-bitfields static flag -static works... yes
109
+ checking if gcc -mms-bitfields supports -c -o file.o... yes
110
+ checking if gcc -mms-bitfields supports -c -o file.o... (cached) yes
111
+ checking whether the gcc -mms-bitfields linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
112
+ checking dynamic linker characteristics... Win32 ld.exe
113
+ checking how to hardcode library paths into programs... immediate
114
+ checking whether stripping libraries is possible... yes
115
+ checking if libtool supports shared libraries... yes
116
+ checking whether to build shared libraries... no
117
+ checking whether to build static libraries... yes
118
+ checking for getisax... no
119
+ checking whether byte ordering is bigendian... no
120
+ checking for inline... inline
121
+ checking size of long... 4
122
+ checking whether __SUNPRO_C is declared... no
123
+ checking whether __amd64 is declared... no
124
+ checking for perl... /bin/perl
125
+ checking for -fvisibility... no
126
+ checking for -xldscope (Sun compilers)... no
127
+ checking whether to use MMX intrinsics... yes
128
+ checking whether to use SSE2 intrinsics... yes
129
+ checking whether to use VMX/Altivec intrinsics... no
130
+ checking whether to use ARM SIMD assembler... no
131
+ checking whether to use ARM NEON assembler... no
132
+ checking whether to use GNU-style inline assembler... yes
133
+ checking for pkg-config... /devel/dist/win32/pkg-config-0.23-3/bin/pkg-config
134
+ checking pkg-config is at least version 0.9.0... yes
135
+ checking for posix_memalign... no
136
+ checking for __thread... yes
137
+ configure: creating ./config.status
138
+ config.status: creating pixman-1.pc
139
+ config.status: creating pixman-1-uninstalled.pc
140
+ config.status: creating Makefile
141
+ config.status: creating pixman/Makefile
142
+ config.status: creating pixman/pixman-version.h
143
+ config.status: creating test/Makefile
144
+ config.status: creating config.h
145
+ config.status: executing depfiles commands
146
+ config.status: executing libtool commands
147
+ ++ make
148
+ make all-recursive
149
+ make[1]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
150
+ Making all in pixman
151
+ make[2]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
152
+ make[3]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
153
+ make[3]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
154
+ make all-am
155
+ make[3]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
156
+ make[4]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
157
+ make[4]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
158
+ CC pixman-access.lo
159
+ CC pixman-access-accessors.lo
160
+ CC pixman-cpu.lo
161
+ CC pixman-gradient-walker.lo
162
+ CC pixman-region16.lo
163
+ CC pixman-region32.lo
164
+ CC pixman-image.lo
165
+ CC pixman-implementation.lo
166
+ CC pixman-combine32.lo
167
+ CC pixman-combine64.lo
168
+ CC pixman-general.lo
169
+ CC pixman.lo
170
+ CC pixman-fast-path.lo
171
+ CC pixman-solid-fill.lo
172
+ CC pixman-conical-gradient.lo
173
+ CC pixman-linear-gradient.lo
174
+ CC pixman-radial-gradient.lo
175
+ CC pixman-bits-image.lo
176
+ CC pixman-utils.lo
177
+ CC pixman-edge.lo
178
+ CC pixman-edge-accessors.lo
179
+ CC pixman-trap.lo
180
+ CC pixman-timer.lo
181
+ CC pixman-matrix.lo
182
+ CC libpixman_mmx_la-pixman-mmx.lo
183
+ CCLD libpixman-mmx.la
184
+ CC libpixman_sse2_la-pixman-sse2.lo
185
+ CCLD libpixman-sse2.la
186
+ CCLD libpixman-1.la
187
+ make[3]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
188
+ make[2]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
189
+ Making all in test
190
+ make[2]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/test'
191
+ make[3]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
192
+ make[3]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
193
+ CC a1-trap-test.o
194
+ CCLD a1-trap-test.exe
195
+ CC region-test.o
196
+ CC utils.o
197
+ CCLD region-test.exe
198
+ CC fetch-test.o
199
+ CCLD fetch-test.exe
200
+ CC oob-test.o
201
+ CCLD oob-test.exe
202
+ CC window-test.o
203
+ CCLD window-test.exe
204
+ CC trap-crasher.o
205
+ CCLD trap-crasher.exe
206
+ CC alphamap.o
207
+ CCLD alphamap.exe
208
+ CC blitters-test.o
209
+ CCLD blitters-test.exe
210
+ CC scaling-test.o
211
+ CCLD scaling-test.exe
212
+ CC composite.o
213
+ CCLD composite.exe
214
+ make[2]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/test'
215
+ make[2]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
216
+ make[2]: Nothing to be done for `all-am'.
217
+ make[2]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
218
+ make[1]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
219
+ ++ make install
220
+ Making install in pixman
221
+ make[1]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
222
+ make[2]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
223
+ make[2]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
224
+ make install-am
225
+ make[2]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
226
+ make[3]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
227
+ make[3]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
228
+ make[3]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
229
+ make[4]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
230
+ make[4]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
231
+ test -z "c:/devel/target/9ae5769b19b713f20038db056d54e300/lib" || /bin/mkdir -p "c:/devel/target/9ae5769b19b713f20038db056d54e300/lib"
232
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c libpixman-1.la 'c:/devel/target/9ae5769b19b713f20038db056d54e300/lib'
233
+ libtool: install: /opt/local/bin/install -c .libs/libpixman-1.lai c:/devel/target/9ae5769b19b713f20038db056d54e300/lib/libpixman-1.la
234
+ libtool: install: /opt/local/bin/install -c .libs/libpixman-1.a c:/devel/target/9ae5769b19b713f20038db056d54e300/lib/libpixman-1.a
235
+ libtool: install: chmod 644 c:/devel/target/9ae5769b19b713f20038db056d54e300/lib/libpixman-1.a
236
+ libtool: install: ranlib c:/devel/target/9ae5769b19b713f20038db056d54e300/lib/libpixman-1.a
237
+ ----------------------------------------------------------------------
238
+ Libraries have been installed in:
239
+ c:/devel/target/9ae5769b19b713f20038db056d54e300/lib
240
+
241
+ If you ever happen to want to link against installed libraries
242
+ in a given directory, LIBDIR, you must either use libtool, and
243
+ specify the full pathname of the library, or use the `-LLIBDIR'
244
+ flag during linking and do at least one of the following:
245
+ - add LIBDIR to the `PATH' environment variable
246
+ during execution
247
+ - add LIBDIR to the `LD_RUN_PATH' environment variable
248
+ during linking
249
+ - use the `-LLIBDIR' linker flag
250
+
251
+ See any operating system documentation about shared libraries for
252
+ more information, such as the ld(1) and ld.so(8) manual pages.
253
+ ----------------------------------------------------------------------
254
+ test -z "c:/devel/target/9ae5769b19b713f20038db056d54e300/include/pixman-1/" || /bin/mkdir -p "c:/devel/target/9ae5769b19b713f20038db056d54e300/include/pixman-1/"
255
+ /opt/local/bin/install -c -m 644 pixman.h pixman-version.h 'c:/devel/target/9ae5769b19b713f20038db056d54e300/include/pixman-1/'
256
+ make[3]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
257
+ make[2]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
258
+ make[1]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/pixman'
259
+ Making install in test
260
+ make[1]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/test'
261
+ make[2]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
262
+ make[2]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
263
+ make[2]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/test'
264
+ make[3]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
265
+ make[3]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
266
+ make[2]: Nothing to be done for `install-exec-am'.
267
+ make[2]: Nothing to be done for `install-data-am'.
268
+ make[2]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/test'
269
+ make[1]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32/test'
270
+ make[1]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
271
+ make[2]: Entering directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
272
+ make[2]: Nothing to be done for `install-exec-am'.
273
+ test -z "c:/devel/target/9ae5769b19b713f20038db056d54e300/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/9ae5769b19b713f20038db056d54e300/lib/pkgconfig"
274
+ /opt/local/bin/install -c -m 644 pixman-1.pc 'c:/devel/target/9ae5769b19b713f20038db056d54e300/lib/pkgconfig'
275
+ make[2]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
276
+ make[1]: Leaving directory `/devel/src/freedesktop/pixman/0.18.4-2_win32'
277
+ ++ rm -f /tmp/pixman_0.18.4-2_win32.zip /tmp/pixman-dev_0.18.4-2_win32.zip
278
+ ++ cd /devel/target/9ae5769b19b713f20038db056d54e300
279
+ ++ zip /tmp/pixman_0.18.4-2_win32.zip nul
280
+ adding: nul (140 bytes security) (stored 0%)
281
+ ++ zip -d /tmp/pixman_0.18.4-2_win32.zip nul
282
+ deleting: nul
283
+ zip warning: zip file empty
284
+ ++ zip -r -D /tmp/pixman-dev_0.18.4-2_win32.zip include/pixman-1
285
+ adding: include/pixman-1/pixman-version.h (200 bytes security) (deflated 49%)
286
+ adding: include/pixman-1/pixman.h (200 bytes security) (deflated 81%)
287
+ ++ zip /tmp/pixman-dev_0.18.4-2_win32.zip lib/libpixman-1.a
288
+ adding: lib/libpixman-1.a (200 bytes security) (deflated 64%)
289
+ ++ zip -r -D /tmp/pixman-dev_0.18.4-2_win32.zip lib/pkgconfig
290
+ adding: lib/pkgconfig/pixman-1.pc (200 bytes security) (deflated 29%)
291
+ ++ :
@@ -0,0 +1,141 @@
1
+ # This is a shell script that is sourced, not executed. It uses
2
+ # functions and scripts from tml@iki.fi's work env�ronment and is
3
+ # included only for reference
4
+
5
+ MOD=pixman
6
+ VER=0.18.4
7
+ REV=2
8
+ ARCH=win32
9
+
10
+ THIS=${MOD}_${VER}-${REV}_${ARCH}
11
+
12
+ RUNZIP=${MOD}_${VER}-${REV}_${ARCH}.zip
13
+ DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
14
+
15
+ HEX=`echo $THIS | md5sum | cut -d' ' -f1`
16
+ TARGET=c:/devel/target/$HEX
17
+
18
+ usedev
19
+
20
+ (
21
+
22
+ set -x
23
+
24
+ patch --verbose -p1 <<'EOF' &&
25
+ diff --git a/configure.ac b/configure.ac
26
+ index 8b2b024..d9f9718 100644
27
+ --- a/configure.ac
28
+ +++ b/configure.ac
29
+ @@ -145,6 +145,9 @@ have_gcc4=no
30
+ AC_MSG_CHECKING(for -fvisibility)
31
+ AC_COMPILE_IFELSE([
32
+ #if defined(__GNUC__) && (__GNUC__ >= 4)
33
+ +#ifdef _WIN32
34
+ +error Have -fvisibility but it is ignored and generates a warning
35
+ +#endif
36
+ #else
37
+ error Need GCC 4.0 for visibility
38
+ #endif
39
+ @@ -524,8 +527,8 @@ support_for__thread=no
40
+
41
+ AC_MSG_CHECKING(for __thread)
42
+ AC_COMPILE_IFELSE([
43
+ -#ifdef __MINGW32__
44
+ -#error MinGW has broken __thread support
45
+ +#if defined __MINGW32__ && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5))
46
+ +#error This MinGW version has broken __thread support
47
+ #endif
48
+ __thread int x ;
49
+ int main () { return 0; }
50
+ diff --git a/pixman/pixman-compiler.h b/pixman/pixman-compiler.h
51
+ index 26f7071..affb236 100644
52
+ --- a/pixman/pixman-compiler.h
53
+ +++ b/pixman/pixman-compiler.h
54
+ @@ -60,7 +60,7 @@
55
+ #endif
56
+
57
+ /* GCC visibility */
58
+ -#if defined(__GNUC__) && __GNUC__ >= 4
59
+ +#if defined(__GNUC__) && __GNUC__ >= 4 && !defined(_WIN32)
60
+ # define PIXMAN_EXPORT __attribute__ ((visibility("default")))
61
+ /* Sun Studio 8 visibility */
62
+ #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
63
+ EOF
64
+
65
+ sleep 2
66
+
67
+ patch --verbose -p0 <<'EOF' &&
68
+ --- configure
69
+ +++ configure
70
+ @@ -11167,6 +11167,9 @@
71
+ /* end confdefs.h. */
72
+
73
+ #if defined(__GNUC__) && (__GNUC__ >= 4)
74
+ +#ifdef _WIN32
75
+ +error Have -fvisibility but it is ignored and generates a warning
76
+ +#endif
77
+ #else
78
+ error Need GCC 4.0 for visibility
79
+ #endif
80
+ @@ -11910,8 +11910,8 @@
81
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
82
+ /* end confdefs.h. */
83
+
84
+ -#ifdef __MINGW32__
85
+ -#error MinGW has broken __thread support
86
+ +#if defined __MINGW32__ && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5))
87
+ +#error This MinGW version has broken __thread support
88
+ #endif
89
+ __thread int x ;
90
+ int main () { return 0; }
91
+ --- Makefile.in
92
+ +++ Makefile.in
93
+ @@ -317,11 +317,6 @@
94
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
95
+ esac;
96
+
97
+ -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
98
+ - $(SHELL) ./config.status --recheck
99
+ -
100
+ -$(top_srcdir)/configure: $(am__configure_deps)
101
+ - $(am__cd) $(srcdir) && $(AUTOCONF)
102
+ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
103
+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
104
+ $(am__aclocal_m4_deps):
105
+ EOF
106
+
107
+ touch aclocal.m4 config.h.in
108
+
109
+ BUILDDEPS=`latest --arch=${ARCH} glib pkg-config`
110
+
111
+ for D in $BUILDDEPS; do
112
+ PATH=/devel/dist/${ARCH}/$D/bin:$PATH
113
+ done
114
+
115
+ CC='gcc -mms-bitfields' CFLAGS=-O2 ./configure --disable-shared --prefix=c:/devel/target/$HEX &&
116
+ make &&
117
+ make install &&
118
+
119
+ rm -f /tmp/$RUNZIP /tmp/$DEVZIP &&
120
+
121
+ (cd /devel/target/$HEX &&
122
+
123
+ # I build pixman as a static library only, so the "run-time" package
124
+ # is actually empty. I create it here anyway to be able to use some
125
+ # scripts that assume each library has both a run-time and developer
126
+ # version.
127
+
128
+ zip /tmp/$RUNZIP nul &&
129
+ zip -d /tmp/$RUNZIP nul &&
130
+ zip -r -D /tmp/$DEVZIP include/pixman-1 &&
131
+ zip /tmp/$DEVZIP lib/libpixman-1.a &&
132
+ zip -r -D /tmp/$DEVZIP lib/pkgconfig &&
133
+
134
+ : )
135
+
136
+ ) 2>&1 | tee /devel/src/tml/packaging/$THIS.log &&
137
+
138
+ (cd /devel && zip /tmp/$DEVZIP src/tml/packaging/$THIS.{sh,log}) &&
139
+ manifestify /tmp/$RUNZIP /tmp/$DEVZIP &&
140
+
141
+ :