OLD | NEW |
1 Name: icu | 1 Name: icu |
2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
3 Version: 52.1 | 3 Version: 52.1 |
4 License: MIT | 4 License: MIT |
5 Security Critical: yes | 5 Security Critical: yes |
6 | 6 |
7 Description: | 7 Description: |
8 This directory contains the source code of ICU 52.1 for C/C++ | 8 This directory contains the source code of ICU 52.1 for C/C++ |
9 | 9 |
10 1. It was obtained with the following: | 10 1. It was obtained with the following: |
11 | 11 |
12 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-52-1 icu52 | 12 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-52-1 icu52 |
13 | 13 |
14 The following directories we don't use are removed: | 14 The following directories we don't use are removed: |
15 | 15 |
16 - as_is | 16 - as_is |
17 - packaging | 17 - packaging |
18 - source/layout | 18 - source/layout |
19 - source/layoutex | 19 - source/layoutex |
| 20 - source/data/xml |
20 | 21 |
21 patches/configure.patch is applied to get runConfigureICU work in the | 22 patches/configure.patch is applied to get runConfigureICU work in the |
22 icudata generation step without layout and layoutex directory by removing the | 23 icudata generation step without layout and layoutex directory by removing the |
23 corresponding Makefile's from ac_config variable. | 24 corresponding Makefile's from ac_config variable. |
24 | 25 |
25 2. Apply the following patch for platform related headers (putilimpl.h and | 26 2. Apply the following patch for platform related headers (putilimpl.h and |
26 others). | 27 others). |
27 | 28 |
28 - patches/putil.patch for Android and QNX | 29 - patches/putil.patch for Android and QNX |
29 Upstream bug for Android : http://bugs.icu-project.org/trac/ticket/10478 | 30 Upstream bug for Android : http://bugs.icu-project.org/trac/ticket/10478 |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 - android/icudt52l_dat.S : Built on Linux with all the patches above and | 198 - android/icudt52l_dat.S : Built on Linux with all the patches above and |
198 android/brkitr.patch applied and android/patch_locale.sh executed, and | 199 android/brkitr.patch applied and android/patch_locale.sh executed, and |
199 checked in. | 200 checked in. |
200 - android/icudtl.dat : Generated as icudt52l.dat in | 201 - android/icudtl.dat : Generated as icudt52l.dat in |
201 {BUILD_DIR_ROOT}/data/out/tmp along with icudt52l_dat.S and | 202 {BUILD_DIR_ROOT}/data/out/tmp along with icudt52l_dat.S and |
202 copied to the above location with '52' dropped in its name. | 203 copied to the above location with '52' dropped in its name. |
203 | 204 |
204 | 205 |
205 11. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. | 206 11. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. |
206 - patches/declspec.patch | 207 - patches/declspec.patch |
OLD | NEW |