From f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 22 Aug 2016 23:07:21 +0300 Subject: mv versions.json build-matrix.html assets docs/ See https://github.com/mxe/mxe/issues/1500 --- .travis.yml | 2 +- Makefile | 6 +- assets/build-matrix.css | 14 - assets/common.css | 119 - assets/screenshot-4th-compile-small.png | Bin 26624 -> 0 bytes assets/screenshot-4th-compile.png | Bin 245761 -> 0 bytes assets/screenshot-4th-run-small.png | Bin 11071 -> 0 bytes assets/screenshot-4th-run.png | Bin 116723 -> 0 bytes build-matrix.html | 4255 -------------------------- docs/assets/build-matrix.css | 14 + docs/assets/common.css | 119 + docs/assets/screenshot-4th-compile-small.png | Bin 0 -> 26624 bytes docs/assets/screenshot-4th-compile.png | Bin 0 -> 245761 bytes docs/assets/screenshot-4th-run-small.png | Bin 0 -> 11071 bytes docs/assets/screenshot-4th-run.png | Bin 0 -> 116723 bytes docs/build-matrix.html | 4255 ++++++++++++++++++++++++++ docs/versions.json | 423 +++ index.html | 18 +- tools/build-pkg.lua | 2 - tools/mxe-activate | 2 +- versions.json | 423 --- 21 files changed, 4825 insertions(+), 4827 deletions(-) delete mode 100644 assets/build-matrix.css delete mode 100644 assets/common.css delete mode 100644 assets/screenshot-4th-compile-small.png delete mode 100644 assets/screenshot-4th-compile.png delete mode 100644 assets/screenshot-4th-run-small.png delete mode 100644 assets/screenshot-4th-run.png delete mode 100644 build-matrix.html create mode 100644 docs/assets/build-matrix.css create mode 100644 docs/assets/common.css create mode 100644 docs/assets/screenshot-4th-compile-small.png create mode 100644 docs/assets/screenshot-4th-compile.png create mode 100644 docs/assets/screenshot-4th-run-small.png create mode 100644 docs/assets/screenshot-4th-run.png create mode 100644 docs/build-matrix.html create mode 100644 docs/versions.json delete mode 100644 versions.json diff --git a/.travis.yml b/.travis.yml index f730d44..2d79cd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: c sudo: false script: - - make build-matrix.html versions.json + - make docs/build-matrix.html docs/versions.json - if [ "$GH_TOKEN" != "" ]; then ./tools/travis-push.sh; fi - make download -j 6 -k diff --git a/Makefile b/Makefile index 8084b23..3fce112 100644 --- a/Makefile +++ b/Makefile @@ -757,7 +757,7 @@ cleanup-deps-style: || echo '*** Multi-line deps are mangled ***' && comm -3 tmp-$@-pre tmp-$@-post @rm -f $(TOP_DIR)/tmp-$@-* -build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES)) +docs/build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES)) @echo '' > $@ @echo '' >> $@ @echo '' >> $@ @@ -849,8 +849,8 @@ build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES)) @echo '' >> $@ @echo '' >> $@ -.PHONY: versions.json -versions.json: $(foreach PKG,$(PKGS), $(TOP_DIR)/src/$(PKG).mk) +.PHONY: docs/versions.json +docs/versions.json: $(foreach PKG,$(PKGS), $(TOP_DIR)/src/$(PKG).mk) @echo '{' > $@ @{$(foreach PKG,$(PKGS), \ echo ' "$(PKG)": \ diff --git a/assets/build-matrix.css b/assets/build-matrix.css deleted file mode 100644 index 49850b6..0000000 --- a/assets/build-matrix.css +++ /dev/null @@ -1,14 +0,0 @@ -/* This file is part of MXE. See LICENSE.md for licensing information. */ - -table.fullscreen { - width: 100%; -} - -td.supported { - background-color: #98fb98; - text-align: center; -} -td.unsupported { - background-color: #f99; - text-align: center; -} diff --git a/assets/common.css b/assets/common.css deleted file mode 100644 index da6a1f6..0000000 --- a/assets/common.css +++ /dev/null @@ -1,119 +0,0 @@ -/* This file is part of MXE. See LICENSE.md for licensing information. */ - body { - font-size: 11pt; - margin-top: 0em; - } - code { - background-color: #f5f5f5; - } - h1, h2, h3 { - font-family: sans-serif; - } - h2 { - font-size: 14pt; - } - h3 { - font-size: 11pt; - background-color: #eee; - } - ul { - padding-left: 2em; - } - li, dt { - margin-bottom: 0.8em; - } - .compact-list li { - margin-bottom: 0em; - } - .usage dt { - font-family: monospace; - } - dd { - margin-bottom: 1em; - } - table { - border-collapse: collapse; - } - table.old { - border-collapse: separate; - } - table.translation td { - padding-left: 0.5em; - padding-right: 0.5em; - } - td, th { - background-color: #f9f9f9; - border: 1px solid #aaa; - padding: 0.2em; - } - dt, .old td { - background-color: #eee; - padding: 0.2em; - border: 0px; - } - th { - background-color: #f2f2f2; - text-align: center; - } - th.row { - background: #ececec; - vertical-align: middle; - text-align: left; - } - pre { - font-size: 8pt; - border: thin dotted #ccc; - padding: 2pt; - } - img { - border: thin solid #000; - } - #navigation a { - text-decoration: none; - color: #00f; - } - #navigation a:visited { - text-decoration: none; - color: #009; - } - #navigation ul { - padding-left: 0em; - margin-left: 0em; - margin-top: 1.5em; - margin-bottom: 0em; - list-style-type: none; - } - #navigation li { - margin-bottom: 0.2em; - } -@media screen, handheld { - h1 { - font-size: 12pt; - margin-top: 0em; - } - h2 { - margin-top: 0em; - padding-top: 1em; - } - #navigation { - position: fixed; - float: left; /* hack for ancient browsers - which don't support "position: fixed;" */ - margin-top: 1em; - margin-left: 1em; - padding-left: 1em; - padding-right: 1em; - padding-top: 1em; - padding-bottom: 1em; - width: 14em; - background-color: #afa; - } - .section { - width: 30em; - margin-left: 19em; - margin-bottom: 100%; - } - #package-list { - width: 40em; - } -} diff --git a/assets/screenshot-4th-compile-small.png b/assets/screenshot-4th-compile-small.png deleted file mode 100644 index 8ba7b33..0000000 Binary files a/assets/screenshot-4th-compile-small.png and /dev/null differ diff --git a/assets/screenshot-4th-compile.png b/assets/screenshot-4th-compile.png deleted file mode 100644 index 4aa3ed4..0000000 Binary files a/assets/screenshot-4th-compile.png and /dev/null differ diff --git a/assets/screenshot-4th-run-small.png b/assets/screenshot-4th-run-small.png deleted file mode 100644 index f6ece44..0000000 Binary files a/assets/screenshot-4th-run-small.png and /dev/null differ diff --git a/assets/screenshot-4th-run.png b/assets/screenshot-4th-run.png deleted file mode 100644 index 6159a3a..0000000 Binary files a/assets/screenshot-4th-run.png and /dev/null differ diff --git a/build-matrix.html b/build-matrix.html deleted file mode 100644 index 579e480..0000000 --- a/build-matrix.html +++ /dev/null @@ -1,4255 +0,0 @@ - - - - -MXE Build Matrix - - - - -

MXE Build Matrix

-

-This is a table of all supported package/target -matrix. Being supported means that this specific -combination is working to the best of our knowledge, -but does not mean that it is tested daily. -

-

