cairo 1.12.2-x86-mingw32 → 1.12.3-x86-mingw32

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.

Files changed (90) hide show
  1. data/NEWS +48 -33
  2. data/README.rdoc +4 -1
  3. data/Rakefile +5 -9
  4. data/ext/cairo/depend +2 -1
  5. data/ext/cairo/extconf.rb +3 -1
  6. data/ext/cairo/rb_cairo.h +1 -1
  7. data/lib/1.8/cairo.so +0 -0
  8. data/lib/1.9/cairo.so +0 -0
  9. data/vendor/local/bin/freetype-config +2 -2
  10. data/vendor/local/bin/freetype6.dll +0 -0
  11. data/vendor/local/bin/libcairo-2.dll +0 -0
  12. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  13. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  14. data/vendor/local/bin/libexpat-1.dll +0 -0
  15. data/vendor/local/bin/libpng14-14.dll +0 -0
  16. data/vendor/local/bin/xmlwf.exe +0 -0
  17. data/vendor/local/include/expat.h +36 -3
  18. data/vendor/local/include/freetype2/freetype/config/ftconfig.h +83 -15
  19. data/vendor/local/include/freetype2/freetype/config/ftheader.h +14 -1
  20. data/vendor/local/include/freetype2/freetype/config/ftoption.h +76 -4
  21. data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +7 -6
  22. data/vendor/local/include/freetype2/freetype/freetype.h +98 -54
  23. data/vendor/local/include/freetype2/freetype/ftbbox.h +9 -1
  24. data/vendor/local/include/freetype2/freetype/ftbzip2.h +102 -0
  25. data/vendor/local/include/freetype2/freetype/ftcache.h +17 -2
  26. data/vendor/local/include/freetype2/freetype/ftchapters.h +1 -0
  27. data/vendor/local/include/freetype2/freetype/fterrdef.h +3 -2
  28. data/vendor/local/include/freetype2/freetype/fterrors.h +2 -1
  29. data/vendor/local/include/freetype2/freetype/ftgasp.h +11 -3
  30. data/vendor/local/include/freetype2/freetype/ftglyph.h +8 -1
  31. data/vendor/local/include/freetype2/freetype/ftimage.h +12 -0
  32. data/vendor/local/include/freetype2/freetype/ftmoderr.h +20 -19
  33. data/vendor/local/include/freetype2/freetype/ftoutln.h +25 -4
  34. data/vendor/local/include/freetype2/freetype/ftrender.h +8 -0
  35. data/vendor/local/include/freetype2/freetype/ftstroke.h +47 -12
  36. data/vendor/local/include/freetype2/freetype/ftsynth.h +4 -3
  37. data/vendor/local/include/freetype2/freetype/fttypes.h +2 -2
  38. data/vendor/local/include/freetype2/freetype/t1tables.h +160 -2
  39. data/vendor/local/include/freetype2/freetype/tttables.h +10 -5
  40. data/vendor/local/include/libpng14/png.h +310 -274
  41. data/vendor/local/include/libpng14/pngconf.h +82 -55
  42. data/vendor/local/include/png.h +310 -274
  43. data/vendor/local/include/pngconf.h +82 -55
  44. data/vendor/local/lib/cairo.lib +0 -0
  45. data/vendor/local/lib/expat.lib +0 -0
  46. data/vendor/local/lib/freetype.def +3 -0
  47. data/vendor/local/lib/freetype.lib +0 -0
  48. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  49. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  50. data/vendor/local/lib/libcairo.dll.a +0 -0
  51. data/vendor/local/lib/libexpat.dll.a +0 -0
  52. data/vendor/local/lib/libfreetype.dll.a +0 -0
  53. data/vendor/local/lib/libpng.lib +0 -0
  54. data/vendor/local/lib/libpng14.dll.a +0 -0
  55. data/vendor/local/lib/pkgconfig/cairo.pc +2 -2
  56. data/vendor/local/lib/pkgconfig/freetype2.pc +2 -2
  57. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  58. data/vendor/local/lib/pkgconfig/libpng14.pc +1 -1
  59. data/vendor/local/manifest/{cairo-dev_1.10.2-1_win32.mft → cairo-dev_1.10.2-2_win32.mft} +3 -3
  60. data/vendor/local/manifest/cairo_1.10.2-2_win32.mft +7 -0
  61. data/vendor/local/manifest/expat-dev_2.1.0-1_win32.mft +10 -0
  62. data/vendor/local/manifest/expat_2.1.0-1_win32.mft +2 -0
  63. data/vendor/local/manifest/{freetype-dev_2.4.2-1_win32.mft → freetype-dev_2.4.10-1_win32.mft} +4 -3
  64. data/vendor/local/manifest/freetype_2.4.10-1_win32.mft +2 -0
  65. data/vendor/local/manifest/{libpng-dev_1.4.3-1_win32.mft → libpng-dev_1.4.12-1_win32.mft} +3 -3
  66. data/vendor/local/manifest/libpng_1.4.12-1_win32.mft +2 -0
  67. data/vendor/local/share/doc/{cairo_1.10.2-1_win32 → cairo_1.10.2-2_win32}/COPYING +0 -0
  68. data/vendor/local/share/doc/{cairo_1.10.2-1_win32 → cairo_1.10.2-2_win32}/COPYING-LGPL-2.1 +0 -0
  69. data/vendor/local/share/doc/{cairo_1.10.2-1_win32 → cairo_1.10.2-2_win32}/COPYING-MPL-1.1 +0 -0
  70. data/vendor/local/{man → share/man}/man1/xmlwf.1 +0 -0
  71. data/vendor/local/share/man/man3/libpng.3 +288 -138
  72. data/vendor/local/share/man/man3/libpngpf.3 +5 -11
  73. data/vendor/local/share/man/man5/png.5 +2 -2
  74. data/vendor/local/src/{tml/packaging/cairo_1.10.2-1_win32.log → dieterv/packaging/cairo_1.10.2-2_win32.log} +346 -300
  75. data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.sh +251 -0
  76. data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.log +181 -0
  77. data/vendor/local/src/{tml/packaging/expat_2.0.1-1_win32.sh → dieterv/packaging/expat_2.1.0-1_win32.sh} +20 -12
  78. data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.log +363 -0
  79. data/vendor/local/src/{tml/packaging/freetype_2.4.2-1_win32.sh → dieterv/packaging/freetype_2.4.10-1_win32.sh} +10 -11
  80. data/vendor/local/src/{tml/packaging/libpng_1.4.3-1_win32.log → dieterv/packaging/libpng_1.4.12-1_win32.log} +132 -121
  81. data/vendor/local/src/{tml/packaging/libpng_1.4.3-1_win32.sh → dieterv/packaging/libpng_1.4.12-1_win32.sh} +10 -10
  82. metadata +31 -30
  83. data/vendor/local/manifest/cairo_1.10.2-1_win32.mft +0 -7
  84. data/vendor/local/manifest/expat-dev_2.0.1-1_win32.mft +0 -10
  85. data/vendor/local/manifest/expat_2.0.1-1_win32.mft +0 -2
  86. data/vendor/local/manifest/freetype_2.4.2-1_win32.mft +0 -2
  87. data/vendor/local/manifest/libpng_1.4.3-1_win32.mft +0 -2
  88. data/vendor/local/src/tml/packaging/cairo_1.10.2-1_win32.sh +0 -84
  89. data/vendor/local/src/tml/packaging/expat_2.0.1-1_win32.log +0 -188
  90. data/vendor/local/src/tml/packaging/freetype_2.4.2-1_win32.log +0 -364
