7 "homepage": "https://github.com/mozilla/mozjpeg",
8 "summary": "Improved JPEG encoder.",
11 "git": "https://github.com/mozilla/mozjpeg.git",
14 "module_name": "mozjpeg",
15 "header_dir": "mozjpeg",
19 "prepare_command": "cat << EOF > ctransupp.h\n#ifdef __cplusplus\n#ifndef DONT_USE_EXTERN_C\nextern \"C\" {\n#endif\n#endif\nEOF\n\ncat transupp.h >> ctransupp.h\n\ncat << EOF >> ctransupp.h\n#ifdef __cplusplus\n#ifndef DONT_USE_EXTERN_C\n}\n#endif\n#endif\nEOF\n\nmv ctransupp.h transupp.h\n\ncat << EOF > jconfig.h\n#define JPEG_LIB_VERSION 80\t/* Version 6b */\n#define LIBJPEG_TURBO_VERSION 3.1.m\n#define LIBJPEG_TURBO_VERSION_NUMBER 1\n#define C_ARITH_CODING_SUPPORTED 1\n#define D_ARITH_CODING_SUPPORTED 1\n#define BITS_IN_JSAMPLE 8\n#define HAVE_LOCALE_H 1\n#define HAVE_STDDEF_H 1\n#define HAVE_STDLIB_H 1\n#define HAVE_UNSIGNED_CHAR 1\n#define HAVE_UNSIGNED_SHORT 1\n#define NEED_SYS_TYPES_H 1\n#define WITH_SIMD 0\nEOF\n\n\ncat << EOF > jconfigint.h\n#define BUILD \"20180328\"\n#define INLINE __attribute__((always_inline))\n#define PACKAGE_NAME \"mozjpeg\"\n#define VERSION \"3.3.2\"\n#ifdef __SIZEOF_SIZE_T__\n #define SIZEOF_SIZE_T __SIZEOF_SIZE_T__\n#else\n #error Cannot determine the size of size_t\n#endif\nEOF",
20 "private_header_files": [
41 "public_header_files": [
123 "jpeg_nbits_table.h",