-
Notifications
You must be signed in to change notification settings - Fork 16
/
versions.sh
87 lines (85 loc) · 3.35 KB
/
versions.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of 'Qt-builds' project.
# Copyright (c) 2013 by Alexpux ([email protected])
# All rights reserved.
#
# Project: Qt-builds ( https://github.com/Alexpux/Qt-builds )
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# - Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# - Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the distribution.
# - Neither the name of the 'Qt-builds' nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# **************************************************************************
# Versions of packages
export BZIP2_VERSION="1.0.6"
export BOOST_VERSION="1.54.0"
export CMAKE_VERSION="2.8.11.2"
export COLLADA_DOM_VERSION="2.4.0"
export CURL_VERSION="7.33.0"
export DMAKE_VERSION="4.12.2"
export EXPAT_VERSION="2.1.0"
export FONTCONFIG_VERSION="2.10.2"
export FREEGLUT_VERSION="2.8.1"
export FREETYPE_VERSION="2.5.0.1"
export GIFLIB_VERSION="4.2.3"
export GETTEXT_VERSION="0.18.3.1"
export GPERF_VERSION="3.0.4"
export HUNSPELL_VERSION="1.3.2"
export ICU_VERSION="51.2"
export JBIGKIT_VERSION="2.0"
export LCMS2_VERSION="2.5"
export LIBARCHIVE_VERSION="3.1.2"
export LIBFFI_VERSION="3.0.13"
export LIBGNURX_VERSION="2.5.1"
export LIBICONV_VERSION="1.14"
export LIBIDN_VERSION="1.28"
export LIBJPEG_TURBO_VERSION="1.3.0"
export LIBPNG_VERSION="1.6.6"
export LIBSSH2_VERSION="1.4.3"
export LIBXML2_VERSION="2.9.1"
export LIBXSLT_VERSION="1.1.28"
export LZO_VERSION="2.06"
export NASM_VERSION="2.10.09"
export NCURSES_VERSION="5.9"
export OPENSCENEGRAPH_VERSION="3.2.0"
export OPENSSL_VERSION="1.0.1e"
export PCRE_VERSION="8.33"
export PERL_VERSION="5.18.1"
export PKG_CONFIG_VERSION="0.28"
export POPPLER_VERSION="0.24.2"
export POPPLER_DATA_VERSION="0.4.6"
export POSTGRESQL_VERSION="9.2.4"
export PYTHON2_VERSION="2.7.5"
export QT_CREATOR_VERSION="2.8.1"
export READLINE_VERSION="6.2"
export RUBY_VERSION="2.0.0-p247"
export SDL_VERSION="1.2.15"
export SDL2_VERSION="2.0.0"
export SQLITE_VERSION="3080002" #3.8.0.2
export TCL_VERSION="8.6.1"
export TK_VERSION="8.6.1"
export TIFF_VERSION="4.0.3"
export XZ_TOOLS_VERSION="5.0.5"
export YAML_VERSION="0.1.4"
export ZLIB_VERSION="1.2.8"