@@ -3,7 +3,7 @@
3
3
  # usable unmodified by others, and is included only for reference.
4
4
 
5
5
  MOD=libpng
6
- VER=1.4.3
6
+ VER=1.4.12
7
7
  REV=1
8
8
  ARCH=win32
9
9
 
@@ -13,12 +13,12 @@ RUNZIP=${THIS}.zip
13
13
  DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
14
14
 
15
15
  HEX=`echo $THIS | md5sum | cut -d' ' -f1`
16
- TARGET=c:/devel/target/$HEX
16
+ TARGET=/devel/target/$HEX
17
17
 
18
18
  ZLIB=`latest --arch=${ARCH} zlib`
19
19
 
20
20
  usedev
21
- usemsvs6
21
+ usewinsdk52
22
22
 
23
23
  (
24
24
 
@@ -30,10 +30,10 @@ sed -e 's/need_relink=yes/need_relink=no # no way --tml/' <ltmain.sh >ltmain.tem
30
30
  # Avoid using ld --version-script, doesn't seem to work?
31
31
  sed -e 's/grep version-script/grep no-thanks-version-script/' <configure > configure.temp && mv configure.temp configure
32
32
 
33
- patch -p0 <<'EOF' &&
34
- --- Makefile.in
35
- +++ Makefile.in
36
- @@ -1285,7 +1285,7 @@
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
37
  # do evil things to libpng to cause libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ to be used
38
38
  install-exec-hook:
39
39
  cd $(DESTDIR)$(bindir); rm -f libpng-config
@@ -41,7 +41,7 @@ patch -p0 <<'EOF' &&
41
41
  + -cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
42
42
  @set -x;\
43
43
  cd $(DESTDIR)$(libdir);\
44
- for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib; do\
44
+ for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib dll.a; do\
45
45
  EOF
46
46
 
47
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 &&
@@ -63,9 +63,9 @@ zip -r -D /tmp/$DEVZIP share/man &&
63
63
 
64
64
  )
