cairo 1.7.0-x86-mswin32 → 1.8.0-x86-mswin32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/ChangeLog +32 -0
- data/NEWS +9 -1
- data/README +1 -0
- data/Rakefile +2 -2
- data/cairo/DLL_FAQ.txt +397 -0
- data/cairo/README.txt +53 -0
- data/cairo/USAGE.txt +94 -0
- data/cairo/bin/libcairo-2.dll +0 -0
- data/cairo/bin/libpng12-0.dll +0 -0
- data/cairo/bin/zlib1.dll +0 -0
- data/cairo/include/cairo/cairo-deprecated.h +0 -4
- data/cairo/include/cairo/cairo-features.h +7 -22
- data/cairo/include/cairo/cairo-pdf.h +1 -1
- data/cairo/include/cairo/cairo-ps.h +1 -1
- data/cairo/include/cairo/cairo-svg.h +1 -1
- data/cairo/include/cairo/cairo-version.h +8 -0
- data/cairo/include/cairo/cairo-win32.h +9 -1
- data/cairo/include/cairo/cairo.h +420 -32
- data/cairo/include/libpng12/png.h +3592 -0
- data/cairo/include/libpng12/pngconf.h +1481 -0
- data/cairo/include/png.h +36 -13
- data/cairo/include/pngconf.h +3 -3
- data/cairo/include/zconf.h +332 -0
- data/cairo/include/zlib.h +1357 -0
- data/cairo/lib/cairo.def +22 -0
- data/cairo/lib/cairo.lib +0 -0
- data/cairo/lib/libcairo.dll.a +0 -0
- data/cairo/lib/libpng.def +1 -0
- data/cairo/lib/libpng.lib +0 -0
- data/cairo/lib/libpng12.dll.a +0 -0
- data/cairo/lib/pkgconfig/cairo-pdf.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-png.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-ps.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-svg.pc +4 -4
- data/cairo/lib/pkgconfig/cairo-win32-font.pc +4 -4
- data/cairo/lib/pkgconfig/cairo-win32.pc +4 -4
- data/cairo/lib/pkgconfig/cairo.pc +4 -4
- data/cairo/lib/pkgconfig/libpng.pc +3 -2
- data/cairo/lib/pkgconfig/libpng12.pc +3 -2
- data/cairo/lib/zdll.exp +0 -0
- data/cairo/lib/zdll.lib +0 -0
- data/cairo/lib/zlib.def +60 -0
- data/cairo/manifest/cairo-dev_1.8.0-1_win32.mft +76 -0
- data/cairo/manifest/cairo_1.8.0-1_win32.mft +5 -0
- data/cairo/manifest/{libpng-dev-1.2.29.mft → libpng-dev_1.2.32-1_win32.mft} +5 -2
- data/cairo/manifest/libpng_1.2.32-1_win32.mft +2 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING +0 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-LGPL-2.1 +0 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-MPL-1.1 +0 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +15 -11
- data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +15 -11
- data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +20 -16
- data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +16 -12
- data/cairo/share/gtk-doc/html/cairo/bindings-path.html +17 -13
- data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +25 -21
- data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +17 -13
- data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +14 -10
- data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +19 -15
- data/cairo/share/gtk-doc/html/cairo/cairo-context.html +2721 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-drawing.html +57 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-error-status.html +361 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-font-face.html +418 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-font-options.html +695 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-fonts.html +63 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-ft-font.html +318 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-image-surface.html +486 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-cairo-matrix-t.html → cairo-matrix.html} +137 -156
- data/cairo/share/gtk-doc/html/cairo/{cairo-Paths.html → cairo-paths.html} +275 -306
- data/cairo/share/gtk-doc/html/cairo/cairo-pattern.html +1524 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-PDF-Surfaces.html → cairo-pdf-surface.html} +60 -70
- data/cairo/share/gtk-doc/html/cairo/cairo-png-functions.html +332 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-PostScript-Surfaces.html → cairo-ps-surface.html} +131 -150
- data/cairo/share/gtk-doc/html/cairo/cairo-quartz-font.html +153 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-Quartz-Surfaces.html → cairo-quartz-surface.html} +53 -62
- data/cairo/share/gtk-doc/html/cairo/cairo-scaled-font.html +1051 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-support.html +54 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-surface.html +1064 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-surfaces.html +69 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-svg-surface.html +324 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-text.html +1264 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-Transformations.html → cairo-transformations.html} +98 -115
- data/cairo/share/gtk-doc/html/cairo/cairo-types.html +134 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-user-font.html +769 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-version-info.html +355 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-win32-font.html +366 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-win32-surface.html +321 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-XLib-Surfaces.html → cairo-xlib-surface.html} +104 -121
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +390 -405
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +390 -405
- data/cairo/share/gtk-doc/html/cairo/index-1.2.html +63 -59
- data/cairo/share/gtk-doc/html/cairo/index-1.4.html +45 -41
- data/cairo/share/gtk-doc/html/cairo/index-1.6.html +29 -23
- data/cairo/share/gtk-doc/html/cairo/index-1.8.html +107 -0
- data/cairo/share/gtk-doc/html/cairo/index-all.html +759 -0
- data/cairo/share/gtk-doc/html/cairo/index.html +51 -41
- data/cairo/share/gtk-doc/html/cairo/index.sgml +478 -466
- data/cairo/share/gtk-doc/html/cairo/language-bindings.html +22 -18
- data/cairo/share/gtk-doc/html/cairo/style.css +14 -2
- data/cairo/share/man/man3/libpng.3 +443 -17
- data/cairo/share/man/man3/libpngpf.3 +618 -102
- data/cairo/share/man/man5/png.5 +1 -1
- data/cairo/src/tml/make/cairo_1.8.0-1_win32.log +1021 -0
- data/cairo/src/tml/make/cairo_1.8.0-1_win32.sh +68 -0
- data/cairo/src/tml/make/libpng_1.2.32-1_win32.log +269 -0
- data/cairo/src/tml/make/libpng_1.2.32-1_win32.sh +63 -0
- data/cairo/test/example_d.exe +0 -0
- data/cairo/test/minigzip_d.exe +0 -0
- data/cairo/test/testzlib_d.exe +0 -0
- data/cairo/test/untgz_d.exe +0 -0
- data/doc/en/cairo-context.html +81 -91
- data/doc/en/cairo-font-options.html +11 -26
- data/doc/en/cairo-text-cluster-flag.html +35 -0
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +3 -3
- data/doc/en/cairo.html +38 -42
- data/doc/en/index.html +129 -142
- data/doc/ja/cairo-font-options.html +3 -25
- data/doc/ja/cairo-text-cluster-flag.html +46 -0
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +16 -15
- data/doc/ja/cairo.html +3 -7
- data/doc/ja/index.html +9 -17
- data/src/cairo.def +1 -1
- data/src/cairo.so +0 -0
- data/src/lib/cairo/constants.rb +3 -1
- data/src/libruby-cairo.a +0 -0
- data/src/rb_cairo.c +2 -2
- data/src/rb_cairo.h +5 -5
- data/src/rb_cairo_constants.c +12 -19
- data/src/rb_cairo_context.c +25 -21
- data/src/rb_cairo_font_face.c +44 -29
- data/src/rb_cairo_font_options.c +1 -23
- data/src/rb_cairo_scaled_font.c +5 -5
- data/test/test_constants.rb +6 -9
- data/test/test_context.rb +0 -12
- data/test/test_font_face.rb +7 -7
- data/test/test_font_options.rb +2 -21
- data/test/test_scaled_font.rb +3 -3
- data/test/test_text_to_glyphs_data.rb +19 -15
- metadata +68 -45
- data/cairo/make/cairo-1.6.4-2.sh +0 -55
- data/cairo/make/libpng-1.2.29.sh +0 -35
- data/cairo/manifest/cairo-1.6.4-2.mft +0 -6
- data/cairo/manifest/cairo-dev-1.6.4-2.mft +0 -72
- data/cairo/manifest/libpng-1.2.29.mft +0 -2
- data/cairo/share/gtk-doc/html/cairo/Drawing.html +0 -53
- data/cairo/share/gtk-doc/html/cairo/Fonts.html +0 -56
- data/cairo/share/gtk-doc/html/cairo/Support.html +0 -50
- data/cairo/share/gtk-doc/html/cairo/Surfaces.html +0 -65
- data/cairo/share/gtk-doc/html/cairo/cairo-Error-Handling.html +0 -328
- data/cairo/share/gtk-doc/html/cairo/cairo-Font-Options.html +0 -720
- data/cairo/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +0 -297
- data/cairo/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +0 -484
- data/cairo/share/gtk-doc/html/cairo/cairo-PNG-Support.html +0 -345
- data/cairo/share/gtk-doc/html/cairo/cairo-Patterns.html +0 -1560
- data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Fonts.html +0 -161
- data/cairo/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +0 -337
- data/cairo/share/gtk-doc/html/cairo/cairo-Scaled-Fonts.html +0 -823
- data/cairo/share/gtk-doc/html/cairo/cairo-Text.html +0 -836
- data/cairo/share/gtk-doc/html/cairo/cairo-Types.html +0 -143
- data/cairo/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -325
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +0 -381
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +0 -331
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +0 -427
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +0 -995
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-t.html +0 -2795
- data/cairo/share/gtk-doc/html/cairo/ix01.html +0 -693
- data/doc/en/cairo-lcd-filter.html +0 -39
- data/doc/ja/cairo-lcd-filter.html +0 -63
@@ -0,0 +1,68 @@
|
|
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=cairo
|
6
|
+
VER=1.8.0
|
7
|
+
REV=1
|
8
|
+
ARCH=win32
|
9
|
+
|
10
|
+
THIS=${MOD}_${VER}-${REV}_${ARCH}
|
11
|
+
|
12
|
+
RUNZIP=${MOD}_${VER}-${REV}_${ARCH}.zip
|
13
|
+
DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
|
14
|
+
|
15
|
+
HEX=`echo $THIS | md5sum | cut -d' ' -f1`
|
16
|
+
TARGET=c:/devel/target/$HEX
|
17
|
+
|
18
|
+
usedev
|
19
|
+
usemsvs6
|
20
|
+
|
21
|
+
(
|
22
|
+
|
23
|
+
set -x
|
24
|
+
|
25
|
+
sed -e 's/need_relink=yes/need_relink=no # no way --tml/' <build/ltmain.sh >build/ltmain.temp && mv build/ltmain.temp build/ltmain.sh
|
26
|
+
|
27
|
+
# Avoid using "file" in libtool. Otherwise libtool won't create a
|
28
|
+
# shared library, and give the warning "Trying to link with static lib
|
29
|
+
# archive [...] But I can only do this if you have shared version of
|
30
|
+
# the library, which you do not appear to have." I know what I am
|
31
|
+
# doing, I do want to link with a static libpixman-1.
|
32
|
+
|
33
|
+
sed -e 's!file /!dont-want-to-use-file!' <configure >configure.temp && mv configure.temp configure
|
34
|
+
|
35
|
+
DEPS=`latest --arch=${ARCH} pixman libpng`
|
36
|
+
|
37
|
+
PKG_CONFIG_PATH=/dummy
|
38
|
+
for D in $DEPS; do
|
39
|
+
PKG_CONFIG_PATH=/devel/dist/${ARCH}/$D/lib/pkgconfig:$PKG_CONFIG_PATH
|
40
|
+
done
|
41
|
+
|
42
|
+
ZLIB=`latest --arch=${ARCH} zlib`
|
43
|
+
|
44
|
+
CC='gcc -mtune=pentium3 -mms-bitfields -mthreads' CPPFLAGS="-I/devel/dist/${ARCH}/${ZLIB}/include" LDFLAGS="-L/devel/dist/${ARCH}/${ZLIB}/lib" CFLAGS=-O2 ./configure --disable-static --enable-freetype=no --prefix=c:/devel/target/$HEX &&
|
45
|
+
|
46
|
+
make -j3 zips &&
|
47
|
+
|
48
|
+
cp $MOD-$VER.zip /tmp/$RUNZIP &&
|
49
|
+
cp $MOD-dev-$VER.zip /tmp/$DEVZIP &&
|
50
|
+
|
51
|
+
cp -p src/cairo.def /devel/target/$HEX/lib &&
|
52
|
+
|
53
|
+
mkdir -p /devel/target/$HEX/share/doc/$THIS &&
|
54
|
+
cp -p COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 /devel/target/$HEX/share/doc/$THIS &&
|
55
|
+
|
56
|
+
cd /devel/target/$HEX &&
|
57
|
+
|
58
|
+
(cd lib && lib.exe -machine:X86 -def:cairo.def -out:cairo.lib) &&
|
59
|
+
|
60
|
+
zip /tmp/$DEVZIP lib/cairo.def lib/cairo.lib &&
|
61
|
+
zip -r -D /tmp/$RUNZIP share/doc/$THIS &&
|
62
|
+
sed -e 's/ pixman-1 >= 0.12.0//' <lib/pkgconfig/cairo.pc >lib/pkgconfig/cairo.pc.temp && mv lib/pkgconfig/cairo.pc.temp lib/pkgconfig/cairo.pc &&
|
63
|
+
zip /tmp/$DEVZIP lib/pkgconfig/cairo.pc
|
64
|
+
|
65
|
+
) 2>&1 | tee /devel/src/tml/make/$THIS.log &&
|
66
|
+
|
67
|
+
(cd /devel && zip /tmp/$DEVZIP src/tml/make/$THIS.{sh,log}) &&
|
68
|
+
manifestify /tmp/$RUNZIP /tmp/$DEVZIP
|
@@ -0,0 +1,269 @@
|
|
1
|
+
++ sed -e 's/need_relink=yes/need_relink=no # no way --tml/'
|
2
|
+
++ mv ltmain.temp ltmain.sh
|
3
|
+
++ patch -p0
|
4
|
+
patching file `Makefile.in'
|
5
|
+
++ CC='gcc -mtune=pentium3 -mthreads -mms-bitfields'
|
6
|
+
++ CPPFLAGS='-I /devel/dist/win32/zlib-1.2.3/include'
|
7
|
+
++ LDFLAGS='-L/devel/dist/win32/zlib-1.2.3/lib -Wl,--enable-auto-image-base'
|
8
|
+
++ CFLAGS=-O2
|
9
|
+
++ ./configure --disable-static --without-libpng-compat --without-binconfigs --prefix=c:/devel/target/4c814631e37619e836612142f0b035ce
|
10
|
+
checking for a BSD-compatible install... /opt/local/bin/install -c
|
11
|
+
checking whether build environment is sane... yes
|
12
|
+
checking for a thread-safe mkdir -p... /bin/mkdir -p
|
13
|
+
checking for gawk... gawk
|
14
|
+
checking whether make sets $(MAKE)... yes
|
15
|
+
checking whether to enable maintainer-specific portions of Makefiles... no
|
16
|
+
checking for gcc... gcc -mtune=pentium3 -mthreads -mms-bitfields
|
17
|
+
checking for C compiler default output file name... a.exe
|
18
|
+
checking whether the C compiler works... yes
|
19
|
+
checking whether we are cross compiling... no
|
20
|
+
checking for suffix of executables... .exe
|
21
|
+
checking for suffix of object files... o
|
22
|
+
checking whether we are using the GNU C compiler... yes
|
23
|
+
checking whether gcc -mtune=pentium3 -mthreads -mms-bitfields accepts -g... yes
|
24
|
+
checking for gcc -mtune=pentium3 -mthreads -mms-bitfields option to accept ISO C89... none needed
|
25
|
+
checking for style of include used by make... GNU
|
26
|
+
checking dependency style of gcc -mtune=pentium3 -mthreads -mms-bitfields... gcc3
|
27
|
+
checking build system type... i686-pc-mingw32
|
28
|
+
checking host system type... i686-pc-mingw32
|
29
|
+
checking for a sed that does not truncate output... /bin/sed
|
30
|
+
checking for grep that handles long lines and -e... /opt/gnuwin32/bin/grep
|
31
|
+
checking for egrep... /opt/gnuwin32/bin/grep -E
|
32
|
+
checking for fgrep... /opt/gnuwin32/bin/grep -F
|
33
|
+
checking for ld used by gcc -mtune=pentium3 -mthreads -mms-bitfields... c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe
|
34
|
+
checking if the linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) is GNU ld... yes
|
35
|
+
checking how to run the C preprocessor... gcc -mtune=pentium3 -mthreads -mms-bitfields -E
|
36
|
+
checking for sed... /bin/sed
|
37
|
+
checking for as... as
|
38
|
+
checking for dlltool... dlltool
|
39
|
+
checking for objdump... objdump
|
40
|
+
checking for a BSD-compatible install... /opt/local/bin/install -c
|
41
|
+
checking whether ln -s works... no, using cp -p
|
42
|
+
checking whether make sets $(MAKE)... (cached) yes
|
43
|
+
checking for BSD- or MS-compatible name lister (nm)... /opt/mingw/bin/nm
|
44
|
+
checking the name lister (/opt/mingw/bin/nm) interface... BSD nm
|
45
|
+
checking the maximum length of command line arguments... 8192
|
46
|
+
checking whether the shell understands some XSI constructs... yes
|
47
|
+
checking whether the shell understands "+="... yes
|
48
|
+
checking for c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe option to reload object files... -r
|
49
|
+
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
|
50
|
+
checking for ar... ar
|
51
|
+
checking for strip... strip
|
52
|
+
checking for ranlib... ranlib
|
53
|
+
checking command to parse /opt/mingw/bin/nm output from gcc -mtune=pentium3 -mthreads -mms-bitfields object... ok
|
54
|
+
checking for ANSI C header files... yes
|
55
|
+
checking for sys/types.h... yes
|
56
|
+
checking for sys/stat.h... yes
|
57
|
+
checking for stdlib.h... yes
|
58
|
+
checking for string.h... yes
|
59
|
+
checking for memory.h... yes
|
60
|
+
checking for strings.h... yes
|
61
|
+
checking for inttypes.h... yes
|
62
|
+
checking for stdint.h... yes
|
63
|
+
checking for unistd.h... yes
|
64
|
+
checking for dlfcn.h... no
|
65
|
+
checking for objdir... .libs
|
66
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -fno-rtti -fno-exceptions... no
|
67
|
+
checking for gcc -mtune=pentium3 -mthreads -mms-bitfields option to produce PIC... -DDLL_EXPORT -DPIC
|
68
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields PIC flag -DDLL_EXPORT -DPIC works... yes
|
69
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields static flag -static works... yes
|
70
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -c -o file.o... yes
|
71
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -c -o file.o... (cached) yes
|
72
|
+
checking whether the gcc -mtune=pentium3 -mthreads -mms-bitfields linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) supports shared libraries... yes
|
73
|
+
checking whether -lc should be explicitly linked in... yes
|
74
|
+
checking dynamic linker characteristics... Win32 ld.exe
|
75
|
+
checking how to hardcode library paths into programs... immediate
|
76
|
+
checking whether stripping libraries is possible... yes
|
77
|
+
checking if libtool supports shared libraries... yes
|
78
|
+
checking whether to build shared libraries... yes
|
79
|
+
checking whether to build static libraries... no
|
80
|
+
checking for ANSI C header files... (cached) yes
|
81
|
+
checking malloc.h usability... yes
|
82
|
+
checking malloc.h presence... yes
|
83
|
+
checking for malloc.h... yes
|
84
|
+
checking for stdlib.h... (cached) yes
|
85
|
+
checking for string.h... (cached) yes
|
86
|
+
checking for strings.h... (cached) yes
|
87
|
+
checking for an ANSI C-conforming const... yes
|
88
|
+
checking for size_t... yes
|
89
|
+
checking whether struct tm is in sys/time.h or time.h... time.h
|
90
|
+
checking for working strtod... yes
|
91
|
+
checking for memset... yes
|
92
|
+
checking for pow... yes
|
93
|
+
checking for zlibVersion in -lz... yes
|
94
|
+
checking if assembler code in pnggccrd.c can be compiled without PNG_NO_MMX_CODE... yes
|
95
|
+
checking if libraries can be versioned... yes
|
96
|
+
checking for symbol prefix... _
|
97
|
+
configure: pkgconfig directory is ${libdir}/pkgconfig
|
98
|
+
configure: libpng-config scripts will not be built
|
99
|
+
configure: libpng.so will not be built
|
100
|
+
configure: creating ./config.status
|
101
|
+
config.status: creating Makefile
|
102
|
+
config.status: creating libpng.pc
|
103
|
+
config.status: creating libpng-config
|
104
|
+
config.status: creating config.h
|
105
|
+
config.status: executing depfiles commands
|
106
|
+
config.status: executing libtool commands
|
107
|
+
++ make install
|
108
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-png.lo -MD -MP -MF .deps/libpng12_la-png.Tpo -c -o libpng12_la-png.lo `test -f 'png.c' || echo './'`png.c
|
109
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-png.lo -MD -MP -MF .deps/libpng12_la-png.Tpo -c png.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-png.o
|
110
|
+
mv -f .deps/libpng12_la-png.Tpo .deps/libpng12_la-png.Plo
|
111
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngset.lo -MD -MP -MF .deps/libpng12_la-pngset.Tpo -c -o libpng12_la-pngset.lo `test -f 'pngset.c' || echo './'`pngset.c
|
112
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngset.lo -MD -MP -MF .deps/libpng12_la-pngset.Tpo -c pngset.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngset.o
|
113
|
+
mv -f .deps/libpng12_la-pngset.Tpo .deps/libpng12_la-pngset.Plo
|
114
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngget.lo -MD -MP -MF .deps/libpng12_la-pngget.Tpo -c -o libpng12_la-pngget.lo `test -f 'pngget.c' || echo './'`pngget.c
|
115
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngget.lo -MD -MP -MF .deps/libpng12_la-pngget.Tpo -c pngget.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngget.o
|
116
|
+
mv -f .deps/libpng12_la-pngget.Tpo .deps/libpng12_la-pngget.Plo
|
117
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngrutil.lo -MD -MP -MF .deps/libpng12_la-pngrutil.Tpo -c -o libpng12_la-pngrutil.lo `test -f 'pngrutil.c' || echo './'`pngrutil.c
|
118
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngrutil.lo -MD -MP -MF .deps/libpng12_la-pngrutil.Tpo -c pngrutil.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngrutil.o
|
119
|
+
mv -f .deps/libpng12_la-pngrutil.Tpo .deps/libpng12_la-pngrutil.Plo
|
120
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngtrans.lo -MD -MP -MF .deps/libpng12_la-pngtrans.Tpo -c -o libpng12_la-pngtrans.lo `test -f 'pngtrans.c' || echo './'`pngtrans.c
|
121
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngtrans.lo -MD -MP -MF .deps/libpng12_la-pngtrans.Tpo -c pngtrans.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngtrans.o
|
122
|
+
mv -f .deps/libpng12_la-pngtrans.Tpo .deps/libpng12_la-pngtrans.Plo
|
123
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngwutil.lo -MD -MP -MF .deps/libpng12_la-pngwutil.Tpo -c -o libpng12_la-pngwutil.lo `test -f 'pngwutil.c' || echo './'`pngwutil.c
|
124
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngwutil.lo -MD -MP -MF .deps/libpng12_la-pngwutil.Tpo -c pngwutil.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngwutil.o
|
125
|
+
mv -f .deps/libpng12_la-pngwutil.Tpo .deps/libpng12_la-pngwutil.Plo
|
126
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngread.lo -MD -MP -MF .deps/libpng12_la-pngread.Tpo -c -o libpng12_la-pngread.lo `test -f 'pngread.c' || echo './'`pngread.c
|
127
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngread.lo -MD -MP -MF .deps/libpng12_la-pngread.Tpo -c pngread.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngread.o
|
128
|
+
mv -f .deps/libpng12_la-pngread.Tpo .deps/libpng12_la-pngread.Plo
|
129
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngrio.lo -MD -MP -MF .deps/libpng12_la-pngrio.Tpo -c -o libpng12_la-pngrio.lo `test -f 'pngrio.c' || echo './'`pngrio.c
|
130
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngrio.lo -MD -MP -MF .deps/libpng12_la-pngrio.Tpo -c pngrio.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngrio.o
|
131
|
+
mv -f .deps/libpng12_la-pngrio.Tpo .deps/libpng12_la-pngrio.Plo
|
132
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngwio.lo -MD -MP -MF .deps/libpng12_la-pngwio.Tpo -c -o libpng12_la-pngwio.lo `test -f 'pngwio.c' || echo './'`pngwio.c
|
133
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngwio.lo -MD -MP -MF .deps/libpng12_la-pngwio.Tpo -c pngwio.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngwio.o
|
134
|
+
mv -f .deps/libpng12_la-pngwio.Tpo .deps/libpng12_la-pngwio.Plo
|
135
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngwrite.lo -MD -MP -MF .deps/libpng12_la-pngwrite.Tpo -c -o libpng12_la-pngwrite.lo `test -f 'pngwrite.c' || echo './'`pngwrite.c
|
136
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngwrite.lo -MD -MP -MF .deps/libpng12_la-pngwrite.Tpo -c pngwrite.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngwrite.o
|
137
|
+
mv -f .deps/libpng12_la-pngwrite.Tpo .deps/libpng12_la-pngwrite.Plo
|
138
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngrtran.lo -MD -MP -MF .deps/libpng12_la-pngrtran.Tpo -c -o libpng12_la-pngrtran.lo `test -f 'pngrtran.c' || echo './'`pngrtran.c
|
139
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngrtran.lo -MD -MP -MF .deps/libpng12_la-pngrtran.Tpo -c pngrtran.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngrtran.o
|
140
|
+
mv -f .deps/libpng12_la-pngrtran.Tpo .deps/libpng12_la-pngrtran.Plo
|
141
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngwtran.lo -MD -MP -MF .deps/libpng12_la-pngwtran.Tpo -c -o libpng12_la-pngwtran.lo `test -f 'pngwtran.c' || echo './'`pngwtran.c
|
142
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngwtran.lo -MD -MP -MF .deps/libpng12_la-pngwtran.Tpo -c pngwtran.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngwtran.o
|
143
|
+
mv -f .deps/libpng12_la-pngwtran.Tpo .deps/libpng12_la-pngwtran.Plo
|
144
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngmem.lo -MD -MP -MF .deps/libpng12_la-pngmem.Tpo -c -o libpng12_la-pngmem.lo `test -f 'pngmem.c' || echo './'`pngmem.c
|
145
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngmem.lo -MD -MP -MF .deps/libpng12_la-pngmem.Tpo -c pngmem.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngmem.o
|
146
|
+
mv -f .deps/libpng12_la-pngmem.Tpo .deps/libpng12_la-pngmem.Plo
|
147
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngerror.lo -MD -MP -MF .deps/libpng12_la-pngerror.Tpo -c -o libpng12_la-pngerror.lo `test -f 'pngerror.c' || echo './'`pngerror.c
|
148
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngerror.lo -MD -MP -MF .deps/libpng12_la-pngerror.Tpo -c pngerror.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngerror.o
|
149
|
+
mv -f .deps/libpng12_la-pngerror.Tpo .deps/libpng12_la-pngerror.Plo
|
150
|
+
/bin/sh ./libtool --tag=CC --mode=compile gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngpread.lo -MD -MP -MF .deps/libpng12_la-pngpread.Tpo -c -o libpng12_la-pngpread.lo `test -f 'pngpread.c' || echo './'`pngpread.c
|
151
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -O2 -MT libpng12_la-pngpread.lo -MD -MP -MF .deps/libpng12_la-pngpread.Tpo -c pngpread.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-pngpread.o
|
152
|
+
mv -f .deps/libpng12_la-pngpread.Tpo .deps/libpng12_la-pngpread.Plo
|
153
|
+
rm -f libpng.sym libpng.sym.new
|
154
|
+
gcc -mtune=pentium3 -mthreads -mms-bitfields -E -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.3/include -DPNG_BUILDSYMS ./png.h | \
|
155
|
+
/bin/sed -n -e \
|
156
|
+
's|^.*PNG_FUNCTION_EXPORT[ ]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|_\1|p' \
|
157
|
+
-e 's|^.*PNG_DATA_EXPORT[ ]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|_\1|p' \
|
158
|
+
>libpng.sym.new
|
159
|
+
mv libpng.sym.new libpng.sym
|
160
|
+
rm -f libpng.vers libpng.vers.new
|
161
|
+
echo PNG12_0 '{global:' > libpng.vers.new
|
162
|
+
/bin/sed s/$/\;/ libpng.sym >> libpng.vers.new
|
163
|
+
echo 'local: *; };' >> libpng.vers.new
|
164
|
+
mv libpng.vers.new libpng.vers
|
165
|
+
/bin/sh ./libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -no-undefined -export-dynamic -version-number 0:32:0 -Wl,--version-script=libpng.vers -L/devel/dist/win32/zlib-1.2.3/lib -Wl,--enable-auto-image-base -o libpng12.la -rpath c:/devel/target/4c814631e37619e836612142f0b035ce/lib libpng12_la-png.lo libpng12_la-pngset.lo libpng12_la-pngget.lo libpng12_la-pngrutil.lo libpng12_la-pngtrans.lo libpng12_la-pngwutil.lo libpng12_la-pngread.lo libpng12_la-pngrio.lo libpng12_la-pngwio.lo libpng12_la-pngwrite.lo libpng12_la-pngrtran.lo libpng12_la-pngwtran.lo libpng12_la-pngmem.lo libpng12_la-pngerror.lo libpng12_la-pngpread.lo -lz
|
166
|
+
libtool: link: gcc -mtune=pentium3 -mthreads -mms-bitfields -shared .libs/libpng12_la-png.o .libs/libpng12_la-pngset.o .libs/libpng12_la-pngget.o .libs/libpng12_la-pngrutil.o .libs/libpng12_la-pngtrans.o .libs/libpng12_la-pngwutil.o .libs/libpng12_la-pngread.o .libs/libpng12_la-pngrio.o .libs/libpng12_la-pngwio.o .libs/libpng12_la-pngwrite.o .libs/libpng12_la-pngrtran.o .libs/libpng12_la-pngwtran.o .libs/libpng12_la-pngmem.o .libs/libpng12_la-pngerror.o .libs/libpng12_la-pngpread.o -L/devel/dist/win32/zlib-1.2.3/lib -lz -mtune=pentium3 -mthreads -mms-bitfields -Wl,--version-script=libpng.vers -Wl,--enable-auto-image-base -mthreads -o .libs/libpng12-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpng12.dll.a
|
167
|
+
Creating library file: .libs/libpng12.dll.a
|
168
|
+
libtool: link: ( cd ".libs" && rm -f "libpng12.la" && cp -p "../libpng12.la" "libpng12.la" )
|
169
|
+
cp libpng.pc libpng12.pc
|
170
|
+
make[1]: Entering directory `/devel/src/libpng/1.2.32-1_win32'
|
171
|
+
test -z "c:/devel/target/4c814631e37619e836612142f0b035ce/bin" || /bin/mkdir -p "c:/devel/target/4c814631e37619e836612142f0b035ce/bin"
|
172
|
+
test -z "c:/devel/target/4c814631e37619e836612142f0b035ce/lib" || /bin/mkdir -p "c:/devel/target/4c814631e37619e836612142f0b035ce/lib"
|
173
|
+
/bin/sh ./libtool --mode=install /opt/local/bin/install -c 'libpng12.la' 'c:/devel/target/4c814631e37619e836612142f0b035ce/lib/libpng12.la'
|
174
|
+
libtool: install: /opt/local/bin/install -c .libs/libpng12.dll.a c:/devel/target/4c814631e37619e836612142f0b035ce/lib/libpng12.dll.a
|
175
|
+
libtool: install: base_file=`basename libpng12.la`
|
176
|
+
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpng12.la'i; echo libpng12-0.dll'`
|
177
|
+
libtool: install: dldir=c:/devel/target/4c814631e37619e836612142f0b035ce/lib/`dirname ../bin/libpng12-0.dll`
|
178
|
+
libtool: install: test -d c:/devel/target/4c814631e37619e836612142f0b035ce/lib/../bin || mkdir -p c:/devel/target/4c814631e37619e836612142f0b035ce/lib/../bin
|
179
|
+
libtool: install: /opt/local/bin/install -c .libs/libpng12-0.dll c:/devel/target/4c814631e37619e836612142f0b035ce/lib/../bin/libpng12-0.dll
|
180
|
+
libtool: install: chmod a+x c:/devel/target/4c814631e37619e836612142f0b035ce/lib/../bin/libpng12-0.dll
|
181
|
+
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/4c814631e37619e836612142f0b035ce/lib/../bin/libpng12-0.dll' || exit 0; fi
|
182
|
+
libtool: install: /opt/local/bin/install -c .libs/libpng12.lai c:/devel/target/4c814631e37619e836612142f0b035ce/lib/libpng12.la
|
183
|
+
----------------------------------------------------------------------
|
184
|
+
Libraries have been installed in:
|
185
|
+
c:/devel/target/4c814631e37619e836612142f0b035ce/lib
|
186
|
+
|
187
|
+
If you ever happen to want to link against installed libraries
|
188
|
+
in a given directory, LIBDIR, you must either use libtool, and
|
189
|
+
specify the full pathname of the library, or use the `-LLIBDIR'
|
190
|
+
flag during linking and do at least one of the following:
|
191
|
+
- add LIBDIR to the `PATH' environment variable
|
192
|
+
during execution
|
193
|
+
- add LIBDIR to the `LD_RUN_PATH' environment variable
|
194
|
+
during linking
|
195
|
+
- use the `-LLIBDIR' linker flag
|
196
|
+
|
197
|
+
See any operating system documentation about shared libraries for
|
198
|
+
more information, such as the ld(1) and ld.so(8) manual pages.
|
199
|
+
----------------------------------------------------------------------
|
200
|
+
make install-exec-hook
|
201
|
+
make[2]: Entering directory `/devel/src/libpng/1.2.32-1_win32'
|
202
|
+
cd c:/devel/target/4c814631e37619e836612142f0b035ce/bin; rm -f libpng-config
|
203
|
+
cd c:/devel/target/4c814631e37619e836612142f0b035ce/bin; cp -p libpng12-config libpng-config
|
204
|
+
cp: cannot stat `libpng12-config': No such file or directory
|
205
|
+
make[2]: [install-exec-hook] Error 1 (ignored)
|
206
|
+
+ cd c:/devel/target/4c814631e37619e836612142f0b035ce/lib
|
207
|
+
+ for ext in a la so sl dylib
|
208
|
+
+ rm -f libpng.a
|
209
|
+
+ test -f libpng12.a
|
210
|
+
+ for ext in a la so sl dylib
|
211
|
+
+ rm -f libpng.la
|
212
|
+
+ test -f libpng12.la
|
213
|
+
+ cp -p libpng12.la libpng.la
|
214
|
+
+ for ext in a la so sl dylib
|
215
|
+
+ rm -f libpng.so
|
216
|
+
+ test -f libpng12.so
|
217
|
+
+ for ext in a la so sl dylib
|
218
|
+
+ rm -f libpng.sl
|
219
|
+
+ test -f libpng12.sl
|
220
|
+
+ for ext in a la so sl dylib
|
221
|
+
+ rm -f libpng.dylib
|
222
|
+
+ test -f libpng12.dylib
|
223
|
+
make[2]: Leaving directory `/devel/src/libpng/1.2.32-1_win32'
|
224
|
+
test -z "c:/devel/target/4c814631e37619e836612142f0b035ce/share/man/man3" || /bin/mkdir -p "c:/devel/target/4c814631e37619e836612142f0b035ce/share/man/man3"
|
225
|
+
/opt/local/bin/install -c -m 644 './libpng.3' 'c:/devel/target/4c814631e37619e836612142f0b035ce/share/man/man3/libpng.3'
|
226
|
+
/opt/local/bin/install -c -m 644 './libpngpf.3' 'c:/devel/target/4c814631e37619e836612142f0b035ce/share/man/man3/libpngpf.3'
|
227
|
+
test -z "c:/devel/target/4c814631e37619e836612142f0b035ce/share/man/man5" || /bin/mkdir -p "c:/devel/target/4c814631e37619e836612142f0b035ce/share/man/man5"
|
228
|
+
/opt/local/bin/install -c -m 644 './png.5' 'c:/devel/target/4c814631e37619e836612142f0b035ce/share/man/man5/png.5'
|
229
|
+
test -z "c:/devel/target/4c814631e37619e836612142f0b035ce/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/4c814631e37619e836612142f0b035ce/lib/pkgconfig"
|
230
|
+
/opt/local/bin/install -c -m 644 'libpng12.pc' 'c:/devel/target/4c814631e37619e836612142f0b035ce/lib/pkgconfig/libpng12.pc'
|
231
|
+
test -z "c:/devel/target/4c814631e37619e836612142f0b035ce/include/libpng12" || /bin/mkdir -p "c:/devel/target/4c814631e37619e836612142f0b035ce/include/libpng12"
|
232
|
+
/opt/local/bin/install -c -m 644 'png.h' 'c:/devel/target/4c814631e37619e836612142f0b035ce/include/libpng12/png.h'
|
233
|
+
/opt/local/bin/install -c -m 644 'pngconf.h' 'c:/devel/target/4c814631e37619e836612142f0b035ce/include/libpng12/pngconf.h'
|
234
|
+
make install-data-hook
|
235
|
+
make[2]: Entering directory `/devel/src/libpng/1.2.32-1_win32'
|
236
|
+
cd c:/devel/target/4c814631e37619e836612142f0b035ce/include; rm -f png.h pngconf.h
|
237
|
+
cd c:/devel/target/4c814631e37619e836612142f0b035ce/include; cp -p libpng12/png.h png.h
|
238
|
+
cd c:/devel/target/4c814631e37619e836612142f0b035ce/include; cp -p libpng12/pngconf.h pngconf.h
|
239
|
+
cd c:/devel/target/4c814631e37619e836612142f0b035ce/lib/pkgconfig; rm -f libpng.pc
|
240
|
+
cd c:/devel/target/4c814631e37619e836612142f0b035ce/lib/pkgconfig; cp -p libpng12.pc libpng.pc
|
241
|
+
make[2]: Leaving directory `/devel/src/libpng/1.2.32-1_win32'
|
242
|
+
make[1]: Leaving directory `/devel/src/libpng/1.2.32-1_win32'
|
243
|
+
++ rm -f /tmp/libpng_1.2.32-1_win32.zip /tmp/libpng-dev_1.2.32-1_win32.zip
|
244
|
+
++ cd /devel/target/4c814631e37619e836612142f0b035ce
|
245
|
+
++ zip /tmp/libpng_1.2.32-1_win32.zip bin/libpng12-0.dll
|
246
|
+
adding: bin/libpng12-0.dll (224 bytes security) (deflated 55%)
|
247
|
+
++ zip -r -D /tmp/libpng-dev_1.2.32-1_win32.zip include
|
248
|
+
adding: include/libpng12/png.h (224 bytes security) (deflated 77%)
|
249
|
+
adding: include/libpng12/pngconf.h (224 bytes security) (deflated 73%)
|
250
|
+
adding: include/png.h (224 bytes security) (deflated 77%)
|
251
|
+
adding: include/pngconf.h (224 bytes security) (deflated 73%)
|
252
|
+
++ zip /tmp/libpng-dev_1.2.32-1_win32.zip lib/libpng12.dll.a
|
253
|
+
adding: lib/libpng12.dll.a (224 bytes security) (deflated 93%)
|
254
|
+
++ pexports bin/libpng12-0.dll
|
255
|
+
++ lib -machine:X86 -def:lib/libpng.def -name:libpng12-0.dll -out:lib/libpng.lib
|
256
|
+
Microsoft (R) Library Manager Version 6.00.8447
|
257
|
+
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
|
258
|
+
|
259
|
+
Creating library lib/libpng.lib and object lib/libpng.exp
|
260
|
+
++ zip /tmp/libpng-dev_1.2.32-1_win32.zip lib/libpng.def lib/libpng.lib
|
261
|
+
adding: lib/libpng.def (224 bytes security) (deflated 74%)
|
262
|
+
adding: lib/libpng.lib (224 bytes security) (deflated 86%)
|
263
|
+
++ zip /tmp/libpng-dev_1.2.32-1_win32.zip lib/pkgconfig/libpng.pc lib/pkgconfig/libpng12.pc
|
264
|
+
adding: lib/pkgconfig/libpng.pc (224 bytes security) (deflated 29%)
|
265
|
+
adding: lib/pkgconfig/libpng12.pc (224 bytes security) (deflated 29%)
|
266
|
+
++ zip -r -D /tmp/libpng-dev_1.2.32-1_win32.zip share/man
|
267
|
+
adding: share/man/man3/libpng.3 (224 bytes security) (deflated 72%)
|
268
|
+
adding: share/man/man3/libpngpf.3 (224 bytes security) (deflated 88%)
|
269
|
+
adding: share/man/man5/png.5 (224 bytes security) (deflated 53%)
|
@@ -0,0 +1,63 @@
|
|
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=libpng
|
6
|
+
VER=1.2.32
|
7
|
+
REV=1
|
8
|
+
ARCH=win32
|
9
|
+
|
10
|
+
THIS=${MOD}_${VER}-${REV}_${ARCH}
|
11
|
+
|
12
|
+
RUNZIP=${THIS}.zip
|
13
|
+
DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
|
14
|
+
|
15
|
+
HEX=`echo $THIS | md5sum | cut -d' ' -f1`
|
16
|
+
TARGET=c:/devel/target/$HEX
|
17
|
+
|
18
|
+
ZLIB=`latest --arch=${ARCH} zlib`
|
19
|
+
|
20
|
+
usedev
|
21
|
+
usemsvs6
|
22
|
+
|
23
|
+
(
|
24
|
+
|
25
|
+
set -x
|
26
|
+
|
27
|
+
# Avoid the silly "relink" stuff in libtool
|
28
|
+
sed -e 's/need_relink=yes/need_relink=no # no way --tml/' <ltmain.sh >ltmain.temp && mv ltmain.temp ltmain.sh
|
29
|
+
|
30
|
+
patch -p0 <<'EOF' &&
|
31
|
+
--- Makefile.in
|
32
|
+
+++ Makefile.in
|
33
|
+
@@ -1285,7 +1285,7 @@
|
34
|
+
# do evil things to libpng to cause libpng12 to be used
|
35
|
+
install-exec-hook:
|
36
|
+
cd $(DESTDIR)$(bindir); rm -f libpng-config
|
37
|
+
- cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
38
|
+
+ -cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
39
|
+
@set -x;\
|
40
|
+
cd $(DESTDIR)$(libdir);\
|
41
|
+
for ext in a la so sl dylib; do\
|
42
|
+
EOF
|
43
|
+
|
44
|
+
CC='gcc -mtune=pentium3 -mthreads -mms-bitfields' CPPFLAGS="-I /devel/dist/${ARCH}/${ZLIB}/include" LDFLAGS="-L/devel/dist/${ARCH}/${ZLIB}/lib -Wl,--enable-auto-image-base" CFLAGS=-O2 ./configure --disable-static --without-libpng-compat --without-binconfigs --prefix=$TARGET &&
|
45
|
+
make install &&
|
46
|
+
|
47
|
+
rm -f /tmp/$RUNZIP /tmp/$DEVZIP &&
|
48
|
+
|
49
|
+
(cd /devel/target/$HEX &&
|
50
|
+
zip /tmp/$RUNZIP bin/libpng12-0.dll &&
|
51
|
+
zip -r -D /tmp/$DEVZIP include &&
|
52
|
+
zip /tmp/$DEVZIP lib/libpng12.dll.a &&
|
53
|
+
pexports bin/libpng12-0.dll >lib/libpng.def &&
|
54
|
+
lib -machine:X86 -def:lib/libpng.def -name:libpng12-0.dll -out:lib/libpng.lib &&
|
55
|
+
zip /tmp/$DEVZIP lib/libpng.def lib/libpng.lib &&
|
56
|
+
zip /tmp/$DEVZIP lib/pkgconfig/libpng*.pc &&
|
57
|
+
zip -r -D /tmp/$DEVZIP share/man
|
58
|
+
)
|
59
|
+
|
60
|
+
) 2>&1 | tee /devel/src/tml/make/$THIS.log &&
|
61
|
+
|
62
|
+
(cd /devel && zip /tmp/$DEVZIP src/tml/make/$THIS.{sh,log}) &&
|
63
|
+
manifestify /tmp/$RUNZIP /tmp/$DEVZIP
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/doc/en/cairo-context.html
CHANGED
@@ -233,414 +233,404 @@
|
|
233
233
|
<ul>
|
234
234
|
<li>Returns: self: <em>FIXME</em></li>
|
235
235
|
</ul></dd>
|
236
|
-
<dt><a name="label-44" id="label-44"><code>
|
236
|
+
<dt><a name="label-44" id="label-44"><code>have_current_point?</code></a></dt><!-- RDLabel: "have_current_point?" -->
|
237
237
|
<dd>
|
238
238
|
<ul>
|
239
239
|
<li>Returns: self: <em>FIXME</em></li>
|
240
240
|
</ul></dd>
|
241
|
-
<dt><a name="label-45" id="label-45"><code>
|
241
|
+
<dt><a name="label-45" id="label-45"><code>identity_matrix</code></a></dt><!-- RDLabel: "identity_matrix" -->
|
242
242
|
<dd>
|
243
243
|
<ul>
|
244
244
|
<li>Returns: self: <em>FIXME</em></li>
|
245
245
|
</ul></dd>
|
246
|
-
<dt><a name="label-46" id="label-46"><code>
|
246
|
+
<dt><a name="label-46" id="label-46"><code>in_fill?</code></a></dt><!-- RDLabel: "in_fill?" -->
|
247
247
|
<dd>
|
248
248
|
<ul>
|
249
249
|
<li>Returns: self: <em>FIXME</em></li>
|
250
250
|
</ul></dd>
|
251
|
-
<dt><a name="label-47" id="label-47"><code>
|
251
|
+
<dt><a name="label-47" id="label-47"><code>in_stroke?</code></a></dt><!-- RDLabel: "in_stroke?" -->
|
252
252
|
<dd>
|
253
253
|
<ul>
|
254
254
|
<li>Returns: self: <em>FIXME</em></li>
|
255
255
|
</ul></dd>
|
256
|
-
<dt><a name="label-48" id="label-48"><code>
|
256
|
+
<dt><a name="label-48" id="label-48"><code>line_cap</code></a></dt><!-- RDLabel: "line_cap" -->
|
257
257
|
<dd>
|
258
258
|
<ul>
|
259
259
|
<li>Returns: self: <em>FIXME</em></li>
|
260
260
|
</ul></dd>
|
261
|
-
<dt><a name="label-49" id="label-49"><code>
|
261
|
+
<dt><a name="label-49" id="label-49"><code>line_cap=</code></a></dt><!-- RDLabel: "line_cap=" -->
|
262
262
|
<dd>
|
263
263
|
<ul>
|
264
264
|
<li>Returns: self: <em>FIXME</em></li>
|
265
265
|
</ul></dd>
|
266
|
-
<dt><a name="label-50" id="label-50"><code>
|
266
|
+
<dt><a name="label-50" id="label-50"><code>line_join</code></a></dt><!-- RDLabel: "line_join" -->
|
267
267
|
<dd>
|
268
268
|
<ul>
|
269
269
|
<li>Returns: self: <em>FIXME</em></li>
|
270
270
|
</ul></dd>
|
271
|
-
<dt><a name="label-51" id="label-51"><code>
|
271
|
+
<dt><a name="label-51" id="label-51"><code>line_join=</code></a></dt><!-- RDLabel: "line_join=" -->
|
272
272
|
<dd>
|
273
273
|
<ul>
|
274
274
|
<li>Returns: self: <em>FIXME</em></li>
|
275
275
|
</ul></dd>
|
276
|
-
<dt><a name="label-52" id="label-52"><code>
|
276
|
+
<dt><a name="label-52" id="label-52"><code>line_to</code></a></dt><!-- RDLabel: "line_to" -->
|
277
277
|
<dd>
|
278
278
|
<ul>
|
279
279
|
<li>Returns: self: <em>FIXME</em></li>
|
280
280
|
</ul></dd>
|
281
|
-
<dt><a name="label-53" id="label-53"><code>
|
281
|
+
<dt><a name="label-53" id="label-53"><code>line_width</code></a></dt><!-- RDLabel: "line_width" -->
|
282
282
|
<dd>
|
283
283
|
<ul>
|
284
284
|
<li>Returns: self: <em>FIXME</em></li>
|
285
285
|
</ul></dd>
|
286
|
-
<dt><a name="label-54" id="label-54"><code>
|
286
|
+
<dt><a name="label-54" id="label-54"><code>line_width=</code></a></dt><!-- RDLabel: "line_width=" -->
|
287
287
|
<dd>
|
288
288
|
<ul>
|
289
289
|
<li>Returns: self: <em>FIXME</em></li>
|
290
290
|
</ul></dd>
|
291
|
-
<dt><a name="label-55" id="label-55"><code>
|
291
|
+
<dt><a name="label-55" id="label-55"><code>map_path_onto</code></a></dt><!-- RDLabel: "map_path_onto" -->
|
292
292
|
<dd>
|
293
293
|
<ul>
|
294
294
|
<li>Returns: self: <em>FIXME</em></li>
|
295
295
|
</ul></dd>
|
296
|
-
<dt><a name="label-56" id="label-56"><code>
|
296
|
+
<dt><a name="label-56" id="label-56"><code>mask</code></a></dt><!-- RDLabel: "mask" -->
|
297
297
|
<dd>
|
298
298
|
<ul>
|
299
299
|
<li>Returns: self: <em>FIXME</em></li>
|
300
300
|
</ul></dd>
|
301
|
-
<dt><a name="label-57" id="label-57"><code>
|
301
|
+
<dt><a name="label-57" id="label-57"><code>matrix</code></a></dt><!-- RDLabel: "matrix" -->
|
302
302
|
<dd>
|
303
303
|
<ul>
|
304
304
|
<li>Returns: self: <em>FIXME</em></li>
|
305
305
|
</ul></dd>
|
306
|
-
<dt><a name="label-58" id="label-58"><code>
|
306
|
+
<dt><a name="label-58" id="label-58"><code>matrix=</code></a></dt><!-- RDLabel: "matrix=" -->
|
307
307
|
<dd>
|
308
308
|
<ul>
|
309
309
|
<li>Returns: self: <em>FIXME</em></li>
|
310
310
|
</ul></dd>
|
311
|
-
<dt><a name="label-59" id="label-59"><code>
|
311
|
+
<dt><a name="label-59" id="label-59"><code>miter_limit</code></a></dt><!-- RDLabel: "miter_limit" -->
|
312
312
|
<dd>
|
313
313
|
<ul>
|
314
314
|
<li>Returns: self: <em>FIXME</em></li>
|
315
315
|
</ul></dd>
|
316
|
-
<dt><a name="label-60" id="label-60"><code>
|
316
|
+
<dt><a name="label-60" id="label-60"><code>miter_limit=</code></a></dt><!-- RDLabel: "miter_limit=" -->
|
317
317
|
<dd>
|
318
318
|
<ul>
|
319
319
|
<li>Returns: self: <em>FIXME</em></li>
|
320
320
|
</ul></dd>
|
321
|
-
<dt><a name="label-61" id="label-61"><code>
|
321
|
+
<dt><a name="label-61" id="label-61"><code>move_to</code></a></dt><!-- RDLabel: "move_to" -->
|
322
322
|
<dd>
|
323
323
|
<ul>
|
324
324
|
<li>Returns: self: <em>FIXME</em></li>
|
325
325
|
</ul></dd>
|
326
|
-
<dt><a name="label-62" id="label-62"><code>
|
326
|
+
<dt><a name="label-62" id="label-62"><code>new_path</code></a></dt><!-- RDLabel: "new_path" -->
|
327
327
|
<dd>
|
328
328
|
<ul>
|
329
329
|
<li>Returns: self: <em>FIXME</em></li>
|
330
330
|
</ul></dd>
|
331
|
-
<dt><a name="label-63" id="label-63"><code>
|
331
|
+
<dt><a name="label-63" id="label-63"><code>new_sub_path</code></a></dt><!-- RDLabel: "new_sub_path" -->
|
332
332
|
<dd>
|
333
333
|
<ul>
|
334
334
|
<li>Returns: self: <em>FIXME</em></li>
|
335
335
|
</ul></dd>
|
336
|
-
<dt><a name="label-64" id="label-64"><code>
|
336
|
+
<dt><a name="label-64" id="label-64"><code>operator</code></a></dt><!-- RDLabel: "operator" -->
|
337
337
|
<dd>
|
338
338
|
<ul>
|
339
339
|
<li>Returns: self: <em>FIXME</em></li>
|
340
340
|
</ul></dd>
|
341
|
-
<dt><a name="label-65" id="label-65"><code>
|
341
|
+
<dt><a name="label-65" id="label-65"><code>operator=</code></a></dt><!-- RDLabel: "operator=" -->
|
342
342
|
<dd>
|
343
343
|
<ul>
|
344
344
|
<li>Returns: self: <em>FIXME</em></li>
|
345
345
|
</ul></dd>
|
346
|
-
<dt><a name="label-66" id="label-66"><code>
|
346
|
+
<dt><a name="label-66" id="label-66"><code>paint</code></a></dt><!-- RDLabel: "paint" -->
|
347
347
|
<dd>
|
348
348
|
<ul>
|
349
349
|
<li>Returns: self: <em>FIXME</em></li>
|
350
350
|
</ul></dd>
|
351
|
-
<dt><a name="label-67" id="label-67"><code>
|
351
|
+
<dt><a name="label-67" id="label-67"><code>path_extents</code></a></dt><!-- RDLabel: "path_extents" -->
|
352
352
|
<dd>
|
353
353
|
<ul>
|
354
354
|
<li>Returns: self: <em>FIXME</em></li>
|
355
355
|
</ul></dd>
|
356
|
-
<dt><a name="label-68" id="label-68"><code>
|
356
|
+
<dt><a name="label-68" id="label-68"><code>pop_group</code></a></dt><!-- RDLabel: "pop_group" -->
|
357
357
|
<dd>
|
358
358
|
<ul>
|
359
359
|
<li>Returns: self: <em>FIXME</em></li>
|
360
360
|
</ul></dd>
|
361
|
-
<dt><a name="label-69" id="label-69"><code>
|
361
|
+
<dt><a name="label-69" id="label-69"><code>pop_group_to_source</code></a></dt><!-- RDLabel: "pop_group_to_source" -->
|
362
362
|
<dd>
|
363
363
|
<ul>
|
364
364
|
<li>Returns: self: <em>FIXME</em></li>
|
365
365
|
</ul></dd>
|
366
|
-
<dt><a name="label-70" id="label-70"><code>
|
366
|
+
<dt><a name="label-70" id="label-70"><code>pseudo_blur</code></a></dt><!-- RDLabel: "pseudo_blur" -->
|
367
367
|
<dd>
|
368
368
|
<ul>
|
369
369
|
<li>Returns: self: <em>FIXME</em></li>
|
370
370
|
</ul></dd>
|
371
|
-
<dt><a name="label-71" id="label-71"><code>
|
371
|
+
<dt><a name="label-71" id="label-71"><code>push_group</code></a></dt><!-- RDLabel: "push_group" -->
|
372
372
|
<dd>
|
373
373
|
<ul>
|
374
374
|
<li>Returns: self: <em>FIXME</em></li>
|
375
375
|
</ul></dd>
|
376
|
-
<dt><a name="label-72" id="label-72"><code>
|
376
|
+
<dt><a name="label-72" id="label-72"><code>rectangle</code></a></dt><!-- RDLabel: "rectangle" -->
|
377
377
|
<dd>
|
378
378
|
<ul>
|
379
379
|
<li>Returns: self: <em>FIXME</em></li>
|
380
380
|
</ul></dd>
|
381
|
-
<dt><a name="label-73" id="label-73"><code>
|
381
|
+
<dt><a name="label-73" id="label-73"><code>rel_curve_to</code></a></dt><!-- RDLabel: "rel_curve_to" -->
|
382
382
|
<dd>
|
383
383
|
<ul>
|
384
384
|
<li>Returns: self: <em>FIXME</em></li>
|
385
385
|
</ul></dd>
|
386
|
-
<dt><a name="label-74" id="label-74"><code>
|
386
|
+
<dt><a name="label-74" id="label-74"><code>rel_line_to</code></a></dt><!-- RDLabel: "rel_line_to" -->
|
387
387
|
<dd>
|
388
388
|
<ul>
|
389
389
|
<li>Returns: self: <em>FIXME</em></li>
|
390
390
|
</ul></dd>
|
391
|
-
<dt><a name="label-75" id="label-75"><code>
|
391
|
+
<dt><a name="label-75" id="label-75"><code>rel_move_to</code></a></dt><!-- RDLabel: "rel_move_to" -->
|
392
392
|
<dd>
|
393
393
|
<ul>
|
394
394
|
<li>Returns: self: <em>FIXME</em></li>
|
395
395
|
</ul></dd>
|
396
|
-
<dt><a name="label-76" id="label-76"><code>
|
396
|
+
<dt><a name="label-76" id="label-76"><code>reset_clip</code></a></dt><!-- RDLabel: "reset_clip" -->
|
397
397
|
<dd>
|
398
398
|
<ul>
|
399
399
|
<li>Returns: self: <em>FIXME</em></li>
|
400
400
|
</ul></dd>
|
401
|
-
<dt><a name="label-77" id="label-77"><code>
|
401
|
+
<dt><a name="label-77" id="label-77"><code>restore</code></a></dt><!-- RDLabel: "restore" -->
|
402
402
|
<dd>
|
403
403
|
<ul>
|
404
404
|
<li>Returns: self: <em>FIXME</em></li>
|
405
405
|
</ul></dd>
|
406
|
-
<dt><a name="label-78" id="label-78"><code>
|
406
|
+
<dt><a name="label-78" id="label-78"><code>rotate</code></a></dt><!-- RDLabel: "rotate" -->
|
407
407
|
<dd>
|
408
408
|
<ul>
|
409
409
|
<li>Returns: self: <em>FIXME</em></li>
|
410
410
|
</ul></dd>
|
411
|
-
<dt><a name="label-79" id="label-79"><code>
|
411
|
+
<dt><a name="label-79" id="label-79"><code>rounded_rectangle</code></a></dt><!-- RDLabel: "rounded_rectangle" -->
|
412
412
|
<dd>
|
413
413
|
<ul>
|
414
414
|
<li>Returns: self: <em>FIXME</em></li>
|
415
415
|
</ul></dd>
|
416
|
-
<dt><a name="label-80" id="label-80"><code>
|
416
|
+
<dt><a name="label-80" id="label-80"><code>save</code></a></dt><!-- RDLabel: "save" -->
|
417
417
|
<dd>
|
418
418
|
<ul>
|
419
419
|
<li>Returns: self: <em>FIXME</em></li>
|
420
420
|
</ul></dd>
|
421
|
-
<dt><a name="label-81" id="label-81"><code>
|
421
|
+
<dt><a name="label-81" id="label-81"><code>scale</code></a></dt><!-- RDLabel: "scale" -->
|
422
422
|
<dd>
|
423
423
|
<ul>
|
424
424
|
<li>Returns: self: <em>FIXME</em></li>
|
425
425
|
</ul></dd>
|
426
|
-
<dt><a name="label-82" id="label-82"><code>
|
426
|
+
<dt><a name="label-82" id="label-82"><code>scaled_font</code></a></dt><!-- RDLabel: "scaled_font" -->
|
427
427
|
<dd>
|
428
428
|
<ul>
|
429
429
|
<li>Returns: self: <em>FIXME</em></li>
|
430
430
|
</ul></dd>
|
431
|
-
<dt><a name="label-83" id="label-83"><code>
|
431
|
+
<dt><a name="label-83" id="label-83"><code>scaled_font=</code></a></dt><!-- RDLabel: "scaled_font=" -->
|
432
432
|
<dd>
|
433
433
|
<ul>
|
434
434
|
<li>Returns: self: <em>FIXME</em></li>
|
435
435
|
</ul></dd>
|
436
|
-
<dt><a name="label-84" id="label-84"><code>
|
436
|
+
<dt><a name="label-84" id="label-84"><code>select_font_face</code></a></dt><!-- RDLabel: "select_font_face" -->
|
437
437
|
<dd>
|
438
438
|
<ul>
|
439
439
|
<li>Returns: self: <em>FIXME</em></li>
|
440
440
|
</ul></dd>
|
441
|
-
<dt><a name="label-85" id="label-85"><code>
|
441
|
+
<dt><a name="label-85" id="label-85"><code>set_antialias</code></a></dt><!-- RDLabel: "set_antialias" -->
|
442
442
|
<dd>
|
443
443
|
<ul>
|
444
444
|
<li>Returns: self: <em>FIXME</em></li>
|
445
445
|
</ul></dd>
|
446
|
-
<dt><a name="label-86" id="label-86"><code>
|
446
|
+
<dt><a name="label-86" id="label-86"><code>set_dash</code></a></dt><!-- RDLabel: "set_dash" -->
|
447
447
|
<dd>
|
448
448
|
<ul>
|
449
449
|
<li>Returns: self: <em>FIXME</em></li>
|
450
450
|
</ul></dd>
|
451
|
-
<dt><a name="label-87" id="label-87"><code>
|
451
|
+
<dt><a name="label-87" id="label-87"><code>set_fill_rule</code></a></dt><!-- RDLabel: "set_fill_rule" -->
|
452
452
|
<dd>
|
453
453
|
<ul>
|
454
454
|
<li>Returns: self: <em>FIXME</em></li>
|
455
455
|
</ul></dd>
|
456
|
-
<dt><a name="label-88" id="label-88"><code>
|
456
|
+
<dt><a name="label-88" id="label-88"><code>set_font_face</code></a></dt><!-- RDLabel: "set_font_face" -->
|
457
457
|
<dd>
|
458
458
|
<ul>
|
459
459
|
<li>Returns: self: <em>FIXME</em></li>
|
460
460
|
</ul></dd>
|
461
|
-
<dt><a name="label-89" id="label-89"><code>
|
461
|
+
<dt><a name="label-89" id="label-89"><code>set_font_matrix</code></a></dt><!-- RDLabel: "set_font_matrix" -->
|
462
462
|
<dd>
|
463
463
|
<ul>
|
464
464
|
<li>Returns: self: <em>FIXME</em></li>
|
465
465
|
</ul></dd>
|
466
|
-
<dt><a name="label-90" id="label-90"><code>
|
466
|
+
<dt><a name="label-90" id="label-90"><code>set_font_options</code></a></dt><!-- RDLabel: "set_font_options" -->
|
467
467
|
<dd>
|
468
468
|
<ul>
|
469
469
|
<li>Returns: self: <em>FIXME</em></li>
|
470
470
|
</ul></dd>
|
471
|
-
<dt><a name="label-91" id="label-91"><code>
|
471
|
+
<dt><a name="label-91" id="label-91"><code>set_font_size</code></a></dt><!-- RDLabel: "set_font_size" -->
|
472
472
|
<dd>
|
473
473
|
<ul>
|
474
474
|
<li>Returns: self: <em>FIXME</em></li>
|
475
475
|
</ul></dd>
|
476
|
-
<dt><a name="label-92" id="label-92"><code>
|
476
|
+
<dt><a name="label-92" id="label-92"><code>set_line_cap</code></a></dt><!-- RDLabel: "set_line_cap" -->
|
477
477
|
<dd>
|
478
478
|
<ul>
|
479
479
|
<li>Returns: self: <em>FIXME</em></li>
|
480
480
|
</ul></dd>
|
481
|
-
<dt><a name="label-93" id="label-93"><code>
|
481
|
+
<dt><a name="label-93" id="label-93"><code>set_line_join</code></a></dt><!-- RDLabel: "set_line_join" -->
|
482
482
|
<dd>
|
483
483
|
<ul>
|
484
484
|
<li>Returns: self: <em>FIXME</em></li>
|
485
485
|
</ul></dd>
|
486
|
-
<dt><a name="label-94" id="label-94"><code>
|
486
|
+
<dt><a name="label-94" id="label-94"><code>set_line_width</code></a></dt><!-- RDLabel: "set_line_width" -->
|
487
487
|
<dd>
|
488
488
|
<ul>
|
489
489
|
<li>Returns: self: <em>FIXME</em></li>
|
490
490
|
</ul></dd>
|
491
|
-
<dt><a name="label-95" id="label-95"><code>
|
491
|
+
<dt><a name="label-95" id="label-95"><code>set_matrix</code></a></dt><!-- RDLabel: "set_matrix" -->
|
492
492
|
<dd>
|
493
493
|
<ul>
|
494
494
|
<li>Returns: self: <em>FIXME</em></li>
|
495
495
|
</ul></dd>
|
496
|
-
<dt><a name="label-96" id="label-96"><code>
|
496
|
+
<dt><a name="label-96" id="label-96"><code>set_miter_limit</code></a></dt><!-- RDLabel: "set_miter_limit" -->
|
497
497
|
<dd>
|
498
498
|
<ul>
|
499
499
|
<li>Returns: self: <em>FIXME</em></li>
|
500
500
|
</ul></dd>
|
501
|
-
<dt><a name="label-97" id="label-97"><code>
|
501
|
+
<dt><a name="label-97" id="label-97"><code>set_operator</code></a></dt><!-- RDLabel: "set_operator" -->
|
502
502
|
<dd>
|
503
503
|
<ul>
|
504
504
|
<li>Returns: self: <em>FIXME</em></li>
|
505
505
|
</ul></dd>
|
506
|
-
<dt><a name="label-98" id="label-98"><code>
|
506
|
+
<dt><a name="label-98" id="label-98"><code>set_scaled_font</code></a></dt><!-- RDLabel: "set_scaled_font" -->
|
507
507
|
<dd>
|
508
508
|
<ul>
|
509
509
|
<li>Returns: self: <em>FIXME</em></li>
|
510
510
|
</ul></dd>
|
511
|
-
<dt><a name="label-99" id="label-99"><code>
|
511
|
+
<dt><a name="label-99" id="label-99"><code>set_source</code></a></dt><!-- RDLabel: "set_source" -->
|
512
512
|
<dd>
|
513
513
|
<ul>
|
514
514
|
<li>Returns: self: <em>FIXME</em></li>
|
515
515
|
</ul></dd>
|
516
|
-
<dt><a name="label-100" id="label-100"><code>
|
516
|
+
<dt><a name="label-100" id="label-100"><code>set_source_color</code></a></dt><!-- RDLabel: "set_source_color" -->
|
517
517
|
<dd>
|
518
518
|
<ul>
|
519
519
|
<li>Returns: self: <em>FIXME</em></li>
|
520
520
|
</ul></dd>
|
521
|
-
<dt><a name="label-101" id="label-101"><code>
|
521
|
+
<dt><a name="label-101" id="label-101"><code>set_source_rgb</code></a></dt><!-- RDLabel: "set_source_rgb" -->
|
522
522
|
<dd>
|
523
523
|
<ul>
|
524
524
|
<li>Returns: self: <em>FIXME</em></li>
|
525
525
|
</ul></dd>
|
526
|
-
<dt><a name="label-102" id="label-102"><code>
|
526
|
+
<dt><a name="label-102" id="label-102"><code>set_source_rgba</code></a></dt><!-- RDLabel: "set_source_rgba" -->
|
527
527
|
<dd>
|
528
528
|
<ul>
|
529
529
|
<li>Returns: self: <em>FIXME</em></li>
|
530
530
|
</ul></dd>
|
531
|
-
<dt><a name="label-103" id="label-103"><code>
|
531
|
+
<dt><a name="label-103" id="label-103"><code>set_tolerance</code></a></dt><!-- RDLabel: "set_tolerance" -->
|
532
532
|
<dd>
|
533
533
|
<ul>
|
534
534
|
<li>Returns: self: <em>FIXME</em></li>
|
535
535
|
</ul></dd>
|
536
|
-
<dt><a name="label-104" id="label-104"><code>
|
536
|
+
<dt><a name="label-104" id="label-104"><code>show_glyphs</code></a></dt><!-- RDLabel: "show_glyphs" -->
|
537
537
|
<dd>
|
538
538
|
<ul>
|
539
539
|
<li>Returns: self: <em>FIXME</em></li>
|
540
540
|
</ul></dd>
|
541
|
-
<dt><a name="label-105" id="label-105"><code>
|
541
|
+
<dt><a name="label-105" id="label-105"><code>show_page</code></a></dt><!-- RDLabel: "show_page" -->
|
542
542
|
<dd>
|
543
543
|
<ul>
|
544
544
|
<li>Returns: self: <em>FIXME</em></li>
|
545
545
|
</ul></dd>
|
546
|
-
<dt><a name="label-106" id="label-106"><code>
|
546
|
+
<dt><a name="label-106" id="label-106"><code>show_text</code></a></dt><!-- RDLabel: "show_text" -->
|
547
547
|
<dd>
|
548
548
|
<ul>
|
549
549
|
<li>Returns: self: <em>FIXME</em></li>
|
550
550
|
</ul></dd>
|
551
|
-
<dt><a name="label-107" id="label-107"><code>
|
551
|
+
<dt><a name="label-107" id="label-107"><code>show_text_glyphs</code></a></dt><!-- RDLabel: "show_text_glyphs" -->
|
552
552
|
<dd>
|
553
553
|
<ul>
|
554
554
|
<li>Returns: self: <em>FIXME</em></li>
|
555
555
|
</ul></dd>
|
556
|
-
<dt><a name="label-108" id="label-108"><code>
|
556
|
+
<dt><a name="label-108" id="label-108"><code>source</code></a></dt><!-- RDLabel: "source" -->
|
557
557
|
<dd>
|
558
558
|
<ul>
|
559
559
|
<li>Returns: self: <em>FIXME</em></li>
|
560
560
|
</ul></dd>
|
561
|
-
<dt><a name="label-109" id="label-109"><code>
|
561
|
+
<dt><a name="label-109" id="label-109"><code>stroke</code></a></dt><!-- RDLabel: "stroke" -->
|
562
562
|
<dd>
|
563
563
|
<ul>
|
564
564
|
<li>Returns: self: <em>FIXME</em></li>
|
565
565
|
</ul></dd>
|
566
|
-
<dt><a name="label-110" id="label-110"><code>
|
566
|
+
<dt><a name="label-110" id="label-110"><code>stroke_extents</code></a></dt><!-- RDLabel: "stroke_extents" -->
|
567
567
|
<dd>
|
568
568
|
<ul>
|
569
569
|
<li>Returns: self: <em>FIXME</em></li>
|
570
570
|
</ul></dd>
|
571
|
-
<dt><a name="label-111" id="label-111"><code>
|
571
|
+
<dt><a name="label-111" id="label-111"><code>stroke_preserve</code></a></dt><!-- RDLabel: "stroke_preserve" -->
|
572
572
|
<dd>
|
573
573
|
<ul>
|
574
574
|
<li>Returns: self: <em>FIXME</em></li>
|
575
575
|
</ul></dd>
|
576
|
-
<dt><a name="label-112" id="label-112"><code>
|
576
|
+
<dt><a name="label-112" id="label-112"><code>target</code></a></dt><!-- RDLabel: "target" -->
|
577
577
|
<dd>
|
578
578
|
<ul>
|
579
579
|
<li>Returns: self: <em>FIXME</em></li>
|
580
580
|
</ul></dd>
|
581
|
-
<dt><a name="label-113" id="label-113"><code>
|
581
|
+
<dt><a name="label-113" id="label-113"><code>text_extents</code></a></dt><!-- RDLabel: "text_extents" -->
|
582
582
|
<dd>
|
583
583
|
<ul>
|
584
584
|
<li>Returns: self: <em>FIXME</em></li>
|
585
585
|
</ul></dd>
|
586
|
-
<dt><a name="label-114" id="label-114"><code>
|
586
|
+
<dt><a name="label-114" id="label-114"><code>text_path</code></a></dt><!-- RDLabel: "text_path" -->
|
587
587
|
<dd>
|
588
588
|
<ul>
|
589
589
|
<li>Returns: self: <em>FIXME</em></li>
|
590
590
|
</ul></dd>
|
591
|
-
<dt><a name="label-115" id="label-115"><code>
|
591
|
+
<dt><a name="label-115" id="label-115"><code>tolerance</code></a></dt><!-- RDLabel: "tolerance" -->
|
592
592
|
<dd>
|
593
593
|
<ul>
|
594
594
|
<li>Returns: self: <em>FIXME</em></li>
|
595
595
|
</ul></dd>
|
596
|
-
<dt><a name="label-116" id="label-116"><code>
|
596
|
+
<dt><a name="label-116" id="label-116"><code>tolerance=</code></a></dt><!-- RDLabel: "tolerance=" -->
|
597
597
|
<dd>
|
598
598
|
<ul>
|
599
599
|
<li>Returns: self: <em>FIXME</em></li>
|
600
600
|
</ul></dd>
|
601
|
-
<dt><a name="label-117" id="label-117"><code>
|
601
|
+
<dt><a name="label-117" id="label-117"><code>transform</code></a></dt><!-- RDLabel: "transform" -->
|
602
602
|
<dd>
|
603
603
|
<ul>
|
604
604
|
<li>Returns: self: <em>FIXME</em></li>
|
605
605
|
</ul></dd>
|
606
|
-
<dt><a name="label-118" id="label-118"><code>
|
606
|
+
<dt><a name="label-118" id="label-118"><code>transform_path</code></a></dt><!-- RDLabel: "transform_path" -->
|
607
607
|
<dd>
|
608
608
|
<ul>
|
609
609
|
<li>Returns: self: <em>FIXME</em></li>
|
610
610
|
</ul></dd>
|
611
|
-
<dt><a name="label-119" id="label-119"><code>
|
611
|
+
<dt><a name="label-119" id="label-119"><code>translate</code></a></dt><!-- RDLabel: "translate" -->
|
612
612
|
<dd>
|
613
613
|
<ul>
|
614
614
|
<li>Returns: self: <em>FIXME</em></li>
|
615
615
|
</ul></dd>
|
616
|
-
<dt><a name="label-120" id="label-120"><code>
|
616
|
+
<dt><a name="label-120" id="label-120"><code>triangle</code></a></dt><!-- RDLabel: "triangle" -->
|
617
617
|
<dd>
|
618
618
|
<ul>
|
619
619
|
<li>Returns: self: <em>FIXME</em></li>
|
620
620
|
</ul></dd>
|
621
|
-
<dt><a name="label-121" id="label-121"><code>
|
621
|
+
<dt><a name="label-121" id="label-121"><code>user_to_device</code></a></dt><!-- RDLabel: "user_to_device" -->
|
622
622
|
<dd>
|
623
623
|
<ul>
|
624
624
|
<li>Returns: self: <em>FIXME</em></li>
|
625
625
|
</ul></dd>
|
626
|
-
<dt><a name="label-122" id="label-122"><code>
|
627
|
-
<dd>
|
628
|
-
<ul>
|
629
|
-
<li>Returns: self: <em>FIXME</em></li>
|
630
|
-
</ul></dd>
|
631
|
-
<dt><a name="label-123" id="label-123"><code>user_to_device</code></a></dt><!-- RDLabel: "user_to_device" -->
|
632
|
-
<dd>
|
633
|
-
<ul>
|
634
|
-
<li>Returns: self: <em>FIXME</em></li>
|
635
|
-
</ul></dd>
|
636
|
-
<dt><a name="label-124" id="label-124"><code>user_to_device_distance</code></a></dt><!-- RDLabel: "user_to_device_distance" -->
|
626
|
+
<dt><a name="label-122" id="label-122"><code>user_to_device_distance</code></a></dt><!-- RDLabel: "user_to_device_distance" -->
|
637
627
|
<dd>
|
638
628
|
<ul>
|
639
629
|
<li>Returns: self: <em>FIXME</em></li>
|
640
630
|
</ul></dd>
|
641
631
|
</dl>
|
642
|
-
<h2><a name="label-
|
643
|
-
<h2><a name="label-
|
632
|
+
<h2><a name="label-123" id="label-123">See Also</a></h2><!-- RDLabel: "See Also" -->
|
633
|
+
<h2><a name="label-124" id="label-124">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
644
634
|
|
645
635
|
<div class="footer">
|
646
636
|
<ul>
|