-If you found that some package is not working properly, -please file a ticket on GitHub. If you figured out a -way to make the package work for unsupported targets, -feel free to submit a pull request. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PackageVersioni686-w64-mingw32x86_64-w64-mingw32Native
staticsharedstaticshared
a52dec0.7.4
agg2.5
alure1.2
apr1.5.2
apr-util1.5.4
armadillo6.400.3
aspell0.60.6.1
assimp3.2
atk2.16.0
atkmm2.22.7
aubio0.4.2
bfd2.25.1
binutils2.25.1
blas3.5.0
boost1.60.0
box2d2.3.1
bullet2.82-r2704
bzip21.0.6
cairo1.14.6
cairomm1.11.2
cblas1
ccfits2.4
cegui9726a2b505fb
cfitsio3370
cgal4.6.3
check0.10.0
chipmunk6.2.2
chromaprint1.1
cimg1.6.3
cloog0.18.1
cmake3.5.2
cminpack1.3.4
coda2.15.1
coin3.1.3
cpp-netlib0.11.2
cppunit1.13.2
cryptopp5.6.3
crystalhd1
cunit2.1-3
curl7.50.1
db6.1.26
dbus1.11.4
dcmtk3.6.0
devil1.7.8
djvulibre3.5.27
dlfcn-win32e19bf07
eigen3.2.5
exiv20.25
expat2.2.0
faad22.7
fdk-aac0.1.4
ffmpeg3.1.1
fftw3.3.4
file5.24
flac1.3.1
flann1.8.4
fltk1.3.3
fontconfig2.12.0
freeglut3.0.0
freeimage3.15.4
freetds1.00.6
freetype2.6.5
freetype-bootstrap2.6.5
fribidi0.19.6
ftgl2.1.3~rc5
gc7.2e
gcc4.9.4
gd2.1.0
gdal2.1.0
gdb7.11.1
gdk-pixbuf2.32.3
gendef4.0.6
geoip-database20150317-1
geos3.4.2
gettext0.19.8.1
ghostscript9.19
giflib5.1.4
glew1.12.0
glfw22.7.9
glfw33.1.2
glib2.44.1
glibmm2.42.0
glm0.9.7.6
gmp6.1.1
gnutls3.4.14
graphicsmagick1.3.21
gsl1.16
gsoap2.8.22
gst-plugins-bad1.6.2
gst-plugins-base1.6.2
gst-plugins-good1.6.2
gst-plugins-ugly1.6.2
gstreamer1.6.2
gta1.0.7
gtk22.24.29
gtk33.14.4
gtkglarea2.0.1
gtkglext1.2.0
gtkglextmm1.2.0
gtkimageview1.6.4
gtkmm22.24.4
gtkmm33.14.0
gtksourceview2.10.5
gtksourceviewmm22.10.3
guile1.8.8
harfbuzz1.2.7
hdf-eos219v1.00
hdf-eos51.15
hdf44.2.10
hdf51.8.12
hunspell1.3.3
hyperscan4.3.0
icu4c56.1
id3lib3.8.3
ilmbase2.2.0
imagemagick6.9.0-0
isl0.12.2
itk4.8.2
jack1.9.10
jansson2.7
jasper1.900.1
jpeg9b
json-c0.12
json-glib1.0.4
json_spirit4.08
jsoncpp1.6.5
lame3.99.5
lapack3.6.0
lcms2.7
lcms11.19
lensfun0.3.0
levmar2.6
libaacs0.8.1
libarchive3.1.2
libass0.13.1
libbluray0.9.2
libbs2b3.1.0
libcaca0.99.beta19
libcdio0.93
libcdio-paranoia10.2+0.93+1
libcomm14cux2.1.1
libcroco0.6.2
libdnet1.11
libdvbpsi1.2.0
libdvdcss1.3.0
libdvdnav5.0.1
libdvdread5.0.0
libechonest2.3.1
libepoxy1.3.1
libevent2.0.21
libf2c1
libffi3.2.1
libftdi0.20
libftdi11.2
libgcrypt1.7.3
libgda4.2.13
libgdamm4.1.3
libgee0.5.0
libgeotiff1.4.0
libgit20.23.2
libglade2.6.4
libgnurx2.6.1
libgpg_error1.24
libgsasl1.8.0
libgsf1.14.30
libharu2.2.1
libiberty2.25.1
libical2.0.0
libiconv1.14
libid3tag0.15.1b
libidn1.33
libieee12840.2.11
libircclient1.8
libjpeg-turbo1.5.0
liblaxjson1.0.5
liblo0.28rc
liblqr-10.4.2
liblsmash2.9.1
libltdl2.4.4
libmad0.15.1b
libmicrohttpd0.9.38
libmikmod3.3.7
libmng2.0.3
libmodplug0.8.8.4
libmpcdec1.2.6
libmysqlclient6.1.6
libntlm1.4
liboauth1.0.3
libodbc++0.2.5
liboil0.3.17
libpano132.9.18
libpaper1.1.24+nmu4
libplist1.12
libpng1.6.24
librosco0.1.11
librsvg2.40.5
librtmpa107cef
libsamplerate0.1.8
libshout2.4.1
libsigc++2.4.0
libsndfile1.0.27
libsodium1.0.6
libsoup2.54.0.1
libspectre0.2.8
libssh21.7.0
libsvm3.20
libtool2.4.4
libtorrent-rasterbar1.1.0
libunistring0.9.4
libusb1.2.6.0
libusb11.0.19
libuv1.9.1
libvpx1.5.0
libwebp0.4.4
libwebsockets1.4-chrome43…
libxml++2.37.2
libxml22.9.4
libxslt1.1.29
libzip0.11.2
llvm3.4
log4cxx0.10.0
lua5.3.3
luabind0.9.1
luajit2.0.4
lzma920
lzo2.09
matio1.5.2
mdbtools0.7.1
mingw-w644.0.6
miniupnpc1.9
minizip0b46a2b
mman-win32b7ec370
mpc1.0.2
mpfr3.1.4
mpg1231.22.4
muparser2.2.5
muparserx4.0.4
mxe-conf1
mxml2.9
ncursese14300b
netcdf4.3.0
netpbm10.35.96
nettle3.2
nlopt2.4.2
nsis2.51
ocaml-cairo1.2.0
ocaml-camlimages4.0.1
ocaml-core4.00.1
ocaml-findlib1.4
ocaml-flexdll0.31
ocaml-lablgl1.05
ocaml-lablgtk22.16.0
ocaml-native4.00.1
ocaml-xml-light2.2
oce0.17.2
ogg1.3.2
old0.17
openal1.16.0
openblas0.2.15
opencore-amr0.1.3
opencsg1.4.0
opencv2.4.10
openexr2.2.0
openjpeg2.1.0
openmp-validation3.1
openscenegraph3.4.0
openssl1.0.2h
openthreads3.4.0
opus1.1.1
opusfile0.6
ossim1.8.20
pango1.37.4
pangomm2.34.0
pcl1.7.2
pcre8.39
pdcurses3.4
pdflib_lite7.0.5p3
pfstools2.0.4
physfs2.0.3
picomodel1142ad8
pire0.0.5
pixman0.33.6
pkgconfda179fd
plib1.8.5-rc1
plibccd7ed09
plotmm0.1.2
plotutils2.6
poco1.4.7p1
polarssl1.3.9
poppler0.30.0
popt1.16
portablexdr4.9.1
portaudio19_20140130
portmidi217
postgresql9.2.4
primesieve5.5.0
proj4.9.2
protobuf2.6.1
pthreadsPOSIX 1003.1…
qdbm1.8.78
qhttpengine0.1.0
qjson0.8.1
qscintilla22.8.4
qt4.8.7
qt3d5.7.0
qt55.7.0
qtactiveqt5.7.0
qtbase5.7.0
qtcanvas3d5.7.0
qtcharts5.7.0
qtconnectivity5.7.0
qtdatavis3d5.7.0
qtdeclarative5.7.0
qtdeclarative-render2d5.7.0
qtgamepad5.7.0
qtgraphicaleffects5.7.0
qtimageformats5.7.0
qtlocation5.7.0
qtmultimedia5.7.0
qtofficeopenxml02dda4a46f92…
qtpurchasing5.7.0
qtquickcontrols5.7.0
qtquickcontrols25.7.0
qtscript5.7.0
qtscxml5.7.0
qtsensors5.7.0
qtserialbus5.7.0
qtserialport5.7.0
qtserialport_qt45c3b6cc770
qtservicead9bc46
qtsparkle_qt48882e6ef86cd…
qtsvg5.7.0
qtsystems4e3a7ed
qttools5.7.0
qttranslations5.7.0
qtvirtualkeyboard5.7.0
qtwebchannel5.7.0
qtwebengine5.7.0
qtwebkit5.7.0
qtwebsockets5.7.0
qtwebview5.7.0
qtwinextras5.7.0
qtxlsxwriter3c474f376d1e…
qtxmlpatterns5.7.0
qwt6.1.3
qwt_qt46.1.3
qwtplot3d0.2.7
ragel6.9
readline6.3
rubberband1.8.1
rucksack3.1.0
sdl1.2.15
sdl22.0.4
sdl2_gfx1.0.1
sdl2_image2.0.0
sdl2_mixer2.0.0
sdl2_net2.0.0
sdl2_ttf2.0.12
sdl_gfx2.0.25
sdl_image1.2.12
sdl_mixer1.2.12
sdl_net1.2.8
sdl_pango0.1.2
sdl_rwhttp0.2.0
sdl_sound1.0.3
sdl_ttf2.0.11
sfml2.3.2
smpeg0.4.5+cvs200…
smpeg22.0.0
sox14.4.2
sparsehash2.0.3
speex1.2rc2
speexdsp1.2rc3
sqlite3140100
subversion1.9.2
suitesparse4.2.1
t4k_common0.1.1
taglib1.10
tclap1.2.1
teem1.11.0
termcap1.3.1
theora1.1.1
tiff4.0.6
tinyxml2.6.2
tinyxml24.0.1
tre0.8.0
twolame0.3.13
ucl1.03
unrtf0.21.9
upx3.91
vamp-plugin-sdk2.5
vcdimager0.7.24
vidstab0.98b
vigra1.9.0
vmime87b0525
vo-aacenc0.1.3
vo-amrwbenc0.1.3
vorbis1.3.5
vtk5.8.0
vtk66.3.0
waf1.8.17
wavpack4.75.2
wget1.18
widl4.0.6
winpcap4_1_3
wt3.3.6
wxwidgets3.0.2
x26420160706-224…
xapian-core1.2.21
xerces3.1.2
xmlrpc-cd4364f4
xmlwrapp0.7.0
xorg-macros1.19.0
xvidcore1.3.4
xxhash0.6.1
xz5.2.2
yaml-cpp0.5.3
yasm1.3.0
zlib1.2.8
zziplib0.13.62
-Total: 411 -
(+5 virtual -+4 native-only) -
40731139331116
- - diff --git a/docs/assets/build-matrix.css b/docs/assets/build-matrix.css new file mode 100644 index 0000000..49850b6 --- /dev/null +++ b/docs/assets/build-matrix.css @@ -0,0 +1,14 @@ +/* This file is part of MXE. See LICENSE.md for licensing information. */ + +table.fullscreen { + width: 100%; +} + +td.supported { + background-color: #98fb98; + text-align: center; +} +td.unsupported { + background-color: #f99; + text-align: center; +} diff --git a/docs/assets/common.css b/docs/assets/common.css new file mode 100644 index 0000000..da6a1f6 --- /dev/null +++ b/docs/assets/common.css @@ -0,0 +1,119 @@ +/* This file is part of MXE. See LICENSE.md for licensing information. */ + body { + font-size: 11pt; + margin-top: 0em; + } + code { + background-color: #f5f5f5; + } + h1, h2, h3 { + font-family: sans-serif; + } + h2 { + font-size: 14pt; + } + h3 { + font-size: 11pt; + background-color: #eee; + } + ul { + padding-left: 2em; + } + li, dt { + margin-bottom: 0.8em; + } + .compact-list li { + margin-bottom: 0em; + } + .usage dt { + font-family: monospace; + } + dd { + margin-bottom: 1em; + } + table { + border-collapse: collapse; + } + table.old { + border-collapse: separate; + } + table.translation td { + padding-left: 0.5em; + padding-right: 0.5em; + } + td, th { + background-color: #f9f9f9; + border: 1px solid #aaa; + padding: 0.2em; + } + dt, .old td { + background-color: #eee; + padding: 0.2em; + border: 0px; + } + th { + background-color: #f2f2f2; + text-align: center; + } + th.row { + background: #ececec; + vertical-align: middle; + text-align: left; + } + pre { + font-size: 8pt; + border: thin dotted #ccc; + padding: 2pt; + } + img { + border: thin solid #000; + } + #navigation a { + text-decoration: none; + color: #00f; + } + #navigation a:visited { + text-decoration: none; + color: #009; + } + #navigation ul { + padding-left: 0em; + margin-left: 0em; + margin-top: 1.5em; + margin-bottom: 0em; + list-style-type: none; + } + #navigation li { + margin-bottom: 0.2em; + } +@media screen, handheld { + h1 { + font-size: 12pt; + margin-top: 0em; + } + h2 { + margin-top: 0em; + padding-top: 1em; + } + #navigation { + position: fixed; + float: left; /* hack for ancient browsers + which don't support "position: fixed;" */ + margin-top: 1em; + margin-left: 1em; + padding-left: 1em; + padding-right: 1em; + padding-top: 1em; + padding-bottom: 1em; + width: 14em; + background-color: #afa; + } + .section { + width: 30em; + margin-left: 19em; + margin-bottom: 100%; + } + #package-list { + width: 40em; + } +} diff --git a/docs/assets/screenshot-4th-compile-small.png b/docs/assets/screenshot-4th-compile-small.png new file mode 100644 index 0000000..8ba7b33 Binary files /dev/null and b/docs/assets/screenshot-4th-compile-small.png differ diff --git a/docs/assets/screenshot-4th-compile.png b/docs/assets/screenshot-4th-compile.png new file mode 100644 index 0000000..4aa3ed4 Binary files /dev/null and b/docs/assets/screenshot-4th-compile.png differ diff --git a/docs/assets/screenshot-4th-run-small.png b/docs/assets/screenshot-4th-run-small.png new file mode 100644 index 0000000..f6ece44 Binary files /dev/null and b/docs/assets/screenshot-4th-run-small.png differ diff --git a/docs/assets/screenshot-4th-run.png b/docs/assets/screenshot-4th-run.png new file mode 100644 index 0000000..6159a3a Binary files /dev/null and b/docs/assets/screenshot-4th-run.png differ diff --git a/docs/build-matrix.html b/docs/build-matrix.html new file mode 100644 index 0000000..579e480 --- /dev/null +++ b/docs/build-matrix.html @@ -0,0 +1,4255 @@ + + + + +MXE Build Matrix + + + + +

MXE Build Matrix

+

+This is a table of all supported package/target +matrix. Being supported means that this specific +combination is working to the best of our knowledge, +but does not mean that it is tested daily. +

+

+If you found that some package is not working properly, +please file a ticket on GitHub. If you figured out a +way to make the package work for unsupported targets, +feel free to submit a pull request. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PackageVersioni686-w64-mingw32x86_64-w64-mingw32Native
staticsharedstaticshared
a52dec0.7.4
agg2.5
alure1.2
apr1.5.2
apr-util1.5.4
armadillo6.400.3
aspell0.60.6.1
assimp3.2
atk2.16.0
atkmm2.22.7
aubio0.4.2
bfd2.25.1
binutils2.25.1
blas3.5.0
boost1.60.0
box2d2.3.1
bullet2.82-r2704
bzip21.0.6
cairo1.14.6
cairomm1.11.2
cblas1
ccfits2.4
cegui9726a2b505fb
cfitsio3370
cgal4.6.3
check0.10.0
chipmunk6.2.2
chromaprint1.1
cimg1.6.3
cloog0.18.1
cmake3.5.2
cminpack1.3.4
coda2.15.1
coin3.1.3
cpp-netlib0.11.2
cppunit1.13.2
cryptopp5.6.3
crystalhd1
cunit2.1-3
curl7.50.1
db6.1.26
dbus1.11.4
dcmtk3.6.0
devil1.7.8
djvulibre3.5.27
dlfcn-win32e19bf07
eigen3.2.5
exiv20.25
expat2.2.0
faad22.7
fdk-aac0.1.4
ffmpeg3.1.1
fftw3.3.4
file5.24
flac1.3.1
flann1.8.4
fltk1.3.3
fontconfig2.12.0
freeglut3.0.0
freeimage3.15.4
freetds1.00.6
freetype2.6.5
freetype-bootstrap2.6.5
fribidi0.19.6
ftgl2.1.3~rc5
gc7.2e
gcc4.9.4
gd2.1.0
gdal2.1.0
gdb7.11.1
gdk-pixbuf2.32.3
gendef4.0.6
geoip-database20150317-1
geos3.4.2
gettext0.19.8.1
ghostscript9.19
giflib5.1.4
glew1.12.0
glfw22.7.9
glfw33.1.2
glib2.44.1
glibmm2.42.0
glm0.9.7.6
gmp6.1.1
gnutls3.4.14
graphicsmagick1.3.21
gsl1.16
gsoap2.8.22
gst-plugins-bad1.6.2
gst-plugins-base1.6.2
gst-plugins-good1.6.2
gst-plugins-ugly1.6.2
gstreamer1.6.2
gta1.0.7
gtk22.24.29
gtk33.14.4
gtkglarea2.0.1
gtkglext1.2.0
gtkglextmm1.2.0
gtkimageview1.6.4
gtkmm22.24.4
gtkmm33.14.0
gtksourceview2.10.5
gtksourceviewmm22.10.3
guile1.8.8
harfbuzz1.2.7
hdf-eos219v1.00
hdf-eos51.15
hdf44.2.10
hdf51.8.12
hunspell1.3.3
hyperscan4.3.0
icu4c56.1
id3lib3.8.3
ilmbase2.2.0
imagemagick6.9.0-0
isl0.12.2
itk4.8.2
jack1.9.10
jansson2.7
jasper1.900.1
jpeg9b
json-c0.12
json-glib1.0.4
json_spirit4.08
jsoncpp1.6.5
lame3.99.5
lapack3.6.0
lcms2.7
lcms11.19
lensfun0.3.0
levmar2.6
libaacs0.8.1
libarchive3.1.2
libass0.13.1
libbluray0.9.2
libbs2b3.1.0
libcaca0.99.beta19
libcdio0.93
libcdio-paranoia10.2+0.93+1
libcomm14cux2.1.1
libcroco0.6.2
libdnet1.11
libdvbpsi1.2.0
libdvdcss1.3.0
libdvdnav5.0.1
libdvdread5.0.0
libechonest2.3.1
libepoxy1.3.1
libevent2.0.21
libf2c1
libffi3.2.1
libftdi0.20
libftdi11.2
libgcrypt1.7.3
libgda4.2.13
libgdamm4.1.3
libgee0.5.0
libgeotiff1.4.0
libgit20.23.2
libglade2.6.4
libgnurx2.6.1
libgpg_error1.24
libgsasl1.8.0
libgsf1.14.30
libharu2.2.1
libiberty2.25.1
libical2.0.0
libiconv1.14
libid3tag0.15.1b
libidn1.33
libieee12840.2.11
libircclient1.8
libjpeg-turbo1.5.0
liblaxjson1.0.5
liblo0.28rc
liblqr-10.4.2
liblsmash2.9.1
libltdl2.4.4
libmad0.15.1b
libmicrohttpd0.9.38
libmikmod3.3.7
libmng2.0.3
libmodplug0.8.8.4
libmpcdec1.2.6
libmysqlclient6.1.6
libntlm1.4
liboauth1.0.3
libodbc++0.2.5
liboil0.3.17
libpano132.9.18
libpaper1.1.24+nmu4
libplist1.12
libpng1.6.24
librosco0.1.11
librsvg2.40.5
librtmpa107cef
libsamplerate0.1.8
libshout2.4.1
libsigc++2.4.0
libsndfile1.0.27
libsodium1.0.6
libsoup2.54.0.1
libspectre0.2.8
libssh21.7.0
libsvm3.20
libtool2.4.4
libtorrent-rasterbar1.1.0
libunistring0.9.4
libusb1.2.6.0
libusb11.0.19
libuv1.9.1
libvpx1.5.0
libwebp0.4.4
libwebsockets1.4-chrome43…
libxml++2.37.2
libxml22.9.4
libxslt1.1.29
libzip0.11.2
llvm3.4
log4cxx0.10.0
lua5.3.3
luabind0.9.1
luajit2.0.4
lzma920
lzo2.09
matio1.5.2
mdbtools0.7.1
mingw-w644.0.6
miniupnpc1.9
minizip0b46a2b
mman-win32b7ec370
mpc1.0.2
mpfr3.1.4
mpg1231.22.4
muparser2.2.5
muparserx4.0.4
mxe-conf1
mxml2.9
ncursese14300b
netcdf4.3.0
netpbm10.35.96
nettle3.2
nlopt2.4.2
nsis2.51
ocaml-cairo1.2.0
ocaml-camlimages4.0.1
ocaml-core4.00.1
ocaml-findlib1.4
ocaml-flexdll0.31
ocaml-lablgl1.05
ocaml-lablgtk22.16.0
ocaml-native4.00.1
ocaml-xml-light2.2
oce0.17.2
ogg1.3.2
old0.17
openal1.16.0
openblas0.2.15
opencore-amr0.1.3
opencsg1.4.0
opencv2.4.10
openexr2.2.0
openjpeg2.1.0
openmp-validation3.1
openscenegraph3.4.0
openssl1.0.2h
openthreads3.4.0
opus1.1.1
opusfile0.6
ossim1.8.20
pango1.37.4
pangomm2.34.0
pcl1.7.2
pcre8.39
pdcurses3.4
pdflib_lite7.0.5p3
pfstools2.0.4
physfs2.0.3
picomodel1142ad8
pire0.0.5
pixman0.33.6
pkgconfda179fd
plib1.8.5-rc1
plibccd7ed09
plotmm0.1.2
plotutils2.6
poco1.4.7p1
polarssl1.3.9
poppler0.30.0
popt1.16
portablexdr4.9.1
portaudio19_20140130
portmidi217
postgresql9.2.4
primesieve5.5.0
proj4.9.2
protobuf2.6.1
pthreadsPOSIX 1003.1…
qdbm1.8.78
qhttpengine0.1.0
qjson0.8.1
qscintilla22.8.4
qt4.8.7
qt3d5.7.0
qt55.7.0
qtactiveqt5.7.0
qtbase5.7.0
qtcanvas3d5.7.0
qtcharts5.7.0
qtconnectivity5.7.0
qtdatavis3d5.7.0
qtdeclarative5.7.0
qtdeclarative-render2d5.7.0
qtgamepad5.7.0
qtgraphicaleffects5.7.0
qtimageformats5.7.0
qtlocation5.7.0
qtmultimedia5.7.0
qtofficeopenxml02dda4a46f92…
qtpurchasing5.7.0
qtquickcontrols5.7.0
qtquickcontrols25.7.0
qtscript5.7.0
qtscxml5.7.0
qtsensors5.7.0
qtserialbus5.7.0
qtserialport5.7.0
qtserialport_qt45c3b6cc770
qtservicead9bc46
qtsparkle_qt48882e6ef86cd…
qtsvg5.7.0
qtsystems4e3a7ed
qttools5.7.0
qttranslations5.7.0
qtvirtualkeyboard5.7.0
qtwebchannel5.7.0
qtwebengine5.7.0
qtwebkit5.7.0
qtwebsockets5.7.0
qtwebview5.7.0
qtwinextras5.7.0
qtxlsxwriter3c474f376d1e…
qtxmlpatterns5.7.0
qwt6.1.3
qwt_qt46.1.3
qwtplot3d0.2.7
ragel6.9
readline6.3
rubberband1.8.1
rucksack3.1.0
sdl1.2.15
sdl22.0.4
sdl2_gfx1.0.1
sdl2_image2.0.0
sdl2_mixer2.0.0
sdl2_net2.0.0
sdl2_ttf2.0.12
sdl_gfx2.0.25
sdl_image1.2.12
sdl_mixer1.2.12
sdl_net1.2.8
sdl_pango0.1.2
sdl_rwhttp0.2.0
sdl_sound1.0.3
sdl_ttf2.0.11
sfml2.3.2
smpeg0.4.5+cvs200…
smpeg22.0.0
sox14.4.2
sparsehash2.0.3
speex1.2rc2
speexdsp1.2rc3
sqlite3140100
subversion1.9.2
suitesparse4.2.1
t4k_common0.1.1
taglib1.10
tclap1.2.1
teem1.11.0
termcap1.3.1
theora1.1.1
tiff4.0.6
tinyxml2.6.2
tinyxml24.0.1
tre0.8.0
twolame0.3.13
ucl1.03
unrtf0.21.9
upx3.91
vamp-plugin-sdk2.5
vcdimager0.7.24
vidstab0.98b
vigra1.9.0
vmime87b0525
vo-aacenc0.1.3
vo-amrwbenc0.1.3
vorbis1.3.5
vtk5.8.0
vtk66.3.0
waf1.8.17
wavpack4.75.2
wget1.18
widl4.0.6
winpcap4_1_3
wt3.3.6
wxwidgets3.0.2
x26420160706-224…
xapian-core1.2.21
xerces3.1.2
xmlrpc-cd4364f4
xmlwrapp0.7.0
xorg-macros1.19.0
xvidcore1.3.4
xxhash0.6.1
xz5.2.2
yaml-cpp0.5.3
yasm1.3.0
zlib1.2.8
zziplib0.13.62
+Total: 411 +
(+5 virtual ++4 native-only) +
40731139331116
+ + diff --git a/docs/versions.json b/docs/versions.json new file mode 100644 index 0000000..f851ed5 --- /dev/null +++ b/docs/versions.json @@ -0,0 +1,423 @@ +{ + "a52dec": "0.7.4", + "agg": "2.5", + "alure": "1.2", + "apr": "1.5.2", + "apr-util": "1.5.4", + "armadillo": "6.400.3", + "aspell": "0.60.6.1", + "assimp": "3.2", + "atk": "2.16.0", + "atkmm": "2.22.7", + "aubio": "0.4.2", + "bfd": "2.25.1", + "binutils": "2.25.1", + "blas": "3.5.0", + "boost": "1.60.0", + "box2d": "2.3.1", + "bullet": "2.82-r2704", + "bzip2": "1.0.6", + "cairo": "1.14.6", + "cairomm": "1.11.2", + "cblas": "1", + "ccfits": "2.4", + "cegui": "9726a2b505fb", + "cfitsio": "3370", + "cgal": "4.6.3", + "check": "0.10.0", + "chipmunk": "6.2.2", + "chromaprint": "1.1", + "cimg": "1.6.3", + "cloog": "0.18.1", + "cmake": "3.5.2", + "cminpack": "1.3.4", + "coda": "2.15.1", + "coin": "3.1.3", + "cpp-netlib": "0.11.2", + "cppunit": "1.13.2", + "cryptopp": "5.6.3", + "crystalhd": "1", + "cunit": "2.1-3", + "curl": "7.50.1", + "db": "6.1.26", + "dbus": "1.11.4", + "dcmtk": "3.6.0", + "devil": "1.7.8", + "djvulibre": "3.5.27", + "dlfcn-win32": "e19bf07", + "eigen": "3.2.5", + "exiv2": "0.25", + "expat": "2.2.0", + "faad2": "2.7", + "fdk-aac": "0.1.4", + "ffmpeg": "3.1.1", + "fftw": "3.3.4", + "file": "5.24", + "flac": "1.3.1", + "flann": "1.8.4", + "fltk": "1.3.3", + "fontconfig": "2.12.0", + "freeglut": "3.0.0", + "freeimage": "3.15.4", + "freetds": "1.00.6", + "freetype": "2.6.5", + "freetype-bootstrap": "2.6.5", + "fribidi": "0.19.6", + "ftgl": "2.1.3~rc5", + "gc": "7.2e", + "gcc": "4.9.4", + "gd": "2.1.0", + "gdal": "2.1.0", + "gdb": "7.11.1", + "gdk-pixbuf": "2.32.3", + "gendef": "4.0.6", + "geoip-database": "20150317-1", + "geos": "3.4.2", + "gettext": "0.19.8.1", + "ghostscript": "9.19", + "giflib": "5.1.4", + "glew": "1.12.0", + "glfw2": "2.7.9", + "glfw3": "3.1.2", + "glib": "2.44.1", + "glibmm": "2.42.0", + "glm": "0.9.7.6", + "gmp": "6.1.1", + "gnutls": "3.4.14", + "graphicsmagick": "1.3.21", + "gsl": "1.16", + "gsoap": "2.8.22", + "gst-plugins-bad": "1.6.2", + "gst-plugins-base": "1.6.2", + "gst-plugins-good": "1.6.2", + "gst-plugins-ugly": "1.6.2", + "gstreamer": "1.6.2", + "gta": "1.0.7", + "gtk2": "2.24.29", + "gtk3": "3.14.4", + "gtkglarea": "2.0.1", + "gtkglext": "1.2.0", + "gtkglextmm": "1.2.0", + "gtkimageview": "1.6.4", + "gtkmm2": "2.24.4", + "gtkmm3": "3.14.0", + "gtksourceview": "2.10.5", + "gtksourceviewmm2": "2.10.3", + "guile": "1.8.8", + "harfbuzz": "1.2.7", + "hdf-eos2": "19v1.00", + "hdf-eos5": "1.15", + "hdf4": "4.2.10", + "hdf5": "1.8.12", + "hunspell": "1.3.3", + "hyperscan": "4.3.0", + "icu4c": "56.1", + "id3lib": "3.8.3", + "ilmbase": "2.2.0", + "imagemagick": "6.9.0-0", + "isl": "0.12.2", + "itk": "4.8.2", + "jack": "1.9.10", + "jansson": "2.7", + "jasper": "1.900.1", + "jpeg": "9b", + "json-c": "0.12", + "json-glib": "1.0.4", + "json_spirit": "4.08", + "jsoncpp": "1.6.5", + "lame": "3.99.5", + "lapack": "3.6.0", + "lcms": "2.7", + "lcms1": "1.19", + "lensfun": "0.3.0", + "levmar": "2.6", + "libaacs": "0.8.1", + "libarchive": "3.1.2", + "libass": "0.13.1", + "libbluray": "0.9.2", + "libbs2b": "3.1.0", + "libcaca": "0.99.beta19", + "libcdio": "0.93", + "libcdio-paranoia": "10.2+0.93+1", + "libcomm14cux": "2.1.1", + "libcroco": "0.6.2", + "libdnet": "1.11", + "libdvbpsi": "1.2.0", + "libdvdcss": "1.3.0", + "libdvdnav": "5.0.1", + "libdvdread": "5.0.0", + "libechonest": "2.3.1", + "libepoxy": "1.3.1", + "libevent": "2.0.21", + "libf2c": "1", + "libffi": "3.2.1", + "libftdi": "0.20", + "libftdi1": "1.2", + "libgcrypt": "1.7.3", + "libgda": "4.2.13", + "libgdamm": "4.1.3", + "libgee": "0.5.0", + "libgeotiff": "1.4.0", + "libgit2": "0.23.2", + "libglade": "2.6.4", + "libgnurx": "2.6.1", + "libgpg_error": "1.24", + "libgsasl": "1.8.0", + "libgsf": "1.14.30", + "libharu": "2.2.1", + "libiberty": "2.25.1", + "libical": "2.0.0", + "libiconv": "1.14", + "libid3tag": "0.15.1b", + "libidn": "1.33", + "libieee1284": "0.2.11", + "libircclient": "1.8", + "libjpeg-turbo": "1.5.0", + "liblaxjson": "1.0.5", + "liblo": "0.28rc", + "liblqr-1": "0.4.2", + "liblsmash": "2.9.1", + "libltdl": "2.4.4", + "libmad": "0.15.1b", + "libmicrohttpd": "0.9.38", + "libmikmod": "3.3.7", + "libmng": "2.0.3", + "libmodplug": "0.8.8.4", + "libmpcdec": "1.2.6", + "libmysqlclient": "6.1.6", + "libntlm": "1.4", + "liboauth": "1.0.3", + "libodbc++": "0.2.5", + "liboil": "0.3.17", + "libpano13": "2.9.18", + "libpaper": "1.1.24+nmu4", + "libplist": "1.12", + "libpng": "1.6.24", + "librosco": "0.1.11", + "librsvg": "2.40.5", + "librtmp": "a107cef", + "libsamplerate": "0.1.8", + "libshout": "2.4.1", + "libsigc++": "2.4.0", + "libsndfile": "1.0.27", + "libsodium": "1.0.6", + "libsoup": "2.54.0.1", + "libspectre": "0.2.8", + "libssh2": "1.7.0", + "libsvm": "3.20", + "libtool": "2.4.4", + "libtorrent-rasterbar": "1.1.0", + "libunistring": "0.9.4", + "libusb": "1.2.6.0", + "libusb1": "1.0.19", + "libuv": "1.9.1", + "libvpx": "1.5.0", + "libwebp": "0.4.4", + "libwebsockets": "1.4-chrome43-firefox-36", + "libxml++": "2.37.2", + "libxml2": "2.9.4", + "libxslt": "1.1.29", + "libzip": "0.11.2", + "llvm": "3.4", + "log4cxx": "0.10.0", + "lua": "5.3.3", + "luabind": "0.9.1", + "luajit": "2.0.4", + "lzma": "920", + "lzo": "2.09", + "matio": "1.5.2", + "mdbtools": "0.7.1", + "mingw-w64": "4.0.6", + "miniupnpc": "1.9", + "minizip": "0b46a2b", + "mman-win32": "b7ec370", + "mpc": "1.0.2", + "mpfr": "3.1.4", + "mpg123": "1.22.4", + "muparser": "2.2.5", + "muparserx": "4.0.4", + "mxe-conf": "1", + "mxml": "2.9", + "ncurses": "e14300b", + "netcdf": "4.3.0", + "netpbm": "10.35.96", + "nettle": "3.2", + "nlopt": "2.4.2", + "nsis": "2.51", + "ocaml-cairo": "1.2.0", + "ocaml-camlimages": "4.0.1", + "ocaml-core": "4.00.1", + "ocaml-findlib": "1.4", + "ocaml-flexdll": "0.31", + "ocaml-lablgl": "1.05", + "ocaml-lablgtk2": "2.16.0", + "ocaml-native": "4.00.1", + "ocaml-xml-light": "2.2", + "oce": "0.17.2", + "ogg": "1.3.2", + "old": "0.17", + "openal": "1.16.0", + "openblas": "0.2.15", + "opencore-amr": "0.1.3", + "opencsg": "1.4.0", + "opencv": "2.4.10", + "openexr": "2.2.0", + "openjpeg": "2.1.0", + "openmp-validation": "3.1", + "openscenegraph": "3.4.0", + "openssl": "1.0.2h", + "openthreads": "3.4.0", + "opus": "1.1.1", + "opusfile": "0.6", + "ossim": "1.8.20", + "pango": "1.37.4", + "pangomm": "2.34.0", + "pcl": "1.7.2", + "pcre": "8.39", + "pdcurses": "3.4", + "pdflib_lite": "7.0.5p3", + "pfstools": "2.0.4", + "physfs": "2.0.3", + "picomodel": "1142ad8", + "pire": "0.0.5", + "pixman": "0.33.6", + "pkgconf": "da179fd", + "plib": "1.8.5-rc1", + "plibc": "cd7ed09", + "plotmm": "0.1.2", + "plotutils": "2.6", + "poco": "1.4.7p1", + "polarssl": "1.3.9", + "poppler": "0.30.0", + "popt": "1.16", + "portablexdr": "4.9.1", + "portaudio": "19_20140130", + "portmidi": "217", + "postgresql": "9.2.4", + "primesieve": "5.5.0", + "proj": "4.9.2", + "protobuf": "2.6.1", + "pthreads": "POSIX 1003.1-2001", + "qdbm": "1.8.78", + "qhttpengine": "0.1.0", + "qjson": "0.8.1", + "qscintilla2": "2.8.4", + "qt": "4.8.7", + "qt3d": "5.7.0", + "qt5": "5.7.0", + "qtactiveqt": "5.7.0", + "qtbase": "5.7.0", + "qtcanvas3d": "5.7.0", + "qtcharts": "5.7.0", + "qtconnectivity": "5.7.0", + "qtdatavis3d": "5.7.0", + "qtdeclarative": "5.7.0", + "qtdeclarative-render2d": "5.7.0", + "qtgamepad": "5.7.0", + "qtgraphicaleffects": "5.7.0", + "qtimageformats": "5.7.0", + "qtlocation": "5.7.0", + "qtmultimedia": "5.7.0", + "qtofficeopenxml": "02dda4a46f92a843eaba5f5a021952860eadfe01", + "qtpurchasing": "5.7.0", + "qtquickcontrols": "5.7.0", + "qtquickcontrols2": "5.7.0", + "qtscript": "5.7.0", + "qtscxml": "5.7.0", + "qtsensors": "5.7.0", + "qtserialbus": "5.7.0", + "qtserialport": "5.7.0", + "qtserialport_qt4": "5c3b6cc770", + "qtservice": "ad9bc46", + "qtsparkle_qt4": "8882e6ef86cdb79db7932307309d005411fd0c20", + "qtsvg": "5.7.0", + "qtsystems": "4e3a7ed", + "qttools": "5.7.0", + "qttranslations": "5.7.0", + "qtvirtualkeyboard": "5.7.0", + "qtwebchannel": "5.7.0", + "qtwebengine": "5.7.0", + "qtwebkit": "5.7.0", + "qtwebsockets": "5.7.0", + "qtwebview": "5.7.0", + "qtwinextras": "5.7.0", + "qtxlsxwriter": "3c474f376d1eb098793c45c2f512b216e696052b", + "qtxmlpatterns": "5.7.0", + "qwt": "6.1.3", + "qwt_qt4": "6.1.3", + "qwtplot3d": "0.2.7", + "ragel": "6.9", + "readline": "6.3", + "rubberband": "1.8.1", + "rucksack": "3.1.0", + "sdl": "1.2.15", + "sdl2": "2.0.4", + "sdl2_gfx": "1.0.1", + "sdl2_image": "2.0.0", + "sdl2_mixer": "2.0.0", + "sdl2_net": "2.0.0", + "sdl2_ttf": "2.0.12", + "sdl_gfx": "2.0.25", + "sdl_image": "1.2.12", + "sdl_mixer": "1.2.12", + "sdl_net": "1.2.8", + "sdl_pango": "0.1.2", + "sdl_rwhttp": "0.2.0", + "sdl_sound": "1.0.3", + "sdl_ttf": "2.0.11", + "sfml": "2.3.2", + "smpeg": "0.4.5+cvs20030824", + "smpeg2": "2.0.0", + "sox": "14.4.2", + "sparsehash": "2.0.3", + "speex": "1.2rc2", + "speexdsp": "1.2rc3", + "sqlite": "3140100", + "subversion": "1.9.2", + "suitesparse": "4.2.1", + "t4k_common": "0.1.1", + "taglib": "1.10", + "tclap": "1.2.1", + "teem": "1.11.0", + "termcap": "1.3.1", + "theora": "1.1.1", + "tiff": "4.0.6", + "tinyxml": "2.6.2", + "tinyxml2": "4.0.1", + "tre": "0.8.0", + "twolame": "0.3.13", + "ucl": "1.03", + "unrtf": "0.21.9", + "upx": "3.91", + "vamp-plugin-sdk": "2.5", + "vcdimager": "0.7.24", + "vidstab": "0.98b", + "vigra": "1.9.0", + "vmime": "87b0525", + "vo-aacenc": "0.1.3", + "vo-amrwbenc": "0.1.3", + "vorbis": "1.3.5", + "vtk": "5.8.0", + "vtk6": "6.3.0", + "waf": "1.8.17", + "wavpack": "4.75.2", + "wget": "1.18", + "widl": "4.0.6", + "winpcap": "4_1_3", + "wt": "3.3.6", + "wxwidgets": "3.0.2", + "x264": "20160706-2245", + "xapian-core": "1.2.21", + "xerces": "3.1.2", + "xmlrpc-c": "d4364f4", + "xmlwrapp": "0.7.0", + "xorg-macros": "1.19.0", + "xvidcore": "1.3.4", + "xxhash": "0.6.1", + "xz": "5.2.2", + "yaml-cpp": "0.5.3", + "yasm": "1.3.0", + "zlib": "1.2.8", + "zziplib": "0.13.62", + "": null +} diff --git a/index.html b/index.html index aa0a560..f71bba8 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ MXE (M cross environment) - + @@ -125,7 +125,7 @@

These numbers were last updated on December 16, 2015. - See the current status + See the current status for individual packages.

@@ -147,15 +147,15 @@ Cross compiling 4tH:

- - 4th-compile + + 4th-compile

and running it:

- - 4th-run + + 4th-run @@ -1050,11 +1050,11 @@ local-pkg-list: $(LOCAL_PKG_LIST) suitable for usage in shell scripts -
make build-matrix.html
+
make docs/build-matrix.html
generate a report of what packages are - supported on what targets to build-matrix.html + supported on what targets to docs/build-matrix.html
make update
@@ -2831,7 +2831,7 @@ local-pkg-list: $(LOCAL_PKG_LIST) } function loadVersionCache(doneCallback, errCallback) { var request = new XMLHttpRequest(); - request.open('GET', 'versions.json', true); + request.open('GET', 'docs/versions.json', true); request.onreadystatechange = function reqCallback() { if (request.readyState === 4) { if (request.status === 200) { diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua index 8ec32c8..4954eb0 100755 --- a/tools/build-pkg.lua +++ b/tools/build-pkg.lua @@ -1030,14 +1030,12 @@ local function makeMxeSourcePackage() 'Makefile', 'patch.mk', 'README.md', - 'assets', 'docs', 'ext', 'index.html', 'src', 'plugins', 'tools', - 'versions.json', } local d1 = "MXE source" local d2 = MXE_SOURCE_DESCRIPTION2 diff --git a/tools/mxe-activate b/tools/mxe-activate index 45c35dd..82bfe11 100644 --- a/tools/mxe-activate +++ b/tools/mxe-activate @@ -55,7 +55,7 @@ _mxe() return 0 ;; [!-]*) - pkgs+=" build-matrix.html \ + pkgs+=" docs/build-matrix.html \ check-requirements \ clean \ clean-junk \ diff --git a/versions.json b/versions.json deleted file mode 100644 index f851ed5..0000000 --- a/versions.json +++ /dev/null @@ -1,423 +0,0 @@ -{ - "a52dec": "0.7.4", - "agg": "2.5", - "alure": "1.2", - "apr": "1.5.2", - "apr-util": "1.5.4", - "armadillo": "6.400.3", - "aspell": "0.60.6.1", - "assimp": "3.2", - "atk": "2.16.0", - "atkmm": "2.22.7", - "aubio": "0.4.2", - "bfd": "2.25.1", - "binutils": "2.25.1", - "blas": "3.5.0", - "boost": "1.60.0", - "box2d": "2.3.1", - "bullet": "2.82-r2704", - "bzip2": "1.0.6", - "cairo": "1.14.6", - "cairomm": "1.11.2", - "cblas": "1", - "ccfits": "2.4", - "cegui": "9726a2b505fb", - "cfitsio": "3370", - "cgal": "4.6.3", - "check": "0.10.0", - "chipmunk": "6.2.2", - "chromaprint": "1.1", - "cimg": "1.6.3", - "cloog": "0.18.1", - "cmake": "3.5.2", - "cminpack": "1.3.4", - "coda": "2.15.1", - "coin": "3.1.3", - "cpp-netlib": "0.11.2", - "cppunit": "1.13.2", - "cryptopp": "5.6.3", - "crystalhd": "1", - "cunit": "2.1-3", - "curl": "7.50.1", - "db": "6.1.26", - "dbus": "1.11.4", - "dcmtk": "3.6.0", - "devil": "1.7.8", - "djvulibre": "3.5.27", - "dlfcn-win32": "e19bf07", - "eigen": "3.2.5", - "exiv2": "0.25", - "expat": "2.2.0", - "faad2": "2.7", - "fdk-aac": "0.1.4", - "ffmpeg": "3.1.1", - "fftw": "3.3.4", - "file": "5.24", - "flac": "1.3.1", - "flann": "1.8.4", - "fltk": "1.3.3", - "fontconfig": "2.12.0", - "freeglut": "3.0.0", - "freeimage": "3.15.4", - "freetds": "1.00.6", - "freetype": "2.6.5", - "freetype-bootstrap": "2.6.5", - "fribidi": "0.19.6", - "ftgl": "2.1.3~rc5", - "gc": "7.2e", - "gcc": "4.9.4", - "gd": "2.1.0", - "gdal": "2.1.0", - "gdb": "7.11.1", - "gdk-pixbuf": "2.32.3", - "gendef": "4.0.6", - "geoip-database": "20150317-1", - "geos": "3.4.2", - "gettext": "0.19.8.1", - "ghostscript": "9.19", - "giflib": "5.1.4", - "glew": "1.12.0", - "glfw2": "2.7.9", - "glfw3": "3.1.2", - "glib": "2.44.1", - "glibmm": "2.42.0", - "glm": "0.9.7.6", - "gmp": "6.1.1", - "gnutls": "3.4.14", - "graphicsmagick": "1.3.21", - "gsl": "1.16", - "gsoap": "2.8.22", - "gst-plugins-bad": "1.6.2", - "gst-plugins-base": "1.6.2", - "gst-plugins-good": "1.6.2", - "gst-plugins-ugly": "1.6.2", - "gstreamer": "1.6.2", - "gta": "1.0.7", - "gtk2": "2.24.29", - "gtk3": "3.14.4", - "gtkglarea": "2.0.1", - "gtkglext": "1.2.0", - "gtkglextmm": "1.2.0", - "gtkimageview": "1.6.4", - "gtkmm2": "2.24.4", - "gtkmm3": "3.14.0", - "gtksourceview": "2.10.5", - "gtksourceviewmm2": "2.10.3", - "guile": "1.8.8", - "harfbuzz": "1.2.7", - "hdf-eos2": "19v1.00", - "hdf-eos5": "1.15", - "hdf4": "4.2.10", - "hdf5": "1.8.12", - "hunspell": "1.3.3", - "hyperscan": "4.3.0", - "icu4c": "56.1", - "id3lib": "3.8.3", - "ilmbase": "2.2.0", - "imagemagick": "6.9.0-0", - "isl": "0.12.2", - "itk": "4.8.2", - "jack": "1.9.10", - "jansson": "2.7", - "jasper": "1.900.1", - "jpeg": "9b", - "json-c": "0.12", - "json-glib": "1.0.4", - "json_spirit": "4.08", - "jsoncpp": "1.6.5", - "lame": "3.99.5", - "lapack": "3.6.0", - "lcms": "2.7", - "lcms1": "1.19", - "lensfun": "0.3.0", - "levmar": "2.6", - "libaacs": "0.8.1", - "libarchive": "3.1.2", - "libass": "0.13.1", - "libbluray": "0.9.2", - "libbs2b": "3.1.0", - "libcaca": "0.99.beta19", - "libcdio": "0.93", - "libcdio-paranoia": "10.2+0.93+1", - "libcomm14cux": "2.1.1", - "libcroco": "0.6.2", - "libdnet": "1.11", - "libdvbpsi": "1.2.0", - "libdvdcss": "1.3.0", - "libdvdnav": "5.0.1", - "libdvdread": "5.0.0", - "libechonest": "2.3.1", - "libepoxy": "1.3.1", - "libevent": "2.0.21", - "libf2c": "1", - "libffi": "3.2.1", - "libftdi": "0.20", - "libftdi1": "1.2", - "libgcrypt": "1.7.3", - "libgda": "4.2.13", - "libgdamm": "4.1.3", - "libgee": "0.5.0", - "libgeotiff": "1.4.0", - "libgit2": "0.23.2", - "libglade": "2.6.4", - "libgnurx": "2.6.1", - "libgpg_error": "1.24", - "libgsasl": "1.8.0", - "libgsf": "1.14.30", - "libharu": "2.2.1", - "libiberty": "2.25.1", - "libical": "2.0.0", - "libiconv": "1.14", - "libid3tag": "0.15.1b", - "libidn": "1.33", - "libieee1284": "0.2.11", - "libircclient": "1.8", - "libjpeg-turbo": "1.5.0", - "liblaxjson": "1.0.5", - "liblo": "0.28rc", - "liblqr-1": "0.4.2", - "liblsmash": "2.9.1", - "libltdl": "2.4.4", - "libmad": "0.15.1b", - "libmicrohttpd": "0.9.38", - "libmikmod": "3.3.7", - "libmng": "2.0.3", - "libmodplug": "0.8.8.4", - "libmpcdec": "1.2.6", - "libmysqlclient": "6.1.6", - "libntlm": "1.4", - "liboauth": "1.0.3", - "libodbc++": "0.2.5", - "liboil": "0.3.17", - "libpano13": "2.9.18", - "libpaper": "1.1.24+nmu4", - "libplist": "1.12", - "libpng": "1.6.24", - "librosco": "0.1.11", - "librsvg": "2.40.5", - "librtmp": "a107cef", - "libsamplerate": "0.1.8", - "libshout": "2.4.1", - "libsigc++": "2.4.0", - "libsndfile": "1.0.27", - "libsodium": "1.0.6", - "libsoup": "2.54.0.1", - "libspectre": "0.2.8", - "libssh2": "1.7.0", - "libsvm": "3.20", - "libtool": "2.4.4", - "libtorrent-rasterbar": "1.1.0", - "libunistring": "0.9.4", - "libusb": "1.2.6.0", - "libusb1": "1.0.19", - "libuv": "1.9.1", - "libvpx": "1.5.0", - "libwebp": "0.4.4", - "libwebsockets": "1.4-chrome43-firefox-36", - "libxml++": "2.37.2", - "libxml2": "2.9.4", - "libxslt": "1.1.29", - "libzip": "0.11.2", - "llvm": "3.4", - "log4cxx": "0.10.0", - "lua": "5.3.3", - "luabind": "0.9.1", - "luajit": "2.0.4", - "lzma": "920", - "lzo": "2.09", - "matio": "1.5.2", - "mdbtools": "0.7.1", - "mingw-w64": "4.0.6", - "miniupnpc": "1.9", - "minizip": "0b46a2b", - "mman-win32": "b7ec370", - "mpc": "1.0.2", - "mpfr": "3.1.4", - "mpg123": "1.22.4", - "muparser": "2.2.5", - "muparserx": "4.0.4", - "mxe-conf": "1", - "mxml": "2.9", - "ncurses": "e14300b", - "netcdf": "4.3.0", - "netpbm": "10.35.96", - "nettle": "3.2", - "nlopt": "2.4.2", - "nsis": "2.51", - "ocaml-cairo": "1.2.0", - "ocaml-camlimages": "4.0.1", - "ocaml-core": "4.00.1", - "ocaml-findlib": "1.4", - "ocaml-flexdll": "0.31", - "ocaml-lablgl": "1.05", - "ocaml-lablgtk2": "2.16.0", - "ocaml-native": "4.00.1", - "ocaml-xml-light": "2.2", - "oce": "0.17.2", - "ogg": "1.3.2", - "old": "0.17", - "openal": "1.16.0", - "openblas": "0.2.15", - "opencore-amr": "0.1.3", - "opencsg": "1.4.0", - "opencv": "2.4.10", - "openexr": "2.2.0", - "openjpeg": "2.1.0", - "openmp-validation": "3.1", - "openscenegraph": "3.4.0", - "openssl": "1.0.2h", - "openthreads": "3.4.0", - "opus": "1.1.1", - "opusfile": "0.6", - "ossim": "1.8.20", - "pango": "1.37.4", - "pangomm": "2.34.0", - "pcl": "1.7.2", - "pcre": "8.39", - "pdcurses": "3.4", - "pdflib_lite": "7.0.5p3", - "pfstools": "2.0.4", - "physfs": "2.0.3", - "picomodel": "1142ad8", - "pire": "0.0.5", - "pixman": "0.33.6", - "pkgconf": "da179fd", - "plib": "1.8.5-rc1", - "plibc": "cd7ed09", - "plotmm": "0.1.2", - "plotutils": "2.6", - "poco": "1.4.7p1", - "polarssl": "1.3.9", - "poppler": "0.30.0", - "popt": "1.16", - "portablexdr": "4.9.1", - "portaudio": "19_20140130", - "portmidi": "217", - "postgresql": "9.2.4", - "primesieve": "5.5.0", - "proj": "4.9.2", - "protobuf": "2.6.1", - "pthreads": "POSIX 1003.1-2001", - "qdbm": "1.8.78", - "qhttpengine": "0.1.0", - "qjson": "0.8.1", - "qscintilla2": "2.8.4", - "qt": "4.8.7", - "qt3d": "5.7.0", - "qt5": "5.7.0", - "qtactiveqt": "5.7.0", - "qtbase": "5.7.0", - "qtcanvas3d": "5.7.0", - "qtcharts": "5.7.0", - "qtconnectivity": "5.7.0", - "qtdatavis3d": "5.7.0", - "qtdeclarative": "5.7.0", - "qtdeclarative-render2d": "5.7.0", - "qtgamepad": "5.7.0", - "qtgraphicaleffects": "5.7.0", - "qtimageformats": "5.7.0", - "qtlocation": "5.7.0", - "qtmultimedia": "5.7.0", - "qtofficeopenxml": "02dda4a46f92a843eaba5f5a021952860eadfe01", - "qtpurchasing": "5.7.0", - "qtquickcontrols": "5.7.0", - "qtquickcontrols2": "5.7.0", - "qtscript": "5.7.0", - "qtscxml": "5.7.0", - "qtsensors": "5.7.0", - "qtserialbus": "5.7.0", - "qtserialport": "5.7.0", - "qtserialport_qt4": "5c3b6cc770", - "qtservice": "ad9bc46", - "qtsparkle_qt4": "8882e6ef86cdb79db7932307309d005411fd0c20", - "qtsvg": "5.7.0", - "qtsystems": "4e3a7ed", - "qttools": "5.7.0", - "qttranslations": "5.7.0", - "qtvirtualkeyboard": "5.7.0", - "qtwebchannel": "5.7.0", - "qtwebengine": "5.7.0", - "qtwebkit": "5.7.0", - "qtwebsockets": "5.7.0", - "qtwebview": "5.7.0", - "qtwinextras": "5.7.0", - "qtxlsxwriter": "3c474f376d1eb098793c45c2f512b216e696052b", - "qtxmlpatterns": "5.7.0", - "qwt": "6.1.3", - "qwt_qt4": "6.1.3", - "qwtplot3d": "0.2.7", - "ragel": "6.9", - "readline": "6.3", - "rubberband": "1.8.1", - "rucksack": "3.1.0", - "sdl": "1.2.15", - "sdl2": "2.0.4", - "sdl2_gfx": "1.0.1", - "sdl2_image": "2.0.0", - "sdl2_mixer": "2.0.0", - "sdl2_net": "2.0.0", - "sdl2_ttf": "2.0.12", - "sdl_gfx": "2.0.25", - "sdl_image": "1.2.12", - "sdl_mixer": "1.2.12", - "sdl_net": "1.2.8", - "sdl_pango": "0.1.2", - "sdl_rwhttp": "0.2.0", - "sdl_sound": "1.0.3", - "sdl_ttf": "2.0.11", - "sfml": "2.3.2", - "smpeg": "0.4.5+cvs20030824", - "smpeg2": "2.0.0", - "sox": "14.4.2", - "sparsehash": "2.0.3", - "speex": "1.2rc2", - "speexdsp": "1.2rc3", - "sqlite": "3140100", - "subversion": "1.9.2", - "suitesparse": "4.2.1", - "t4k_common": "0.1.1", - "taglib": "1.10", - "tclap": "1.2.1", - "teem": "1.11.0", - "termcap": "1.3.1", - "theora": "1.1.1", - "tiff": "4.0.6", - "tinyxml": "2.6.2", - "tinyxml2": "4.0.1", - "tre": "0.8.0", - "twolame": "0.3.13", - "ucl": "1.03", - "unrtf": "0.21.9", - "upx": "3.91", - "vamp-plugin-sdk": "2.5", - "vcdimager": "0.7.24", - "vidstab": "0.98b", - "vigra": "1.9.0", - "vmime": "87b0525", - "vo-aacenc": "0.1.3", - "vo-amrwbenc": "0.1.3", - "vorbis": "1.3.5", - "vtk": "5.8.0", - "vtk6": "6.3.0", - "waf": "1.8.17", - "wavpack": "4.75.2", - "wget": "1.18", - "widl": "4.0.6", - "winpcap": "4_1_3", - "wt": "3.3.6", - "wxwidgets": "3.0.2", - "x264": "20160706-2245", - "xapian-core": "1.2.21", - "xerces": "3.1.2", - "xmlrpc-c": "d4364f4", - "xmlwrapp": "0.7.0", - "xorg-macros": "1.19.0", - "xvidcore": "1.3.4", - "xxhash": "0.6.1", - "xz": "5.2.2", - "yaml-cpp": "0.5.3", - "yasm": "1.3.0", - "zlib": "1.2.8", - "zziplib": "0.13.62", - "": null -} -- cgit v0.12