65
65
 
66
- ) 2>&1 | tee /devel/src/tml/packaging/$THIS.log &&
66
+ ) 2>&1 | tee /devel/src/dieterv/packaging/$THIS.log &&
67
67
 
68
- (cd /devel && zip /tmp/$DEVZIP src/tml/packaging/$THIS.{sh,log}) &&
68
+ (cd /devel && zip /tmp/$DEVZIP src/dieterv/packaging/$THIS.{sh,log}) &&
69
69
  manifestify /tmp/$RUNZIP /tmp/$DEVZIP &&
70
70
 
71
71
  :
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cairo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 33
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 12
9
- - 2
10
- version: 1.12.2
9
+ - 3
10
+ version: 1.12.3
11
11
  platform: x86-mingw32
12
12
  authors:
13
13
  - Kouhei Sutou
@@ -15,9 +15,10 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-03 00:00:00 Z
18
+ date: 2012-12-04 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
+ name: pkg-config
21
22
  version_requirements: &id001 !ruby/object:Gem::Requirement
22
23
  none: false
23
24
  requirements:
@@ -27,11 +28,11 @@ dependencies:
27
28
  segments:
28
29
  - 0
29
30
  version: "0"
30
- name: pkg-config
31
31
  prerelease: false
32
32
  type: :runtime
33
33
  requirement: *id001
34
34
  - !ruby/object:Gem::Dependency
35
+ name: bundler
35
36
  version_requirements: &id002 !ruby/object:Gem::Requirement
36
37
  none: false
37
38
  requirements:
@@ -41,11 +42,11 @@ dependencies:
41
42
  segments:
42
43
  - 0
43
44
  version: "0"
44
- name: bundler
45
45
  prerelease: false
46
46
  type: :development
47
47
  requirement: *id002
48
48
  - !ruby/object:Gem::Dependency
49
+ name: test-unit-notify
49
50
  version_requirements: &id003 !ruby/object:Gem::Requirement
50
51
  none: false
51
52
  requirements:
@@ -55,11 +56,11 @@ dependencies:
55
56
  segments:
56
57
  - 0
57
58
  version: "0"
58
- name: test-unit-notify
59
59
  prerelease: false
60
60
  type: :development
61
61
  requirement: *id003
62
62
  - !ruby/object:Gem::Dependency
63
+ name: rake-compiler
63
64
  version_requirements: &id004 !ruby/object:Gem::Requirement
64
65
  none: false
65
66
  requirements:
@@ -69,11 +70,11 @@ dependencies:
69
70
  segments:
70
71
  - 0
71
72
  version: "0"
72
- name: rake-compiler
73
73
  prerelease: false
74
74
  type: :development
75
75
  requirement: *id004
76
76
  - !ruby/object:Gem::Dependency
77
+ name: packnga
77
78
  version_requirements: &id005 !ruby/object:Gem::Requirement
78
79
  none: false
79
80
  requirements:
@@ -83,7 +84,6 @@ dependencies:
83
84
  segments:
84
85
  - 0
85
86
  version: "0"
86
- name: packnga
87
87
  prerelease: false
88
88
  type: :development
89
89
  requirement: *id005
@@ -181,18 +181,18 @@ files:
181
181
  - test/test_constants.rb
182
182
  - lib/1.8/cairo.so
183
183
  - lib/1.9/cairo.so
184
- - vendor/local/src/tml/packaging/libpng_1.4.3-1_win32.sh
185
184
  - vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh
186
185
  - vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh
