rsvg2 0.90.4-x86-mingw32 → 0.90.5-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.
- data/Rakefile +13 -2
- data/ext/rsvg2/extconf.rb +8 -0
- data/lib/1.8/rsvg2.so +0 -0
- data/lib/1.9/rsvg2.so +0 -0
- data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgsf-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-gnome-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkg-config.exe +0 -0
- data/vendor/local/etc/gconf/schemas/gsf-office-thumbnailer.schemas +4073 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/etc/pango/pango.modules +1 -1
- data/vendor/local/gtk+-bundle_2.22.0-20101016_win32.README.txt +29 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-input-bonobo.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h +53 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-output-bonobo.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h +49 -0
- data/vendor/local/include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h +47 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +66 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +67 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +42 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +69 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input.h +65 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +194 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +54 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +92 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +106 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +42 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +74 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +42 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +38 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +42 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +51 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output.h +98 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +52 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +64 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +331 -0
- data/vendor/local/include/libgsf-1/gsf/gsf.h +104 -0
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/pixman-1/pixman-version.h +50 -0
- data/vendor/local/include/pixman-1/pixman.h +936 -0
- data/vendor/local/lib/cairo.lib +0 -0
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgsf-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-gnome-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.a +0 -0
- data/vendor/local/lib/pango-1.0.lib +0 -0
- data/vendor/local/lib/pangocairo-1.0.lib +0 -0
- data/vendor/local/lib/pangoft2-1.0.lib +0 -0
- data/vendor/local/lib/pangowin32-1.0.lib +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-gnome-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
- data/vendor/local/manifest/{cairo-dev_1.10.0-1_win32.mft → cairo-dev_1.10.0-2_win32.mft} +6 -4
- data/vendor/local/manifest/cairo_1.10.0-2_win32.mft +7 -0
- data/vendor/local/manifest/gtk+-bundle_2.22.0-20101016_win32.mft +2910 -0
- data/vendor/local/manifest/libgsf-dev_1.14.17-1_win32.mft +57 -0
- data/vendor/local/manifest/libgsf-gnome-dev_1.14.17-1_win32.mft +9 -0
- data/vendor/local/manifest/libgsf-gnome_1.14.17-1_win32.mft +3 -0
- data/vendor/local/manifest/libgsf_1.14.17-1_win32.mft +18 -0
- data/vendor/local/manifest/{pango-dev_1.28.1-2_win32.mft → pango-dev_1.28.3-1_win32.mft} +5 -5
- data/vendor/local/manifest/{pango_1.28.1-2_win32.mft → pango_1.28.3-1_win32.mft} +2 -2
- data/vendor/local/share/aclocal/pkg.m4 +155 -0
- data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING +33 -0
- data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-LGPL-2.1 +510 -0
- data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-MPL-1.1 +470 -0
- data/vendor/local/share/doc/gtk+-bundle_2.22.0-20101016_win32/components.lst +28 -0
- data/vendor/local/share/doc/{pango-1.28.1 → pango-1.28.3}/COPYING +0 -0
- data/vendor/local/share/doc/{pango-dev-1.28.1 → pango-dev-1.28.3}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +44 -50
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +45 -51
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +44 -61
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +89 -101
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +173 -171
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +22 -43
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +70 -91
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +31 -30
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +20 -39
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +73 -88
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +405 -320
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +85 -97
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +69 -84
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +695 -645
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +225 -228
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +523 -494
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +819 -742
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +203 -204
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +58 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +422 -405
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +144 -142
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +120 -130
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +618 -576
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +397 -384
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +44 -58
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +73 -84
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +220 -217
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +303 -302
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +293 -292
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +1009 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +7 -28
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +68 -68
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +72 -72
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/style.css +21 -13
- data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -24
- data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/pango-view.1 +1 -1
- data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.log +1263 -0
- data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.sh +84 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.log → gtk+_2.22.0-2_win32.log} +1835 -1832
- data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.sh → gtk+_2.22.0-2_win32.sh} +26 -1
- data/vendor/local/src/tml/packaging/libgsf_1.14.17-1_win32.log +1616 -0
- data/vendor/local/src/tml/packaging/libgsf_1.14.17-1_win32.sh +73 -0
- data/vendor/local/src/tml/packaging/{pango_1.28.1-2_win32.log → pango_1.28.3-1_win32.log} +293 -413
- data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.sh +56 -0
- data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.log +291 -0
- data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.sh +141 -0
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +215 -0
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +278 -0
- metadata +3053 -2947
- data/ext/rsvg2/Makefile +0 -155
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
- data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +0 -947
- data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +0 -225
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
- data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +0 -579
@@ -0,0 +1,73 @@
|
|
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=libgsf
|
6
|
+
VER=1.14.17
|
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
|
+
GNOMERUNZIP=${MOD}-gnome_${VER}-${REV}_${ARCH}.zip
|
16
|
+
GNOMEDEVZIP=${MOD}-gnome-dev_${VER}-${REV}_${ARCH}.zip
|
17
|
+
|
18
|
+
HEX=`echo $THIS | md5sum | cut -d' ' -f1`
|
19
|
+
TARGET=c:/devel/target/$HEX
|
20
|
+
|
21
|
+
usedev
|
22
|
+
usemsvs6
|
23
|
+
|
24
|
+
(
|
25
|
+
|
26
|
+
set -x
|
27
|
+
|
28
|
+
DEPS=`latest --arch=${ARCH} glib pkg-config atk pango gtk+ libIDL ORBit2 libbonobo GConf gnome-vfs libxml2 zlib intltool`
|
29
|
+
PROXY_LIBINTL=`latest --arch=${ARCH} proxy-libintl`
|
30
|
+
ZLIB=`latest --arch=${ARCH} zlib`
|
31
|
+
|
32
|
+
PKG_CONFIG_PATH=/dummy
|
33
|
+
for D in $DEPS; do
|
34
|
+
PATH="/devel/dist/${ARCH}/$D/bin:$PATH"
|
35
|
+
[ -d /devel/dist/${ARCH}/$D/lib/pkgconfig ] && PKG_CONFIG_PATH=/devel/dist/${ARCH}/$D/lib/pkgconfig:$PKG_CONFIG_PATH
|
36
|
+
done
|
37
|
+
|
38
|
+
# Avoid the silly "relink" stuff in libtool
|
39
|
+
sed -e 's/need_relink=yes/need_relink=no # no way --tml/' <ltmain.sh >ltmain.temp && mv ltmain.temp ltmain.sh
|
40
|
+
|
41
|
+
# Avoid using "file" in libtool. Otherwise libtool won't create a
|
42
|
+
# shared library, and give the warning "Trying to link with static lib
|
43
|
+
# archive [...] But I can only do this if you have shared version of
|
44
|
+
# the library, which you do not appear to have." I know what I am
|
45
|
+
# doing, I do want to link with a static libintl now. (The
|
46
|
+
# proxy-libintl libintl wrapper.)
|
47
|
+
|
48
|
+
sed -e 's!file /!dont-want-to-use-file!' <configure >configure.temp && mv configure.temp configure
|
49
|
+
|
50
|
+
CC='gcc -mthreads' \
|
51
|
+
CPPFLAGS="-DBONOBO_DISABLE_DEPRECATED \
|
52
|
+
-I/devel/dist/${ARCH}/${PROXY_LIBINTL}/include \
|
53
|
+
-I/devel/dist/${ARCH}/${ZLIB}/include" \
|
54
|
+
LDFLAGS="-L/devel/dist/${ARCH}/${PROXY_LIBINTL}/lib -Wl,--exclude-libs=libintl.a \
|
55
|
+
-L/devel/dist/${ARCH}/${ZLIB}/lib" \
|
56
|
+
CFLAGS=-O \
|
57
|
+
./configure --disable-gtk-doc --without-python --disable-static --prefix=$TARGET &&
|
58
|
+
|
59
|
+
# Do NOT use libtool-cache for libgsf! It breaks build in tools
|
60
|
+
make -j3 install &&
|
61
|
+
./libgsf-zip &&
|
62
|
+
|
63
|
+
mv /tmp/${MOD}-${VER}.zip /tmp/$RUNZIP &&
|
64
|
+
mv /tmp/${MOD}-dev-${VER}.zip /tmp/$DEVZIP
|
65
|
+
|
66
|
+
mv /tmp/${MOD}-gnome-${VER}.zip /tmp/$GNOMERUNZIP &&
|
67
|
+
mv /tmp/${MOD}-gnome-dev-${VER}.zip /tmp/$GNOMEDEVZIP
|
68
|
+
|
69
|
+
) 2>&1 | tee /devel/src/tml/packaging/$THIS.log
|
70
|
+
|
71
|
+
(cd /devel && zip /tmp/$DEVZIP src/tml/packaging/$THIS.{sh,log}) &&
|
72
|
+
manifestify /tmp/$RUNZIP /tmp/$DEVZIP &&
|
73
|
+
manifestify /tmp/$GNOMERUNZIP /tmp/$GNOMEDEVZIP
|
@@ -1,161 +1,40 @@
|
|
1
|
-
++ patch --verbose --fuzz=0 -p1
|
2
|
-
Hmm... Looks like a unified diff to me...
|
3
|
-
The text leading up to this was:
|
4
|
-
--------------------------
|
5
|
-
|commit ed4732969da2219e36c5c74193886637439bb2e9
|
6
|
-
|Author: Tor Lillqvist <tml@iki.fi>
|
7
|
-
|Date: Sat Sep 11 15:17:19 2010 +0300
|
8
|
-
|
|
9
|
-
| Improve performance on Windows especially for non-Latin scripts
|
10
|
-
|
|
11
|
-
| The use of Uniscribe script caches was decidedly suboptimal. Use one
|
12
|
-
| persistent SCRIPT_CACHE per Win32 font and script.
|
13
|
-
|
|
14
|
-
| Patch by by David E. Hollingsworth and Fredrik Corneliusson,
|
15
|
-
| from bug #621869.
|
16
|
-
|
|
17
|
-
|diff --git a/modules/basic/basic-win32.c b/modules/basic/basic-win32.c
|
18
|
-
|index ecb139e..e1ef376 100644
|
19
|
-
|--- a/modules/basic/basic-win32.c
|
20
|
-
|+++ b/modules/basic/basic-win32.c
|
21
|
-
--------------------------
|
22
|
-
Patching file modules/basic/basic-win32.c using Plan A...
|
23
|
-
Hunk #1 succeeded at 33.
|
24
|
-
Hunk #2 succeeded at 497.
|
25
|
-
Hunk #3 succeeded at 506.
|
26
|
-
Hunk #4 succeeded at 557.
|
27
|
-
Hunk #5 succeeded at 587.
|
28
|
-
Hunk #6 succeeded at 643.
|
29
|
-
Hunk #7 succeeded at 703.
|
30
|
-
Hunk #8 succeeded at 714.
|
31
|
-
Hmm... The next patch looks like a unified diff to me...
|
32
|
-
The text leading up to this was:
|
33
|
-
--------------------------
|
34
|
-
|diff --git a/pango/pangowin32-private.h b/pango/pangowin32-private.h
|
35
|
-
|index 9f35823..73df2e9 100644
|
36
|
-
|--- a/pango/pangowin32-private.h
|
37
|
-
|+++ b/pango/pangowin32-private.h
|
38
|
-
--------------------------
|
39
|
-
Patching file pango/pangowin32-private.h using Plan A...
|
40
|
-
Hunk #1 succeeded at 129.
|
41
|
-
Hunk #2 succeeded at 272.
|
42
|
-
Hmm... The next patch looks like a unified diff to me...
|
43
|
-
The text leading up to this was:
|
44
|
-
--------------------------
|
45
|
-
|diff --git a/pango/pangowin32.c b/pango/pangowin32.c
|
46
|
-
|index 1f8c1d2..30ec8b6 100644
|
47
|
-
|--- a/pango/pangowin32.c
|
48
|
-
|+++ b/pango/pangowin32.c
|
49
|
-
--------------------------
|
50
|
-
Patching file pango/pangowin32.c using Plan A...
|
51
|
-
Hunk #1 succeeded at 74.
|
52
|
-
Hunk #2 succeeded at 81.
|
53
|
-
Hunk #3 succeeded at 103.
|
54
|
-
Hunk #4 succeeded at 252.
|
55
|
-
Hunk #5 succeeded at 431.
|
56
|
-
Hunk #6 succeeded at 457.
|
57
|
-
Hunk #7 succeeded at 483.
|
58
|
-
Hunk #8 succeeded at 555.
|
59
|
-
Hunk #9 succeeded at 619.
|
60
|
-
Hunk #10 succeeded at 1604.
|
61
|
-
Hmm... The next patch looks like a unified diff to me...
|
62
|
-
The text leading up to this was:
|
63
|
-
--------------------------
|
64
|
-
|diff --git a/pango/pangowin32.def b/pango/pangowin32.def
|
65
|
-
|index 13b6e8b..ec8e8b2 100644
|
66
|
-
|--- a/pango/pangowin32.def
|
67
|
-
|+++ b/pango/pangowin32.def
|
68
|
-
--------------------------
|
69
|
-
Patching file pango/pangowin32.def using Plan A...
|
70
|
-
Hunk #1 succeeded at 3.
|
71
|
-
Hmm... The next patch looks like a unified diff to me...
|
72
|
-
The text leading up to this was:
|
73
|
-
--------------------------
|
74
|
-
|
|
75
|
-
|commit 75f0db89f7a4d0bd2948d27134913b9f2af02533
|
76
|
-
|Author: Tor Lillqvist <tml@iki.fi>
|
77
|
-
|Date: Sat Sep 11 14:52:28 2010 +0300
|
78
|
-
|
|
79
|
-
| Reduce DLL hijack risk and simplify code in basic-win32 module
|
80
|
-
|
|
81
|
-
| Dont load usp10.dll dynamically with LoadLibrary(). Just link to the
|
82
|
-
| Uniscribe API directly. MinGW comes with an import library so no
|
83
|
-
| problem with that either. The Uniscribe DLL is present on all versions
|
84
|
-
| of Windows we care for.
|
85
|
-
|
|
86
|
-
|diff --git a/modules/basic/Makefile.am b/modules/basic/Makefile.am
|
87
|
-
|index acd0c4d..93604c9 100644
|
88
|
-
|--- a/modules/basic/Makefile.am
|
89
|
-
|+++ b/modules/basic/Makefile.am
|
90
|
-
--------------------------
|
91
|
-
Patching file modules/basic/Makefile.am using Plan A...
|
92
|
-
Hunk #1 succeeded at 47.
|
93
|
-
Hmm... The next patch looks like a unified diff to me...
|
94
|
-
The text leading up to this was:
|
95
|
-
--------------------------
|
96
|
-
|diff --git a/modules/basic/basic-win32.c b/modules/basic/basic-win32.c
|
97
|
-
|index e1ef376..a7f1c90 100644
|
98
|
-
|--- a/modules/basic/basic-win32.c
|
99
|
-
|+++ b/modules/basic/basic-win32.c
|
100
|
-
--------------------------
|
101
|
-
Patching file modules/basic/basic-win32.c using Plan A...
|
102
|
-
Hunk #1 succeeded at 45.
|
103
|
-
Hunk #2 succeeded at 476.
|
104
|
-
Hunk #3 succeeded at 566.
|
105
|
-
Hunk #4 succeeded at 596.
|
106
|
-
Hunk #5 succeeded at 705.
|
107
|
-
Hunk #6 succeeded at 735.
|
108
|
-
Hunk #7 succeeded at 824.
|
109
|
-
Hunk #8 succeeded at 864.
|
110
|
-
done
|
111
|
-
++ patch -p0 --verbose
|
112
|
-
Hmm... Looks like a unified diff to me...
|
113
|
-
The text leading up to this was:
|
114
|
-
--------------------------
|
115
|
-
|--- modules/basic/Makefile.in
|
116
|
-
|+++ modules/basic/Makefile.in
|
117
|
-
--------------------------
|
118
|
-
Patching file modules/basic/Makefile.in using Plan A...
|
119
|
-
Hunk #1 succeeded at 101.
|
120
|
-
done
|
121
1
|
+++ latest --arch=win32 glib pkg-config zlib libpng pixman cairo expat fontconfig freetype
|
122
|
-
++ DEPS='glib-2.
|
123
|
-
+++ latest --arch=win32
|
124
|
-
++
|
2
|
+
++ DEPS='glib-2.26.0-2 pkg-config-0.23-3 zlib-1.2.5-2 libpng-1.4.3-1 pixman-0.18.4-2 cairo-1.10.0-1 expat-2.0.1-1 fontconfig-2.8.0-2 freetype-2.4.2-1'
|
3
|
+
+++ latest --arch=win32 gettext-runtime
|
4
|
+
++ GETTEXT_RUNTIME=gettext-runtime-0.18.1.1-2
|
125
5
|
++ PKG_CONFIG_PATH=/dummy
|
126
6
|
++ for D in '$DEPS'
|
127
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.
|
128
|
-
++ PATH='/devel/dist/win32/glib-2.
|
7
|
+
++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
|
8
|
+
++ PATH='/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
129
9
|
++ for D in '$DEPS'
|
130
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.
|
131
|
-
++ PATH='/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.
|
10
|
+
++ PKG_CONFIG_PATH=/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
|
11
|
+
++ PATH='/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
132
12
|
++ for D in '$DEPS'
|
133
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.
|
134
|
-
++ PATH='/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.
|
13
|
+
++ PKG_CONFIG_PATH=/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
|
14
|
+
++ PATH='/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
135
15
|
++ for D in '$DEPS'
|
136
|
-
++ 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.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.
|
137
|
-
++ 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.23-3/bin:/devel/dist/win32/glib-2.
|
16
|
+
++ 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.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
|
17
|
+
++ 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.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
138
18
|
++ for D in '$DEPS'
|
139
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/pixman-0.18.4-
|
140
|
-
++ PATH='/devel/dist/win32/pixman-0.18.4-
|
19
|
+
++ PKG_CONFIG_PATH=/devel/dist/win32/pixman-0.18.4-2/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.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
|
20
|
+
++ PATH='/devel/dist/win32/pixman-0.18.4-2/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.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
141
21
|
++ for D in '$DEPS'
|
142
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/cairo-1.
|
143
|
-
++ PATH='/devel/dist/win32/cairo-1.
|
22
|
+
++ PKG_CONFIG_PATH=/devel/dist/win32/cairo-1.10.0-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/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.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
|
23
|
+
++ PATH='/devel/dist/win32/cairo-1.10.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/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.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
144
24
|
++ for D in '$DEPS'
|
145
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/expat-2.0.1-1/lib/pkgconfig:/devel/dist/win32/cairo-1.
|
146
|
-
++ PATH='/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.
|
25
|
+
++ PKG_CONFIG_PATH=/devel/dist/win32/expat-2.0.1-1/lib/pkgconfig:/devel/dist/win32/cairo-1.10.0-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/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.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
|
26
|
+
++ PATH='/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.10.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/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.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
147
27
|
++ for D in '$DEPS'
|
148
|
-
++ 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.
|
149
|
-
++ PATH='/devel/dist/win32/fontconfig-2.8.0-2/bin:/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.
|
28
|
+
++ 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.0-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/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.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
|
29
|
+
++ 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.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/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.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
150
30
|
++ for D in '$DEPS'
|
151
|
-
++ PKG_CONFIG_PATH=/devel/dist/win32/freetype-2.4.2-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.
|
152
|
-
++ PATH='/devel/dist/win32/freetype-2.4.2-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.
|
153
|
-
++ patch -p0
|
31
|
+
++ PKG_CONFIG_PATH=/devel/dist/win32/freetype-2.4.2-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.0-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/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.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
|
32
|
+
++ PATH='/devel/dist/win32/freetype-2.4.2-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.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/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.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
154
33
|
++ lt_cv_deplibs_check_method=pass_all
|
155
|
-
++ CC='gcc -
|
156
|
-
++ LDFLAGS='-L/devel/dist/win32/
|
34
|
+
++ CC='gcc -mthreads'
|
35
|
+
++ LDFLAGS='-L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -Wl,--enable-auto-image-base'
|
157
36
|
++ CFLAGS=-O2
|
158
|
-
++ ./configure --enable-debug=yes --disable-gtk-doc --without-x --prefix=c:/devel/target/
|
37
|
+
++ ./configure --enable-debug=yes --disable-gtk-doc --without-x --prefix=c:/devel/target/18e9007417f775a5bc83c60917e98632 --enable-explicit-deps=no --with-included-modules=yes
|
159
38
|
checking for a BSD-compatible install... /opt/local/bin/install -c
|
160
39
|
checking whether build environment is sane... yes
|
161
40
|
checking for a thread-safe mkdir -p... /bin/mkdir -p
|
@@ -164,17 +43,17 @@ checking whether make sets $(MAKE)... yes
|
|
164
43
|
checking build system type... i686-pc-mingw32
|
165
44
|
checking host system type... i686-pc-mingw32
|
166
45
|
checking for native Win32... yes
|
167
|
-
checking for gcc... gcc -
|
46
|
+
checking for gcc... gcc -mthreads
|
168
47
|
checking whether the C compiler works... yes
|
169
48
|
checking for C compiler default output file name... a.exe
|
170
49
|
checking for suffix of executables... .exe
|
171
50
|
checking whether we are cross compiling... no
|
172
51
|
checking for suffix of object files... o
|
173
52
|
checking whether we are using the GNU C compiler... yes
|
174
|
-
checking whether gcc -
|
175
|
-
checking for gcc -
|
53
|
+
checking whether gcc -mthreads accepts -g... yes
|
54
|
+
checking for gcc -mthreads option to accept ISO C89... none needed
|
176
55
|
checking for style of include used by make... GNU
|
177
|
-
checking dependency style of gcc -
|
56
|
+
checking dependency style of gcc -mthreads... gcc3
|
178
57
|
checking for c++... c++
|
179
58
|
checking whether we are using the GNU C++ compiler... yes
|
180
59
|
checking whether c++ accepts -g... yes
|
@@ -185,7 +64,7 @@ checking dependency style of c++... (cached) gcc3
|
|
185
64
|
checking for mprotect... yes
|
186
65
|
checking for sysconf... no
|
187
66
|
checking for getpagesize... yes
|
188
|
-
checking how to run the C preprocessor... gcc -
|
67
|
+
checking how to run the C preprocessor... gcc -mthreads -E
|
189
68
|
checking for grep that handles long lines and -e... /bin/grep
|
190
69
|
checking for egrep... /bin/grep -E
|
191
70
|
checking for ANSI C header files... yes
|
@@ -207,7 +86,7 @@ checking for dlltool... dlltool
|
|
207
86
|
checking for objdump... objdump
|
208
87
|
checking for a sed that does not truncate output... /bin/sed
|
209
88
|
checking for fgrep... /bin/grep -F
|
210
|
-
checking for ld used by gcc -
|
89
|
+
checking for ld used by gcc -mthreads... c:/opt/mingw/mingw32/bin/ld.exe
|
211
90
|
checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
|
212
91
|
checking for BSD- or MS-compatible name lister (nm)... /opt/mingw/bin/nm
|
213
92
|
checking the name lister (/opt/mingw/bin/nm) interface... BSD nm
|
@@ -221,20 +100,20 @@ checking how to recognize dependent libraries... (cached) pass_all
|
|
221
100
|
checking for ar... ar
|
222
101
|
checking for strip... strip
|
223
102
|
checking for ranlib... ranlib
|
224
|
-
checking command to parse /opt/mingw/bin/nm output from gcc -
|
103
|
+
checking command to parse /opt/mingw/bin/nm output from gcc -mthreads object... ok
|
225
104
|
checking for dlfcn.h... no
|
226
105
|
checking whether we are using the GNU C++ compiler... (cached) yes
|
227
106
|
checking whether c++ accepts -g... (cached) yes
|
228
107
|
checking dependency style of c++... (cached) gcc3
|
229
108
|
checking how to run the C++ preprocessor... c++ -E
|
230
109
|
checking for objdir... .libs
|
231
|
-
checking if gcc -
|
232
|
-
checking for gcc -
|
233
|
-
checking if gcc -
|
234
|
-
checking if gcc -
|
235
|
-
checking if gcc -
|
236
|
-
checking if gcc -
|
237
|
-
checking whether the gcc -
|
110
|
+
checking if gcc -mthreads supports -fno-rtti -fno-exceptions... no
|
111
|
+
checking for gcc -mthreads option to produce PIC... -DDLL_EXPORT -DPIC
|
112
|
+
checking if gcc -mthreads PIC flag -DDLL_EXPORT -DPIC works... yes
|
113
|
+
checking if gcc -mthreads static flag -static works... yes
|
114
|
+
checking if gcc -mthreads supports -c -o file.o... yes
|
115
|
+
checking if gcc -mthreads supports -c -o file.o... (cached) yes
|
116
|
+
checking whether the gcc -mthreads linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
|
238
117
|
checking whether -lc should be explicitly linked in... yes
|
239
118
|
checking dynamic linker characteristics... Win32 ld.exe
|
240
119
|
checking how to hardcode library paths into programs... immediate
|
@@ -338,16 +217,16 @@ config.status: creating pango/pango-features.h
|
|
338
217
|
config.status: pango/pango-features.h is unchanged
|
339
218
|
configuration:
|
340
219
|
backends: Cairo Win32 FreeType
|
341
|
-
++ PATH='/devel/target/
|
220
|
+
++ PATH='/devel/target/18e9007417f775a5bc83c60917e98632/bin:.libs:/devel/dist/win32/freetype-2.4.2-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.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/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.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/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/'
|
342
221
|
++ make install
|
343
222
|
Making install in pango
|
344
|
-
make[1]: Entering directory `/devel/src/gnome/pango/1.28.
|
223
|
+
make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
345
224
|
GEN s-enum-types-h
|
346
225
|
GEN s-enum-types-c
|
347
226
|
make install-recursive
|
348
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
227
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
349
228
|
Making install in opentype
|
350
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
229
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/opentype'
|
351
230
|
CC libharfbuzz_la-hb-blob.lo
|
352
231
|
CC libharfbuzz_la-hb-buffer.lo
|
353
232
|
CXX libharfbuzz_la-hb-font.lo
|
@@ -361,23 +240,23 @@ libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libst
|
|
361
240
|
CXXLD main.exe
|
362
241
|
libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
|
363
242
|
libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
|
364
|
-
make[4]: Entering directory `/devel/src/gnome/pango/1.28.
|
243
|
+
make[4]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/opentype'
|
365
244
|
make[4]: Nothing to be done for `install-exec-am'.
|
366
245
|
make[4]: Nothing to be done for `install-data-am'.
|
367
|
-
make[4]: Leaving directory `/devel/src/gnome/pango/1.28.
|
368
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
246
|
+
make[4]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/opentype'
|
247
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/opentype'
|
369
248
|
Making install in mini-fribidi
|
370
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
249
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/mini-fribidi'
|
371
250
|
CC fribidi.lo
|
372
251
|
CC fribidi_char_type.lo
|
373
252
|
CC fribidi_types.lo
|
374
253
|
CCLD libmini-fribidi.la
|
375
|
-
make[4]: Entering directory `/devel/src/gnome/pango/1.28.
|
254
|
+
make[4]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/mini-fribidi'
|
376
255
|
make[4]: Nothing to be done for `install-exec-am'.
|
377
256
|
make[4]: Nothing to be done for `install-data-am'.
|
378
|
-
make[4]: Leaving directory `/devel/src/gnome/pango/1.28.
|
379
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
380
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
257
|
+
make[4]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/mini-fribidi'
|
258
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/mini-fribidi'
|
259
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
381
260
|
CC break.lo
|
382
261
|
CC ellipsize.lo
|
383
262
|
CC fonts.lo
|
@@ -411,30 +290,30 @@ module-defs-lang.c:6:2: warning: initialization from incompatible pointer type
|
|
411
290
|
module-defs-lang.c:7:2: warning: initialization from incompatible pointer type
|
412
291
|
module-defs-lang.c:7:2: warning: initialization from incompatible pointer type
|
413
292
|
GEN included-modules
|
414
|
-
make[4]: Entering directory `/devel/src/gnome/pango/1.28.
|
415
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
293
|
+
make[4]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
294
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
|
416
295
|
CC libpango_arabic_fc_la-arabic-fc.lo
|
417
296
|
CC libpango_arabic_fc_la-arabic-ot.lo
|
418
297
|
CCLD libpango-arabic-fc.la
|
419
298
|
CC libpango_arabic_lang_la-arabic-lang.lo
|
420
299
|
CCLD libpango-arabic-lang.la
|
421
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
422
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
300
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
|
301
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
|
423
302
|
CC libpango_basic_fc_la-basic-fc.lo
|
424
303
|
CCLD libpango-basic-fc.la
|
425
304
|
CC libpango_basic_win32_la-basic-win32.lo
|
426
305
|
CCLD libpango-basic-win32.la
|
427
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
428
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
306
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
|
307
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
|
429
308
|
CC libpango_hangul_fc_la-hangul-fc.lo
|
430
309
|
CCLD libpango-hangul-fc.la
|
431
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
432
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
310
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
|
311
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
|
433
312
|
CC libpango_hebrew_fc_la-hebrew-shaper.lo
|
434
313
|
CC libpango_hebrew_fc_la-hebrew-fc.lo
|
435
314
|
CCLD libpango-hebrew-fc.la
|
436
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
437
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
315
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
|
316
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
|
438
317
|
CC libpango_indic_fc_la-indic-fc.lo
|
439
318
|
CC libpango_indic_fc_la-indic-ot-class-tables.lo
|
440
319
|
CC libpango_indic_fc_la-indic-ot.lo
|
@@ -442,27 +321,27 @@ make[5]: Entering directory `/devel/src/gnome/pango/1.28.1-2_win32/modules/indic
|
|
442
321
|
CCLD libpango-indic-fc.la
|
443
322
|
CC libpango_indic_lang_la-indic-lang.lo
|
444
323
|
CCLD libpango-indic-lang.la
|
445
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
446
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
324
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
|
325
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
|
447
326
|
CC libpango_khmer_fc_la-khmer-fc.lo
|
448
327
|
CCLD libpango-khmer-fc.la
|
449
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
450
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
328
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
|
329
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
|
451
330
|
CC libpango_syriac_fc_la-syriac-fc.lo
|
452
331
|
CC libpango_syriac_fc_la-syriac-ot.lo
|
453
332
|
CCLD libpango-syriac-fc.la
|
454
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
455
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
333
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
|
334
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
|
456
335
|
CC libpango_thai_fc_la-thai-charprop.lo
|
457
336
|
CC libpango_thai_fc_la-thai-shaper.lo
|
458
337
|
CC libpango_thai_fc_la-thai-fc.lo
|
459
338
|
CCLD libpango-thai-fc.la
|
460
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
461
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
339
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
|
340
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
|
462
341
|
CC libpango_tibetan_fc_la-tibetan-fc.lo
|
463
342
|
CCLD libpango-tibetan-fc.la
|
464
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
465
|
-
make[4]: Leaving directory `/devel/src/gnome/pango/1.28.
|
343
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
|
344
|
+
make[4]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
466
345
|
GEN ../modules/arabic/libpango-arabic-lang.la
|
467
346
|
GEN ../modules/indic/libpango-indic-lang.la
|
468
347
|
GEN pango-win32-res.o
|
@@ -577,37 +456,37 @@ Microsoft (R) Library Manager Version 6.00.8447
|
|
577
456
|
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
|
578
457
|
|
579
458
|
Creating library pangoft2-1.0.lib and object pangoft2-1.0.exp
|
580
|
-
make[4]: Entering directory `/devel/src/gnome/pango/1.28.
|
459
|
+
make[4]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
581
460
|
GEN included-modules
|
582
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
583
|
-
make[6]: Entering directory `/devel/src/gnome/pango/1.28.
|
461
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
462
|
+
make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
|
584
463
|
make[6]: Nothing to be done for `included-modules'.
|
585
|
-
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.
|
586
|
-
make[6]: Entering directory `/devel/src/gnome/pango/1.28.
|
464
|
+
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
|
465
|
+
make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
|
587
466
|
make[6]: Nothing to be done for `included-modules'.
|
588
|
-
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.
|
589
|
-
make[6]: Entering directory `/devel/src/gnome/pango/1.28.
|
467
|
+
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
|
468
|
+
make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
|
590
469
|
make[6]: Nothing to be done for `included-modules'.
|
591
|
-
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.
|
592
|
-
make[6]: Entering directory `/devel/src/gnome/pango/1.28.
|
470
|
+
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
|
471
|
+
make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
|
593
472
|
make[6]: Nothing to be done for `included-modules'.
|
594
|
-
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.
|
595
|
-
make[6]: Entering directory `/devel/src/gnome/pango/1.28.
|
473
|
+
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
|
474
|
+
make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
|
596
475
|
make[6]: Nothing to be done for `included-modules'.
|
597
|
-
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.
|
598
|
-
make[6]: Entering directory `/devel/src/gnome/pango/1.28.
|
476
|
+
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
|
477
|
+
make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
|
599
478
|
make[6]: Nothing to be done for `included-modules'.
|
600
|
-
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.
|
601
|
-
make[6]: Entering directory `/devel/src/gnome/pango/1.28.
|
479
|
+
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
|
480
|
+
make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
|
602
481
|
make[6]: Nothing to be done for `included-modules'.
|
603
|
-
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.
|
604
|
-
make[6]: Entering directory `/devel/src/gnome/pango/1.28.
|
482
|
+
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
|
483
|
+
make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
|
605
484
|
make[6]: Nothing to be done for `included-modules'.
|
606
|
-
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.
|
607
|
-
make[6]: Entering directory `/devel/src/gnome/pango/1.28.
|
485
|
+
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
|
486
|
+
make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
|
608
487
|
make[6]: Nothing to be done for `included-modules'.
|
609
|
-
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.
|
610
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
488
|
+
make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
|
489
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
611
490
|
GEN ../modules/arabic/libpango-arabic-lang.la
|
612
491
|
GEN ../modules/indic/libpango-indic-lang.la
|
613
492
|
GEN ../modules/arabic/libpango-arabic-fc.la
|
@@ -620,47 +499,47 @@ make[5]: Leaving directory `/devel/src/gnome/pango/1.28.1-2_win32/modules'
|
|
620
499
|
GEN ../modules/thai/libpango-thai-fc.la
|
621
500
|
GEN ../modules/tibetan/libpango-tibetan-fc.la
|
622
501
|
GEN ../modules/basic/libpango-basic-win32.la
|
623
|
-
test -z "c:/devel/target/
|
624
|
-
/bin/sh ../libtool --mode=install /opt/local/bin/install -c libpango-1.0.la libpangoft2-1.0.la libpangocairo-1.0.la libpangowin32-1.0.la 'c:/devel/target/
|
625
|
-
libtool: install: /opt/local/bin/install -c .libs/libpango-1.0.dll.a c:/devel/target/
|
502
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib"
|
503
|
+
/bin/sh ../libtool --mode=install /opt/local/bin/install -c libpango-1.0.la libpangoft2-1.0.la libpangocairo-1.0.la libpangowin32-1.0.la 'c:/devel/target/18e9007417f775a5bc83c60917e98632/lib'
|
504
|
+
libtool: install: /opt/local/bin/install -c .libs/libpango-1.0.dll.a c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpango-1.0.dll.a
|
626
505
|
libtool: install: base_file=`basename libpango-1.0.la`
|
627
506
|
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpango-1.0.la'i; echo libpango-1.0-0.dll'`
|
628
|
-
libtool: install: dldir=c:/devel/target/
|
629
|
-
libtool: install: test -d c:/devel/target/
|
630
|
-
libtool: install: /opt/local/bin/install -c .libs/libpango-1.0-0.dll c:/devel/target/
|
631
|
-
libtool: install: chmod a+x c:/devel/target/
|
632
|
-
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/
|
633
|
-
libtool: install: /opt/local/bin/install -c .libs/libpango-1.0.lai c:/devel/target/
|
634
|
-
libtool: install: /opt/local/bin/install -c .libs/libpangoft2-1.0.dll.a c:/devel/target/
|
507
|
+
libtool: install: dldir=c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/`dirname ../bin/libpango-1.0-0.dll`
|
508
|
+
libtool: install: test -d c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin || mkdir -p c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin
|
509
|
+
libtool: install: /opt/local/bin/install -c .libs/libpango-1.0-0.dll c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpango-1.0-0.dll
|
510
|
+
libtool: install: chmod a+x c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpango-1.0-0.dll
|
511
|
+
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpango-1.0-0.dll' || exit 0; fi
|
512
|
+
libtool: install: /opt/local/bin/install -c .libs/libpango-1.0.lai c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpango-1.0.la
|
513
|
+
libtool: install: /opt/local/bin/install -c .libs/libpangoft2-1.0.dll.a c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangoft2-1.0.dll.a
|
635
514
|
libtool: install: base_file=`basename libpangoft2-1.0.la`
|
636
515
|
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpangoft2-1.0.la'i; echo libpangoft2-1.0-0.dll'`
|
637
|
-
libtool: install: dldir=c:/devel/target/
|
638
|
-
libtool: install: test -d c:/devel/target/
|
639
|
-
libtool: install: /opt/local/bin/install -c .libs/libpangoft2-1.0-0.dll c:/devel/target/
|
640
|
-
libtool: install: chmod a+x c:/devel/target/
|
641
|
-
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/
|
642
|
-
libtool: install: /opt/local/bin/install -c .libs/libpangoft2-1.0.lai c:/devel/target/
|
643
|
-
libtool: install: /opt/local/bin/install -c .libs/libpangocairo-1.0.dll.a c:/devel/target/
|
516
|
+
libtool: install: dldir=c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/`dirname ../bin/libpangoft2-1.0-0.dll`
|
517
|
+
libtool: install: test -d c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin || mkdir -p c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin
|
518
|
+
libtool: install: /opt/local/bin/install -c .libs/libpangoft2-1.0-0.dll c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangoft2-1.0-0.dll
|
519
|
+
libtool: install: chmod a+x c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangoft2-1.0-0.dll
|
520
|
+
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangoft2-1.0-0.dll' || exit 0; fi
|
521
|
+
libtool: install: /opt/local/bin/install -c .libs/libpangoft2-1.0.lai c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangoft2-1.0.la
|
522
|
+
libtool: install: /opt/local/bin/install -c .libs/libpangocairo-1.0.dll.a c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangocairo-1.0.dll.a
|
644
523
|
libtool: install: base_file=`basename libpangocairo-1.0.la`
|
645
524
|
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpangocairo-1.0.la'i; echo libpangocairo-1.0-0.dll'`
|
646
|
-
libtool: install: dldir=c:/devel/target/
|
647
|
-
libtool: install: test -d c:/devel/target/
|
648
|
-
libtool: install: /opt/local/bin/install -c .libs/libpangocairo-1.0-0.dll c:/devel/target/
|
649
|
-
libtool: install: chmod a+x c:/devel/target/
|
650
|
-
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/
|
651
|
-
libtool: install: /opt/local/bin/install -c .libs/libpangocairo-1.0.lai c:/devel/target/
|
652
|
-
libtool: install: /opt/local/bin/install -c .libs/libpangowin32-1.0.dll.a c:/devel/target/
|
525
|
+
libtool: install: dldir=c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/`dirname ../bin/libpangocairo-1.0-0.dll`
|
526
|
+
libtool: install: test -d c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin || mkdir -p c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin
|
527
|
+
libtool: install: /opt/local/bin/install -c .libs/libpangocairo-1.0-0.dll c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangocairo-1.0-0.dll
|
528
|
+
libtool: install: chmod a+x c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangocairo-1.0-0.dll
|
529
|
+
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangocairo-1.0-0.dll' || exit 0; fi
|
530
|
+
libtool: install: /opt/local/bin/install -c .libs/libpangocairo-1.0.lai c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangocairo-1.0.la
|
531
|
+
libtool: install: /opt/local/bin/install -c .libs/libpangowin32-1.0.dll.a c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangowin32-1.0.dll.a
|
653
532
|
libtool: install: base_file=`basename libpangowin32-1.0.la`
|
654
533
|
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpangowin32-1.0.la'i; echo libpangowin32-1.0-0.dll'`
|
655
|
-
libtool: install: dldir=c:/devel/target/
|
656
|
-
libtool: install: test -d c:/devel/target/
|
657
|
-
libtool: install: /opt/local/bin/install -c .libs/libpangowin32-1.0-0.dll c:/devel/target/
|
658
|
-
libtool: install: chmod a+x c:/devel/target/
|
659
|
-
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/
|
660
|
-
libtool: install: /opt/local/bin/install -c .libs/libpangowin32-1.0.lai c:/devel/target/
|
534
|
+
libtool: install: dldir=c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/`dirname ../bin/libpangowin32-1.0-0.dll`
|
535
|
+
libtool: install: test -d c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin || mkdir -p c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin
|
536
|
+
libtool: install: /opt/local/bin/install -c .libs/libpangowin32-1.0-0.dll c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangowin32-1.0-0.dll
|
537
|
+
libtool: install: chmod a+x c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangowin32-1.0-0.dll
|
538
|
+
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangowin32-1.0-0.dll' || exit 0; fi
|
539
|
+
libtool: install: /opt/local/bin/install -c .libs/libpangowin32-1.0.lai c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangowin32-1.0.la
|
661
540
|
----------------------------------------------------------------------
|
662
541
|
Libraries have been installed in:
|
663
|
-
c:/devel/target/
|
542
|
+
c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
|
664
543
|
|
665
544
|
If you ever happen to want to link against installed libraries
|
666
545
|
in a given directory, LIBDIR, you must either use libtool, and
|
@@ -675,115 +554,115 @@ flag during linking and do at least one of the following:
|
|
675
554
|
See any operating system documentation about shared libraries for
|
676
555
|
more information, such as the ld(1) and ld.so(8) manual pages.
|
677
556
|
----------------------------------------------------------------------
|
678
|
-
test -z "c:/devel/target/
|
679
|
-
/bin/sh ../libtool --mode=install /opt/local/bin/install -c pango-querymodules.exe 'c:/devel/target/
|
557
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/bin" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/bin"
|
558
|
+
/bin/sh ../libtool --mode=install /opt/local/bin/install -c pango-querymodules.exe 'c:/devel/target/18e9007417f775a5bc83c60917e98632/bin'
|
680
559
|
libtool: install: warning: `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' has not been installed in `/mingw/lib/gcc/mingw32/4.5.0'
|
681
|
-
libtool: install: /opt/local/bin/install -c .libs/pango-querymodules.exe c:/devel/target/
|
560
|
+
libtool: install: /opt/local/bin/install -c .libs/pango-querymodules.exe c:/devel/target/18e9007417f775a5bc83c60917e98632/bin/pango-querymodules.exe
|
682
561
|
make install-exec-hook
|
683
|
-
make[5]: Entering directory `/devel/src/gnome/pango/1.28.
|
562
|
+
make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
684
563
|
for i in libpangoft2-1.0.la libpangoxft-1.0.la libpangox-1.0.la libpangowin32-1.0.la; do \
|
685
|
-
test -f c:/devel/target/
|
564
|
+
test -f c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/$i && /bin/sh ../sanitize-la.sh c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/$i ; \
|
686
565
|
done
|
687
|
-
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.
|
566
|
+
make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
688
567
|
test -z "" || /bin/mkdir -p ""
|
689
|
-
/opt/local/bin/install -c pango-1.0.lib c:/devel/target/
|
690
|
-
/opt/local/bin/install -c pangoft2-1.0.lib c:/devel/target/
|
691
|
-
/opt/local/bin/install -c pangowin32-1.0.lib c:/devel/target/
|
692
|
-
/opt/local/bin/install -c pangocairo-1.0.lib c:/devel/target/
|
568
|
+
/opt/local/bin/install -c pango-1.0.lib c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
|
569
|
+
/opt/local/bin/install -c pangoft2-1.0.lib c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
|
570
|
+
/opt/local/bin/install -c pangowin32-1.0.lib c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
|
571
|
+
/opt/local/bin/install -c pangocairo-1.0.lib c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
|
693
572
|
GEN install-def-files
|
694
|
-
/opt/local/bin/install -c ./pangoft2.def c:/devel/target/
|
695
|
-
/opt/local/bin/install -c ./pangowin32.def c:/devel/target/
|
696
|
-
/opt/local/bin/install -c ./pangocairo.def c:/devel/target/
|
573
|
+
/opt/local/bin/install -c ./pangoft2.def c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pangoft2-1.0.def
|
574
|
+
/opt/local/bin/install -c ./pangowin32.def c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pangowin32-1.0.def
|
575
|
+
/opt/local/bin/install -c ./pangocairo.def c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pangocairo-1.0.def
|
697
576
|
test -z "" || /bin/mkdir -p ""
|
698
|
-
test -z "c:/devel/target/
|
699
|
-
/opt/local/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 'c:/devel/target/
|
577
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/include/pango-1.0/pango" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/include/pango-1.0/pango"
|
578
|
+
/opt/local/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 'c:/devel/target/18e9007417f775a5bc83c60917e98632/include/pango-1.0/pango'
|
700
579
|
test -z "" || /bin/mkdir -p ""
|
701
|
-
make[4]: Leaving directory `/devel/src/gnome/pango/1.28.
|
702
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
703
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
704
|
-
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.
|
580
|
+
make[4]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
581
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
582
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
583
|
+
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
|
705
584
|
Making install in modules
|
706
|
-
make[1]: Entering directory `/devel/src/gnome/pango/1.28.
|
585
|
+
make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
707
586
|
Making install in arabic
|
708
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
709
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
587
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
|
588
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
|
710
589
|
make[3]: Nothing to be done for `install-exec-am'.
|
711
|
-
test -z "c:/devel/target/
|
712
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
713
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
590
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
|
591
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
|
592
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
|
714
593
|
Making install in basic
|
715
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
716
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
594
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
|
595
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
|
717
596
|
make[3]: Nothing to be done for `install-exec-am'.
|
718
|
-
test -z "c:/devel/target/
|
719
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
720
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
597
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
|
598
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
|
599
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
|
721
600
|
Making install in hangul
|
722
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
723
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
601
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
|
602
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
|
724
603
|
make[3]: Nothing to be done for `install-exec-am'.
|
725
|
-
test -z "c:/devel/target/
|
726
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
727
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
604
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
|
605
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
|
606
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
|
728
607
|
Making install in hebrew
|
729
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
730
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
608
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
|
609
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
|
731
610
|
make[3]: Nothing to be done for `install-exec-am'.
|
732
|
-
test -z "c:/devel/target/
|
733
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
734
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
611
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
|
612
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
|
613
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
|
735
614
|
Making install in indic
|
736
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
737
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
615
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
|
616
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
|
738
617
|
make[3]: Nothing to be done for `install-exec-am'.
|
739
|
-
test -z "c:/devel/target/
|
740
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
741
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
618
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
|
619
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
|
620
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
|
742
621
|
Making install in khmer
|
743
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
744
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
622
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
|
623
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
|
745
624
|
make[3]: Nothing to be done for `install-exec-am'.
|
746
|
-
test -z "c:/devel/target/
|
747
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
748
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
625
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
|
626
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
|
627
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
|
749
628
|
Making install in syriac
|
750
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
751
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
629
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
|
630
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
|
752
631
|
make[3]: Nothing to be done for `install-exec-am'.
|
753
|
-
test -z "c:/devel/target/
|
754
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
755
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
632
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
|
633
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
|
634
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
|
756
635
|
Making install in thai
|
757
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
758
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
636
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
|
637
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
|
759
638
|
make[3]: Nothing to be done for `install-exec-am'.
|
760
|
-
test -z "c:/devel/target/
|
761
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
762
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
639
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
|
640
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
|
641
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
|
763
642
|
Making install in tibetan
|
764
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
765
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
643
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
|
644
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
|
766
645
|
make[3]: Nothing to be done for `install-exec-am'.
|
767
|
-
test -z "c:/devel/target/
|
768
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
769
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
770
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
646
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
|
647
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
|
648
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
|
649
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
771
650
|
GEN pango.modules
|
772
651
|
***
|
773
652
|
*** No dynamic modules found, or cross-compiling
|
774
653
|
*** Will use only static modules for tests and examples.
|
775
654
|
***
|
776
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
655
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
777
656
|
make[3]: Nothing to be done for `install-exec-am'.
|
778
|
-
/bin/sh /devel/src/gnome/pango/1.28.
|
779
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
780
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
781
|
-
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.
|
657
|
+
/bin/sh /devel/src/gnome/pango/1.28.3-1_win32/install-sh -d c:/devel/target/18e9007417f775a5bc83c60917e98632/etc/pango && ../pango/pango-querymodules.exe > c:/devel/target/18e9007417f775a5bc83c60917e98632/etc/pango/pango.modules
|
658
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
659
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
660
|
+
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
|
782
661
|
Making install in pango-view
|
783
|
-
make[1]: Entering directory `/devel/src/gnome/pango/1.28.
|
662
|
+
make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
|
784
663
|
cp ./../modules/pangorc pangorc
|
785
664
|
make install-am
|
786
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
665
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
|
787
666
|
CC viewer-render.o
|
788
667
|
CC viewer-main.o
|
789
668
|
CC pango-view.o
|
@@ -794,21 +673,21 @@ make[2]: Entering directory `/devel/src/gnome/pango/1.28.1-2_win32/pango-view'
|
|
794
673
|
libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
|
795
674
|
libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
|
796
675
|
GEN pango-view.1
|
797
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
676
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
|
798
677
|
make[3]: `pango-view.1.in' is up to date.
|
799
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
800
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
801
|
-
test -z "c:/devel/target/
|
802
|
-
/bin/sh ../libtool --mode=install /opt/local/bin/install -c pango-view.exe 'c:/devel/target/
|
678
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
|
679
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
|
680
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/bin" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/bin"
|
681
|
+
/bin/sh ../libtool --mode=install /opt/local/bin/install -c pango-view.exe 'c:/devel/target/18e9007417f775a5bc83c60917e98632/bin'
|
803
682
|
libtool: install: warning: `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' has not been installed in `/mingw/lib/gcc/mingw32/4.5.0'
|
804
|
-
libtool: install: /opt/local/bin/install -c .libs/pango-view.exe c:/devel/target/
|
805
|
-
test -z "c:/devel/target/
|
806
|
-
/opt/local/bin/install -c -m 644 pango-view.1 'c:/devel/target/
|
807
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
808
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
809
|
-
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.
|
683
|
+
libtool: install: /opt/local/bin/install -c .libs/pango-view.exe c:/devel/target/18e9007417f775a5bc83c60917e98632/bin/pango-view.exe
|
684
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1"
|
685
|
+
/opt/local/bin/install -c -m 644 pango-view.1 'c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1'
|
686
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
|
687
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
|
688
|
+
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
|
810
689
|
Making install in examples
|
811
|
-
make[1]: Entering directory `/devel/src/gnome/pango/1.28.
|
690
|
+
make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/examples'
|
812
691
|
CC cairosimple.o
|
813
692
|
CCLD cairosimple.exe
|
814
693
|
libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
|
@@ -829,16 +708,16 @@ libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libst
|
|
829
708
|
CCLD cairoshape.exe
|
830
709
|
libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
|
831
710
|
libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
|
832
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
711
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/examples'
|
833
712
|
make[2]: Nothing to be done for `install-exec-am'.
|
834
713
|
make[2]: Nothing to be done for `install-data-am'.
|
835
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
836
|
-
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.
|
714
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/examples'
|
715
|
+
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/examples'
|
837
716
|
Making install in docs
|
838
|
-
make[1]: Entering directory `/devel/src/gnome/pango/1.28.
|
717
|
+
make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
|
839
718
|
make install-am
|
840
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
841
|
-
make[3]: Entering directory `/devel/src/gnome/pango/1.28.
|
719
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
|
720
|
+
make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
|
842
721
|
make[3]: Nothing to be done for `install-exec-am'.
|
843
722
|
-- Installing ./html/PangoEngineLang.html
|
844
723
|
-- Installing ./html/PangoEngineShape.html
|
@@ -846,7 +725,6 @@ make[3]: Nothing to be done for `install-exec-am'.
|
|
846
725
|
-- Installing ./html/PangoFcFont.html
|
847
726
|
-- Installing ./html/PangoFcFontMap.html
|
848
727
|
-- Installing ./html/PangoMarkupFormat.html
|
849
|
-
-- Installing ./html/PangoRenderer.html
|
850
728
|
-- Installing ./html/home.png
|
851
729
|
-- Installing ./html/index-1.10.html
|
852
730
|
-- Installing ./html/index-1.12.html
|
@@ -891,6 +769,7 @@ make[3]: Nothing to be done for `install-exec-am'.
|
|
891
769
|
-- Installing ./html/pango-X-Fonts-and-Rendering.html
|
892
770
|
-- Installing ./html/pango-Xft-Fonts-and-Rendering.html
|
893
771
|
-- Installing ./html/pango-hierarchy.html
|
772
|
+
-- Installing ./html/pango-pango-renderer.html
|
894
773
|
-- Installing ./html/pango-querymodules.html
|
895
774
|
-- Installing ./html/pango.devhelp
|
896
775
|
-- Installing ./html/pango.devhelp2
|
@@ -901,51 +780,51 @@ make[3]: Nothing to be done for `install-exec-am'.
|
|
901
780
|
-- Installing ./html/style.css
|
902
781
|
-- Installing ./html/tools.html
|
903
782
|
-- Installing ./html/up.png
|
904
|
-
test -z "c:/devel/target/
|
905
|
-
/opt/local/bin/install -c -m 644 pango-querymodules.1 'c:/devel/target/
|
906
|
-
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.
|
907
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
908
|
-
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.
|
783
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1"
|
784
|
+
/opt/local/bin/install -c -m 644 pango-querymodules.1 'c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1'
|
785
|
+
make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
|
786
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
|
787
|
+
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
|
909
788
|
Making install in tools
|
910
|
-
make[1]: Entering directory `/devel/src/gnome/pango/1.28.
|
911
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
789
|
+
make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/tools'
|
790
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/tools'
|
912
791
|
make[2]: Nothing to be done for `install-exec-am'.
|
913
792
|
make[2]: Nothing to be done for `install-data-am'.
|
914
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
915
|
-
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.
|
793
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/tools'
|
794
|
+
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/tools'
|
916
795
|
Making install in tests
|
917
|
-
make[1]: Entering directory `/devel/src/gnome/pango/1.28.
|
796
|
+
make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/tests'
|
918
797
|
CC gen-all-unicode.o
|
919
798
|
cp ./../modules/pangorc pangorc
|
920
799
|
CCLD gen-all-unicode.exe
|
921
800
|
CC dump-boundaries.o
|
922
801
|
CCLD dump-boundaries.exe
|
923
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
802
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/tests'
|
924
803
|
make[2]: Nothing to be done for `install-exec-am'.
|
925
804
|
make[2]: Nothing to be done for `install-data-am'.
|
926
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
927
|
-
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.
|
928
|
-
make[1]: Entering directory `/devel/src/gnome/pango/1.28.
|
929
|
-
make[2]: Entering directory `/devel/src/gnome/pango/1.28.
|
805
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/tests'
|
806
|
+
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/tests'
|
807
|
+
make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32'
|
808
|
+
make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32'
|
930
809
|
make[2]: Nothing to be done for `install-exec-am'.
|
931
|
-
test -z "c:/devel/target/
|
932
|
-
/opt/local/bin/install -c -m 644 pango.pc pangocairo.pc pangoft2.pc pangowin32.pc 'c:/devel/target/
|
933
|
-
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.
|
934
|
-
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.
|
810
|
+
test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pkgconfig"
|
811
|
+
/opt/local/bin/install -c -m 644 pango.pc pangocairo.pc pangoft2.pc pangowin32.pc 'c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pkgconfig'
|
812
|
+
make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32'
|
813
|
+
make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32'
|
935
814
|
++ ./pango-zip.sh
|
936
|
-
rm: cannot lstat `/tmp/pango-1.28.
|
815
|
+
rm: cannot lstat `/tmp/pango-1.28.3.zip': No such file or directory
|
937
816
|
adding: bin/pango-querymodules.exe (200 bytes security) (deflated 72%)
|
938
|
-
adding: etc/pango/pango.modules (200 bytes security) (deflated
|
817
|
+
adding: etc/pango/pango.modules (200 bytes security) (deflated 16%)
|
939
818
|
adding: bin/libpango-1.0-0.dll (200 bytes security) (deflated 62%)
|
940
|
-
adding: bin/libpangoft2-1.0-0.dll (200 bytes security) (deflated
|
941
|
-
adding: bin/libpangowin32-1.0-0.dll (200 bytes security) (deflated
|
942
|
-
adding: bin/libpangocairo-1.0-0.dll (200 bytes security) (deflated
|
819
|
+
adding: bin/libpangoft2-1.0-0.dll (200 bytes security) (deflated 68%)
|
820
|
+
adding: bin/libpangowin32-1.0-0.dll (200 bytes security) (deflated 65%)
|
821
|
+
adding: bin/libpangocairo-1.0-0.dll (200 bytes security) (deflated 70%)
|
943
822
|
zip warning: name not matched: lib/pango/1.6.0/modules/*.dll
|
944
823
|
|
945
|
-
zip error: Nothing to do! (C:/Users/tml/AppData/Local/Temp/pango-1.28.
|
946
|
-
adding: share/doc/pango-1.28.
|
947
|
-
adding: share/doc/pango-1.28.
|
948
|
-
rm: cannot lstat `/tmp/pango-dev-1.28.
|
824
|
+
zip error: Nothing to do! (C:/Users/tml/AppData/Local/Temp/pango-1.28.3.zip)
|
825
|
+
adding: share/doc/pango-1.28.3/ (200 bytes security) (stored 0%)
|
826
|
+
adding: share/doc/pango-1.28.3/COPYING (200 bytes security) (deflated 64%)
|
827
|
+
rm: cannot lstat `/tmp/pango-dev-1.28.3.zip': No such file or directory
|
949
828
|
adding: include/pango-1.0/ (200 bytes security) (stored 0%)
|
950
829
|
adding: include/pango-1.0/pango/ (200 bytes security) (stored 0%)
|
951
830
|
adding: include/pango-1.0/pango/pango-attributes.h (200 bytes security) (deflated 75%)
|
@@ -954,8 +833,8 @@ rm: cannot lstat `/tmp/pango-dev-1.28.1.zip': No such file or directory
|
|
954
833
|
adding: include/pango-1.0/pango/pango-context.h (200 bytes security) (deflated 73%)
|
955
834
|
adding: include/pango-1.0/pango/pango-coverage.h (200 bytes security) (deflated 61%)
|
956
835
|
adding: include/pango-1.0/pango/pango-engine.h (200 bytes security) (deflated 72%)
|
957
|
-
adding: include/pango-1.0/pango/pango-enum-types.h (200 bytes security) (deflated
|
958
|
-
adding: include/pango-1.0/pango/pango-features.h (200 bytes security) (deflated
|
836
|
+
adding: include/pango-1.0/pango/pango-enum-types.h (200 bytes security) (deflated 75%)
|
837
|
+
adding: include/pango-1.0/pango/pango-features.h (200 bytes security) (deflated 43%)
|
959
838
|
adding: include/pango-1.0/pango/pango-font.h (200 bytes security) (deflated 79%)
|
960
839
|
adding: include/pango-1.0/pango/pango-fontmap.h (200 bytes security) (deflated 67%)
|
961
840
|
adding: include/pango-1.0/pango/pango-fontset.h (200 bytes security) (deflated 67%)
|
@@ -992,79 +871,80 @@ rm: cannot lstat `/tmp/pango-dev-1.28.1.zip': No such file or directory
|
|
992
871
|
adding: lib/libpangocairo-1.0.dll.a (200 bytes security) (deflated 92%)
|
993
872
|
adding: lib/pangocairo-1.0.lib (200 bytes security) (deflated 86%)
|
994
873
|
adding: lib/pangocairo-1.0.def (200 bytes security) (deflated 78%)
|
995
|
-
adding: lib/pkgconfig/pango.pc (200 bytes security) (deflated
|
874
|
+
adding: lib/pkgconfig/pango.pc (200 bytes security) (deflated 31%)
|
996
875
|
adding: lib/pkgconfig/pangoft2.pc (200 bytes security) (deflated 34%)
|
997
|
-
adding: lib/pkgconfig/pangowin32.pc (200 bytes security) (deflated
|
998
|
-
adding: lib/pkgconfig/pangocairo.pc (200 bytes security) (deflated
|
876
|
+
adding: lib/pkgconfig/pangowin32.pc (200 bytes security) (deflated 30%)
|
877
|
+
adding: lib/pkgconfig/pangocairo.pc (200 bytes security) (deflated 32%)
|
999
878
|
adding: share/gtk-doc/html/pango/ (200 bytes security) (stored 0%)
|
1000
879
|
adding: share/gtk-doc/html/pango/home.png (200 bytes security) (stored 0%)
|
1001
|
-
adding: share/gtk-doc/html/pango/index-1.10.html (200 bytes security) (deflated
|
1002
|
-
adding: share/gtk-doc/html/pango/index-1.12.html (200 bytes security) (deflated
|
1003
|
-
adding: share/gtk-doc/html/pango/index-1.14.html (200 bytes security) (deflated
|
1004
|
-
adding: share/gtk-doc/html/pango/index-1.16.html (200 bytes security) (deflated
|
1005
|
-
adding: share/gtk-doc/html/pango/index-1.18.html (200 bytes security) (deflated
|
1006
|
-
adding: share/gtk-doc/html/pango/index-1.2.html (200 bytes security) (deflated
|
1007
|
-
adding: share/gtk-doc/html/pango/index-1.20.html (200 bytes security) (deflated
|
1008
|
-
adding: share/gtk-doc/html/pango/index-1.22.html (200 bytes security) (deflated
|
1009
|
-
adding: share/gtk-doc/html/pango/index-1.24.html (200 bytes security) (deflated
|
1010
|
-
adding: share/gtk-doc/html/pango/index-1.26.html (200 bytes security) (deflated
|
1011
|
-
adding: share/gtk-doc/html/pango/index-1.28.html (200 bytes security) (deflated
|
1012
|
-
adding: share/gtk-doc/html/pango/index-1.4.html (200 bytes security) (deflated
|
1013
|
-
adding: share/gtk-doc/html/pango/index-1.6.html (200 bytes security) (deflated
|
1014
|
-
adding: share/gtk-doc/html/pango/index-1.8.html (200 bytes security) (deflated
|
880
|
+
adding: share/gtk-doc/html/pango/index-1.10.html (200 bytes security) (deflated 78%)
|
881
|
+
adding: share/gtk-doc/html/pango/index-1.12.html (200 bytes security) (deflated 60%)
|
882
|
+
adding: share/gtk-doc/html/pango/index-1.14.html (200 bytes security) (deflated 64%)
|
883
|
+
adding: share/gtk-doc/html/pango/index-1.16.html (200 bytes security) (deflated 79%)
|
884
|
+
adding: share/gtk-doc/html/pango/index-1.18.html (200 bytes security) (deflated 79%)
|
885
|
+
adding: share/gtk-doc/html/pango/index-1.2.html (200 bytes security) (deflated 75%)
|
886
|
+
adding: share/gtk-doc/html/pango/index-1.20.html (200 bytes security) (deflated 69%)
|
887
|
+
adding: share/gtk-doc/html/pango/index-1.22.html (200 bytes security) (deflated 73%)
|
888
|
+
adding: share/gtk-doc/html/pango/index-1.24.html (200 bytes security) (deflated 73%)
|
889
|
+
adding: share/gtk-doc/html/pango/index-1.26.html (200 bytes security) (deflated 60%)
|
890
|
+
adding: share/gtk-doc/html/pango/index-1.28.html (200 bytes security) (deflated 55%)
|
891
|
+
adding: share/gtk-doc/html/pango/index-1.4.html (200 bytes security) (deflated 78%)
|
892
|
+
adding: share/gtk-doc/html/pango/index-1.6.html (200 bytes security) (deflated 77%)
|
893
|
+
adding: share/gtk-doc/html/pango/index-1.8.html (200 bytes security) (deflated 80%)
|
1015
894
|
adding: share/gtk-doc/html/pango/index-all.html (200 bytes security) (deflated 89%)
|
1016
|
-
adding: share/gtk-doc/html/pango/index-deprecated.html (200 bytes security) (deflated
|
1017
|
-
adding: share/gtk-doc/html/pango/index.html (200 bytes security) (deflated
|
895
|
+
adding: share/gtk-doc/html/pango/index-deprecated.html (200 bytes security) (deflated 82%)
|
896
|
+
adding: share/gtk-doc/html/pango/index.html (200 bytes security) (deflated 79%)
|
1018
897
|
adding: share/gtk-doc/html/pango/index.sgml (200 bytes security) (deflated 90%)
|
1019
898
|
adding: share/gtk-doc/html/pango/layout.gif (200 bytes security) (stored 0%)
|
1020
899
|
adding: share/gtk-doc/html/pango/left.png (200 bytes security) (stored 0%)
|
1021
|
-
adding: share/gtk-doc/html/pango/lowlevel.html (200 bytes security) (deflated
|
1022
|
-
adding: share/gtk-doc/html/pango/pango-ATSUI-Fonts.html (200 bytes security) (deflated
|
1023
|
-
adding: share/gtk-doc/html/pango/pango-Bidirectional-Text.html (200 bytes security) (deflated
|
1024
|
-
adding: share/gtk-doc/html/pango/pango-Cairo-Rendering.html (200 bytes security) (deflated
|
900
|
+
adding: share/gtk-doc/html/pango/lowlevel.html (200 bytes security) (deflated 69%)
|
901
|
+
adding: share/gtk-doc/html/pango/pango-ATSUI-Fonts.html (200 bytes security) (deflated 72%)
|
902
|
+
adding: share/gtk-doc/html/pango/pango-Bidirectional-Text.html (200 bytes security) (deflated 82%)
|
903
|
+
adding: share/gtk-doc/html/pango/pango-Cairo-Rendering.html (200 bytes security) (deflated 89%)
|
1025
904
|
adding: share/gtk-doc/html/pango/pango-Coverage-Maps.html (200 bytes security) (deflated 87%)
|
1026
|
-
adding: share/gtk-doc/html/pango/pango-Engines.html (200 bytes security) (deflated
|
905
|
+
adding: share/gtk-doc/html/pango/pango-Engines.html (200 bytes security) (deflated 78%)
|
1027
906
|
adding: share/gtk-doc/html/pango/pango-Fonts.html (200 bytes security) (deflated 90%)
|
1028
|
-
adding: share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html (200 bytes security) (deflated
|
907
|
+
adding: share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html (200 bytes security) (deflated 90%)
|
1029
908
|
adding: share/gtk-doc/html/pango/pango-Glyph-Storage.html (200 bytes security) (deflated 89%)
|
1030
|
-
adding: share/gtk-doc/html/pango/pango-hierarchy.html (200 bytes security) (deflated
|
1031
|
-
adding: share/gtk-doc/html/pango/pango-Layout-Objects.html (200 bytes security) (deflated
|
1032
|
-
adding: share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html (200 bytes security) (deflated
|
909
|
+
adding: share/gtk-doc/html/pango/pango-hierarchy.html (200 bytes security) (deflated 72%)
|
910
|
+
adding: share/gtk-doc/html/pango/pango-Layout-Objects.html (200 bytes security) (deflated 91%)
|
911
|
+
adding: share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html (200 bytes security) (deflated 86%)
|
1033
912
|
adding: share/gtk-doc/html/pango/pango-Modules.html (200 bytes security) (deflated 82%)
|
1034
913
|
adding: share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html (200 bytes security) (deflated 90%)
|
1035
|
-
adding: share/gtk-doc/html/pango/pango-
|
914
|
+
adding: share/gtk-doc/html/pango/pango-pango-renderer.html (200 bytes security) (deflated 90%)
|
915
|
+
adding: share/gtk-doc/html/pango/pango-querymodules.html (200 bytes security) (deflated 61%)
|
1036
916
|
adding: share/gtk-doc/html/pango/pango-Scripts-and-Languages.html (200 bytes security) (deflated 85%)
|
1037
917
|
adding: share/gtk-doc/html/pango/pango-Tab-Stops.html (200 bytes security) (deflated 88%)
|
1038
918
|
adding: share/gtk-doc/html/pango/pango-Text-Attributes.html (200 bytes security) (deflated 90%)
|
1039
919
|
adding: share/gtk-doc/html/pango/pango-Text-Processing.html (200 bytes security) (deflated 89%)
|
1040
|
-
adding: share/gtk-doc/html/pango/pango-Version-Checking.html (200 bytes security) (deflated
|
920
|
+
adding: share/gtk-doc/html/pango/pango-Version-Checking.html (200 bytes security) (deflated 82%)
|
1041
921
|
adding: share/gtk-doc/html/pango/pango-Vertical-Text.html (200 bytes security) (deflated 84%)
|
1042
922
|
adding: share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html (200 bytes security) (deflated 89%)
|
1043
923
|
adding: share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html (200 bytes security) (deflated 90%)
|
1044
|
-
adding: share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html (200 bytes security) (deflated
|
924
|
+
adding: share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html (200 bytes security) (deflated 89%)
|
1045
925
|
adding: share/gtk-doc/html/pango/pango.devhelp (200 bytes security) (deflated 88%)
|
1046
926
|
adding: share/gtk-doc/html/pango/pango.devhelp2 (200 bytes security) (deflated 89%)
|
1047
|
-
adding: share/gtk-doc/html/pango/pango.html (200 bytes security) (deflated
|
1048
|
-
adding: share/gtk-doc/html/pango/PangoEngineLang.html (200 bytes security) (deflated
|
1049
|
-
adding: share/gtk-doc/html/pango/PangoEngineShape.html (200 bytes security) (deflated
|
1050
|
-
adding: share/gtk-doc/html/pango/PangoFcDecoder.html (200 bytes security) (deflated
|
927
|
+
adding: share/gtk-doc/html/pango/pango.html (200 bytes security) (deflated 68%)
|
928
|
+
adding: share/gtk-doc/html/pango/PangoEngineLang.html (200 bytes security) (deflated 74%)
|
929
|
+
adding: share/gtk-doc/html/pango/PangoEngineShape.html (200 bytes security) (deflated 72%)
|
930
|
+
adding: share/gtk-doc/html/pango/PangoFcDecoder.html (200 bytes security) (deflated 78%)
|
1051
931
|
adding: share/gtk-doc/html/pango/PangoFcFont.html (200 bytes security) (deflated 83%)
|
1052
932
|
adding: share/gtk-doc/html/pango/PangoFcFontMap.html (200 bytes security) (deflated 87%)
|
1053
|
-
adding: share/gtk-doc/html/pango/PangoMarkupFormat.html (200 bytes security) (deflated
|
1054
|
-
adding: share/gtk-doc/html/pango/
|
1055
|
-
adding: share/gtk-doc/html/pango/rendering.html (200 bytes security) (deflated 75%)
|
933
|
+
adding: share/gtk-doc/html/pango/PangoMarkupFormat.html (200 bytes security) (deflated 72%)
|
934
|
+
adding: share/gtk-doc/html/pango/rendering.html (200 bytes security) (deflated 68%)
|
1056
935
|
adding: share/gtk-doc/html/pango/right.png (200 bytes security) (stored 0%)
|
1057
936
|
adding: share/gtk-doc/html/pango/rotated-text.png (200 bytes security) (deflated 1%)
|
1058
|
-
adding: share/gtk-doc/html/pango/style.css (200 bytes security) (deflated
|
1059
|
-
adding: share/gtk-doc/html/pango/tools.html (200 bytes security) (deflated
|
937
|
+
adding: share/gtk-doc/html/pango/style.css (200 bytes security) (deflated 71%)
|
938
|
+
adding: share/gtk-doc/html/pango/tools.html (200 bytes security) (deflated 58%)
|
1060
939
|
adding: share/gtk-doc/html/pango/up.png (200 bytes security) (stored 0%)
|
1061
|
-
adding: share/doc/pango-dev-1.28.
|
1062
|
-
adding: share/doc/pango-dev-1.28.
|
1063
|
-
++ cd c:/devel/target/
|
1064
|
-
++ zip /tmp/pango-dev-1.28.
|
1065
|
-
adding: bin/pango-view.exe (200 bytes security) (deflated
|
1066
|
-
++ zip /tmp/pango-dev-1.28.
|
940
|
+
adding: share/doc/pango-dev-1.28.3/ (200 bytes security) (stored 0%)
|
941
|
+
adding: share/doc/pango-dev-1.28.3/COPYING (200 bytes security) (deflated 64%)
|
942
|
+
++ cd c:/devel/target/18e9007417f775a5bc83c60917e98632
|
943
|
+
++ zip /tmp/pango-dev-1.28.3.zip bin/pango-view.exe
|
944
|
+
adding: bin/pango-view.exe (200 bytes security) (deflated 71%)
|
945
|
+
++ zip /tmp/pango-dev-1.28.3.zip share/man/man1/pango-querymodules.1 share/man/man1/pango-view.1
|
1067
946
|
adding: share/man/man1/pango-querymodules.1 (200 bytes security) (deflated 56%)
|
1068
947
|
adding: share/man/man1/pango-view.1 (200 bytes security) (deflated 57%)
|
1069
|
-
++ mv /tmp/pango-1.28.
|
1070
|
-
++ mv /tmp/pango-dev-1.28.
|
948
|
+
++ mv /tmp/pango-1.28.3.zip /tmp/pango_1.28.3-1_win32.zip
|
949
|
+
++ mv /tmp/pango-dev-1.28.3.zip /tmp/pango-dev_1.28.3-1_win32.zip
|
950
|
+
++ :
|