gdk_pixbuf2 1.1.5-x86-mingw32 → 1.1.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/gdk_pixbuf2/depend +2 -1
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +1 -1
- data/lib/1.8/gdk_pixbuf2.so +0 -0
- data/lib/1.9/gdk_pixbuf2.so +0 -0
- data/vendor/local/bin/libpng14-14.dll +0 -0
- data/vendor/local/include/libpng14/png.h +310 -274
- data/vendor/local/include/libpng14/pngconf.h +82 -55
- data/vendor/local/include/png.h +310 -274
- data/vendor/local/include/pngconf.h +82 -55
- data/vendor/local/lib/libpng.lib +0 -0
- data/vendor/local/lib/libpng14.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng14.pc +1 -1
- data/vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft +15 -0
- data/vendor/local/manifest/libpng_1.4.12-1_win32.mft +2 -0
- data/vendor/local/share/man/man3/libpng.3 +288 -138
- data/vendor/local/share/man/man3/libpngpf.3 +5 -11
- data/vendor/local/share/man/man5/png.5 +2 -2
- data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log +283 -0
- data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh +71 -0
- metadata +11 -7
@@ -1,6 +1,6 @@
|
|
1
|
-
.TH LIBPNGPF 3 "
|
1
|
+
.TH LIBPNGPF 3 "July 10, 2012"
|
2
2
|
.SH NAME
|
3
|
-
libpng \- Portable Network Graphics (PNG) Reference Library 1.4.
|
3
|
+
libpng \- Portable Network Graphics (PNG) Reference Library 1.4.12
|
4
4
|
(private functions)
|
5
5
|
.SH SYNOPSIS
|
6
6
|
\fB#include <png.h>\fP
|
@@ -581,32 +581,26 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.4.3
|
|
581
581
|
|
582
582
|
\fI\fB
|
583
583
|
|
584
|
-
\fI\fB
|
585
|
-
|
586
584
|
\fBvoid png_read_push_finish_row (png_structp \fIpng_ptr\fP\fB);\fP
|
587
585
|
|
588
586
|
\fI\fB
|
589
587
|
|
588
|
+
\fBvoid png_read_sig (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
|
589
|
+
|
590
590
|
\fI\fB
|
591
591
|
|
592
592
|
\fBvoid png_read_start_row (png_structp \fIpng_ptr\fP\fB);\fP
|
593
593
|
|
594
594
|
\fI\fB
|
595
595
|
|
596
|
-
\fI\fB
|
597
|
-
|
598
596
|
\fBvoid png_read_transform_info (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
|
599
597
|
|
600
598
|
\fI\fB
|
601
599
|
|
602
|
-
\fI\fB
|
603
|
-
|
604
600
|
\fBvoid png_reset_crc (png_structp \fIpng_ptr\fP\fB);\fP
|
605
601
|
|
606
602
|
\fI\fB
|
607
603
|
|
608
|
-
\fI\fB
|
609
|
-
|
610
604
|
\fBint png_set_text_2 (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_textp \fP\fItext_ptr\fP\fB, int \fInum_text\fP\fB);\fP
|
611
605
|
|
612
606
|
\fI\fB
|
@@ -803,6 +797,6 @@ are listed alphabetically here as an aid to libpng maintainers.
|
|
803
797
|
See png.h for more information on these functions.
|
804
798
|
|
805
799
|
.SH SEE ALSO
|
806
|
-
libpng(3),
|
800
|
+
.BR "png"(5), " libpng"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5)
|
807
801
|
.SH AUTHOR
|
808
802
|
Glenn Randers-Pehrson
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH PNG 5 "
|
1
|
+
.TH PNG 5 "July 10, 2012"
|
2
2
|
.SH NAME
|
3
3
|
png \- Portable Network Graphics (PNG) format
|
4
4
|
.SH DESCRIPTION
|
@@ -18,7 +18,7 @@ gamma and chromaticity data for improved color matching on heterogeneous
|
|
18
18
|
platforms.
|
19
19
|
|
20
20
|
.SH "SEE ALSO"
|
21
|
-
.
|
21
|
+
.BR "libpng"(3), " libpngpf"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5)
|
22
22
|
.LP
|
23
23
|
PNG specification (second edition), November 2003:
|
24
24
|
.IP
|
@@ -0,0 +1,283 @@
|
|
1
|
+
++ sed -e 's/need_relink=yes/need_relink=no # no way --tml/'
|
2
|
+
++ mv ltmain.temp ltmain.sh
|
3
|
+
++ sed -e 's/grep version-script/grep no-thanks-version-script/'
|
4
|
+
++ mv configure.temp configure
|
5
|
+
++ patch --verbose -p0
|
6
|
+
Hmm... Looks like a unified diff to me...
|
7
|
+
The text leading up to this was:
|
8
|
+
--------------------------
|
9
|
+
|--- Makefile.in 2012-09-11 21:31:21 +0200
|
10
|
+
|+++ Makefile.in 2012-09-11 21:31:25 +0200
|
11
|
+
--------------------------
|
12
|
+
Patching file Makefile.in using Plan A...
|
13
|
+
Hunk #1 succeeded at 1242.
|
14
|
+
done
|
15
|
+
++ lt_cv_deplibs_check_method=pass_all
|
16
|
+
++ CC='gcc -mtune=pentium3 -mthreads -mms-bitfields'
|
17
|
+
++ CPPFLAGS='-I /devel/dist/win32/zlib-1.2.5-2/include'
|
18
|
+
++ LDFLAGS='-L/devel/dist/win32/zlib-1.2.5-2/lib -Wl,--enable-auto-image-base'
|
19
|
+
++ CFLAGS=-O2
|
20
|
+
++ ./configure --disable-static --without-binconfigs --prefix=/devel/target/312aebde086c6b8e9a17e0a5e66d415a
|
21
|
+
checking for a BSD-compatible install... /bin/install -c
|
22
|
+
checking whether build environment is sane... yes
|
23
|
+
checking for a thread-safe mkdir -p... /bin/mkdir -p
|
24
|
+
checking for gawk... gawk
|
25
|
+
checking whether make sets $(MAKE)... yes
|
26
|
+
checking whether to enable maintainer-specific portions of Makefiles... no
|
27
|
+
checking for gcc... gcc -mtune=pentium3 -mthreads -mms-bitfields
|
28
|
+
checking whether the C compiler works... yes
|
29
|
+
checking for C compiler default output file name... a.exe
|
30
|
+
checking for suffix of executables... .exe
|
31
|
+
checking whether we are cross compiling... no
|
32
|
+
checking for suffix of object files... o
|
33
|
+
checking whether we are using the GNU C compiler... yes
|
34
|
+
checking whether gcc -mtune=pentium3 -mthreads -mms-bitfields accepts -g... yes
|
35
|
+
checking for gcc -mtune=pentium3 -mthreads -mms-bitfields option to accept ISO C89... none needed
|
36
|
+
checking for style of include used by make... GNU
|
37
|
+
checking dependency style of gcc -mtune=pentium3 -mthreads -mms-bitfields... gcc3
|
38
|
+
checking build system type... i686-pc-mingw32
|
39
|
+
checking host system type... i686-pc-mingw32
|
40
|
+
checking for a sed that does not truncate output... /bin/sed
|
41
|
+
checking for grep that handles long lines and -e... /bin/grep
|
42
|
+
checking for egrep... /bin/grep -E
|
43
|
+
checking for fgrep... /bin/grep -F
|
44
|
+
checking how to print strings... printf
|
45
|
+
checking for ld used by gcc -mtune=pentium3 -mthreads -mms-bitfields... c:/mingw/mingw32/bin/ld.exe
|
46
|
+
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
|
47
|
+
checking how to run the C preprocessor... gcc -mtune=pentium3 -mthreads -mms-bitfields -E
|
48
|
+
checking for sed... /bin/sed
|
49
|
+
checking whether ln -s works... no, using cp -p
|
50
|
+
checking whether make sets $(MAKE)... (cached) yes
|
51
|
+
checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
|
52
|
+
checking the name lister (/mingw/bin/nm) interface... BSD nm
|
53
|
+
checking the maximum length of command line arguments... 8192
|
54
|
+
checking whether the shell understands some XSI constructs... yes
|
55
|
+
checking whether the shell understands "+="... yes
|
56
|
+
checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
|
57
|
+
checking for objdump... objdump
|
58
|
+
checking how to recognize dependent libraries... (cached) pass_all
|
59
|
+
checking for ar... ar
|
60
|
+
checking for strip... strip
|
61
|
+
checking for ranlib... ranlib
|
62
|
+
checking command to parse /mingw/bin/nm output from gcc -mtune=pentium3 -mthreads -mms-bitfields object... ok
|
63
|
+
checking for ANSI C header files... yes
|
64
|
+
checking for sys/types.h... yes
|
65
|
+
checking for sys/stat.h... yes
|
66
|
+
checking for stdlib.h... yes
|
67
|
+
checking for string.h... yes
|
68
|
+
checking for memory.h... yes
|
69
|
+
checking for strings.h... yes
|
70
|
+
checking for inttypes.h... yes
|
71
|
+
checking for stdint.h... yes
|
72
|
+
checking for unistd.h... yes
|
73
|
+
checking for dlfcn.h... no
|
74
|
+
checking for as... as
|
75
|
+
checking for dlltool... dlltool
|
76
|
+
checking for objdump... (cached) objdump
|
77
|
+
checking for objdir... .libs
|
78
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -fno-rtti -fno-exceptions... no
|
79
|
+
checking for gcc -mtune=pentium3 -mthreads -mms-bitfields option to produce PIC... -DDLL_EXPORT -DPIC
|
80
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields PIC flag -DDLL_EXPORT -DPIC works... yes
|
81
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields static flag -static works... yes
|
82
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -c -o file.o... yes
|
83
|
+
checking if gcc -mtune=pentium3 -mthreads -mms-bitfields supports -c -o file.o... (cached) yes
|
84
|
+
checking whether the gcc -mtune=pentium3 -mthreads -mms-bitfields linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
|
85
|
+
checking whether -lc should be explicitly linked in... yes
|
86
|
+
checking dynamic linker characteristics... Win32 ld.exe
|
87
|
+
checking how to hardcode library paths into programs... immediate
|
88
|
+
checking whether stripping libraries is possible... yes
|
89
|
+
checking if libtool supports shared libraries... yes
|
90
|
+
checking whether to build shared libraries... yes
|
91
|
+
checking whether to build static libraries... no
|
92
|
+
checking for ANSI C header files... (cached) yes
|
93
|
+
checking malloc.h usability... yes
|
94
|
+
checking malloc.h presence... yes
|
95
|
+
checking for malloc.h... yes
|
96
|
+
checking for stdlib.h... (cached) yes
|
97
|
+
checking for string.h... (cached) yes
|
98
|
+
checking for strings.h... (cached) yes
|
99
|
+
checking for an ANSI C-conforming const... yes
|
100
|
+
checking for size_t... yes
|
101
|
+
checking whether struct tm is in sys/time.h or time.h... time.h
|
102
|
+
checking for working strtod... yes
|
103
|
+
checking for memset... yes
|
104
|
+
checking for pow... yes
|
105
|
+
checking for zlibVersion in -lz... yes
|
106
|
+
checking if libraries can be versioned... no
|
107
|
+
configure: pkgconfig directory is ${libdir}/pkgconfig
|
108
|
+
configure: libpng-config scripts will not be built
|
109
|
+
configure: creating ./config.status
|
110
|
+
config.status: creating Makefile
|
111
|
+
config.status: creating libpng.pc
|
112
|
+
config.status: creating libpng-config
|
113
|
+
config.status: creating config.h
|
114
|
+
config.status: executing depfiles commands
|
115
|
+
config.status: executing libtool commands
|
116
|
+
++ make install
|
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.5-2/include -O2 -MT libpng14_la-png.lo -MD -MP -MF .deps/libpng14_la-png.Tpo -c -o libpng14_la-png.lo `test -f 'png.c' || echo './'`png.c
|
118
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-png.lo -MD -MP -MF .deps/libpng14_la-png.Tpo -c png.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-png.o
|
119
|
+
mv -f .deps/libpng14_la-png.Tpo .deps/libpng14_la-png.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.5-2/include -O2 -MT libpng14_la-pngset.lo -MD -MP -MF .deps/libpng14_la-pngset.Tpo -c -o libpng14_la-pngset.lo `test -f 'pngset.c' || echo './'`pngset.c
|
121
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngset.lo -MD -MP -MF .deps/libpng14_la-pngset.Tpo -c pngset.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngset.o
|
122
|
+
mv -f .deps/libpng14_la-pngset.Tpo .deps/libpng14_la-pngset.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.5-2/include -O2 -MT libpng14_la-pngget.lo -MD -MP -MF .deps/libpng14_la-pngget.Tpo -c -o libpng14_la-pngget.lo `test -f 'pngget.c' || echo './'`pngget.c
|
124
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngget.lo -MD -MP -MF .deps/libpng14_la-pngget.Tpo -c pngget.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngget.o
|
125
|
+
mv -f .deps/libpng14_la-pngget.Tpo .deps/libpng14_la-pngget.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.5-2/include -O2 -MT libpng14_la-pngrutil.lo -MD -MP -MF .deps/libpng14_la-pngrutil.Tpo -c -o libpng14_la-pngrutil.lo `test -f 'pngrutil.c' || echo './'`pngrutil.c
|
127
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngrutil.lo -MD -MP -MF .deps/libpng14_la-pngrutil.Tpo -c pngrutil.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngrutil.o
|
128
|
+
mv -f .deps/libpng14_la-pngrutil.Tpo .deps/libpng14_la-pngrutil.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.5-2/include -O2 -MT libpng14_la-pngtrans.lo -MD -MP -MF .deps/libpng14_la-pngtrans.Tpo -c -o libpng14_la-pngtrans.lo `test -f 'pngtrans.c' || echo './'`pngtrans.c
|
130
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngtrans.lo -MD -MP -MF .deps/libpng14_la-pngtrans.Tpo -c pngtrans.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngtrans.o
|
131
|
+
mv -f .deps/libpng14_la-pngtrans.Tpo .deps/libpng14_la-pngtrans.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.5-2/include -O2 -MT libpng14_la-pngwutil.lo -MD -MP -MF .deps/libpng14_la-pngwutil.Tpo -c -o libpng14_la-pngwutil.lo `test -f 'pngwutil.c' || echo './'`pngwutil.c
|
133
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwutil.lo -MD -MP -MF .deps/libpng14_la-pngwutil.Tpo -c pngwutil.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngwutil.o
|
134
|
+
mv -f .deps/libpng14_la-pngwutil.Tpo .deps/libpng14_la-pngwutil.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.5-2/include -O2 -MT libpng14_la-pngread.lo -MD -MP -MF .deps/libpng14_la-pngread.Tpo -c -o libpng14_la-pngread.lo `test -f 'pngread.c' || echo './'`pngread.c
|
136
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngread.lo -MD -MP -MF .deps/libpng14_la-pngread.Tpo -c pngread.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngread.o
|
137
|
+
mv -f .deps/libpng14_la-pngread.Tpo .deps/libpng14_la-pngread.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.5-2/include -O2 -MT libpng14_la-pngrio.lo -MD -MP -MF .deps/libpng14_la-pngrio.Tpo -c -o libpng14_la-pngrio.lo `test -f 'pngrio.c' || echo './'`pngrio.c
|
139
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngrio.lo -MD -MP -MF .deps/libpng14_la-pngrio.Tpo -c pngrio.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngrio.o
|
140
|
+
mv -f .deps/libpng14_la-pngrio.Tpo .deps/libpng14_la-pngrio.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.5-2/include -O2 -MT libpng14_la-pngwio.lo -MD -MP -MF .deps/libpng14_la-pngwio.Tpo -c -o libpng14_la-pngwio.lo `test -f 'pngwio.c' || echo './'`pngwio.c
|
142
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwio.lo -MD -MP -MF .deps/libpng14_la-pngwio.Tpo -c pngwio.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngwio.o
|
143
|
+
mv -f .deps/libpng14_la-pngwio.Tpo .deps/libpng14_la-pngwio.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.5-2/include -O2 -MT libpng14_la-pngwrite.lo -MD -MP -MF .deps/libpng14_la-pngwrite.Tpo -c -o libpng14_la-pngwrite.lo `test -f 'pngwrite.c' || echo './'`pngwrite.c
|
145
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwrite.lo -MD -MP -MF .deps/libpng14_la-pngwrite.Tpo -c pngwrite.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngwrite.o
|
146
|
+
mv -f .deps/libpng14_la-pngwrite.Tpo .deps/libpng14_la-pngwrite.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.5-2/include -O2 -MT libpng14_la-pngrtran.lo -MD -MP -MF .deps/libpng14_la-pngrtran.Tpo -c -o libpng14_la-pngrtran.lo `test -f 'pngrtran.c' || echo './'`pngrtran.c
|
148
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngrtran.lo -MD -MP -MF .deps/libpng14_la-pngrtran.Tpo -c pngrtran.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngrtran.o
|
149
|
+
mv -f .deps/libpng14_la-pngrtran.Tpo .deps/libpng14_la-pngrtran.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.5-2/include -O2 -MT libpng14_la-pngwtran.lo -MD -MP -MF .deps/libpng14_la-pngwtran.Tpo -c -o libpng14_la-pngwtran.lo `test -f 'pngwtran.c' || echo './'`pngwtran.c
|
151
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngwtran.lo -MD -MP -MF .deps/libpng14_la-pngwtran.Tpo -c pngwtran.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngwtran.o
|
152
|
+
mv -f .deps/libpng14_la-pngwtran.Tpo .deps/libpng14_la-pngwtran.Plo
|
153
|
+
/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.5-2/include -O2 -MT libpng14_la-pngmem.lo -MD -MP -MF .deps/libpng14_la-pngmem.Tpo -c -o libpng14_la-pngmem.lo `test -f 'pngmem.c' || echo './'`pngmem.c
|
154
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngmem.lo -MD -MP -MF .deps/libpng14_la-pngmem.Tpo -c pngmem.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngmem.o
|
155
|
+
mv -f .deps/libpng14_la-pngmem.Tpo .deps/libpng14_la-pngmem.Plo
|
156
|
+
/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.5-2/include -O2 -MT libpng14_la-pngerror.lo -MD -MP -MF .deps/libpng14_la-pngerror.Tpo -c -o libpng14_la-pngerror.lo `test -f 'pngerror.c' || echo './'`pngerror.c
|
157
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngerror.lo -MD -MP -MF .deps/libpng14_la-pngerror.Tpo -c pngerror.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngerror.o
|
158
|
+
mv -f .deps/libpng14_la-pngerror.Tpo .deps/libpng14_la-pngerror.Plo
|
159
|
+
/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.5-2/include -O2 -MT libpng14_la-pngpread.lo -MD -MP -MF .deps/libpng14_la-pngpread.Tpo -c -o libpng14_la-pngpread.lo `test -f 'pngpread.c' || echo './'`pngpread.c
|
160
|
+
libtool: compile: gcc -mtune=pentium3 -mthreads -mms-bitfields -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -O2 -MT libpng14_la-pngpread.lo -MD -MP -MF .deps/libpng14_la-pngpread.Tpo -c pngpread.c -DDLL_EXPORT -DPIC -o .libs/libpng14_la-pngpread.o
|
161
|
+
mv -f .deps/libpng14_la-pngpread.Tpo .deps/libpng14_la-pngpread.Plo
|
162
|
+
rm -f libpng.sym libpng.sym.new
|
163
|
+
gcc -mtune=pentium3 -mthreads -mms-bitfields -E -DPNG_CONFIGURE_LIBPNG -I /devel/dist/win32/zlib-1.2.5-2/include -DPNG_BUILDSYMS ./png.h | \
|
164
|
+
/bin/sed -n -e \
|
165
|
+
's|^.*PNG_FUNCTION_EXPORT[ ]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p' \
|
166
|
+
-e 's|^.*PNG_DATA_EXPORT[ ]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p' \
|
167
|
+
>libpng.sym.new
|
168
|
+
mv libpng.sym.new libpng.sym
|
169
|
+
/bin/sh ./libtool --tag=CC --mode=link gcc -mtune=pentium3 -mthreads -mms-bitfields -O2 -no-undefined -export-dynamic -version-number 14:12:0 -export-symbols libpng.sym -L/devel/dist/win32/zlib-1.2.5-2/lib -Wl,--enable-auto-image-base -o libpng14.la -rpath /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib libpng14_la-png.lo libpng14_la-pngset.lo libpng14_la-pngget.lo libpng14_la-pngrutil.lo libpng14_la-pngtrans.lo libpng14_la-pngwutil.lo libpng14_la-pngread.lo libpng14_la-pngrio.lo libpng14_la-pngwio.lo libpng14_la-pngwrite.lo libpng14_la-pngrtran.lo libpng14_la-pngwtran.lo libpng14_la-pngmem.lo libpng14_la-pngerror.lo libpng14_la-pngpread.lo -lz
|
170
|
+
libtool: link: /mingw/bin/nm .libs/libpng14_la-png.o .libs/libpng14_la-pngset.o .libs/libpng14_la-pngget.o .libs/libpng14_la-pngrutil.o .libs/libpng14_la-pngtrans.o .libs/libpng14_la-pngwutil.o .libs/libpng14_la-pngread.o .libs/libpng14_la-pngrio.o .libs/libpng14_la-pngwio.o .libs/libpng14_la-pngwrite.o .libs/libpng14_la-pngrtran.o .libs/libpng14_la-pngwtran.o .libs/libpng14_la-pngmem.o .libs/libpng14_la-pngerror.o .libs/libpng14_la-pngpread.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' | /bin/sed -e '/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/' | /bin/sed -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq > .libs/libpng14.exp
|
171
|
+
libtool: link: if test "x`/bin/sed 1q .libs/libpng14.def`" = xEXPORTS; then cp .libs/libpng14.def .libs/libpng14-14.dll.def; else echo EXPORTS > .libs/libpng14-14.dll.def; cat .libs/libpng14.def >> .libs/libpng14-14.dll.def; fi
|
172
|
+
libtool: link: gcc -mtune=pentium3 -mthreads -mms-bitfields -shared .libs/libpng14-14.dll.def .libs/libpng14_la-png.o .libs/libpng14_la-pngset.o .libs/libpng14_la-pngget.o .libs/libpng14_la-pngrutil.o .libs/libpng14_la-pngtrans.o .libs/libpng14_la-pngwutil.o .libs/libpng14_la-pngread.o .libs/libpng14_la-pngrio.o .libs/libpng14_la-pngwio.o .libs/libpng14_la-pngwrite.o .libs/libpng14_la-pngrtran.o .libs/libpng14_la-pngwtran.o .libs/libpng14_la-pngmem.o .libs/libpng14_la-pngerror.o .libs/libpng14_la-pngpread.o -L/devel/dist/win32/zlib-1.2.5-2/lib -lz -mtune=pentium3 -mthreads -mms-bitfields -Wl,--enable-auto-image-base -mthreads -o .libs/libpng14-14.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpng14.dll.a
|
173
|
+
Creating library file: .libs/libpng14.dll.a
|
174
|
+
libtool: link: rm -f .libs/libpng14.exp .libs/libpng14.filter
|
175
|
+
libtool: link: ( cd ".libs" && rm -f "libpng14.la" && cp -p "../libpng14.la" "libpng14.la" )
|
176
|
+
cp libpng.pc libpng14.pc
|
177
|
+
make[1]: Entering directory `/devel/src/dependencies/libpng/libpng-1.4.12'
|
178
|
+
test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/bin" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/bin"
|
179
|
+
test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib"
|
180
|
+
/bin/sh ./libtool --mode=install /bin/install -c libpng14.la '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib'
|
181
|
+
libtool: install: /bin/install -c .libs/libpng14.dll.a /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/libpng14.dll.a
|
182
|
+
libtool: install: base_file=`basename libpng14.la`
|
183
|
+
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpng14.la'i; echo libpng14-14.dll'`
|
184
|
+
libtool: install: dldir=/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/`dirname ../bin/libpng14-14.dll`
|
185
|
+
libtool: install: test -d /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin || mkdir -p /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin
|
186
|
+
libtool: install: /bin/install -c .libs/libpng14-14.dll /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin/libpng14-14.dll
|
187
|
+
libtool: install: chmod a+x /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin/libpng14-14.dll
|
188
|
+
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/../bin/libpng14-14.dll' || exit 0; fi
|
189
|
+
libtool: install: /bin/install -c .libs/libpng14.lai /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/libpng14.la
|
190
|
+
----------------------------------------------------------------------
|
191
|
+
Libraries have been installed in:
|
192
|
+
/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib
|
193
|
+
|
194
|
+
If you ever happen to want to link against installed libraries
|
195
|
+
in a given directory, LIBDIR, you must either use libtool, and
|
196
|
+
specify the full pathname of the library, or use the `-LLIBDIR'
|
197
|
+
flag during linking and do at least one of the following:
|
198
|
+
- add LIBDIR to the `PATH' environment variable
|
199
|
+
during execution
|
200
|
+
- add LIBDIR to the `LD_RUN_PATH' environment variable
|
201
|
+
during linking
|
202
|
+
- use the `-LLIBDIR' linker flag
|
203
|
+
|
204
|
+
See any operating system documentation about shared libraries for
|
205
|
+
more information, such as the ld(1) and ld.so(8) manual pages.
|
206
|
+
----------------------------------------------------------------------
|
207
|
+
make install-exec-hook
|
208
|
+
make[2]: Entering directory `/devel/src/dependencies/libpng/libpng-1.4.12'
|
209
|
+
cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/bin; rm -f libpng-config
|
210
|
+
cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/bin; cp -p libpng14-config libpng-config
|
211
|
+
cp: cannot stat `libpng14-config': No such file or directory
|
212
|
+
make[2]: [install-exec-hook] Error 1 (ignored)
|
213
|
+
+ cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib
|
214
|
+
+ for ext in a la so so.14.12 sl dylib dll.a
|
215
|
+
+ rm -f libpng.a
|
216
|
+
+ test -f libpng14.a
|
217
|
+
+ for ext in a la so so.14.12 sl dylib dll.a
|
218
|
+
+ rm -f libpng.la
|
219
|
+
+ test -f libpng14.la
|
220
|
+
+ cp -p libpng14.la libpng.la
|
221
|
+
+ for ext in a la so so.14.12 sl dylib dll.a
|
222
|
+
+ rm -f libpng.so
|
223
|
+
+ test -f libpng14.so
|
224
|
+
+ for ext in a la so so.14.12 sl dylib dll.a
|
225
|
+
+ rm -f libpng.so.14.12
|
226
|
+
+ test -f libpng14.so.14.12
|
227
|
+
+ for ext in a la so so.14.12 sl dylib dll.a
|
228
|
+
+ rm -f libpng.sl
|
229
|
+
+ test -f libpng14.sl
|
230
|
+
+ for ext in a la so so.14.12 sl dylib dll.a
|
231
|
+
+ rm -f libpng.dylib
|
232
|
+
+ test -f libpng14.dylib
|
233
|
+
+ for ext in a la so so.14.12 sl dylib dll.a
|
234
|
+
+ rm -f libpng.dll.a
|
235
|
+
+ test -f libpng14.dll.a
|
236
|
+
+ cp -p libpng14.dll.a libpng.dll.a
|
237
|
+
make[2]: Leaving directory `/devel/src/dependencies/libpng/libpng-1.4.12'
|
238
|
+
test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man3" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man3"
|
239
|
+
/bin/install -c -m 644 libpng.3 libpngpf.3 '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man3'
|
240
|
+
test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man5" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man5"
|
241
|
+
/bin/install -c -m 644 png.5 '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/share/man/man5'
|
242
|
+
test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig"
|
243
|
+
/bin/install -c -m 644 libpng14.pc '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig'
|
244
|
+
test -z "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/include/libpng14" || /bin/mkdir -p "/devel/target/312aebde086c6b8e9a17e0a5e66d415a/include/libpng14"
|
245
|
+
/bin/install -c -m 644 png.h pngconf.h '/devel/target/312aebde086c6b8e9a17e0a5e66d415a/include/libpng14'
|
246
|
+
make install-data-hook
|
247
|
+
make[2]: Entering directory `/devel/src/dependencies/libpng/libpng-1.4.12'
|
248
|
+
cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/include; rm -f png.h pngconf.h
|
249
|
+
cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/include; cp -p libpng14/png.h png.h
|
250
|
+
cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/include; cp -p libpng14/pngconf.h \
|
251
|
+
pngconf.h
|
252
|
+
cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig; rm -f libpng.pc
|
253
|
+
cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a/lib/pkgconfig; cp -p libpng14.pc libpng.pc
|
254
|
+
make[2]: Leaving directory `/devel/src/dependencies/libpng/libpng-1.4.12'
|
255
|
+
make[1]: Leaving directory `/devel/src/dependencies/libpng/libpng-1.4.12'
|
256
|
+
++ rm -f /tmp/libpng_1.4.12-1_win32.zip /tmp/libpng-dev_1.4.12-1_win32.zip
|
257
|
+
++ cd /devel/target/312aebde086c6b8e9a17e0a5e66d415a
|
258
|
+
++ zip /tmp/libpng_1.4.12-1_win32.zip bin/libpng14-14.dll
|
259
|
+
adding: bin/libpng14-14.dll (deflated 54%)
|
260
|
+
++ zip -r -D /tmp/libpng-dev_1.4.12-1_win32.zip include
|
261
|
+
adding: include/libpng14/png.h (deflated 77%)
|
262
|
+
adding: include/libpng14/pngconf.h (deflated 73%)
|
263
|
+
adding: include/png.h (deflated 77%)
|
264
|
+
adding: include/pngconf.h (deflated 73%)
|
265
|
+
++ zip /tmp/libpng-dev_1.4.12-1_win32.zip lib/libpng14.dll.a
|
266
|
+
adding: lib/libpng14.dll.a (deflated 93%)
|
267
|
+
++ pexports bin/libpng14-14.dll
|
268
|
+
++ lib -machine:X86 -def:lib/libpng.def -name:libpng14-14.dll -out:lib/libpng.lib
|
269
|
+
Microsoft (R) Library Manager Version 8.00.40310.39
|
270
|
+
Copyright (C) Microsoft Corporation. All rights reserved.
|
271
|
+
|
272
|
+
Creating library lib/libpng.lib and object lib/libpng.exp
|
273
|
+
++ zip /tmp/libpng-dev_1.4.12-1_win32.zip lib/libpng.def lib/libpng.lib
|
274
|
+
adding: lib/libpng.def (deflated 71%)
|
275
|
+
adding: lib/libpng.lib (deflated 86%)
|
276
|
+
++ zip /tmp/libpng-dev_1.4.12-1_win32.zip lib/pkgconfig/libpng.pc lib/pkgconfig/libpng14.pc
|
277
|
+
adding: lib/pkgconfig/libpng.pc (deflated 29%)
|
278
|
+
adding: lib/pkgconfig/libpng14.pc (deflated 29%)
|
279
|
+
++ zip -r -D /tmp/libpng-dev_1.4.12-1_win32.zip share/man
|
280
|
+
adding: share/man/man3/libpng.3 (deflated 72%)
|
281
|
+
adding: share/man/man3/libpngpf.3 (deflated 87%)
|
282
|
+
adding: share/man/man5/png.5 (deflated 53%)
|
283
|
+
++ :
|
@@ -0,0 +1,71 @@
|
|
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.4.12
|
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=/devel/target/$HEX
|
17
|
+
|
18
|
+
ZLIB=`latest --arch=${ARCH} zlib`
|
19
|
+
|
20
|
+
usedev
|
21
|
+
usewinsdk52
|
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
|
+
# Avoid using ld --version-script, doesn't seem to work?
|
31
|
+
sed -e 's/grep version-script/grep no-thanks-version-script/' <configure > configure.temp && mv configure.temp configure
|
32
|
+
|
33
|
+
patch --verbose -p0 <<'EOF' &&
|
34
|
+
--- Makefile.in 2012-09-11 21:31:21 +0200
|
35
|
+
+++ Makefile.in 2012-09-11 21:31:25 +0200
|
36
|
+
@@ -1242,7 +1242,7 @@ install-data-hook:
|
37
|
+
# do evil things to libpng to cause libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ to be used
|
38
|
+
install-exec-hook:
|
39
|
+
cd $(DESTDIR)$(bindir); rm -f libpng-config
|
40
|
+
- cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
41
|
+
+ -cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
42
|
+
@set -x;\
|
43
|
+
cd $(DESTDIR)$(libdir);\
|
44
|
+
for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib dll.a; do\
|
45
|
+
EOF
|
46
|
+
|
47
|
+
lt_cv_deplibs_check_method='pass_all' 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-binconfigs --prefix=$TARGET &&
|
48
|
+
make install &&
|
49
|
+
|
50
|
+
rm -f /tmp/$RUNZIP /tmp/$DEVZIP &&
|
51
|
+
|
52
|
+
(cd /devel/target/$HEX &&
|
53
|
+
zip /tmp/$RUNZIP bin/libpng14-14.dll &&
|
54
|
+
zip -r -D /tmp/$DEVZIP include &&
|
55
|
+
zip /tmp/$DEVZIP lib/libpng14.dll.a &&
|
56
|
+
pexports bin/libpng14-14.dll >lib/libpng.def &&
|
57
|
+
lib -machine:X86 -def:lib/libpng.def -name:libpng14-14.dll -out:lib/libpng.lib &&
|
58
|
+
zip /tmp/$DEVZIP lib/libpng.def lib/libpng.lib &&
|
59
|
+
zip /tmp/$DEVZIP lib/pkgconfig/libpng*.pc &&
|
60
|
+
zip -r -D /tmp/$DEVZIP share/man &&
|
61
|
+
|
62
|
+
:
|
63
|
+
|
64
|
+
)
|
65
|
+
|
66
|
+
) 2>&1 | tee /devel/src/dieterv/packaging/$THIS.log &&
|
67
|
+
|
68
|
+
(cd /devel && zip /tmp/$DEVZIP src/dieterv/packaging/$THIS.{sh,log}) &&
|
69
|
+
manifestify /tmp/$RUNZIP /tmp/$DEVZIP &&
|
70
|
+
|
71
|
+
:
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdk_pixbuf2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 6
|
10
|
+
version: 1.1.6
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- The Ruby-GNOME2 Project Team
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-12-02 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: glib2
|
@@ -25,12 +25,12 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
28
|
+
hash: 31
|
29
29
|
segments:
|
30
30
|
- 1
|
31
31
|
- 1
|
32
|
-
-
|
33
|
-
version: 1.1.
|
32
|
+
- 6
|
33
|
+
version: 1.1.6
|
34
34
|
type: :runtime
|
35
35
|
version_requirements: *id001
|
36
36
|
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
@@ -82,6 +82,8 @@ files:
|
|
82
82
|
- vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log
|
83
83
|
- vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.log
|
84
84
|
- vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.sh
|
85
|
+
- vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh
|
86
|
+
- vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log
|
85
87
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html
|
86
88
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html
|
87
89
|
- vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html
|
@@ -226,7 +228,9 @@ files:
|
|
226
228
|
- vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo
|
227
229
|
- vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo
|
228
230
|
- vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo
|
231
|
+
- vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft
|
229
232
|
- vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft
|
233
|
+
- vendor/local/manifest/libpng_1.4.12-1_win32.mft
|
230
234
|
- vendor/local/manifest/gdk-pixbuf_2.24.0-1_win32.mft
|
231
235
|
- vendor/local/manifest/zlib_1.2.5-2_win32.mft
|
232
236
|
- vendor/local/manifest/libpng_1.4.3-1_win32.mft
|