187
- - vendor/local/src/tml/packaging/libpng_1.4.3-1_win32.log
188
- - vendor/local/src/tml/packaging/expat_2.0.1-1_win32.log
189
- - vendor/local/src/tml/packaging/cairo_1.10.2-1_win32.log
190
186
  - vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log
191
187
  - vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log
192
- - vendor/local/src/tml/packaging/cairo_1.10.2-1_win32.sh
193
- - vendor/local/src/tml/packaging/freetype_2.4.2-1_win32.log
194
- - vendor/local/src/tml/packaging/expat_2.0.1-1_win32.sh
195
- - vendor/local/src/tml/packaging/freetype_2.4.2-1_win32.sh
188
+ - vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.log
189
+ - vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.log
190
+ - vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.log
191
+ - vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh
192
+ - vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.sh
193
+ - vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log
194
+ - vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.sh
195
+ - vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.sh
196
196
  - vendor/local/share/doc/fontconfig/fontconfig-devel.pdf
197
197
  - vendor/local/share/doc/fontconfig/fontconfig-user.pdf
198
198
  - vendor/local/share/doc/fontconfig/fontconfig-user.html
@@ -381,9 +381,9 @@ files:
381
381
  - vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html
382
382
  - vendor/local/share/doc/fontconfig/fontconfig-user.txt
383
383
  - vendor/local/share/doc/fontconfig/fontconfig-devel.txt
384
- - vendor/local/share/doc/cairo_1.10.2-1_win32/COPYING-LGPL-2.1
385
- - vendor/local/share/doc/cairo_1.10.2-1_win32/COPYING
386
- - vendor/local/share/doc/cairo_1.10.2-1_win32/COPYING-MPL-1.1
384
+ - vendor/local/share/doc/cairo_1.10.2-2_win32/COPYING-LGPL-2.1
385
+ - vendor/local/share/doc/cairo_1.10.2-2_win32/COPYING
386
+ - vendor/local/share/doc/cairo_1.10.2-2_win32/COPYING-MPL-1.1
387
387
  - vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html
388
388
  - vendor/local/share/gtk-doc/html/cairo/index-1.8.html
389
389
  - vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html
@@ -626,20 +626,21 @@ files:
626
626
  - vendor/local/share/man/man1/fc-scan.1
627
627
  - vendor/local/share/man/man1/fc-query.1
628
628
  - vendor/local/share/man/man1/fc-list.1
629
+ - vendor/local/share/man/man1/xmlwf.1
629
630
  - vendor/local/share/man/man1/fc-match.1
630
631
  - vendor/local/share/man/man1/fc-cat.1
631
632
  - vendor/local/share/man/man1/fc-cache.1
632
633
  - vendor/local/share/aclocal/freetype2.m4
633
- - vendor/local/manifest/cairo_1.10.2-1_win32.mft
634
+ - vendor/local/manifest/freetype_2.4.10-1_win32.mft
634
635
  - vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft
635
- - vendor/local/manifest/freetype_2.4.2-1_win32.mft
636
- - vendor/local/manifest/expat_2.0.1-1_win32.mft
637
- - vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft
636
+ - vendor/local/manifest/cairo-dev_1.10.2-2_win32.mft
637
+ - vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft
638
+ - vendor/local/manifest/expat-dev_2.1.0-1_win32.mft
639
+ - vendor/local/manifest/libpng_1.4.12-1_win32.mft
638
640
  - vendor/local/manifest/zlib_1.2.5-2_win32.mft
639
- - vendor/local/manifest/cairo-dev_1.10.2-1_win32.mft
640
- - vendor/local/manifest/expat-dev_2.0.1-1_win32.mft
641
- - vendor/local/manifest/libpng_1.4.3-1_win32.mft
642
- - vendor/local/manifest/freetype-dev_2.4.2-1_win32.mft
641
+ - vendor/local/manifest/expat_2.1.0-1_win32.mft
642
+ - vendor/local/manifest/cairo_1.10.2-2_win32.mft
643
+ - vendor/local/manifest/freetype-dev_2.4.10-1_win32.mft
643
644
  - vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft
644
645
  - vendor/local/manifest/fontconfig_2.8.0-2_win32.mft
645
646
  - vendor/local/bin/freetype-config
@@ -691,7 +692,6 @@ files:
691
692
  - vendor/local/lib/libfreetype.dll.a
692
693
  - vendor/local/etc/fonts/fonts.dtd
693
694
  - vendor/local/etc/fonts/fonts.conf
