Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / installer / mac / third_party / xz / README.chromium
blob242430ba809f38bc78cad15cea153a4ae0aed860
1 Name: XZ Utils
2 URL: http://tukaani.org/xz/
3 Source URL: http://git.tukaani.org/xz.git
4 Version: 5.0.5 (git tag v5.0.5, a1bfda3214ed4a39a28fe609364be133c9f0f200,
5          2013-06-30 19:55:49 +0300)
6 License: Public domain/license grant, LGPL 2.1, GPL 2, GPL 3
8 Description:
9 XZ Utils is general-purpose data compression software implementing the
10 modified Lempel-Ziv-Markov chain algorithm (LZMA2).
12 Local Modifications:
13  - None.
15 The upstream source is present in the xz directory. Other entries in this
16 directory are present for build integration:
17   - README.chromium.
18   - xz.gyp.
19   - config/mac/config.h, the ouptut of a "configure" run. SIZEOF_SIZE_T's
20     definition is made conditional on __LP64__. Various macros are undefined,
21     because feature selection is handled by xz.gyp. These macros are affected:
22      - HAVE_CHECK_CRC32
23      - HAVE_CHECK_CRC64
24      - HAVE_CHECK_SHA256
25      - HAVE_DECODER_ARM
26      - HAVE_DECODER_ARMTHUMB
27      - HAVE_DECODER_DELTA
28      - HAVE_DECODER_IA64
29      - HAVE_DECODER_LZMA1
30      - HAVE_DECODER_LZMA2
31      - HAVE_DECODER_POWERPC
32      - HAVE_DECODER_SPARC
33      - HAVE_DECODER_X86
34      - HAVE_ENCODER_ARM
35      - HAVE_ENCODER_ARMTHUMB
36      - HAVE_ENCODER_DELTA
37      - HAVE_ENCODER_IA64
38      - HAVE_ENCODER_LZMA1
39      - HAVE_ENCODER_LZMA2
40      - HAVE_ENCODER_POWERPC
41      - HAVE_ENCODER_SPARC
42      - HAVE_ENCODER_X86