cairo 1.8.1 → 1.8.3
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/NEWS +16 -0
- data/Rakefile +14 -15
- data/{src → ext/cairo}/cairo.def +0 -0
- data/ext/cairo/extconf.rb +80 -0
- data/{src → ext/cairo}/rb_cairo.c +1 -1
- data/{src → ext/cairo}/rb_cairo.h +0 -0
- data/{src → ext/cairo}/rb_cairo_constants.c +0 -0
- data/{src → ext/cairo}/rb_cairo_context.c +0 -0
- data/{src → ext/cairo}/rb_cairo_exception.c +0 -0
- data/{src → ext/cairo}/rb_cairo_font_extents.c +0 -0
- data/{src → ext/cairo}/rb_cairo_font_face.c +0 -0
- data/{src → ext/cairo}/rb_cairo_font_options.c +0 -0
- data/{src → ext/cairo}/rb_cairo_glyph.c +0 -0
- data/{src → ext/cairo}/rb_cairo_matrix.c +0 -0
- data/{src → ext/cairo}/rb_cairo_path.c +0 -0
- data/{src → ext/cairo}/rb_cairo_pattern.c +0 -0
- data/{src → ext/cairo}/rb_cairo_private.c +1 -1
- data/{src → ext/cairo}/rb_cairo_private.h +0 -0
- data/{src → ext/cairo}/rb_cairo_scaled_font.c +0 -0
- data/{src → ext/cairo}/rb_cairo_surface.c +0 -0
- data/{src → ext/cairo}/rb_cairo_text_cluster.c +0 -0
- data/{src → ext/cairo}/rb_cairo_text_extents.c +0 -0
- data/extconf.rb +30 -141
- data/{src/lib → lib}/cairo.rb +7 -2
- data/{src/lib → lib}/cairo/color.rb +14 -2
- data/{src/lib → lib}/cairo/colors.rb +0 -0
- data/{src/lib → lib}/cairo/constants.rb +0 -0
- data/{src/lib → lib}/cairo/context.rb +0 -0
- data/{src/lib → lib}/cairo/context/blur.rb +0 -0
- data/{src/lib → lib}/cairo/context/circle.rb +0 -0
- data/{src/lib → lib}/cairo/context/color.rb +0 -0
- data/{src/lib → lib}/cairo/context/path.rb +0 -0
- data/{src/lib → lib}/cairo/context/rectangle.rb +0 -0
- data/{src/lib → lib}/cairo/context/triangle.rb +0 -0
- data/{src/lib → lib}/cairo/paper.rb +0 -0
- data/{src/lib → lib}/cairo/papers.rb +0 -0
- data/{src/lib → lib}/cairo/path.rb +0 -0
- data/{src/lib → lib}/cairo/point.rb +0 -0
- data/pkg-config.rb +6 -1
- data/test/run-test.rb +3 -3
- data/test/test_color.rb +17 -0
- metadata +72 -260
- data/ChangeLog +0 -1662
- data/README +0 -82
- data/doc/doc.css +0 -91
- data/doc/en/cairo-antialias.html +0 -38
- data/doc/en/cairo-clip-not-representable-error.html +0 -47
- data/doc/en/cairo-color-base.html +0 -69
- data/doc/en/cairo-color-cmyk.html +0 -157
- data/doc/en/cairo-color-hsv.html +0 -137
- data/doc/en/cairo-color-rgb.html +0 -142
- data/doc/en/cairo-color-x11.html +0 -173
- data/doc/en/cairo-color.html +0 -238
- data/doc/en/cairo-content.html +0 -37
- data/doc/en/cairo-context-blur.html +0 -39
- data/doc/en/cairo-context-circle.html +0 -39
- data/doc/en/cairo-context-color.html +0 -39
- data/doc/en/cairo-context-path.html +0 -44
- data/doc/en/cairo-context-rectangle.html +0 -39
- data/doc/en/cairo-context-triangle.html +0 -39
- data/doc/en/cairo-context.html +0 -643
- data/doc/en/cairo-error.html +0 -44
- data/doc/en/cairo-extend.html +0 -38
- data/doc/en/cairo-file-not-found.html +0 -47
- data/doc/en/cairo-fill-rule.html +0 -36
- data/doc/en/cairo-filter.html +0 -40
- data/doc/en/cairo-font-extents.html +0 -129
- data/doc/en/cairo-font-face.html +0 -38
- data/doc/en/cairo-font-options.html +0 -139
- data/doc/en/cairo-font-slant.html +0 -37
- data/doc/en/cairo-font-type-mismatch.html +0 -47
- data/doc/en/cairo-font-weight.html +0 -36
- data/doc/en/cairo-format.html +0 -46
- data/doc/en/cairo-glyph.html +0 -99
- data/doc/en/cairo-gradient-pattern.html +0 -74
- data/doc/en/cairo-hint-metrics.html +0 -37
- data/doc/en/cairo-hint-style.html +0 -39
- data/doc/en/cairo-image-surface.html +0 -82
- data/doc/en/cairo-invalid-clusters.html +0 -47
- data/doc/en/cairo-invalid-content-error.html +0 -47
- data/doc/en/cairo-invalid-dash-error.html +0 -47
- data/doc/en/cairo-invalid-dsc-comment-error.html +0 -47
- data/doc/en/cairo-invalid-format-error.html +0 -47
- data/doc/en/cairo-invalid-index-error.html +0 -47
- data/doc/en/cairo-invalid-matrix-error.html +0 -47
- data/doc/en/cairo-invalid-path-data-error.html +0 -47
- data/doc/en/cairo-invalid-pop-group-error.html +0 -47
- data/doc/en/cairo-invalid-restore-error.html +0 -47
- data/doc/en/cairo-invalid-slant.html +0 -47
- data/doc/en/cairo-invalid-status-error.html +0 -47
- data/doc/en/cairo-invalid-stride-error.html +0 -47
- data/doc/en/cairo-invalid-string-error.html +0 -47
- data/doc/en/cairo-invalid-visual-error.html +0 -47
- data/doc/en/cairo-invalid-weight.html +0 -47
- data/doc/en/cairo-line-cap.html +0 -37
- data/doc/en/cairo-line-join.html +0 -37
- data/doc/en/cairo-linear-pattern.html +0 -60
- data/doc/en/cairo-matrix.html +0 -259
- data/doc/en/cairo-negative-count.html +0 -47
- data/doc/en/cairo-no-current-point-error.html +0 -47
- data/doc/en/cairo-null-pointer-error.html +0 -47
- data/doc/en/cairo-operator.html +0 -48
- data/doc/en/cairo-paper-parse-error.html +0 -47
- data/doc/en/cairo-paper-unknown-paper-name.html +0 -66
- data/doc/en/cairo-paper-unknown-unit.html +0 -66
- data/doc/en/cairo-paper-unrecognized-paper-description.html +0 -66
- data/doc/en/cairo-paper.html +0 -184
- data/doc/en/cairo-path-close-path.html +0 -49
- data/doc/en/cairo-path-curve-to.html +0 -49
- data/doc/en/cairo-path-data-type.html +0 -38
- data/doc/en/cairo-path-data.html +0 -98
- data/doc/en/cairo-path-line-to.html +0 -49
- data/doc/en/cairo-path-move-to.html +0 -49
- data/doc/en/cairo-path.html +0 -155
- data/doc/en/cairo-pattern-type-mismatch-error.html +0 -47
- data/doc/en/cairo-pattern.html +0 -99
- data/doc/en/cairo-pdf-surface.html +0 -57
- data/doc/en/cairo-point.html +0 -74
- data/doc/en/cairo-ps-level.html +0 -49
- data/doc/en/cairo-ps-surface.html +0 -92
- data/doc/en/cairo-quartz-image-surface.html +0 -57
- data/doc/en/cairo-quartz-surface.html +0 -57
- data/doc/en/cairo-radial-pattern.html +0 -60
- data/doc/en/cairo-read-error.html +0 -47
- data/doc/en/cairo-rectangle.html +0 -89
- data/doc/en/cairo-scaled-font.html +0 -94
- data/doc/en/cairo-solid-pattern.html +0 -62
- data/doc/en/cairo-subpixel-order.html +0 -39
- data/doc/en/cairo-surface-finished-error.html +0 -47
- data/doc/en/cairo-surface-pattern.html +0 -57
- data/doc/en/cairo-surface-type-mismatch-error.html +0 -47
- data/doc/en/cairo-surface.html +0 -121
- data/doc/en/cairo-svg-surface.html +0 -77
- data/doc/en/cairo-svg-version.html +0 -49
- data/doc/en/cairo-temp-file-error.html +0 -47
- data/doc/en/cairo-text-cluster-flag.html +0 -35
- data/doc/en/cairo-text-cluster.html +0 -84
- data/doc/en/cairo-text-extents.html +0 -144
- data/doc/en/cairo-toy-font-face.html +0 -67
- data/doc/en/cairo-user-font-error.html +0 -47
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +0 -94
- data/doc/en/cairo-user-font-face.html +0 -72
- data/doc/en/cairo-user-font-immutable.html +0 -47
- data/doc/en/cairo-win32-printing-surface.html +0 -57
- data/doc/en/cairo-win32-surface.html +0 -62
- data/doc/en/cairo-write-error.html +0 -47
- data/doc/en/cairo.html +0 -131
- data/doc/en/index.html +0 -1154
- data/doc/index.html +0 -18
- data/doc/ja/cairo-antialias.html +0 -57
- data/doc/ja/cairo-clip-not-representable-error.html +0 -56
- data/doc/ja/cairo-color-base.html +0 -75
- data/doc/ja/cairo-color-cmyk.html +0 -152
- data/doc/ja/cairo-color-hsv.html +0 -135
- data/doc/ja/cairo-color-rgb.html +0 -145
- data/doc/ja/cairo-color-x11.html +0 -183
- data/doc/ja/cairo-color.html +0 -317
- data/doc/ja/cairo-content.html +0 -51
- data/doc/ja/cairo-context-blur.html +0 -53
- data/doc/ja/cairo-context-circle.html +0 -54
- data/doc/ja/cairo-context-color.html +0 -52
- data/doc/ja/cairo-context-path.html +0 -77
- data/doc/ja/cairo-context-rectangle.html +0 -60
- data/doc/ja/cairo-context-triangle.html +0 -47
- data/doc/ja/cairo-context.html +0 -1542
- data/doc/ja/cairo-error.html +0 -56
- data/doc/ja/cairo-extend.html +0 -56
- data/doc/ja/cairo-file-not-found.html +0 -51
- data/doc/ja/cairo-fill-rule.html +0 -58
- data/doc/ja/cairo-filter.html +0 -43
- data/doc/ja/cairo-font-extents.html +0 -164
- data/doc/ja/cairo-font-face.html +0 -55
- data/doc/ja/cairo-font-options.html +0 -189
- data/doc/ja/cairo-font-slant.html +0 -50
- data/doc/ja/cairo-font-type-mismatch.html +0 -52
- data/doc/ja/cairo-font-weight.html +0 -47
- data/doc/ja/cairo-format.html +0 -81
- data/doc/ja/cairo-glyph.html +0 -115
- data/doc/ja/cairo-gradient-pattern.html +0 -119
- data/doc/ja/cairo-hint-metrics.html +0 -57
- data/doc/ja/cairo-hint-style.html +0 -64
- data/doc/ja/cairo-image-surface.html +0 -131
- data/doc/ja/cairo-invalid-clusters.html +0 -55
- data/doc/ja/cairo-invalid-content-error.html +0 -54
- data/doc/ja/cairo-invalid-dash-error.html +0 -54
- data/doc/ja/cairo-invalid-dsc-comment-error.html +0 -54
- data/doc/ja/cairo-invalid-format-error.html +0 -54
- data/doc/ja/cairo-invalid-index-error.html +0 -54
- data/doc/ja/cairo-invalid-matrix-error.html +0 -54
- data/doc/ja/cairo-invalid-path-data-error.html +0 -54
- data/doc/ja/cairo-invalid-pop-group-error.html +0 -54
- data/doc/ja/cairo-invalid-restore-error.html +0 -55
- data/doc/ja/cairo-invalid-slant.html +0 -57
- data/doc/ja/cairo-invalid-status-error.html +0 -55
- data/doc/ja/cairo-invalid-stride-error.html +0 -55
- data/doc/ja/cairo-invalid-string-error.html +0 -54
- data/doc/ja/cairo-invalid-visual-error.html +0 -57
- data/doc/ja/cairo-invalid-weight.html +0 -57
- data/doc/ja/cairo-line-cap.html +0 -50
- data/doc/ja/cairo-line-join.html +0 -53
- data/doc/ja/cairo-linear-pattern.html +0 -87
- data/doc/ja/cairo-matrix.html +0 -354
- data/doc/ja/cairo-negative-count.html +0 -52
- data/doc/ja/cairo-no-current-point-error.html +0 -54
- data/doc/ja/cairo-null-pointer-error.html +0 -54
- data/doc/ja/cairo-operator.html +0 -51
- data/doc/ja/cairo-paper-parse-error.html +0 -55
- data/doc/ja/cairo-paper-unknown-paper-name.html +0 -76
- data/doc/ja/cairo-paper-unknown-unit.html +0 -75
- data/doc/ja/cairo-paper-unrecognized-paper-description.html +0 -76
- data/doc/ja/cairo-paper.html +0 -357
- data/doc/ja/cairo-path-close-path.html +0 -57
- data/doc/ja/cairo-path-curve-to.html +0 -70
- data/doc/ja/cairo-path-data-type.html +0 -53
- data/doc/ja/cairo-path-data.html +0 -127
- data/doc/ja/cairo-path-line-to.html +0 -62
- data/doc/ja/cairo-path-move-to.html +0 -62
- data/doc/ja/cairo-path.html +0 -144
- data/doc/ja/cairo-pattern-type-mismatch-error.html +0 -56
- data/doc/ja/cairo-pattern.html +0 -128
- data/doc/ja/cairo-pdf-surface.html +0 -86
- data/doc/ja/cairo-point.html +0 -90
- data/doc/ja/cairo-ps-level.html +0 -62
- data/doc/ja/cairo-ps-surface.html +0 -214
- data/doc/ja/cairo-quartz-image-surface.html +0 -75
- data/doc/ja/cairo-quartz-surface.html +0 -93
- data/doc/ja/cairo-radial-pattern.html +0 -93
- data/doc/ja/cairo-read-error.html +0 -55
- data/doc/ja/cairo-rectangle.html +0 -109
- data/doc/ja/cairo-scaled-font.html +0 -180
- data/doc/ja/cairo-solid-pattern.html +0 -87
- data/doc/ja/cairo-subpixel-order.html +0 -57
- data/doc/ja/cairo-surface-finished-error.html +0 -54
- data/doc/ja/cairo-surface-pattern.html +0 -68
- data/doc/ja/cairo-surface-type-mismatch-error.html +0 -56
- data/doc/ja/cairo-surface.html +0 -213
- data/doc/ja/cairo-svg-surface.html +0 -114
- data/doc/ja/cairo-svg-version.html +0 -66
- data/doc/ja/cairo-temp-file-error.html +0 -50
- data/doc/ja/cairo-text-cluster-flag.html +0 -46
- data/doc/ja/cairo-text-cluster.html +0 -102
- data/doc/ja/cairo-text-extents.html +0 -163
- data/doc/ja/cairo-toy-font-face.html +0 -107
- data/doc/ja/cairo-user-font-error.html +0 -55
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +0 -156
- data/doc/ja/cairo-user-font-face.html +0 -268
- data/doc/ja/cairo-user-font-immutable.html +0 -54
- data/doc/ja/cairo-win32-printing-surface.html +0 -80
- data/doc/ja/cairo-win32-surface.html +0 -100
- data/doc/ja/cairo-write-error.html +0 -55
- data/doc/ja/cairo.html +0 -177
- data/doc/ja/index.html +0 -1156
- data/src/tml/make/libpng_1.2.32-1_win32.log +0 -269
- data/src/tml/make/libpng_1.2.32-1_win32.sh +0 -63
- data/test/example_d.exe +0 -0
- data/test/minigzip_d.exe +0 -0
- data/test/testzlib_d.exe +0 -0
- data/test/untgz_d.exe +0 -0
@@ -1,269 +0,0 @@
|
|
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%)
|
@@ -1,63 +0,0 @@
|
|
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
|
data/test/example_d.exe
DELETED
Binary file
|
data/test/minigzip_d.exe
DELETED
Binary file
|
data/test/testzlib_d.exe
DELETED
Binary file
|
data/test/untgz_d.exe
DELETED
Binary file
|