694
- - vendor/local/man/man1/xmlwf.1
695
695
  - vendor/local/include/libpng14/png.h
696
696
  - vendor/local/include/libpng14/pngconf.h
697
697
  - vendor/local/include/fontconfig/fcprivate.h
@@ -747,6 +747,7 @@ files:
747
747
  - vendor/local/include/freetype2/freetype/config/ftoption.h
748
748
  - vendor/local/include/freetype2/freetype/ftincrem.h
749
749
  - vendor/local/include/freetype2/freetype/ftgasp.h
750
+ - vendor/local/include/freetype2/freetype/ftbzip2.h
750
751
  - vendor/local/include/freetype2/freetype/t1tables.h
751
752
  - vendor/local/include/freetype2/freetype/fttrigon.h
752
753
  - vendor/local/include/freetype2/freetype/ftbbox.h
@@ -790,7 +791,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
790
791
  requirements: []
791
792
 
792
793
  rubyforge_project: cairo
793
- rubygems_version: 1.8.15
794
+ rubygems_version: 1.8.24
794
795
  signing_key:
795
796
  specification_version: 3
796
797
  summary: Ruby bindings for cairo
@@ -1,7 +0,0 @@
1
- bin/libcairo-2.dll
2
- bin/libcairo-gobject-2.dll
3
- bin/libcairo-script-interpreter-2.dll
4
- share/doc/cairo_1.10.2-1_win32/COPYING
5
- share/doc/cairo_1.10.2-1_win32/COPYING-LGPL-2.1
6
- share/doc/cairo_1.10.2-1_win32/COPYING-MPL-1.1
7
- manifest/cairo_1.10.2-1_win32.mft
@@ -1,10 +0,0 @@
1
- bin/xmlwf.exe
2
- include/expat.h
3
- include/expat_external.h
4
- lib/libexpat.dll.a
5
- lib/libexpat.def
6
- lib/expat.lib
7
- man/man1/xmlwf.1
8
- src/tml/packaging/expat_2.0.1-1_win32.sh
9
- src/tml/packaging/expat_2.0.1-1_win32.log
10
- manifest/expat-dev_2.0.1-1_win32.mft
@@ -1,2 +0,0 @@
1
- bin/libexpat-1.dll
2
- manifest/expat_2.0.1-1_win32.mft
@@ -1,2 +0,0 @@
1
- bin/freetype6.dll
2
- manifest/freetype_2.4.2-1_win32.mft
@@ -1,2 +0,0 @@
1
- bin/libpng14-14.dll
2
- manifest/libpng_1.4.3-1_win32.mft
@@ -1,84 +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=cairo
6
- VER=1.10.2
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} gettext-runtime glib pkg-config pixman libpng fontconfig freetype`
36
-
37
- PKG_CONFIG_PATH=/dummy
38
- for D in $DEPS; do
39
- PATH=/devel/dist/${ARCH}/$D/bin:$PATH
40
- PKG_CONFIG_PATH=/devel/dist/${ARCH}/$D/lib/pkgconfig:$PKG_CONFIG_PATH
41
- done
42
-
43
- GETTEXT_RUNTIME=`latest --arch=${ARCH} gettext-runtime`
44
- ZLIB=`latest --arch=${ARCH} zlib`
45
-
46
- png_REQUIRES=libpng \
47
- CC='gcc -mms-bitfields -mthreads' \
48
- CPPFLAGS="-I/devel/dist/${ARCH}/${ZLIB}/include" \
49
- LDFLAGS="-L/devel/dist/${ARCH}/${GETTEXT_RUNTIME}/lib \
50
- -L/devel/dist/${ARCH}/${ZLIB}/lib" \
51
- CFLAGS=-O2 \
52
- ./configure --disable-static --enable-ft=yes --prefix=c:/devel/target/$HEX &&
53
-
54
- make -j3 zips &&
55
-
56
- cp $MOD-$VER.zip /tmp/$RUNZIP &&
57
- cp $MOD-dev-$VER.zip /tmp/$DEVZIP &&
58
-
59
- cp -p src/cairo.def /devel/target/$HEX/lib &&
60
-
61
- mkdir -p /devel/target/$HEX/share/doc/$THIS &&
62
- cp -p COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 /devel/target/$HEX/share/doc/$THIS &&
63
-
64
- cd /devel/target/$HEX &&
65
-
66
- zip /tmp/$RUNZIP bin/libcairo-gobject-2.dll &&
67
- zip /tmp/$RUNZIP bin/libcairo-script-interpreter-2.dll &&
68
-
69
- zip /tmp/$DEVZIP lib/libcairo-gobject.dll.a &&
70
- zip /tmp/$DEVZIP lib/libcairo-script-interpreter.dll.a &&
71
-
72
- (cd lib && lib.exe -machine:X86 -def:cairo.def -out:cairo.lib) &&
73
-
74
- zip /tmp/$DEVZIP lib/cairo.def lib/cairo.lib &&
75
- zip -r -D /tmp/$RUNZIP share/doc/$THIS &&
76
-
77
- # Don't depend on pixman
78
- sed -e 's/ pixman-1 >= 0.18.4//' <lib/pkgconfig/cairo.pc >lib/pkgconfig/cairo.pc.temp && mv lib/pkgconfig/cairo.pc.temp lib/pkgconfig/cairo.pc &&
79
- zip /tmp/$DEVZIP lib/pkgconfig/cairo.pc
80
-
81
- ) 2>&1 | tee /devel/src/tml/packaging/$THIS.log &&
82
-
83
- (cd /devel && zip /tmp/$DEVZIP src/tml/packaging/$THIS.{sh,log}) &&
84
- manifestify /tmp/$RUNZIP /tmp/$DEVZIP
@@ -1,188 +0,0 @@
1
- ++ sed -e 's/need_relink=yes/need_relink=no # no way --tml/'
2
- ++ mv conftools/ltmain.temp conftools/ltmain.sh
3
- ++ patch -p0
4
- patching file `Makefile.in'
5
- ++ CC='gcc -mthreads'
6
- ++ LDFLAGS=-Wl,--enable-auto-image-base
7
- ++ CFLAGS=-O2
8
- ++ ./configure --prefix=c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed --disable-static
9
- checking build system type... i686-pc-mingw32
10
- checking host system type... i686-pc-mingw32
11
- checking for gcc... gcc -mthreads
12
- checking for C compiler default output file name... a.exe
13
- checking whether the C compiler works... yes
14
- checking whether we are cross compiling... no
15
- checking for suffix of executables... .exe
16
- checking for suffix of object files... o
17
- checking whether we are using the GNU C compiler... yes
18
- checking whether gcc -mthreads accepts -g... yes
19
- checking for gcc -mthreads option to accept ANSI C... none needed
20
- checking for a sed that does not truncate output... /bin/sed
21
- checking for egrep... grep -E
22
- checking for ld used by gcc -mthreads... c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe
23
- checking if the linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) is GNU ld... yes
24
- checking for c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe option to reload object files... -r
25
- checking for BSD-compatible nm... /opt/mingw/bin/nm
26
- checking whether ln -s works... yes
27
- checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)?
28
- checking for dlltool... dlltool
29
- checking for as... as
30
- checking for objdump... objdump
31
- checking how to run the C preprocessor... gcc -mthreads -E
32
- checking for ANSI C header files... yes
33
- checking for sys/types.h... yes
34
- checking for sys/stat.h... yes
35
- checking for stdlib.h... yes
36
- checking for string.h... yes
37
- checking for memory.h... yes
38
- checking for strings.h... yes
39
- checking for inttypes.h... yes
40
- checking for stdint.h... yes
41
- checking for unistd.h... yes
42
- checking dlfcn.h usability... no
43
- checking dlfcn.h presence... no
44
- checking for dlfcn.h... no
45
- checking for g++... g++
46
- checking whether we are using the GNU C++ compiler... yes
47
- checking whether g++ accepts -g... yes
48
- checking how to run the C++ preprocessor... g++ -E
49
- checking for g77... g77
50
- checking whether we are using the GNU Fortran 77 compiler... yes
51
- checking whether g77 accepts -g... yes
52
- checking the maximum length of command line arguments... 8192
53
- checking command to parse /opt/mingw/bin/nm output from gcc -mthreads object... ok
54
- checking for objdir... .libs
55
- checking for ar... ar
56
- checking for ranlib... ranlib
57
- checking for strip... strip
58
- checking if gcc -mthreads supports -fno-rtti -fno-exceptions... no
59
- checking for gcc -mthreads option to produce PIC... -DDLL_EXPORT
60
- checking if gcc -mthreads PIC flag -DDLL_EXPORT works... yes
61
- checking if gcc -mthreads static flag -static works... yes
62
- checking if gcc -mthreads supports -c -o file.o... yes
63
- checking whether the gcc -mthreads linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) supports shared libraries... yes
64
- checking whether -lc should be explicitly linked in... yes
65
- checking dynamic linker characteristics... Win32 ld.exe
66
- checking how to hardcode library paths into programs... immediate
67
- checking whether stripping libraries is possible... yes
68
- checking if libtool supports shared libraries... yes
69
- checking whether to build shared libraries... yes
70
- checking whether to build static libraries... no
71
- configure: creating libtool
72
- appending configuration tag "CXX" to libtool
73
- checking for ld used by g++... c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe
74
- checking if the linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) is GNU ld... yes
75
- checking whether the g++ linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) supports shared libraries... yes
76
- checking for g++ option to produce PIC... -DDLL_EXPORT
77
- checking if g++ PIC flag -DDLL_EXPORT works... yes
78
- checking if g++ static flag -static works... yes
79
- checking if g++ supports -c -o file.o... yes
80
- checking whether the g++ linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) supports shared libraries... yes
81
- checking dynamic linker characteristics... Win32 ld.exe
82
- checking how to hardcode library paths into programs... immediate
83
- appending configuration tag "F77" to libtool
84
- checking if libtool supports shared libraries... yes
85
- checking whether to build shared libraries... yes
86
- checking whether to build static libraries... no
87
- checking for g77 option to produce PIC... -DDLL_EXPORT
88
- checking if g77 PIC flag -DDLL_EXPORT works... yes
89
- checking if g77 static flag -static works... yes
90
- checking if g77 supports -c -o file.o... yes
91
- checking whether the g77 linker (c:/opt/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/ld.exe) supports shared libraries... yes
92
- checking dynamic linker characteristics... Win32 ld.exe
93
- checking how to hardcode library paths into programs... immediate
94
- checking for gcc... (cached) gcc -mthreads
95
- checking whether we are using the GNU C compiler... (cached) yes
96
- checking whether gcc -mthreads accepts -g... (cached) yes
97
- checking for gcc -mthreads option to accept ANSI C... (cached) none needed
98
- checking for a BSD-compatible install... /opt/local/bin/install -c
99
- checking whether gcc -mthreads accepts -fexceptions... yes
100
- checking for ANSI C header files... (cached) yes
101
- checking whether byte ordering is bigendian... no
102
- checking for an ANSI C-conforming const... yes
103
- checking for size_t... yes
104
- checking for memmove... yes
105
- checking for bcopy... no
106
- checking fcntl.h usability... yes
107
- checking fcntl.h presence... yes
108
- checking for fcntl.h... yes
109
- checking for unistd.h... (cached) yes
110
- checking for off_t... yes
111
- checking for stdlib.h... (cached) yes
112
- checking for unistd.h... (cached) yes
113
- checking for getpagesize... yes
114
- checking for working mmap... no
115
- checking for an ANSI C99-conforming __func__... yes
116
- configure: creating ./config.status
117
- config.status: creating Makefile
118
- config.status: creating expat_config.h
119
- ++ make install
120
- gcc -mthreads -I./lib -I. -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlwf.o -c xmlwf/xmlwf.c
121
- gcc -mthreads -I./lib -I. -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlfile.o -c xmlwf/xmlfile.c
122
- gcc -mthreads -I./lib -I. -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/codepage.o -c xmlwf/codepage.c
123
- gcc -mthreads -I./lib -I. -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/readfilemap.o -c xmlwf/readfilemap.c
124
- /bin/sh ./libtool --silent --mode=compile gcc -mthreads -I./lib -I. -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c
125
- /bin/sh ./libtool --silent --mode=compile gcc -mthreads -I./lib -I. -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmltok.lo -c lib/xmltok.c
126
- /bin/sh ./libtool --silent --mode=compile gcc -mthreads -I./lib -I. -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlrole.lo -c lib/xmlrole.c
127
- /bin/sh ./libtool --silent --mode=link gcc -mthreads -I./lib -I. -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -no-undefined -version-info 6:2:5 -rpath c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib -Wl,--enable-auto-image-base -o libexpat.la -export-symbols lib/libexpat.def lib/xmlparse.lo lib/xmltok.lo lib/xmlrole.lo
128
- Creating library file: .libs/libexpat.dll.a
129
- /bin/sh ./libtool --silent --mode=link gcc -mthreads -I./lib -I. -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -Wl,--enable-auto-image-base -o xmlwf/xmlwf xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/readfilemap.o libexpat.la
130
- /bin/sh ./conftools/mkinstalldirs c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/include
131
- mkdir c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed
132
- mkdir c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib
133
- mkdir c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/include
134
- /bin/sh ./libtool --mode=install /opt/local/bin/install -c libexpat.la c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib/libexpat.la
135
- /opt/local/bin/install -c .libs/libexpat.dll.a c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib/libexpat.dll.a
136
- base_file=`basename ${file}`
137
- dlpath=`/bin/sh 2>&1 -c '. .libs/'${base_file}'i;echo $dlname'`
138
- dldir=c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib/`dirname $dlpath`
139
- test -d $dldir || mkdir -p $dldir
140
- /opt/local/bin/install -c .libs/libexpat-1.dll $dldir/libexpat-1.dll
141
- chmod a+x $dldir/libexpat-1.dll
142
- /opt/local/bin/install -c .libs/libexpat.lai c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib/libexpat.la
143
- ----------------------------------------------------------------------
144
- Libraries have been installed in:
145
- c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib
146
-
147
- If you ever happen to want to link against installed libraries
148
- in a given directory, LIBDIR, you must either use libtool, and
149
- specify the full pathname of the library, or use the `-LLIBDIR'
150
- flag during linking and do at least one of the following:
151
- - add LIBDIR to the `PATH' environment variable
152
- during execution
153
- - add LIBDIR to the `LD_RUN_PATH' environment variable
154
- during linking
155
- - use the `-LLIBDIR' linker flag
156
-
157
- See any operating system documentation about shared libraries for
158
- more information, such as the ld(1) and ld.so(8) manual pages.
159
- ----------------------------------------------------------------------
160
- for FN in ./lib/expat.h ./lib/expat_external.h ; do /opt/local/bin/install -c -m 644 $FN c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/include ; done
161
- /bin/sh ./conftools/mkinstalldirs c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/bin c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/man/man1
162
- mkdir c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/man
163
- mkdir c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/man/man1
164
- /bin/sh ./libtool --mode=install /opt/local/bin/install -c xmlwf/xmlwf c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/bin/xmlwf
165
- /opt/local/bin/install -c xmlwf/xmlwf c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/bin/xmlwf
166
- /opt/local/bin/install -c -m 644 ./doc/xmlwf.1 c:/devel/target/f028e0acd588ff6a2ab37ae0703821ed/man/man1
167
- ++ cp lib/libexpat.def /devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib
168
- ++ cd /devel/target/f028e0acd588ff6a2ab37ae0703821ed/lib
169
- ++ lib.exe -machine:IX86 -def:libexpat.def -out:expat.lib
170
- Microsoft (R) Library Manager Version 6.00.8447
171
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
172
-
173
- Creating library expat.lib and object expat.exp
174
- ++ rm -f /tmp/expat_2.0.1-1_win32.zip /tmp/expat-dev_2.0.1-1_win32.zip
175
- ++ cd /devel/target/f028e0acd588ff6a2ab37ae0703821ed
176
- ++ zip /tmp/expat_2.0.1-1_win32.zip bin/libexpat-1.dll
177
- adding: bin/libexpat-1.dll (224 bytes security) (deflated 60%)
178
- ++ zip /tmp/expat-dev_2.0.1-1_win32.zip bin/xmlwf.exe
179
- adding: bin/xmlwf.exe (224 bytes security) (deflated 69%)
180
- ++ zip -r -D /tmp/expat-dev_2.0.1-1_win32.zip include
181
- adding: include/expat.h (224 bytes security) (deflated 74%)
182
- adding: include/expat_external.h (224 bytes security) (deflated 58%)
183
- ++ zip /tmp/expat-dev_2.0.1-1_win32.zip lib/libexpat.dll.a lib/libexpat.def lib/expat.lib
184
- adding: lib/libexpat.dll.a (224 bytes security) (deflated 92%)
185
- adding: lib/libexpat.def (224 bytes security) (deflated 66%)
186
- adding: lib/expat.lib (224 bytes security) (deflated 85%)
187
- ++ zip -r -D /tmp/expat-dev_2.0.1-1_win32.zip man
188
- adding: man/man1/xmlwf.1 (224 bytes security) (deflated 57%)