From 1b4b98c918219c5b709f735ca6a4280cd74ee0f7 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 22 Aug 2016 22:38:22 +0300 Subject: openmp-validation: unify and consolidate the patch openmp-validation-2-test-crlf.patch was the only file with \r byte in Copyright Header. See https://github.com/mxe/mxe/issues/1500 --- src/openmp-validation-1-fixes.patch | 82 ++++++++++++++++++++++++++++----- src/openmp-validation-2-test-crlf.patch | 47 ------------------- 2 files changed, 70 insertions(+), 59 deletions(-) delete mode 100644 src/openmp-validation-2-test-crlf.patch diff --git a/src/openmp-validation-1-fixes.patch b/src/openmp-validation-1-fixes.patch index f37e165..bef277c 100644 --- a/src/openmp-validation-1-fixes.patch +++ b/src/openmp-validation-1-fixes.patch @@ -1,10 +1,19 @@ This file is part of MXE. See index.html for further information. -diff -u OpenMP3.1_Validation/Makefile OpenMP3.1_Validation.new/Makefile ---- OpenMP3.1_Validation/Makefile 2013-07-18 00:19:20.000000000 +1000 -+++ OpenMP3.1_Validation.new/Makefile 2014-02-22 16:23:37.000000000 +1100 -@@ -185,14 +185,21 @@ +Contains ad hoc patches for cross building. + +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Tony Theodore +Date: Sun, 23 Feb 2014 05:22:26 +1100 +Subject: [PATCH] Overwrite built-in rules to allow .exe suffix + + +diff --git a/Makefile b/Makefile +index 1111111..2222222 100644 +--- a/Makefile ++++ b/Makefile +@@ -185,14 +185,21 @@ omp_testsuite.h: ompts-c.conf c/* .c.o: omp_testsuite omp_my_sleep $(CC) $(CFLAGS) -c $< @@ -28,12 +37,10 @@ diff -u OpenMP3.1_Validation/Makefile OpenMP3.1_Validation.new/Makefile print_compile_options: @echo "-------------------" -Only in OpenMP3.1_Validation.new: bin -Common subdirectories: OpenMP3.1_Validation/c and OpenMP3.1_Validation.new/c -Common subdirectories: OpenMP3.1_Validation/fortran and OpenMP3.1_Validation.new/fortran -diff -u OpenMP3.1_Validation/omp_my_sleep.h OpenMP3.1_Validation.new/omp_my_sleep.h ---- OpenMP3.1_Validation/omp_my_sleep.h 2013-07-18 00:19:04.000000000 +1000 -+++ OpenMP3.1_Validation.new/omp_my_sleep.h 2014-02-22 15:07:33.000000000 +1100 +diff --git a/omp_my_sleep.h b/omp_my_sleep.h +index 1111111..2222222 100644 +--- a/omp_my_sleep.h ++++ b/omp_my_sleep.h @@ -5,7 +5,6 @@ #include #include @@ -42,5 +49,56 @@ diff -u OpenMP3.1_Validation/omp_my_sleep.h OpenMP3.1_Validation.new/omp_my_slee #include #include #include -Only in OpenMP3.1_Validation.new: ompts.log -Only in OpenMP3.1_Validation.new: results.txt + +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Tony Theodore +Date: Sun, 23 Feb 2014 05:22:26 +1100 +Subject: [PATCH] add Batchfile with test to run on host + + +diff --git a/all-tests-openmp-validation.bat b/all-tests-openmp-validation.bat +new file mode 100644 +index 1111111..2222222 +--- /dev/null ++++ b/all-tests-openmp-validation.bat +@@ -0,0 +1,40 @@ ++setlocal enableextensions enabledelayedexpansion ++set /a TEST_COUNT=0 ++set /a FAIL_COUNT=0 ++set /a PASS_COUNT=0 ++set LOG_FILE=%~n0.log ++set BLANK= ++for /l %%I in (1,1,79) do set SPACER=%BLANK% %BLANK%!SPACER! ++date /t > %LOG_FILE% ++time /t >> %LOG_FILE% ++echo. >> %LOG_FILE% ++echo L=Language (c=c, n=fortran) >> %LOG_FILE% ++echo Pass 0=Y >> %LOG_FILE% ++echo. >> %LOG_FILE% ++echo L Test Name %SPACER:~0,50% Pass Certainty%%>> %LOG_FILE% ++echo %SPACER: =-%>> %LOG_FILE% ++for /r %%F in (test*.exe) do ( ++ set /a TEST_COUNT += 1 ++ %%F ++ set ERR=!errorlevel! ++ if !ERR! neq 0 (set /a FAIL_COUNT += 1) else set /a PASS_COUNT += 1 ++ set TEST_LANG=%%~pF ++ set TEST_NAME=%%~nF%SPACER% ++ set ERR_SPC=!ERR!%SPACER% ++ set /p "=!TEST_LANG:~-2,-1! !TEST_NAME:~0,60! !ERR_SPC:~0,5! " < nul >> %LOG_FILE% ++ %%~dpFc%%~nxF ++ echo !errorlevel!%% >> %LOG_FILE% ++ if exist %%~dpForph_%%~nxF ( ++ set /a TEST_COUNT += 1 ++ %%~dpForph_%%~nxF ++ set ERR=!errorlevel! ++ if !ERR! neq 0 (set /a FAIL_COUNT += 1) else set /a PASS_COUNT += 1 ++ set TEST_NAME=orph_%%~nF%SPACER% ++ set ERR_SPC=!ERR!%SPACER% ++ set /p "=!TEST_LANG:~-2,-1! !TEST_NAME:~0,60! !ERR_SPC:~0,5! " < nul >> %LOG_FILE% ++ %%~dpForph_c%%~nxF ++ echo !errorlevel!%% >> %LOG_FILE% ++ ) ++) ++echo. >> %LOG_FILE% ++echo Total tests: !TEST_COUNT! Total Failed: !FAIL_COUNT! Total Passed: !PASS_COUNT!>> %LOG_FILE% diff --git a/src/openmp-validation-2-test-crlf.patch b/src/openmp-validation-2-test-crlf.patch deleted file mode 100644 index cb14d2f..0000000 --- a/src/openmp-validation-2-test-crlf.patch +++ /dev/null @@ -1,47 +0,0 @@ -This file is part of MXE. -See index.html for further information. - -diff -urN OpenMP3.1_Validation.orig/all-tests-openmp-validation.bat OpenMP3.1_Validation/all-tests-openmp-validation.bat ---- OpenMP3.1_Validation.orig/all-tests-openmp-validation.bat 1970-01-01 10:00:00.000000000 +1000 -+++ OpenMP3.1_Validation/all-tests-openmp-validation.bat 2014-02-23 04:35:51.000000000 +1100 -@@ -0,0 +1,40 @@ -+setlocal enableextensions enabledelayedexpansion -+set /a TEST_COUNT=0 -+set /a FAIL_COUNT=0 -+set /a PASS_COUNT=0 -+set LOG_FILE=%~n0.log -+set BLANK= -+for /l %%I in (1,1,79) do set SPACER=%BLANK% %BLANK%!SPACER! -+date /t > %LOG_FILE% -+time /t >> %LOG_FILE% -+echo. >> %LOG_FILE% -+echo L=Language (c=c, n=fortran) >> %LOG_FILE% -+echo Pass 0=Y >> %LOG_FILE% -+echo. >> %LOG_FILE% -+echo L Test Name %SPACER:~0,50% Pass Certainty%%>> %LOG_FILE% -+echo %SPACER: =-%>> %LOG_FILE% -+for /r %%F in (test*.exe) do ( -+ set /a TEST_COUNT += 1 -+ %%F -+ set ERR=!errorlevel! -+ if !ERR! neq 0 (set /a FAIL_COUNT += 1) else set /a PASS_COUNT += 1 -+ set TEST_LANG=%%~pF -+ set TEST_NAME=%%~nF%SPACER% -+ set ERR_SPC=!ERR!%SPACER% -+ set /p "=!TEST_LANG:~-2,-1! !TEST_NAME:~0,60! !ERR_SPC:~0,5! " < nul >> %LOG_FILE% -+ %%~dpFc%%~nxF -+ echo !errorlevel!%% >> %LOG_FILE% -+ if exist %%~dpForph_%%~nxF ( -+ set /a TEST_COUNT += 1 -+ %%~dpForph_%%~nxF -+ set ERR=!errorlevel! -+ if !ERR! neq 0 (set /a FAIL_COUNT += 1) else set /a PASS_COUNT += 1 -+ set TEST_NAME=orph_%%~nF%SPACER% -+ set ERR_SPC=!ERR!%SPACER% -+ set /p "=!TEST_LANG:~-2,-1! !TEST_NAME:~0,60! !ERR_SPC:~0,5! " < nul >> %LOG_FILE% -+ %%~dpForph_c%%~nxF -+ echo !errorlevel!%% >> %LOG_FILE% -+ ) -+) -+echo. >> %LOG_FILE% -+echo Total tests: !TEST_COUNT! Total Failed: !FAIL_COUNT! Total Passed: !PASS_COUNT!>> %LOG_FILE% -- cgit v0.12 From 6adb5ade12836064d271868ce5fe16a3e0cc779b Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 22 Aug 2016 22:52:34 +0300 Subject: Copyright headers: point to LICENSE.md and shorten The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792 --- Makefile | 3 +-- assets/build-matrix.css | 3 +-- assets/common.css | 3 +-- index.html | 3 +-- patch.mk | 6 ++---- plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch | 3 +-- plugins/apps/keepassx.mk | 3 +-- plugins/apps/luajit.mk | 3 +-- plugins/apps/qbittorrent-1-fixes.patch | 3 +-- plugins/apps/qbittorrent.mk | 3 +-- plugins/apps/tor-1-fixes.patch | 3 +-- plugins/apps/tor.mk | 3 +-- plugins/apps/wrk-1-fixes.patch | 3 +-- plugins/apps/wrk.mk | 3 +-- plugins/examples/custom-qt-min/overrides.mk | 3 +-- plugins/examples/host-toolchain/binutils-host.mk | 3 +-- plugins/examples/host-toolchain/cmake-host.mk | 3 +-- plugins/examples/host-toolchain/gcc-host.mk | 3 +-- plugins/examples/host-toolchain/make-w32-bin.mk | 3 +-- plugins/examples/host-toolchain/pkgconf-host.mk | 3 +-- plugins/examples/host-toolchain/qt5-host-tools.mk | 3 +-- plugins/examples/host-toolchain/winpthreads-host.mk | 3 +-- plugins/examples/qt5-deps/overrides.mk | 3 +-- plugins/gcc5/gcc5-overlay.mk | 3 +-- plugins/gcc6/gcc6-overlay.mk | 3 +-- plugins/go/go-1-fixes.patch | 3 +-- plugins/go/go-native.mk | 3 +-- plugins/go/go.mk | 3 +-- plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch | 3 +-- plugins/luarocks/llthreads2.mk | 3 +-- plugins/luarocks/lpeg-1-rockspec.patch | 3 +-- plugins/luarocks/lpeg.mk | 3 +-- plugins/luarocks/lua-rapidjson-1-fixes.patch | 3 +-- plugins/luarocks/lua-rapidjson.mk | 3 +-- plugins/luarocks/lua.mk | 3 +-- plugins/luarocks/luarocks-1-fixes.patch | 3 +-- plugins/luarocks/luarocks.mk | 3 +-- plugins/luarocks/luasocket-1-build-on-mxe.patch | 3 +-- plugins/luarocks/luasocket-2-lual-checkint.patch | 3 +-- plugins/luarocks/luasocket.mk | 3 +-- plugins/luarocks/luv-1-fixes.patch | 3 +-- plugins/luarocks/luv.mk | 3 +-- plugins/native/autoconf.mk | 3 +-- plugins/native/automake.mk | 3 +-- plugins/native/bison.mk | 3 +-- plugins/native/coreutils.mk | 3 +-- plugins/native/flex.mk | 3 +-- plugins/native/gettext.mk | 3 +-- plugins/native/gperf.mk | 3 +-- plugins/native/intltool.mk | 3 +-- plugins/native/libiconv.mk | 3 +-- plugins/native/libtool.mk | 3 +-- plugins/native/m4.mk | 3 +-- plugins/native/make.mk | 3 +-- plugins/native/patch.mk | 3 +-- plugins/native/sed.mk | 3 +-- plugins/tcl.tk/tcl.mk | 3 +-- plugins/tcl.tk/tk.mk | 3 +-- src/a52dec.mk | 3 +-- src/agg-1-fixes.patch | 3 +-- src/agg.mk | 3 +-- src/alure.mk | 3 +-- src/apr-1.patch | 3 +-- src/apr-2-wtypes.patch | 3 +-- src/apr-3.patch | 3 +-- src/apr-util.mk | 3 +-- src/apr.mk | 3 +-- src/armadillo-test.cpp | 3 +-- src/armadillo.mk | 3 +-- src/aspell-1-fixes.patch | 3 +-- src/aspell.mk | 3 +-- src/assimp-test.c | 3 +-- src/assimp.mk | 3 +-- src/atk-1-DllMain.patch | 3 +-- src/atk.mk | 3 +-- src/atkmm.mk | 3 +-- src/aubio-1-fixes.patch | 3 +-- src/aubio-test.c | 3 +-- src/aubio.mk | 3 +-- src/bfd-1-disable-subdir-doc.patch | 3 +-- src/bfd.mk | 3 +-- src/binutils.mk | 3 +-- src/blas.mk | 3 +-- src/boost-1-fixes.patch | 3 +-- src/boost-test.cmake | 3 +-- src/boost-test.cpp | 3 +-- src/boost.mk | 3 +-- src/box2d.mk | 3 +-- src/bullet-1-pkgconfig.patch | 3 +-- src/bullet-test.cpp | 3 +-- src/bullet.mk | 3 +-- src/bzip2-1-fixes.patch | 3 +-- src/bzip2.mk | 3 +-- src/cairo-1-ssize-t-defined.patch | 3 +-- src/cairo-2-static-init.patch | 3 +-- src/cairo.mk | 3 +-- src/cairomm.mk | 3 +-- src/cblas.mk | 3 +-- src/ccfits.mk | 3 +-- src/cegui-1-fixes.patch | 3 +-- src/cegui-test.cpp | 3 +-- src/cegui.mk | 3 +-- src/cfitsio-test.c | 3 +-- src/cfitsio.mk | 3 +-- src/cgal.mk | 3 +-- src/check.mk | 3 +-- src/chipmunk-1-lib.patch | 3 +-- src/chipmunk-test.c | 3 +-- src/chipmunk.mk | 3 +-- src/chromaprint.mk | 3 +-- src/cimg-1-add-option-exe-suffix-exesfx.patch | 3 +-- src/cimg-2-split-cflags-to-define-and-incdir.patch | 3 +-- src/cimg.mk | 3 +-- src/cloog.mk | 3 +-- src/cmake-1-fixes.patch | 3 +-- src/cmake.mk | 3 +-- src/cmake/modules/FindFreetype.cmake | 3 +-- src/cmake/modules/FindFriBiDi.cmake | 3 +-- src/cmake/modules/FindSDL.cmake | 3 +-- src/cmake/modules/FindSDL_image.cmake | 3 +-- src/cmake/modules/FindSDL_mixer.cmake | 3 +-- src/cmake/modules/FindSDL_net.cmake | 3 +-- src/cmake/modules/FindSDL_sound.cmake | 3 +-- src/cmake/modules/FindSDL_ttf.cmake | 3 +-- src/cmake/modules/FindTIFF.cmake | 3 +-- src/cmake/test/CMakeLists.txt | 3 +-- src/cminpack.mk | 3 +-- src/coda-1-use-stdint.patch | 3 +-- src/coda-test.c | 3 +-- src/coda.mk | 3 +-- src/coin-1-fixes.patch | 3 +-- src/coin-2-gcc-4.7.patch | 3 +-- src/coin-test.cpp | 3 +-- src/coin.mk | 3 +-- src/cpp-netlib-1-fixes.patch | 3 +-- src/cpp-netlib.mk | 3 +-- src/cppunit.mk | 3 +-- src/cryptopp-1-fixes.patch | 3 +-- src/cryptopp.mk | 3 +-- src/crystalhd.mk | 3 +-- src/cunit.mk | 3 +-- src/curl-test.c | 3 +-- src/curl.mk | 3 +-- src/db-1-fix-including-winioctl-h-lowcase.patch | 3 +-- src/db-2-install-exe.patch | 3 +-- src/db.mk | 3 +-- src/dbus.mk | 3 +-- src/dcmtk-1-fixes.patch | 3 +-- src/dcmtk-2-mingw-w64.patch | 3 +-- src/dcmtk-3-pointer-fixes.patch | 3 +-- src/dcmtk.mk | 3 +-- src/devil-1-png.patch | 3 +-- src/devil-2-il.patch | 3 +-- src/devil.mk | 3 +-- src/djvulibre-1-fixes.patch | 3 +-- src/djvulibre-test.c | 3 +-- src/djvulibre.mk | 3 +-- src/dlfcn-win32.mk | 3 +-- src/eigen-1-disable-os-check.patch | 3 +-- src/eigen-2-fix-compiler-version.patch | 3 +-- src/eigen-test.cpp | 3 +-- src/eigen.mk | 3 +-- src/exiv2.mk | 3 +-- src/expat.mk | 3 +-- src/faad2-1-uint.patch | 3 +-- src/faad2.mk | 3 +-- src/fdk-aac.mk | 3 +-- src/ffmpeg.mk | 3 +-- src/fftw.mk | 3 +-- src/file-1-fixes.patch | 3 +-- src/file-test.c | 3 +-- src/file.mk | 3 +-- src/flac.mk | 3 +-- src/flann-1-fixes.patch | 3 +-- src/flann-2-Fix-openmp-on-mingw.patch | 3 +-- src/flann-3-x86-64.patch | 3 +-- src/flann-4-c++11-related-fixes.patch | 3 +-- src/flann.mk | 3 +-- src/fltk-test.cpp | 3 +-- src/fltk.mk | 3 +-- src/fontconfig-1-fixes.patch | 3 +-- src/fontconfig.mk | 3 +-- src/freeglut-1-fixes.patch | 3 +-- src/freeglut-test.c | 3 +-- src/freeglut.mk | 3 +-- src/freeimage-1-fixes.patch | 3 +-- src/freeimage-test.c | 3 +-- src/freeimage-test.cpp | 3 +-- src/freeimage.mk | 3 +-- src/freetds.mk | 3 +-- src/freetype-bootstrap.mk | 3 +-- src/freetype.mk | 3 +-- src/fribidi-1-fixes.patch | 3 +-- src/fribidi.mk | 3 +-- src/ftgl-1-gl-m4.patch | 3 +-- src/ftgl-2-obsolete-am-header.patch | 3 +-- src/ftgl-test.c | 3 +-- src/ftgl.mk | 3 +-- src/gc.mk | 3 +-- src/gcc-1.patch | 3 +-- src/gcc.mk | 3 +-- src/gd-1-fix-libvpx.patch | 3 +-- src/gd-test.c | 3 +-- src/gd.mk | 3 +-- src/gdal-1-fixes.patch | 3 +-- src/gdal.mk | 3 +-- src/gdb.mk | 3 +-- src/gdk-pixbuf-1-fixes.patch | 3 +-- src/gdk-pixbuf.mk | 3 +-- src/gendef.mk | 3 +-- src/geoip-database.mk | 3 +-- src/geos-1-fixes.patch | 3 +-- src/geos-test.c | 3 +-- src/geos.mk | 3 +-- src/gettext.mk | 3 +-- src/ghostscript-1-fixes.patch | 3 +-- src/ghostscript-test.c | 3 +-- src/ghostscript.mk | 3 +-- src/giflib.mk | 3 +-- src/glew-test.c | 3 +-- src/glew.mk | 3 +-- src/glfw2-test.c | 3 +-- src/glfw2.mk | 3 +-- src/glfw3-test.c | 3 +-- src/glfw3.mk | 3 +-- src/glib-1-fixes.patch | 3 +-- src/glib.mk | 3 +-- src/glibmm.mk | 3 +-- src/glm-test.cpp | 3 +-- src/glm.mk | 3 +-- src/gmp.mk | 3 +-- src/gnutls-1-fixes.patch | 3 +-- src/gnutls-test.c | 3 +-- src/gnutls.mk | 3 +-- src/graphicsmagick-1-fix-xml2-config.patch | 3 +-- src/graphicsmagick-2-fix-autoconf-version.patch | 3 +-- src/graphicsmagick-test.cpp | 3 +-- src/graphicsmagick.mk | 3 +-- src/gsl-test.c | 3 +-- src/gsl.mk | 3 +-- src/gsoap-1-fixes.patch | 3 +-- src/gsoap.mk | 3 +-- src/gst-plugins-bad.mk | 3 +-- src/gst-plugins-base-1-intrinsics.patch | 3 +-- src/gst-plugins-base.mk | 3 +-- src/gst-plugins-good.mk | 3 +-- src/gst-plugins-ugly.mk | 3 +-- src/gstreamer.mk | 3 +-- src/gta-test.c | 3 +-- src/gta.mk | 3 +-- src/gtk2-1-fixes.patch | 3 +-- src/gtk2-test.c | 3 +-- src/gtk2.mk | 3 +-- src/gtk3-1-fixes.patch | 3 +-- src/gtk3-test.c | 3 +-- src/gtk3.mk | 3 +-- src/gtkglarea-1-fixes.patch | 3 +-- src/gtkglarea.mk | 3 +-- src/gtkglext-1-fixes.patch | 3 +-- src/gtkglext-test.c | 3 +-- src/gtkglext.mk | 3 +-- src/gtkglextmm-1-fixes.patch | 3 +-- src/gtkglextmm-test.cpp | 3 +-- src/gtkglextmm.mk | 3 +-- src/gtkimageview-1-configure.patch | 3 +-- src/gtkimageview-test.c | 3 +-- src/gtkimageview.mk | 3 +-- src/gtkmm2-test.cpp | 3 +-- src/gtkmm2.mk | 3 +-- src/gtkmm3-test.cpp | 3 +-- src/gtkmm3.mk | 3 +-- src/gtksourceview.mk | 3 +-- src/gtksourceviewmm2.mk | 3 +-- src/guile-1-fixes.patch | 3 +-- src/guile-test.c | 3 +-- src/guile.mk | 3 +-- src/harfbuzz-1-fixes.patch | 3 +-- src/harfbuzz.mk | 3 +-- src/hdf-eos2-1-fixes.patch | 3 +-- src/hdf-eos2-test.c | 3 +-- src/hdf-eos2.mk | 3 +-- src/hdf-eos5-1-fixes.patch | 3 +-- src/hdf-eos5-test.c | 3 +-- src/hdf-eos5.mk | 3 +-- src/hdf4-1-portability-fixes.patch | 3 +-- src/hdf4-2-dllimport.patch | 3 +-- src/hdf4.mk | 3 +-- src/hdf5-1-disable-configure-try-run.patch | 3 +-- src/hdf5-2-platform-detection.patch | 3 +-- src/hdf5-3-fix-autoconf-version.patch | 3 +-- src/hdf5-test.cmake | 3 +-- src/hdf5-test.cpp | 3 +-- src/hdf5.mk | 3 +-- src/hunspell-test.cpp | 3 +-- src/hunspell.mk | 3 +-- src/hyperscan-1-fixes.patch | 3 +-- src/hyperscan.mk | 3 +-- src/icu4c-1-fixes.patch | 3 +-- src/icu4c.mk | 3 +-- src/id3lib-1-win32.patch | 3 +-- src/id3lib.mk | 3 +-- src/ilmbase.mk | 3 +-- src/imagemagick-test.cpp | 3 +-- src/imagemagick.mk | 3 +-- src/isl.mk | 3 +-- src/itk.mk | 3 +-- src/jack-1-fixes.patch | 3 +-- src/jack.mk | 3 +-- src/jansson.mk | 3 +-- src/jasper.mk | 3 +-- src/jpeg-1-fixes.patch | 3 +-- src/jpeg-2-jmorecfg.patch | 3 +-- src/jpeg-test.c | 3 +-- src/jpeg.mk | 3 +-- src/json-c-1-patch-remove-rpl.patch | 3 +-- src/json-c-2-fix-wincrypt-include.patch | 3 +-- src/json-c-test.c | 3 +-- src/json-c.mk | 3 +-- src/json-glib.mk | 3 +-- src/json_spirit.mk | 3 +-- src/jsoncpp.mk | 3 +-- src/lame-1-fix-xmmintrin-errors.patch | 3 +-- src/lame-2-update-autotools.patch | 3 +-- src/lame.mk | 3 +-- src/lapack-test.c | 3 +-- src/lapack-test.f | 3 +-- src/lapack.mk | 3 +-- src/lcms-1-fixes.patch | 3 +-- src/lcms.mk | 3 +-- src/lcms1-1-fixes.patch | 3 +-- src/lcms1.mk | 3 +-- src/lensfun-1-fixes.patch | 3 +-- src/lensfun-2-pkg-config.patch | 3 +-- src/lensfun-test.c | 3 +-- src/lensfun.mk | 3 +-- src/levmar.mk | 3 +-- src/libaacs-1.patch | 3 +-- src/libaacs-test.c | 3 +-- src/libaacs.mk | 3 +-- src/libarchive-1-fixes.patch | 3 +-- src/libarchive-test.c | 3 +-- src/libarchive.mk | 3 +-- src/libass-test.c | 3 +-- src/libass.mk | 3 +-- src/libbluray.mk | 3 +-- src/libbs2b-1-fixes.patch | 3 +-- src/libbs2b.mk | 3 +-- src/libcaca-1-fixes.patch | 3 +-- src/libcaca-2-vsnprintf.patch | 3 +-- src/libcaca.mk | 3 +-- src/libcdio-paranoia.mk | 3 +-- src/libcdio.mk | 3 +-- src/libcomm14cux.mk | 3 +-- src/libcroco.mk | 3 +-- src/libdnet-1-fixes.patch | 3 +-- src/libdnet.mk | 3 +-- src/libdvbpsi-1-fix-include.patch | 3 +-- src/libdvbpsi-2-fix-no-asprintf.patch | 3 +-- src/libdvbpsi.mk | 3 +-- src/libdvdcss.mk | 3 +-- src/libdvdnav.mk | 3 +-- src/libdvdread.mk | 3 +-- src/libechonest.mk | 3 +-- src/libepoxy.mk | 3 +-- src/libevent-1-fixes.patch | 3 +-- src/libevent.mk | 3 +-- src/libf2c-1.patch | 3 +-- src/libf2c.mk | 3 +-- src/libffi-test.c | 3 +-- src/libffi.mk | 3 +-- src/libftdi.mk | 3 +-- src/libftdi1-1-dont-build-tests.patch | 3 +-- src/libftdi1-2-shared-build.patch | 3 +-- src/libftdi1-test.c | 3 +-- src/libftdi1.mk | 3 +-- src/libgcrypt-1-fixes.patch | 3 +-- src/libgcrypt-test.c | 3 +-- src/libgcrypt.mk | 3 +-- src/libgda.mk | 3 +-- src/libgdamm.mk | 3 +-- src/libgee.mk | 3 +-- src/libgeotiff.mk | 3 +-- src/libgit2.mk | 3 +-- src/libglade-1-fixes.patch | 3 +-- src/libglade.mk | 3 +-- src/libgnurx-1-additional-makefile-rules.patch | 3 +-- src/libgnurx.mk | 3 +-- src/libgpg_error.mk | 3 +-- src/libgsasl-test.c | 3 +-- src/libgsasl.mk | 3 +-- src/libgsf-1-fixes.patch | 3 +-- src/libgsf.mk | 3 +-- src/libharu-1-fixes.patch | 3 +-- src/libharu.mk | 3 +-- src/libiberty-test.c | 3 +-- src/libiberty.mk | 3 +-- src/libical-1-fixes.patch | 3 +-- src/libical-test.c | 3 +-- src/libical.mk | 3 +-- src/libiconv-1-fixes.patch | 3 +-- src/libiconv.mk | 3 +-- src/libid3tag.mk | 3 +-- src/libidn-1-fixes.patch | 3 +-- src/libidn-test.c | 3 +-- src/libidn.mk | 3 +-- src/libieee1284-1-fixes.patch | 3 +-- src/libieee1284.mk | 3 +-- src/libircclient-1-fixes.patch | 3 +-- src/libircclient-test.cpp | 3 +-- src/libircclient.mk | 3 +-- src/libjpeg-turbo-1-fixes.patch | 3 +-- src/libjpeg-turbo.mk | 3 +-- src/liblaxjson-1-fixes.patch | 3 +-- src/liblaxjson-test.c | 3 +-- src/liblaxjson.mk | 3 +-- src/liblo.mk | 3 +-- src/liblqr-1-1-pkg-config.patch | 3 +-- src/liblqr-1.mk | 3 +-- src/liblsmash-1.patch | 3 +-- src/liblsmash.mk | 3 +-- src/libltdl.mk | 3 +-- src/libmad.mk | 3 +-- src/libmicrohttpd-1-fixes.patch | 3 +-- src/libmicrohttpd-test.c | 3 +-- src/libmicrohttpd.mk | 3 +-- src/libmikmod-test.c | 3 +-- src/libmikmod.mk | 3 +-- src/libmng.mk | 3 +-- src/libmodplug-test.c | 3 +-- src/libmodplug.mk | 3 +-- src/libmpcdec-1-configure_ac.patch | 3 +-- src/libmpcdec.mk | 3 +-- src/libmysqlclient-1-fixes.patch | 3 +-- src/libmysqlclient-test.c | 3 +-- src/libmysqlclient.mk | 3 +-- src/libntlm.mk | 3 +-- src/liboauth-test.c | 3 +-- src/liboauth.mk | 3 +-- src/libodbc++-1-win32.patch | 3 +-- src/libodbc++.mk | 3 +-- src/liboil-1-fixes.patch | 3 +-- src/liboil.mk | 3 +-- src/libpano13.mk | 3 +-- src/libpaper.mk | 3 +-- src/libplist.mk | 3 +-- src/libpng-test.c | 3 +-- src/libpng.mk | 3 +-- src/librosco.mk | 3 +-- src/librsvg-1-fixes.patch | 3 +-- src/librsvg-test.c | 3 +-- src/librsvg.mk | 3 +-- src/librtmp.mk | 3 +-- src/libsamplerate.mk | 3 +-- src/libshout-1-fixes.patch | 3 +-- src/libshout.mk | 3 +-- src/libsigc++.mk | 3 +-- src/libsndfile.mk | 3 +-- src/libsodium.mk | 3 +-- src/libsoup-1-fixes.patch | 3 +-- src/libsoup-test.c | 3 +-- src/libsoup.mk | 3 +-- src/libspectre-1-fixes.patch | 3 +-- src/libspectre-test.c | 3 +-- src/libspectre.mk | 3 +-- src/libssh2-1-fixes.patch | 3 +-- src/libssh2-test.c | 3 +-- src/libssh2.mk | 3 +-- src/libsvm.mk | 3 +-- src/libtool.mk | 3 +-- src/libtorrent-rasterbar-1-fixes.patch | 3 +-- src/libtorrent-rasterbar.mk | 3 +-- src/libunistring.mk | 3 +-- src/libusb.mk | 3 +-- src/libusb1-test.c | 3 +-- src/libusb1.mk | 3 +-- src/libuv.mk | 3 +-- src/libvpx-1-fixes.patch | 3 +-- src/libvpx.mk | 3 +-- src/libwebp-1-fixes.patch | 3 +-- src/libwebp.mk | 3 +-- src/libwebsockets-1-fixes.patch | 3 +-- src/libwebsockets.mk | 3 +-- src/libxml++.mk | 3 +-- src/libxml2-1-fixes.patch | 3 +-- src/libxml2.mk | 3 +-- src/libxslt-1-fixes.patch | 3 +-- src/libxslt.mk | 3 +-- src/libzip-1-static_build.patch | 3 +-- src/libzip-2-pkgconfig_private.patch | 3 +-- src/libzip-test.c | 3 +-- src/libzip.mk | 3 +-- src/llvm.mk | 3 +-- src/log4cxx-1-gcc.4.4.patch | 3 +-- src/log4cxx-2-pkgconfig.patch | 3 +-- src/log4cxx-3-warnings.patch | 3 +-- src/log4cxx-4-cmake.patch | 3 +-- src/log4cxx-test.cpp | 3 +-- src/log4cxx.mk | 3 +-- src/lua-1-fixes.patch | 3 +-- src/lua-test.c | 3 +-- src/lua.mk | 3 +-- src/luabind-1-cmakelists.patch | 3 +-- src/luabind-2-elif.patch | 3 +-- src/luabind-3-globalsindex.patch | 3 +-- src/luabind-4-fenv.patch | 3 +-- src/luabind-5-lua-resume.patch | 3 +-- src/luabind-7-compatibility-Lua-macro.patch | 3 +-- src/luabind.mk | 3 +-- src/luajit-1-fixes.patch | 3 +-- src/luajit.mk | 3 +-- src/lzma-1-include-stdio.h.patch | 3 +-- src/lzma-2-mystring-include-windows.patch | 3 +-- src/lzma.mk | 3 +-- src/lzo.mk | 3 +-- src/matio-1-portability.patch | 3 +-- src/matio.mk | 3 +-- src/mdbtools.mk | 3 +-- src/mingw-w64-1.patch | 3 +-- src/mingw-w64.mk | 3 +-- src/miniupnpc-1-fixes.patch | 3 +-- src/miniupnpc.mk | 3 +-- src/minizip-1-unzOpenBuffer.patch | 3 +-- src/minizip.mk | 3 +-- src/mman-win32-1-include_name_change.patch | 3 +-- src/mman-win32.mk | 3 +-- src/mpc.mk | 3 +-- src/mpfr.mk | 3 +-- src/mpg123.mk | 3 +-- src/muparser-1-fixes.patch | 3 +-- src/muparser.mk | 3 +-- src/muparserx-test.cpp | 3 +-- src/muparserx.mk | 3 +-- src/mxe-conf.mk | 3 +-- src/mxml-test.c | 3 +-- src/mxml.mk | 3 +-- src/ncurses.mk | 3 +-- src/netcdf.mk | 3 +-- src/netpbm-1-portability-fixes.patch | 3 +-- src/netpbm.mk | 3 +-- src/nettle-1.patch | 3 +-- src/nettle.mk | 3 +-- src/nlopt.mk | 3 +-- src/nsis-1-fixes.patch | 3 +-- src/nsis.mk | 3 +-- src/ocaml-cairo-1-fixes.patch | 3 +-- src/ocaml-cairo-test.ml | 3 +-- src/ocaml-cairo.mk | 3 +-- src/ocaml-camlimages-1-fixes.patch | 3 +-- src/ocaml-camlimages-test.ml | 3 +-- src/ocaml-camlimages.mk | 3 +-- src/ocaml-core-1-fixes.patch | 3 +-- src/ocaml-core-test.ml | 3 +-- src/ocaml-core.mk | 3 +-- src/ocaml-findlib-test.ml | 3 +-- src/ocaml-findlib.mk | 3 +-- src/ocaml-flexdll-1-fixes.patch | 3 +-- src/ocaml-flexdll-test.c | 3 +-- src/ocaml-flexdll.mk | 3 +-- src/ocaml-lablgl-1-fixes.patch | 3 +-- src/ocaml-lablgl.mk | 3 +-- src/ocaml-lablgtk2-1-fixes.patch | 3 +-- src/ocaml-lablgtk2-test.ml | 3 +-- src/ocaml-lablgtk2.mk | 3 +-- src/ocaml-native-1-fixes.patch | 3 +-- src/ocaml-native.mk | 3 +-- src/ocaml-xml-light-1-fixes.patch | 3 +-- src/ocaml-xml-light.mk | 3 +-- src/oce.mk | 3 +-- src/ogg.mk | 3 +-- src/old.mk | 3 +-- src/openal-1-fixes.patch | 3 +-- src/openal-test.c | 3 +-- src/openal.mk | 3 +-- src/openblas.mk | 3 +-- src/opencore-amr.mk | 3 +-- src/opencsg-1-fixes.patch | 3 +-- src/opencsg.mk | 3 +-- src/opencv-1-fixes.patch | 3 +-- src/opencv-2-fixes-cmake.patch | 3 +-- src/opencv-3-fixes-pkgconfig.patch | 3 +-- src/opencv-4-reverse-deps-sublist.patch | 3 +-- src/opencv-5-fix-in-bad-dir.patch | 3 +-- src/opencv.mk | 3 +-- src/openexr-2-64-bit-fixes.patch | 3 +-- src/openexr-test.cpp | 3 +-- src/openexr.mk | 3 +-- src/openjpeg-1-dllfix.patch | 3 +-- src/openjpeg-2-dllmacro.patch | 3 +-- src/openjpeg.mk | 3 +-- src/openmp-validation-1-fixes.patch | 3 +-- src/openmp-validation.mk | 3 +-- src/openscenegraph-1-fixes.patch | 3 +-- src/openscenegraph.mk | 3 +-- src/openssl-1-fixes.patch | 3 +-- src/openssl.mk | 3 +-- src/openthreads.mk | 3 +-- src/opus.mk | 3 +-- src/opusfile.mk | 3 +-- src/ossim.mk | 3 +-- src/pango-1-fixes.patch | 3 +-- src/pango.mk | 3 +-- src/pangomm.mk | 3 +-- src/pcl-1-cmake-policy-cmp0017.patch | 3 +-- src/pcl.mk | 3 +-- src/pcre.mk | 3 +-- src/pdcurses.mk | 3 +-- src/pdflib_lite-1-mingw.patch | 3 +-- src/pdflib_lite.mk | 3 +-- src/pfstools-test.cpp | 3 +-- src/pfstools.mk | 3 +-- src/physfs-1-cast-fixes.patch | 3 +-- src/physfs-test.c | 3 +-- src/physfs.mk | 3 +-- src/picomodel.mk | 3 +-- src/pire-1-fixes.patch | 3 +-- src/pire.mk | 3 +-- src/pixman.mk | 3 +-- src/pkgconf.mk | 3 +-- src/plib-1-fixes.patch | 3 +-- src/plib-2-build-shared-libs.patch | 3 +-- src/plib.mk | 3 +-- src/plibc-1.patch | 3 +-- src/plibc-test.c | 3 +-- src/plibc.mk | 3 +-- src/plotmm-1-fixes.patch | 3 +-- src/plotmm.mk | 3 +-- src/plotutils-2.6-libpng-1.5.patch | 3 +-- src/plotutils.mk | 3 +-- src/poco-1-fixes.patch | 3 +-- src/poco-2-fix-mno-cygwin.patch | 3 +-- src/poco-3-winsock2.patch | 3 +-- src/poco-test.cpp | 3 +-- src/poco.mk | 3 +-- src/polarssl-1-fixes.patch | 3 +-- src/polarssl.mk | 3 +-- src/poppler-1-win32.patch | 3 +-- src/poppler.mk | 3 +-- src/popt-1-win32.patch | 3 +-- src/popt.mk | 3 +-- src/portablexdr.mk | 3 +-- src/portaudio-1-fixes-crlf.patch | 3 +-- src/portaudio-test.c | 3 +-- src/portaudio.mk | 3 +-- src/portmidi-1-nojni.patch | 3 +-- src/portmidi-test.c | 3 +-- src/portmidi.mk | 3 +-- src/postgresql-1-fixes.patch | 3 +-- src/postgresql-2-autoconf-min-version.patch | 3 +-- src/postgresql.mk | 3 +-- src/primesieve.mk | 3 +-- src/proj.mk | 3 +-- src/protobuf.mk | 3 +-- src/pthreads-libgomp-test.c | 3 +-- src/pthreads-test.c | 3 +-- src/pthreads-test.cmake | 3 +-- src/pthreads.mk | 3 +-- src/qdbm-test.c | 3 +-- src/qdbm.mk | 3 +-- src/qhttpengine-1-decrease-required-cmake-ver.patch | 3 +-- src/qhttpengine.mk | 3 +-- src/qjson-1-fixes.patch | 3 +-- src/qjson-1-static.patch | 3 +-- src/qjson.mk | 3 +-- src/qscintilla2-test.cpp | 3 +-- src/qscintilla2.mk | 3 +-- src/qt-1-cherrypicks.patch | 3 +-- src/qt-test.cmake | 3 +-- src/qt-test.cpp | 3 +-- src/qt-test.pro | 3 +-- src/qt-test.ui | 3 +-- src/qt.mk | 3 +-- src/qt3d.mk | 3 +-- src/qt5.mk | 3 +-- src/qtactiveqt-1.patch | 3 +-- src/qtactiveqt.mk | 3 +-- src/qtbase-1-fixes.patch | 3 +-- src/qtbase.mk | 3 +-- src/qtcanvas3d.mk | 3 +-- src/qtcharts.mk | 3 +-- src/qtconnectivity.mk | 3 +-- src/qtdatavis3d.mk | 3 +-- src/qtdeclarative-render2d.mk | 3 +-- src/qtdeclarative.mk | 3 +-- src/qtgamepad.mk | 3 +-- src/qtgraphicaleffects.mk | 3 +-- src/qtimageformats-1.patch | 3 +-- src/qtimageformats.mk | 3 +-- src/qtlocation.mk | 3 +-- src/qtmultimedia.mk | 3 +-- src/qtofficeopenxml.mk | 3 +-- src/qtpurchasing.mk | 3 +-- src/qtquickcontrols.mk | 3 +-- src/qtquickcontrols2.mk | 3 +-- src/qtscript.mk | 3 +-- src/qtscxml.mk | 3 +-- src/qtsensors.mk | 3 +-- src/qtserialbus.mk | 3 +-- src/qtserialport.mk | 3 +-- src/qtserialport_qt4-1-fixes.patch | 3 +-- src/qtserialport_qt4.mk | 3 +-- src/qtservice-1-fixes.patch | 3 +-- src/qtservice.mk | 3 +-- src/qtsparkle_qt4-test.cpp | 3 +-- src/qtsparkle_qt4.mk | 3 +-- src/qtsvg.mk | 3 +-- src/qtsystems.mk | 3 +-- src/qttools-1.patch | 3 +-- src/qttools-test/CMakeLists.txt | 3 +-- src/qttools-test/mxe-cmake-qtuitools.cpp | 3 +-- src/qttools.mk | 3 +-- src/qttranslations.mk | 3 +-- src/qtvirtualkeyboard.mk | 3 +-- src/qtwebchannel.mk | 3 +-- src/qtwebengine.mk | 3 +-- src/qtwebkit-1-fixes.patch | 3 +-- src/qtwebkit.mk | 3 +-- src/qtwebsockets.mk | 3 +-- src/qtwebview.mk | 3 +-- src/qtwinextras-1.patch | 3 +-- src/qtwinextras.mk | 3 +-- src/qtxlsxwriter.mk | 3 +-- src/qtxmlpatterns-1.patch | 3 +-- src/qtxmlpatterns.mk | 3 +-- src/qwt-1-fixes-crlf.patch | 3 +-- src/qwt.mk | 3 +-- src/qwt_qt4-1-fixes-crlf.patch | 3 +-- src/qwt_qt4.mk | 3 +-- src/qwtplot3d-1-fixes.patch | 3 +-- src/qwtplot3d.mk | 3 +-- src/readline-1.patch | 3 +-- src/readline.mk | 3 +-- src/rubberband-1-pc-deps.patch | 3 +-- src/rubberband.mk | 3 +-- src/rucksack-test.c | 3 +-- src/rucksack.mk | 3 +-- src/sdl-test.c | 3 +-- src/sdl-test.cmake | 3 +-- src/sdl.mk | 3 +-- src/sdl2-1.patch | 3 +-- src/sdl2-test.c | 3 +-- src/sdl2.mk | 3 +-- src/sdl2_gfx-test.c | 3 +-- src/sdl2_gfx.mk | 3 +-- src/sdl2_image.mk | 3 +-- src/sdl2_mixer-1-linkfix.patch | 3 +-- src/sdl2_mixer.mk | 3 +-- src/sdl2_net-1-winsocks2.patch | 3 +-- src/sdl2_net-test.c | 3 +-- src/sdl2_net.mk | 3 +-- src/sdl2_ttf.mk | 3 +-- src/sdl_gfx-test.c | 3 +-- src/sdl_gfx.mk | 3 +-- src/sdl_image-test-CMakeLists.txt | 3 +-- src/sdl_image-test.c | 3 +-- src/sdl_image.mk | 3 +-- src/sdl_mixer-1-fix-double-free.patch | 3 +-- src/sdl_mixer-test.c | 3 +-- src/sdl_mixer.mk | 3 +-- src/sdl_net-1-fixes.patch | 3 +-- src/sdl_net-2-winsocks2.patch | 3 +-- src/sdl_net-test.c | 3 +-- src/sdl_net.mk | 3 +-- src/sdl_pango-1-api-adds.patch | 3 +-- src/sdl_pango-2-static-matrices.patch | 3 +-- src/sdl_pango.mk | 3 +-- src/sdl_rwhttp-test.c | 3 +-- src/sdl_rwhttp.mk | 3 +-- src/sdl_sound-test-CMakeLists.txt | 3 +-- src/sdl_sound-test.c | 3 +-- src/sdl_sound.mk | 3 +-- src/sdl_ttf.mk | 3 +-- src/sfml-1-fixes-crlf.patch | 3 +-- src/sfml-test.cpp | 3 +-- src/sfml.mk | 3 +-- src/smpeg-test.c | 3 +-- src/smpeg.mk | 3 +-- src/smpeg2.mk | 3 +-- src/sox-test.c | 3 +-- src/sox.mk | 3 +-- src/sparsehash.mk | 3 +-- src/speex.mk | 3 +-- src/speexdsp.mk | 3 +-- src/sqlite.mk | 3 +-- src/subversion.mk | 3 +-- src/suitesparse-1.patch | 3 +-- src/suitesparse.mk | 3 +-- src/t4k_common.mk | 3 +-- src/taglib.mk | 3 +-- src/tclap.mk | 3 +-- src/teem.mk | 3 +-- src/termcap.mk | 3 +-- src/theora.mk | 3 +-- src/tiff.mk | 3 +-- src/tinyxml.mk | 3 +-- src/tinyxml2.mk | 3 +-- src/tre.mk | 3 +-- src/twolame.mk | 3 +-- src/ucl-1-fixes.patch | 3 +-- src/ucl.mk | 3 +-- src/unrtf-1.patch | 3 +-- src/unrtf.mk | 3 +-- src/upx-1-fix-logging.patch | 3 +-- src/upx.mk | 3 +-- src/vamp-plugin-sdk.mk | 3 +-- src/vcdimager-1-configure.patch | 3 +-- src/vcdimager.mk | 3 +-- src/vidstab-1-lib-type.patch | 3 +-- src/vidstab-2-lib-type-fix.patch | 3 +-- src/vidstab-test.c | 3 +-- src/vidstab.mk | 3 +-- src/vigra-test.cpp | 3 +-- src/vigra.mk | 3 +-- src/vmime-1.patch | 3 +-- src/vmime.mk | 3 +-- src/vo-aacenc.mk | 3 +-- src/vo-amrwbenc.mk | 3 +-- src/vorbis.mk | 3 +-- src/vtk-1-fixes.patch | 3 +-- src/vtk.mk | 3 +-- src/vtk6-1-fixes.patch | 3 +-- src/vtk6.mk | 3 +-- src/waf.mk | 3 +-- src/wavpack.mk | 3 +-- src/wget.mk | 3 +-- src/widl-1-fixes.patch | 3 +-- src/widl.mk | 3 +-- src/winpcap-1-fixes.patch | 3 +-- src/winpcap.mk | 3 +-- src/wt-1-fixes.patch | 3 +-- src/wt.mk | 3 +-- src/wxwidgets-test.cpp | 3 +-- src/wxwidgets.mk | 3 +-- src/x264-1-fix-bin-bash.patch | 3 +-- src/x264.mk | 3 +-- src/xapian-core.mk | 3 +-- src/xerces-test.cpp | 3 +-- src/xerces.mk | 3 +-- src/xmlrpc-c-1-fixes.patch | 3 +-- src/xmlrpc-c.mk | 3 +-- src/xmlwrapp-1-va_list.patch | 3 +-- src/xmlwrapp-2-boost.patch | 3 +-- src/xmlwrapp.mk | 3 +-- src/xorg-macros.mk | 3 +-- src/xvidcore.mk | 3 +-- src/xxhash-1-fixes.patch | 3 +-- src/xxhash-test.c | 3 +-- src/xxhash.mk | 3 +-- src/xz.mk | 3 +-- src/yaml-cpp-1-fixes.patch | 3 +-- src/yaml-cpp.mk | 3 +-- src/yasm.mk | 3 +-- src/zlib-1-win32-static.patch | 3 +-- src/zlib.mk | 3 +-- src/zziplib-1-fix-mmap.patch | 3 +-- src/zziplib.mk | 3 +-- tools/build-pkg.lua | 3 +-- tools/fake-editor | 3 +-- tools/s3-fetch-and-sync | 3 +-- tools/skeleton.py | 6 ++---- tools/update-config-guess | 3 +-- tools/update-gmsl | 3 +-- 861 files changed, 863 insertions(+), 1726 deletions(-) diff --git a/Makefile b/Makefile index 81a7385..d97fa43 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. MAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE))) diff --git a/assets/build-matrix.css b/assets/build-matrix.css index 4d03da1..49850b6 100644 --- a/assets/build-matrix.css +++ b/assets/build-matrix.css @@ -1,5 +1,4 @@ -/* This file is part of MXE. - * See index.html for further information. */ +/* This file is part of MXE. See LICENSE.md for licensing information. */ table.fullscreen { width: 100%; diff --git a/assets/common.css b/assets/common.css index 49499b4..da6a1f6 100644 --- a/assets/common.css +++ b/assets/common.css @@ -1,5 +1,4 @@ -/* This file is part of MXE. - * See index.html for further information. */ +/* This file is part of MXE. See LICENSE.md for licensing information. */ body { font-size: 11pt; margin-top: 0em; diff --git a/index.html b/index.html index 6e46c81..ad0a17c 100644 --- a/index.html +++ b/index.html @@ -3048,8 +3048,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)

and should start with:

-
This file is part of MXE.
-See index.html for further information.
+        
This file is part of MXE. See LICENSE.md for licensing information.
 
 This patch has been taken from:
 https://...
diff --git a/patch.mk b/patch.mk index a97803b..f31a73e 100644 --- a/patch.mk +++ b/patch.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. GIT_DIR = $(if $(patsubst .,,$($(1)_SUBDIR)) \ ,$(GITS_DIR)/$($(1)_SUBDIR),$(GITS_DIR)/$(1)) @@ -42,8 +41,7 @@ endef define EXPORT_PATCH cd '$(call GIT_DIR,$(1))' \ && ( \ - echo 'This file is part of MXE.'; \ - echo 'See index.html for further information.'; \ + echo 'This file is part of MXE. See LICENSE.md for licensing information.'; \ echo ''; \ echo 'Contains ad hoc patches for cross building.'; \ echo ''; \ diff --git a/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch b/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch index 2962b63..0d97f8c 100644 --- a/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch +++ b/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From e941cfd42870fe214f8c44cd5e4d8ee6893b0904 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/plugins/apps/keepassx.mk b/plugins/apps/keepassx.mk index 111bb0b..2a9ad9c 100644 --- a/plugins/apps/keepassx.mk +++ b/plugins/apps/keepassx.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := keepassx $(PKG)_IGNORE := diff --git a/plugins/apps/luajit.mk b/plugins/apps/luajit.mk index 1fcfe9b..aa396fb 100644 --- a/plugins/apps/luajit.mk +++ b/plugins/apps/luajit.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # enable native build of luajit for wrk # leave build rule in src/luajit.mk for other uses (i.e. build-pkg) diff --git a/plugins/apps/qbittorrent-1-fixes.patch b/plugins/apps/qbittorrent-1-fixes.patch index fe4c17a..4d9cbab 100644 --- a/plugins/apps/qbittorrent-1-fixes.patch +++ b/plugins/apps/qbittorrent-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk index 00a4019..0078607 100644 --- a/plugins/apps/qbittorrent.mk +++ b/plugins/apps/qbittorrent.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qbittorrent $(PKG)_IGNORE := diff --git a/plugins/apps/tor-1-fixes.patch b/plugins/apps/tor-1-fixes.patch index 9d9b415..6316094 100644 --- a/plugins/apps/tor-1-fixes.patch +++ b/plugins/apps/tor-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/apps/tor.mk b/plugins/apps/tor.mk index f75933b..6b7e3f4 100644 --- a/plugins/apps/tor.mk +++ b/plugins/apps/tor.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tor $(PKG)_IGNORE := diff --git a/plugins/apps/wrk-1-fixes.patch b/plugins/apps/wrk-1-fixes.patch index a01fced..7e6134f 100644 --- a/plugins/apps/wrk-1-fixes.patch +++ b/plugins/apps/wrk-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/apps/wrk.mk b/plugins/apps/wrk.mk index 751d246..656040d 100644 --- a/plugins/apps/wrk.mk +++ b/plugins/apps/wrk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := wrk $(PKG)_IGNORE := diff --git a/plugins/examples/custom-qt-min/overrides.mk b/plugins/examples/custom-qt-min/overrides.mk index 9e47254..e2c2421 100644 --- a/plugins/examples/custom-qt-min/overrides.mk +++ b/plugins/examples/custom-qt-min/overrides.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # MXE provides a fully featured build of Qt. Some users want more control... # http://lists.nongnu.org/archive/html/mingw-cross-env-list/2013-08/msg00010.html diff --git a/plugins/examples/host-toolchain/binutils-host.mk b/plugins/examples/host-toolchain/binutils-host.mk index 72d9acd..5729e41 100644 --- a/plugins/examples/host-toolchain/binutils-host.mk +++ b/plugins/examples/host-toolchain/binutils-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := binutils-host $(PKG)_IGNORE = $(binutils_IGNORE) diff --git a/plugins/examples/host-toolchain/cmake-host.mk b/plugins/examples/host-toolchain/cmake-host.mk index 253dbc4..9def339 100644 --- a/plugins/examples/host-toolchain/cmake-host.mk +++ b/plugins/examples/host-toolchain/cmake-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cmake-host $(PKG)_IGNORE = $(cmake_IGNORE) diff --git a/plugins/examples/host-toolchain/gcc-host.mk b/plugins/examples/host-toolchain/gcc-host.mk index e96dcb4..db3d266 100644 --- a/plugins/examples/host-toolchain/gcc-host.mk +++ b/plugins/examples/host-toolchain/gcc-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gcc-host $(PKG)_IGNORE = $(gcc_IGNORE) diff --git a/plugins/examples/host-toolchain/make-w32-bin.mk b/plugins/examples/host-toolchain/make-w32-bin.mk index 040916b..bd91eff 100644 --- a/plugins/examples/host-toolchain/make-w32-bin.mk +++ b/plugins/examples/host-toolchain/make-w32-bin.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := make-w32-bin $(PKG)_IGNORE := diff --git a/plugins/examples/host-toolchain/pkgconf-host.mk b/plugins/examples/host-toolchain/pkgconf-host.mk index c971044..d82edcb 100644 --- a/plugins/examples/host-toolchain/pkgconf-host.mk +++ b/plugins/examples/host-toolchain/pkgconf-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pkgconf-host $(PKG)_IGNORE = $(pkgconf_IGNORE) diff --git a/plugins/examples/host-toolchain/qt5-host-tools.mk b/plugins/examples/host-toolchain/qt5-host-tools.mk index 0c91842..c68a79f 100644 --- a/plugins/examples/host-toolchain/qt5-host-tools.mk +++ b/plugins/examples/host-toolchain/qt5-host-tools.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := $(basename $(notdir $(lastword $(MAKEFILE_LIST)))) $(PKG)_FILE = $(qtbase_FILE) diff --git a/plugins/examples/host-toolchain/winpthreads-host.mk b/plugins/examples/host-toolchain/winpthreads-host.mk index 6d10feb..1a947da 100644 --- a/plugins/examples/host-toolchain/winpthreads-host.mk +++ b/plugins/examples/host-toolchain/winpthreads-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := winpthreads-host $(PKG)_IGNORE = $(mingw-w64_IGNORE) diff --git a/plugins/examples/qt5-deps/overrides.mk b/plugins/examples/qt5-deps/overrides.mk index c437086..f8407b1 100644 --- a/plugins/examples/qt5-deps/overrides.mk +++ b/plugins/examples/qt5-deps/overrides.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. poppler_DEPS := $(filter-out qt ,$(poppler_DEPS)) qtbase openscenegraph_DEPS := $(filter-out qt ,$(openscenegraph_DEPS)) qtbase diff --git a/plugins/gcc5/gcc5-overlay.mk b/plugins/gcc5/gcc5-overlay.mk index 894952b..8c34cfa 100644 --- a/plugins/gcc5/gcc5-overlay.mk +++ b/plugins/gcc5/gcc5-overlay.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # override relevant cloog, isl, and gcc variables changed in: # https://github.com/mxe/mxe/pull/965 diff --git a/plugins/gcc6/gcc6-overlay.mk b/plugins/gcc6/gcc6-overlay.mk index 63a2235..beada61 100644 --- a/plugins/gcc6/gcc6-overlay.mk +++ b/plugins/gcc6/gcc6-overlay.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # override relevant cloog, isl, and gcc variables changed in: # https://github.com/mxe/mxe/pull/965 diff --git a/plugins/go/go-1-fixes.patch b/plugins/go/go-1-fixes.patch index 27281c7..4c02676 100644 --- a/plugins/go/go-1-fixes.patch +++ b/plugins/go/go-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/go/go-native.mk b/plugins/go/go-native.mk index 2278d2c..f85fcd7 100644 --- a/plugins/go/go-native.mk +++ b/plugins/go/go-native.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := go-native $(PKG)_WEBSITE := https://golang.org/ diff --git a/plugins/go/go.mk b/plugins/go/go.mk index a28f0ed..d5fe32d 100644 --- a/plugins/go/go.mk +++ b/plugins/go/go.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := go $(PKG)_WEBSITE := https://golang.org/ diff --git a/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch b/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch index 7edd1f5..fffa233 100644 --- a/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch +++ b/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 1d8e959ee39e7a46e150e722af12252448c7ac22 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/plugins/luarocks/llthreads2.mk b/plugins/luarocks/llthreads2.mk index 0c9115e..0939b95 100644 --- a/plugins/luarocks/llthreads2.mk +++ b/plugins/luarocks/llthreads2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := llthreads2 $(PKG)_WEBSITE := https://github.com/moteus/lua-llthreads2 diff --git a/plugins/luarocks/lpeg-1-rockspec.patch b/plugins/luarocks/lpeg-1-rockspec.patch index 2d336e9..e8bd247 100644 --- a/plugins/luarocks/lpeg-1-rockspec.patch +++ b/plugins/luarocks/lpeg-1-rockspec.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From f271a094f8add34df3f31ac6fb12c9fe683f763a Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/plugins/luarocks/lpeg.mk b/plugins/luarocks/lpeg.mk index 4d099db..fac380e 100644 --- a/plugins/luarocks/lpeg.mk +++ b/plugins/luarocks/lpeg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lpeg $(PKG)_WEBSITE := http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html diff --git a/plugins/luarocks/lua-rapidjson-1-fixes.patch b/plugins/luarocks/lua-rapidjson-1-fixes.patch index 554d46c..b509c2f 100644 --- a/plugins/luarocks/lua-rapidjson-1-fixes.patch +++ b/plugins/luarocks/lua-rapidjson-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From dbedfa6c3b350b6cb2c13d17790a17129ce28721 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/plugins/luarocks/lua-rapidjson.mk b/plugins/luarocks/lua-rapidjson.mk index fa7ed1e..7ba99fc 100644 --- a/plugins/luarocks/lua-rapidjson.mk +++ b/plugins/luarocks/lua-rapidjson.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lua-rapidjson $(PKG)_WEBSITE := https://github.com/xpol/lua-rapidjson diff --git a/plugins/luarocks/lua.mk b/plugins/luarocks/lua.mk index f891224..b30afc5 100644 --- a/plugins/luarocks/lua.mk +++ b/plugins/luarocks/lua.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # enable native build for luarocks # leave build rule in src/lua.mk for other uses (i.e. build-pkg) diff --git a/plugins/luarocks/luarocks-1-fixes.patch b/plugins/luarocks/luarocks-1-fixes.patch index 4860d52..346f77a 100644 --- a/plugins/luarocks/luarocks-1-fixes.patch +++ b/plugins/luarocks/luarocks-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/luarocks/luarocks.mk b/plugins/luarocks/luarocks.mk index ef4a5ac..35ddb04 100644 --- a/plugins/luarocks/luarocks.mk +++ b/plugins/luarocks/luarocks.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := luarocks $(PKG)_WEBSITE := https://luarocks.org/ diff --git a/plugins/luarocks/luasocket-1-build-on-mxe.patch b/plugins/luarocks/luasocket-1-build-on-mxe.patch index c6e6db5..1845a0a 100644 --- a/plugins/luarocks/luasocket-1-build-on-mxe.patch +++ b/plugins/luarocks/luasocket-1-build-on-mxe.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 11c943734757cf703daa6768b3919b7a580fe8b0 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/plugins/luarocks/luasocket-2-lual-checkint.patch b/plugins/luarocks/luasocket-2-lual-checkint.patch index 27323e3..2c1c390 100644 --- a/plugins/luarocks/luasocket-2-lual-checkint.patch +++ b/plugins/luarocks/luasocket-2-lual-checkint.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 25007fd7fed18926728b9a1249f827a27e1d03f1 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/plugins/luarocks/luasocket.mk b/plugins/luarocks/luasocket.mk index 5deac86..c224b62 100644 --- a/plugins/luarocks/luasocket.mk +++ b/plugins/luarocks/luasocket.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := luasocket $(PKG)_WEBSITE := http://www.impa.br/~diego/software/luasocket diff --git a/plugins/luarocks/luv-1-fixes.patch b/plugins/luarocks/luv-1-fixes.patch index bce9e26..cf46fa2 100644 --- a/plugins/luarocks/luv-1-fixes.patch +++ b/plugins/luarocks/luv-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/luarocks/luv.mk b/plugins/luarocks/luv.mk index b36b07a..844686e 100644 --- a/plugins/luarocks/luv.mk +++ b/plugins/luarocks/luv.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := luv $(PKG)_WEBSITE := https://github.com/luvit/luv diff --git a/plugins/native/autoconf.mk b/plugins/native/autoconf.mk index 13c3802..5443df0 100644 --- a/plugins/native/autoconf.mk +++ b/plugins/native/autoconf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := autoconf $(PKG)_IGNORE := diff --git a/plugins/native/automake.mk b/plugins/native/automake.mk index 77e578d..6594229 100644 --- a/plugins/native/automake.mk +++ b/plugins/native/automake.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := automake $(PKG)_IGNORE := diff --git a/plugins/native/bison.mk b/plugins/native/bison.mk index 3f64f6c..a997581 100644 --- a/plugins/native/bison.mk +++ b/plugins/native/bison.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := bison $(PKG)_IGNORE := 3% diff --git a/plugins/native/coreutils.mk b/plugins/native/coreutils.mk index bc25692..04f505e 100644 --- a/plugins/native/coreutils.mk +++ b/plugins/native/coreutils.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := coreutils $(PKG)_IGNORE := diff --git a/plugins/native/flex.mk b/plugins/native/flex.mk index 666573c..286a420 100644 --- a/plugins/native/flex.mk +++ b/plugins/native/flex.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := flex $(PKG)_IGNORE := diff --git a/plugins/native/gettext.mk b/plugins/native/gettext.mk index b9c5749..75d2aed 100644 --- a/plugins/native/gettext.mk +++ b/plugins/native/gettext.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gettext $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) diff --git a/plugins/native/gperf.mk b/plugins/native/gperf.mk index 102349a..88c97f1 100644 --- a/plugins/native/gperf.mk +++ b/plugins/native/gperf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gperf $(PKG)_IGNORE := diff --git a/plugins/native/intltool.mk b/plugins/native/intltool.mk index c48a31e..32e9252 100644 --- a/plugins/native/intltool.mk +++ b/plugins/native/intltool.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := intltool $(PKG)_IGNORE := diff --git a/plugins/native/libiconv.mk b/plugins/native/libiconv.mk index faadeed..1313ed8 100644 --- a/plugins/native/libiconv.mk +++ b/plugins/native/libiconv.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libiconv $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) diff --git a/plugins/native/libtool.mk b/plugins/native/libtool.mk index 58769fa..ac372f6 100644 --- a/plugins/native/libtool.mk +++ b/plugins/native/libtool.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libtool $(PKG)_TARGETS := $(BUILD) diff --git a/plugins/native/m4.mk b/plugins/native/m4.mk index 3aeb258..8eb7155 100644 --- a/plugins/native/m4.mk +++ b/plugins/native/m4.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := m4 $(PKG)_IGNORE := diff --git a/plugins/native/make.mk b/plugins/native/make.mk index 1f6fb7c..264c082 100644 --- a/plugins/native/make.mk +++ b/plugins/native/make.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := make $(PKG)_IGNORE := diff --git a/plugins/native/patch.mk b/plugins/native/patch.mk index cb8634b..3ab15f6 100644 --- a/plugins/native/patch.mk +++ b/plugins/native/patch.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := patch $(PKG)_IGNORE := diff --git a/plugins/native/sed.mk b/plugins/native/sed.mk index 75c86b7..7f34daf 100644 --- a/plugins/native/sed.mk +++ b/plugins/native/sed.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sed $(PKG)_IGNORE := diff --git a/plugins/tcl.tk/tcl.mk b/plugins/tcl.tk/tcl.mk index 0d86e43..7ce4fb5 100644 --- a/plugins/tcl.tk/tcl.mk +++ b/plugins/tcl.tk/tcl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tcl $(PKG)_WEBSITE := https://tcl.tk diff --git a/plugins/tcl.tk/tk.mk b/plugins/tcl.tk/tk.mk index 4d161ca..f705adc 100644 --- a/plugins/tcl.tk/tk.mk +++ b/plugins/tcl.tk/tk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tk $(PKG)_WEBSITE := https://tcl.tk diff --git a/src/a52dec.mk b/src/a52dec.mk index 531f2fa..030eb2b 100644 --- a/src/a52dec.mk +++ b/src/a52dec.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := a52dec $(PKG)_IGNORE := diff --git a/src/agg-1-fixes.patch b/src/agg-1-fixes.patch index c93390c..6cffa45 100644 --- a/src/agg-1-fixes.patch +++ b/src/agg-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 2617d6a743ad197dc7ae0278a9c7015cc7dff61f Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/agg.mk b/src/agg.mk index 67533e6..5e64281 100644 --- a/src/agg.mk +++ b/src/agg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := agg $(PKG)_IGNORE := diff --git a/src/alure.mk b/src/alure.mk index a4905ea..185cf3e 100644 --- a/src/alure.mk +++ b/src/alure.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := alure $(PKG)_IGNORE := diff --git a/src/apr-1.patch b/src/apr-1.patch index 530b5da..b19d804 100644 --- a/src/apr-1.patch +++ b/src/apr-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 1e244993f497ca7167361dfb29a2fe43232a7661 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/apr-2-wtypes.patch b/src/apr-2-wtypes.patch index c1676bd..ea63c9b 100644 --- a/src/apr-2-wtypes.patch +++ b/src/apr-2-wtypes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From: "Jon Schewe (BBN) " Taken from https://issues.apache.org/bugzilla/attachment.cgi?id=31800. diff --git a/src/apr-3.patch b/src/apr-3.patch index 19a02d0..e19abc3 100644 --- a/src/apr-3.patch +++ b/src/apr-3.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 72ceb6351c8519ed48b21233246fc87f5dc8ee18 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/apr-util.mk b/src/apr-util.mk index ff10a01..507bede 100644 --- a/src/apr-util.mk +++ b/src/apr-util.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := apr-util $(PKG)_IGNORE := diff --git a/src/apr.mk b/src/apr.mk index 3ce4c21..b4527c1 100644 --- a/src/apr.mk +++ b/src/apr.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := apr $(PKG)_IGNORE := diff --git a/src/armadillo-test.cpp b/src/armadillo-test.cpp index 3abff94..01a7ce2 100644 --- a/src/armadillo-test.cpp +++ b/src/armadillo-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/armadillo.mk b/src/armadillo.mk index 46fc4fb..68f2e2b 100644 --- a/src/armadillo.mk +++ b/src/armadillo.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := armadillo $(PKG)_IGNORE := diff --git a/src/aspell-1-fixes.patch b/src/aspell-1-fixes.patch index 3ff19e1..9517125 100644 --- a/src/aspell-1-fixes.patch +++ b/src/aspell-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/aspell.mk b/src/aspell.mk index b0a233a..560a326 100644 --- a/src/aspell.mk +++ b/src/aspell.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := aspell $(PKG)_IGNORE := diff --git a/src/assimp-test.c b/src/assimp-test.c index 24866cf..5321558 100644 --- a/src/assimp-test.c +++ b/src/assimp-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/assimp.mk b/src/assimp.mk index 5a8f165..5cf3c6c 100644 --- a/src/assimp.mk +++ b/src/assimp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := assimp $(PKG)_IGNORE := diff --git a/src/atk-1-DllMain.patch b/src/atk-1-DllMain.patch index 69b8d46..92389e4 100644 --- a/src/atk-1-DllMain.patch +++ b/src/atk-1-DllMain.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -uNr a/atk/atkprivate.c b/atk/atkprivate.c --- a/atk/atkprivate.c diff --git a/src/atk.mk b/src/atk.mk index f36816c..99bb643 100644 --- a/src/atk.mk +++ b/src/atk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := atk $(PKG)_IGNORE := diff --git a/src/atkmm.mk b/src/atkmm.mk index f4ab41f..b551d47 100644 --- a/src/atkmm.mk +++ b/src/atkmm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := atkmm $(PKG)_IGNORE := diff --git a/src/aubio-1-fixes.patch b/src/aubio-1-fixes.patch index c93739a..84fb628 100644 --- a/src/aubio-1-fixes.patch +++ b/src/aubio-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/aubio-test.c b/src/aubio-test.c index c7782f0..083b473 100644 --- a/src/aubio-test.c +++ b/src/aubio-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/aubio.mk b/src/aubio.mk index e024cf5..d5c1104 100644 --- a/src/aubio.mk +++ b/src/aubio.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := aubio $(PKG)_IGNORE := diff --git a/src/bfd-1-disable-subdir-doc.patch b/src/bfd-1-disable-subdir-doc.patch index f5e62a6..7d6e946 100644 --- a/src/bfd-1-disable-subdir-doc.patch +++ b/src/bfd-1-disable-subdir-doc.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From e64e4a2b049ff472d6400d9650e295c1ebd6294b Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/bfd.mk b/src/bfd.mk index 2fe2af0..cf1bf75 100644 --- a/src/bfd.mk +++ b/src/bfd.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := bfd $(PKG)_IGNORE = $(binutils_IGNORE) diff --git a/src/binutils.mk b/src/binutils.mk index 5a7699a..768a852 100644 --- a/src/binutils.mk +++ b/src/binutils.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := binutils # see http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00013.html diff --git a/src/blas.mk b/src/blas.mk index 1beca51..e8bc498 100644 --- a/src/blas.mk +++ b/src/blas.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := blas $(PKG)_IGNORE := diff --git a/src/boost-1-fixes.patch b/src/boost-1-fixes.patch index 2815c30..8d72234 100644 --- a/src/boost-1-fixes.patch +++ b/src/boost-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: xantares diff --git a/src/boost-test.cmake b/src/boost-test.cmake index 3875fec..cfde376 100644 --- a/src/boost-test.cmake +++ b/src/boost-test.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # partial module - included by src/cmake/CMakeLists.txt diff --git a/src/boost-test.cpp b/src/boost-test.cpp index a81b11a..d975894 100644 --- a/src/boost-test.cpp +++ b/src/boost-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/boost.mk b/src/boost.mk index 77bfb1b..71e38fa 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := boost $(PKG)_IGNORE := diff --git a/src/box2d.mk b/src/box2d.mk index eead70d..007837d 100644 --- a/src/box2d.mk +++ b/src/box2d.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := box2d $(PKG)_IGNORE := diff --git a/src/bullet-1-pkgconfig.patch b/src/bullet-1-pkgconfig.patch index 7b8dc52..2bebda1 100644 --- a/src/bullet-1-pkgconfig.patch +++ b/src/bullet-1-pkgconfig.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- a/CMakeLists.txt Sat Sep 14 11:25:52 2013 -0700 +++ b/CMakeLists.txt Fri Sep 27 15:03:58 2013 +1000 diff --git a/src/bullet-test.cpp b/src/bullet-test.cpp index 808f00a..d238fb1 100644 --- a/src/bullet-test.cpp +++ b/src/bullet-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #pragma GCC diagnostic ignored "-Wunused-parameter" diff --git a/src/bullet.mk b/src/bullet.mk index 8906257..0c98777 100644 --- a/src/bullet.mk +++ b/src/bullet.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := bullet $(PKG)_IGNORE := diff --git a/src/bzip2-1-fixes.patch b/src/bzip2-1-fixes.patch index 250df6e..5385e49 100644 --- a/src/bzip2-1-fixes.patch +++ b/src/bzip2-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -uNr bzip2-1.0.6.orig/bzip2.c bzip2-1.0.6/bzip2.c --- bzip2-1.0.6.orig/bzip2.c 2010-09-11 01:04:53.000000000 +0200 diff --git a/src/bzip2.mk b/src/bzip2.mk index fc8ed9f..ff6217a 100644 --- a/src/bzip2.mk +++ b/src/bzip2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := bzip2 $(PKG)_IGNORE := diff --git a/src/cairo-1-ssize-t-defined.patch b/src/cairo-1-ssize-t-defined.patch index 3573c1d..bf29d91 100644 --- a/src/cairo-1-ssize-t-defined.patch +++ b/src/cairo-1-ssize-t-defined.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Insist that ssize_t is defined. diff --git a/src/cairo-2-static-init.patch b/src/cairo-2-static-init.patch index 515a524..04457b8 100644 --- a/src/cairo-2-static-init.patch +++ b/src/cairo-2-static-init.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. When DllMain is not being run, we need to initialize the font face mutex before using it. diff --git a/src/cairo.mk b/src/cairo.mk index 32b3903..7e112d8 100644 --- a/src/cairo.mk +++ b/src/cairo.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cairo $(PKG)_IGNORE := diff --git a/src/cairomm.mk b/src/cairomm.mk index d1ef2a7..f74b773 100644 --- a/src/cairomm.mk +++ b/src/cairomm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cairomm $(PKG)_IGNORE := diff --git a/src/cblas.mk b/src/cblas.mk index 777d306..bcdd9ac 100644 --- a/src/cblas.mk +++ b/src/cblas.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cblas $(PKG)_IGNORE := diff --git a/src/ccfits.mk b/src/ccfits.mk index b730bcd..1a44d2d 100755 --- a/src/ccfits.mk +++ b/src/ccfits.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ccfits $(PKG)_IGNORE := diff --git a/src/cegui-1-fixes.patch b/src/cegui-1-fixes.patch index ee04dad..dea814e 100644 --- a/src/cegui-1-fixes.patch +++ b/src/cegui-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/cegui-test.cpp b/src/cegui-test.cpp index 1249f81..050760d 100644 --- a/src/cegui-test.cpp +++ b/src/cegui-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ /************************************************* diff --git a/src/cegui.mk b/src/cegui.mk index 703829c..7b259f3 100644 --- a/src/cegui.mk +++ b/src/cegui.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cegui $(PKG)_IGNORE := diff --git a/src/cfitsio-test.c b/src/cfitsio-test.c index 99ac80f..9b26141 100644 --- a/src/cfitsio-test.c +++ b/src/cfitsio-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/cfitsio.mk b/src/cfitsio.mk index f2143cc..f0951e2 100644 --- a/src/cfitsio.mk +++ b/src/cfitsio.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cfitsio $(PKG)_IGNORE := diff --git a/src/cgal.mk b/src/cgal.mk index 6aeca03..84a407c 100644 --- a/src/cgal.mk +++ b/src/cgal.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cgal $(PKG)_IGNORE := diff --git a/src/check.mk b/src/check.mk index 855bd82..7447e97 100644 --- a/src/check.mk +++ b/src/check.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := check $(PKG)_IGNORE := diff --git a/src/chipmunk-1-lib.patch b/src/chipmunk-1-lib.patch index a98a87c..7d7d461 100644 --- a/src/chipmunk-1-lib.patch +++ b/src/chipmunk-1-lib.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Taken from https://github.com/slembcke/Chipmunk2D/pull/87. diff --git a/src/chipmunk-test.c b/src/chipmunk-test.c index e425d34..0c3cfe1 100644 --- a/src/chipmunk-test.c +++ b/src/chipmunk-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/chipmunk.mk b/src/chipmunk.mk index a614970..a3d57d0 100644 --- a/src/chipmunk.mk +++ b/src/chipmunk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := chipmunk $(PKG)_IGNORE := diff --git a/src/chromaprint.mk b/src/chromaprint.mk index 5ad4728..39ccde7 100644 --- a/src/chromaprint.mk +++ b/src/chromaprint.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := chromaprint $(PKG)_IGNORE := diff --git a/src/cimg-1-add-option-exe-suffix-exesfx.patch b/src/cimg-1-add-option-exe-suffix-exesfx.patch index 5760bc1..05ad82a 100644 --- a/src/cimg-1-add-option-exe-suffix-exesfx.patch +++ b/src/cimg-1-add-option-exe-suffix-exesfx.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 68ca8760276836154d4cc09585c21771856c1cf8 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/cimg-2-split-cflags-to-define-and-incdir.patch b/src/cimg-2-split-cflags-to-define-and-incdir.patch index 0bb79fd..1ecb5d5 100644 --- a/src/cimg-2-split-cflags-to-define-and-incdir.patch +++ b/src/cimg-2-split-cflags-to-define-and-incdir.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From db2da6e11d917fae648af3cd3c31190bc0fc8b74 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/cimg.mk b/src/cimg.mk index 24b49de..4e7abf7 100644 --- a/src/cimg.mk +++ b/src/cimg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cimg $(PKG)_IGNORE := diff --git a/src/cloog.mk b/src/cloog.mk index 3de087b..251f1fc 100644 --- a/src/cloog.mk +++ b/src/cloog.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cloog $(PKG)_IGNORE := diff --git a/src/cmake-1-fixes.patch b/src/cmake-1-fixes.patch index 918a297..59a350b 100644 --- a/src/cmake-1-fixes.patch +++ b/src/cmake-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/cmake.mk b/src/cmake.mk index 4ac8c8c..c4074a2 100644 --- a/src/cmake.mk +++ b/src/cmake.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cmake $(PKG)_IGNORE := diff --git a/src/cmake/modules/FindFreetype.cmake b/src/cmake/modules/FindFreetype.cmake index 44d0675..43690fe 100644 --- a/src/cmake/modules/FindFreetype.cmake +++ b/src/cmake/modules/FindFreetype.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) diff --git a/src/cmake/modules/FindFriBiDi.cmake b/src/cmake/modules/FindFriBiDi.cmake index 949665b..6dbfdf8 100644 --- a/src/cmake/modules/FindFriBiDi.cmake +++ b/src/cmake/modules/FindFriBiDi.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) diff --git a/src/cmake/modules/FindSDL.cmake b/src/cmake/modules/FindSDL.cmake index 791b4af..ed238c8 100644 --- a/src/cmake/modules/FindSDL.cmake +++ b/src/cmake/modules/FindSDL.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) diff --git a/src/cmake/modules/FindSDL_image.cmake b/src/cmake/modules/FindSDL_image.cmake index 27b6342..8395403 100644 --- a/src/cmake/modules/FindSDL_image.cmake +++ b/src/cmake/modules/FindSDL_image.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) diff --git a/src/cmake/modules/FindSDL_mixer.cmake b/src/cmake/modules/FindSDL_mixer.cmake index c80d2da..9e4986b 100644 --- a/src/cmake/modules/FindSDL_mixer.cmake +++ b/src/cmake/modules/FindSDL_mixer.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) diff --git a/src/cmake/modules/FindSDL_net.cmake b/src/cmake/modules/FindSDL_net.cmake index e4be76e..99f70ba 100644 --- a/src/cmake/modules/FindSDL_net.cmake +++ b/src/cmake/modules/FindSDL_net.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) diff --git a/src/cmake/modules/FindSDL_sound.cmake b/src/cmake/modules/FindSDL_sound.cmake index 0c6d765..58bb776 100644 --- a/src/cmake/modules/FindSDL_sound.cmake +++ b/src/cmake/modules/FindSDL_sound.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) diff --git a/src/cmake/modules/FindSDL_ttf.cmake b/src/cmake/modules/FindSDL_ttf.cmake index 12362f4..6427cdc 100644 --- a/src/cmake/modules/FindSDL_ttf.cmake +++ b/src/cmake/modules/FindSDL_ttf.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) diff --git a/src/cmake/modules/FindTIFF.cmake b/src/cmake/modules/FindTIFF.cmake index 6dab2b4..a5a4996 100644 --- a/src/cmake/modules/FindTIFF.cmake +++ b/src/cmake/modules/FindTIFF.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. message("== Custom MXE File: " ${CMAKE_CURRENT_LIST_FILE}) diff --git a/src/cmake/test/CMakeLists.txt b/src/cmake/test/CMakeLists.txt index cd02c10..6075a8f 100644 --- a/src/cmake/test/CMakeLists.txt +++ b/src/cmake/test/CMakeLists.txt @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # 2.8.9 is Debian Wheezy version cmake_minimum_required(VERSION 2.8.9) diff --git a/src/cminpack.mk b/src/cminpack.mk index 33fa53f..3f0d401 100644 --- a/src/cminpack.mk +++ b/src/cminpack.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cminpack $(PKG)_IGNORE := diff --git a/src/coda-1-use-stdint.patch b/src/coda-1-use-stdint.patch index 77e306a..d116b8d 100644 --- a/src/coda-1-use-stdint.patch +++ b/src/coda-1-use-stdint.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from https://github.com/stcorp/coda/pull/9 diff --git a/src/coda-test.c b/src/coda-test.c index f5da782..ca912f2 100644 --- a/src/coda-test.c +++ b/src/coda-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/coda.mk b/src/coda.mk index cac80e1..280fbd5 100644 --- a/src/coda.mk +++ b/src/coda.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := coda $(PKG)_IGNORE := diff --git a/src/coin-1-fixes.patch b/src/coin-1-fixes.patch index cb5ced1..2ab958e 100644 --- a/src/coin-1-fixes.patch +++ b/src/coin-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: https://bitbucket.org/msys2/coin/commits/69e9990b05cee506f5fa16c6edad02a7808bc610/raw/ diff --git a/src/coin-2-gcc-4.7.patch b/src/coin-2-gcc-4.7.patch index 28a9d93..d4deebe 100644 --- a/src/coin-2-gcc-4.7.patch +++ b/src/coin-2-gcc-4.7.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch was taken from Gentoo: https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/coin/files/coin-3.1.3-gcc-4.7.patch?id=17d7c853393ff83e3422e48e9ad2810f23889bbf diff --git a/src/coin-test.cpp b/src/coin-test.cpp index be5eacf..6a9f333 100644 --- a/src/coin-test.cpp +++ b/src/coin-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/coin.mk b/src/coin.mk index f1834cd..78ebba9 100644 --- a/src/coin.mk +++ b/src/coin.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := coin $(PKG)_IGNORE := diff --git a/src/cpp-netlib-1-fixes.patch b/src/cpp-netlib-1-fixes.patch index 67dc72f..1bdf552 100644 --- a/src/cpp-netlib-1-fixes.patch +++ b/src/cpp-netlib-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/cpp-netlib.mk b/src/cpp-netlib.mk index 69f1d2d..2420d2c 100644 --- a/src/cpp-netlib.mk +++ b/src/cpp-netlib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cpp-netlib $(PKG)_IGNORE := diff --git a/src/cppunit.mk b/src/cppunit.mk index e277a32..c885b25 100644 --- a/src/cppunit.mk +++ b/src/cppunit.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cppunit $(PKG)_IGNORE := diff --git a/src/cryptopp-1-fixes.patch b/src/cryptopp-1-fixes.patch index ac4bdbd..7314ffd 100644 --- a/src/cryptopp-1-fixes.patch +++ b/src/cryptopp-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Fix broken Makefile, add relevant object files and don't use -DCRYPTOPP_EXPORTS diff --git a/src/cryptopp.mk b/src/cryptopp.mk index 71ddb4f..db9de7b 100644 --- a/src/cryptopp.mk +++ b/src/cryptopp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cryptopp $(PKG)_IGNORE := diff --git a/src/crystalhd.mk b/src/crystalhd.mk index 746511f..f2752b1 100644 --- a/src/crystalhd.mk +++ b/src/crystalhd.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := crystalhd $(PKG)_IGNORE := diff --git a/src/cunit.mk b/src/cunit.mk index 353e556..100c5b2 100644 --- a/src/cunit.mk +++ b/src/cunit.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cunit $(PKG)_IGNORE := diff --git a/src/curl-test.c b/src/curl-test.c index d0f35d9..5fff5c2 100644 --- a/src/curl-test.c +++ b/src/curl-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/curl.mk b/src/curl.mk index 58e091a..2090341 100644 --- a/src/curl.mk +++ b/src/curl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := curl $(PKG)_IGNORE := diff --git a/src/db-1-fix-including-winioctl-h-lowcase.patch b/src/db-1-fix-including-winioctl-h-lowcase.patch index 5246f03..30f2db0 100644 --- a/src/db-1-fix-including-winioctl-h-lowcase.patch +++ b/src/db-1-fix-including-winioctl-h-lowcase.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From b768ced5dfb6e45b03aff92c747af641f12dcf06 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/db-2-install-exe.patch b/src/db-2-install-exe.patch index 5eaf820..57d26f0 100644 --- a/src/db-2-install-exe.patch +++ b/src/db-2-install-exe.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 67a1bbc57a368efd2ebb81f771ef7ba794bac5a0 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/db.mk b/src/db.mk index 349c0e6..52c9267 100644 --- a/src/db.mk +++ b/src/db.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := db $(PKG)_IGNORE := diff --git a/src/dbus.mk b/src/dbus.mk index ccbed8f..9a0c761 100644 --- a/src/dbus.mk +++ b/src/dbus.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := dbus $(PKG)_IGNORE := diff --git a/src/dcmtk-1-fixes.patch b/src/dcmtk-1-fixes.patch index 51f9dc0..04b4a92 100644 --- a/src/dcmtk-1-fixes.patch +++ b/src/dcmtk-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/dcmtk-2-mingw-w64.patch b/src/dcmtk-2-mingw-w64.patch index 53285ae..b51023c 100644 --- a/src/dcmtk-2-mingw-w64.patch +++ b/src/dcmtk-2-mingw-w64.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 2d08af9a15089c354b436282e4d23f462a81ce8f Mon Sep 17 00:00:00 2001 From: MXE diff --git a/src/dcmtk-3-pointer-fixes.patch b/src/dcmtk-3-pointer-fixes.patch index 3204bf0..84ec147 100644 --- a/src/dcmtk-3-pointer-fixes.patch +++ b/src/dcmtk-3-pointer-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/dcmtk.mk b/src/dcmtk.mk index 71d5b99..cf1f262 100644 --- a/src/dcmtk.mk +++ b/src/dcmtk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := dcmtk $(PKG)_IGNORE := diff --git a/src/devil-1-png.patch b/src/devil-1-png.patch index 3337821..86b21cf 100644 --- a/src/devil-1-png.patch +++ b/src/devil-1-png.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -urN devil-1.7.8.orig/src-IL/src/il_icon.c devil-1.7.8/src-IL/src/il_icon.c --- devil-1.7.8.orig/src-IL/src/il_icon.c 2009-03-08 08:10:09.000000000 +0100 diff --git a/src/devil-2-il.patch b/src/devil-2-il.patch index 6f8ac8b..53899dd 100644 --- a/src/devil-2-il.patch +++ b/src/devil-2-il.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/devil.mk b/src/devil.mk index 645f618..0a96341 100644 --- a/src/devil.mk +++ b/src/devil.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := devil $(PKG)_IGNORE := diff --git a/src/djvulibre-1-fixes.patch b/src/djvulibre-1-fixes.patch index d62bd8a..e99f7e4 100644 --- a/src/djvulibre-1-fixes.patch +++ b/src/djvulibre-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/djvulibre-test.c b/src/djvulibre-test.c index 51889a2..ff46691 100644 --- a/src/djvulibre-test.c +++ b/src/djvulibre-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/djvulibre.mk b/src/djvulibre.mk index 5e3fc5b..18352ce 100644 --- a/src/djvulibre.mk +++ b/src/djvulibre.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := djvulibre $(PKG)_VERSION := 3.5.27 diff --git a/src/dlfcn-win32.mk b/src/dlfcn-win32.mk index e23904e..9dce880 100644 --- a/src/dlfcn-win32.mk +++ b/src/dlfcn-win32.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := dlfcn-win32 $(PKG)_IGNORE := diff --git a/src/eigen-1-disable-os-check.patch b/src/eigen-1-disable-os-check.patch index ce9c620..ab63bd0 100644 --- a/src/eigen-1-disable-os-check.patch +++ b/src/eigen-1-disable-os-check.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- a/cmake/EigenDetermineOSVersion.cmake 2012-12-05 16:53:46.305932163 +0100 +++ b/cmake/EigenDetermineOSVersion.cmake 2012-12-05 16:56:15.937936644 +0100 diff --git a/src/eigen-2-fix-compiler-version.patch b/src/eigen-2-fix-compiler-version.patch index ec9c781..009af42 100644 --- a/src/eigen-2-fix-compiler-version.patch +++ b/src/eigen-2-fix-compiler-version.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- a/cmake/EigenTesting.cmake +++ b/cmake/EigenTesting.cmake diff --git a/src/eigen-test.cpp b/src/eigen-test.cpp index 91869d5..2df9b19 100644 --- a/src/eigen-test.cpp +++ b/src/eigen-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * This code was originally found on: * http://eigen.tuxfamily.org/dox/GettingStarted.html diff --git a/src/eigen.mk b/src/eigen.mk index 258e811..e0808bb 100644 --- a/src/eigen.mk +++ b/src/eigen.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := eigen $(PKG)_IGNORE := diff --git a/src/exiv2.mk b/src/exiv2.mk index b808027..8562593 100644 --- a/src/exiv2.mk +++ b/src/exiv2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := exiv2 $(PKG)_IGNORE := diff --git a/src/expat.mk b/src/expat.mk index 2a930c3..3b0da14 100644 --- a/src/expat.mk +++ b/src/expat.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := expat $(PKG)_IGNORE := diff --git a/src/faad2-1-uint.patch b/src/faad2-1-uint.patch index d7c6625..179001c 100644 --- a/src/faad2-1-uint.patch +++ b/src/faad2-1-uint.patch @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. --- ./frontend/main.c.backup 2010-07-01 16:53:48.563042615 +0200 +++ ./frontend/main.c 2010-07-01 16:54:03.379043126 +0200 diff --git a/src/faad2.mk b/src/faad2.mk index e07ccb0..113f5a0 100644 --- a/src/faad2.mk +++ b/src/faad2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := faad2 $(PKG)_IGNORE := diff --git a/src/fdk-aac.mk b/src/fdk-aac.mk index 110f233..7b29c68 100644 --- a/src/fdk-aac.mk +++ b/src/fdk-aac.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # WARNING: Like openssl, the license of this package is not compatible with # GPL 2+, but it is with LGPL 2.1+. See index.html#potential-legal-issues diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk index ef22c45..b6ad76e 100644 --- a/src/ffmpeg.mk +++ b/src/ffmpeg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ffmpeg $(PKG)_IGNORE := diff --git a/src/fftw.mk b/src/fftw.mk index 53ab3c1..6baad54 100644 --- a/src/fftw.mk +++ b/src/fftw.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := fftw $(PKG)_IGNORE := diff --git a/src/file-1-fixes.patch b/src/file-1-fixes.patch index 4f5a137..95ff1f6 100644 --- a/src/file-1-fixes.patch +++ b/src/file-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From https://github.com/file/file/commit/d5f2c28536f1645e3da25fa3f8da5a0a45404dc4. diff --git a/src/file-test.c b/src/file-test.c index f1ada59..b912e8b 100644 --- a/src/file-test.c +++ b/src/file-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/file.mk b/src/file.mk index 2a42b97..6a40677 100644 --- a/src/file.mk +++ b/src/file.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := file $(PKG)_IGNORE := diff --git a/src/flac.mk b/src/flac.mk index 2cfef46..a240b2e 100644 --- a/src/flac.mk +++ b/src/flac.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := flac $(PKG)_IGNORE := diff --git a/src/flann-1-fixes.patch b/src/flann-1-fixes.patch index bbdf800..8fd704e 100644 --- a/src/flann-1-fixes.patch +++ b/src/flann-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From cdd24cfc910a9a171451ad005fbcaa5530590609 Mon Sep 17 00:00:00 2001 From: MXE diff --git a/src/flann-2-Fix-openmp-on-mingw.patch b/src/flann-2-Fix-openmp-on-mingw.patch index 03f8cc7..f6f0f13 100644 --- a/src/flann-2-Fix-openmp-on-mingw.patch +++ b/src/flann-2-Fix-openmp-on-mingw.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From ce062a2d900aa215c301d327084a6d04da283005 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/flann-3-x86-64.patch b/src/flann-3-x86-64.patch index 11f83e6..bd08226 100644 --- a/src/flann-3-x86-64.patch +++ b/src/flann-3-x86-64.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Taken from: https://github.com/mariusmuja/flann/commit/895f31624f58ed56f29b24b9abcaa52688dea100 diff --git a/src/flann-4-c++11-related-fixes.patch b/src/flann-4-c++11-related-fixes.patch index 90be357..492ae9b 100644 --- a/src/flann-4-c++11-related-fixes.patch +++ b/src/flann-4-c++11-related-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Taken from: https://github.com/mariusmuja/flann/commit/3645f0c30a47267e56e5acdecfc7bac2b76bc3d5 diff --git a/src/flann.mk b/src/flann.mk index 1bc5dd7..d63f028 100644 --- a/src/flann.mk +++ b/src/flann.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := flann $(PKG)_IGNORE := diff --git a/src/fltk-test.cpp b/src/fltk-test.cpp index 6155710..c02652e 100644 --- a/src/fltk-test.cpp +++ b/src/fltk-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * This is a slightly modified version of: * http://www.fltk.org/doc-1.3/basics.html diff --git a/src/fltk.mk b/src/fltk.mk index f33e4aa..3b30229 100644 --- a/src/fltk.mk +++ b/src/fltk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := fltk $(PKG)_IGNORE := diff --git a/src/fontconfig-1-fixes.patch b/src/fontconfig-1-fixes.patch index e3218c4..20b5ccf 100644 --- a/src/fontconfig-1-fixes.patch +++ b/src/fontconfig-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From da6c9bfc3d57f3aa192972717cb5c84a56e1c422 Mon Sep 17 00:00:00 2001 From: MXE diff --git a/src/fontconfig.mk b/src/fontconfig.mk index 6b68c92..28ddc3b 100644 --- a/src/fontconfig.mk +++ b/src/fontconfig.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := fontconfig $(PKG)_IGNORE := diff --git a/src/freeglut-1-fixes.patch b/src/freeglut-1-fixes.patch index 6848e6c..ff57c3b 100644 --- a/src/freeglut-1-fixes.patch +++ b/src/freeglut-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/freeglut-test.c b/src/freeglut-test.c index ef6d1c9..5d64095 100644 --- a/src/freeglut-test.c +++ b/src/freeglut-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/freeglut.mk b/src/freeglut.mk index 729ffd4..8dd7ca5 100644 --- a/src/freeglut.mk +++ b/src/freeglut.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := freeglut $(PKG)_IGNORE := diff --git a/src/freeimage-1-fixes.patch b/src/freeimage-1-fixes.patch index 39dcc61..2581970 100644 --- a/src/freeimage-1-fixes.patch +++ b/src/freeimage-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/freeimage-test.c b/src/freeimage-test.c index 606be60..acdf220 100644 --- a/src/freeimage-test.c +++ b/src/freeimage-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/freeimage-test.cpp b/src/freeimage-test.cpp index 10a4eb1..328c076 100644 --- a/src/freeimage-test.cpp +++ b/src/freeimage-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/freeimage.mk b/src/freeimage.mk index 51b62e3..8acbb4b 100644 --- a/src/freeimage.mk +++ b/src/freeimage.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := freeimage $(PKG)_IGNORE := diff --git a/src/freetds.mk b/src/freetds.mk index 592274f..2db2490 100644 --- a/src/freetds.mk +++ b/src/freetds.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := freetds $(PKG)_IGNORE := diff --git a/src/freetype-bootstrap.mk b/src/freetype-bootstrap.mk index bea0cbd..7029a69 100644 --- a/src/freetype-bootstrap.mk +++ b/src/freetype-bootstrap.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := freetype-bootstrap $(PKG)_IGNORE = $(freetype_IGNORE) diff --git a/src/freetype.mk b/src/freetype.mk index 0c712a5..b2f088d 100644 --- a/src/freetype.mk +++ b/src/freetype.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := freetype $(PKG)_IGNORE := diff --git a/src/fribidi-1-fixes.patch b/src/fribidi-1-fixes.patch index 2fdb45f..1f1102e 100644 --- a/src/fribidi-1-fixes.patch +++ b/src/fribidi-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From c4dc7b368af33821eca1be8a4ec88929b44f3d06 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/fribidi.mk b/src/fribidi.mk index ef2a9ba..7d6c137 100644 --- a/src/fribidi.mk +++ b/src/fribidi.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := fribidi $(PKG)_IGNORE := diff --git a/src/ftgl-1-gl-m4.patch b/src/ftgl-1-gl-m4.patch index ba74df5..816c3b4 100644 --- a/src/ftgl-1-gl-m4.patch +++ b/src/ftgl-1-gl-m4.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- ftgl-2.1.3~rc5/m4/gl.m4 2008-05-05 16:48:57.000000000 +0200 +++ ftgl-2.1.3~rc5/m4/gl.m4.new 2010-09-20 14:55:27.000000000 +0200 diff --git a/src/ftgl-2-obsolete-am-header.patch b/src/ftgl-2-obsolete-am-header.patch index 5154066..5223141 100644 --- a/src/ftgl-2-obsolete-am-header.patch +++ b/src/ftgl-2-obsolete-am-header.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -ur ftgl-2.1.3~rc5.orig/configure.ac ftgl-2.1.3~rc5/configure.ac --- ftgl-2.1.3~rc5.orig/configure.ac 2013-04-25 16:57:09.000000000 +1000 diff --git a/src/ftgl-test.c b/src/ftgl-test.c index eda4db8..47b47ed 100644 --- a/src/ftgl-test.c +++ b/src/ftgl-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * This is a modified version of: * test/CTest.c diff --git a/src/ftgl.mk b/src/ftgl.mk index 6b3b0e2..10223b0 100644 --- a/src/ftgl.mk +++ b/src/ftgl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ftgl $(PKG)_IGNORE := diff --git a/src/gc.mk b/src/gc.mk index 86ae0b2..64bd075 100644 --- a/src/gc.mk +++ b/src/gc.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gc $(PKG)_IGNORE := diff --git a/src/gcc-1.patch b/src/gcc-1.patch index ceeb45f..e33c39c 100644 --- a/src/gcc-1.patch +++ b/src/gcc-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 05788ad7e6bf16402aa7c9c085784c3582de425c Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/gcc.mk b/src/gcc.mk index 63b271e..038d728 100644 --- a/src/gcc.mk +++ b/src/gcc.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gcc $(PKG)_IGNORE := 5% diff --git a/src/gd-1-fix-libvpx.patch b/src/gd-1-fix-libvpx.patch index c3d8046..b9fe799 100644 --- a/src/gd-1-fix-libvpx.patch +++ b/src/gd-1-fix-libvpx.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: https://github.com/libgd/libgd/commit/d41eb72cd4545c394578332e5c102dee69e02ee8 diff --git a/src/gd-test.c b/src/gd-test.c index c091329..5be81aa 100644 --- a/src/gd-test.c +++ b/src/gd-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * This is a slightly modified version of: * examples/arc.c diff --git a/src/gd.mk b/src/gd.mk index 714592b..17d1af5 100644 --- a/src/gd.mk +++ b/src/gd.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gd $(PKG)_IGNORE := diff --git a/src/gdal-1-fixes.patch b/src/gdal-1-fixes.patch index 67b5895..7afc76a 100644 --- a/src/gdal-1-fixes.patch +++ b/src/gdal-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/gdal.mk b/src/gdal.mk index ff785b5..3e9f07a 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gdal $(PKG)_IGNORE := diff --git a/src/gdb.mk b/src/gdb.mk index 53454cb..b01d76b 100644 --- a/src/gdb.mk +++ b/src/gdb.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gdb $(PKG)_VERSION := 7.11.1 diff --git a/src/gdk-pixbuf-1-fixes.patch b/src/gdk-pixbuf-1-fixes.patch index c52778f..f49db18 100644 --- a/src/gdk-pixbuf-1-fixes.patch +++ b/src/gdk-pixbuf-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk index d04a96b..cad45ec 100644 --- a/src/gdk-pixbuf.mk +++ b/src/gdk-pixbuf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gdk-pixbuf $(PKG)_IGNORE := diff --git a/src/gendef.mk b/src/gendef.mk index d89d7d6..b9cb02c 100644 --- a/src/gendef.mk +++ b/src/gendef.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gendef $(PKG)_IGNORE = $(mingw-w64_IGNORE) diff --git a/src/geoip-database.mk b/src/geoip-database.mk index eaa2eb3..a837115 100644 --- a/src/geoip-database.mk +++ b/src/geoip-database.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := geoip-database $(PKG)_IGNORE := diff --git a/src/geos-1-fixes.patch b/src/geos-1-fixes.patch index fab5058..7c04169 100644 --- a/src/geos-1-fixes.patch +++ b/src/geos-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 7966e3a9768f3db85fd93f8e4334ef6b58f0fb92 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/geos-test.c b/src/geos-test.c index 4d79dcb..d27cb0d 100644 --- a/src/geos-test.c +++ b/src/geos-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/geos.mk b/src/geos.mk index 86cbbfb..8d9a298 100644 --- a/src/geos.mk +++ b/src/geos.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := geos $(PKG)_IGNORE := diff --git a/src/gettext.mk b/src/gettext.mk index 09a2d4d..4629f7c 100644 --- a/src/gettext.mk +++ b/src/gettext.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gettext $(PKG)_IGNORE := diff --git a/src/ghostscript-1-fixes.patch b/src/ghostscript-1-fixes.patch index a662a6a..ffa30e7 100644 --- a/src/ghostscript-1-fixes.patch +++ b/src/ghostscript-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/ghostscript-test.c b/src/ghostscript-test.c index 10e0a54..92dad40 100644 --- a/src/ghostscript-test.c +++ b/src/ghostscript-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #ifdef _WIN32 diff --git a/src/ghostscript.mk b/src/ghostscript.mk index 9c4fd22..46f0ac3 100644 --- a/src/ghostscript.mk +++ b/src/ghostscript.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ghostscript $(PKG)_IGNORE := diff --git a/src/giflib.mk b/src/giflib.mk index 8fcc132..fa5dd9d 100644 --- a/src/giflib.mk +++ b/src/giflib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := giflib $(PKG)_IGNORE := diff --git a/src/glew-test.c b/src/glew-test.c index f049253..8cb6a41 100644 --- a/src/glew-test.c +++ b/src/glew-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/glew.mk b/src/glew.mk index 83e5bc8..0785d56 100644 --- a/src/glew.mk +++ b/src/glew.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := glew $(PKG)_IGNORE := diff --git a/src/glfw2-test.c b/src/glfw2-test.c index b7c473e..9e633a9 100644 --- a/src/glfw2-test.c +++ b/src/glfw2-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/glfw2.mk b/src/glfw2.mk index fcc591e..e4ab25f 100644 --- a/src/glfw2.mk +++ b/src/glfw2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := glfw2 $(PKG)_IGNORE := diff --git a/src/glfw3-test.c b/src/glfw3-test.c index 51f6932..9c1004a 100644 --- a/src/glfw3-test.c +++ b/src/glfw3-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/glfw3.mk b/src/glfw3.mk index 685865f..42cf707 100644 --- a/src/glfw3.mk +++ b/src/glfw3.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := glfw3 $(PKG)_IGNORE := diff --git a/src/glib-1-fixes.patch b/src/glib-1-fixes.patch index 8709dad..428cc6a 100644 --- a/src/glib-1-fixes.patch +++ b/src/glib-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/glib.mk b/src/glib.mk index 042b91c..d262ddf 100644 --- a/src/glib.mk +++ b/src/glib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := glib $(PKG)_IGNORE := diff --git a/src/glibmm.mk b/src/glibmm.mk index 02c8f73..a60767a 100644 --- a/src/glibmm.mk +++ b/src/glibmm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := glibmm $(PKG)_IGNORE := diff --git a/src/glm-test.cpp b/src/glm-test.cpp index 08e8a32..1f98f2e 100644 --- a/src/glm-test.cpp +++ b/src/glm-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * This file is a test program for glm, adapted from the code sample at * http://glm.g-truc.net/0.9.7/index.html. diff --git a/src/glm.mk b/src/glm.mk index 7436d0a..129e07f 100644 --- a/src/glm.mk +++ b/src/glm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := glm $(PKG)_IGNORE := diff --git a/src/gmp.mk b/src/gmp.mk index 44a361a..0fd9716 100644 --- a/src/gmp.mk +++ b/src/gmp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gmp $(PKG)_IGNORE := diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch index e2be04a..33f4822 100644 --- a/src/gnutls-1-fixes.patch +++ b/src/gnutls-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/gnutls-test.c b/src/gnutls-test.c index 2bdc472..e948f8e 100644 --- a/src/gnutls-test.c +++ b/src/gnutls-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gnutls.mk b/src/gnutls.mk index dd11726..8beca9e 100644 --- a/src/gnutls.mk +++ b/src/gnutls.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gnutls $(PKG)_VERSION := 3.4.14 diff --git a/src/graphicsmagick-1-fix-xml2-config.patch b/src/graphicsmagick-1-fix-xml2-config.patch index 2f32e87..a674b8a 100644 --- a/src/graphicsmagick-1-fix-xml2-config.patch +++ b/src/graphicsmagick-1-fix-xml2-config.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: http://sourceforge.net/tracker/?func=detail&aid=3130497&group_id=73485&atid=537937 diff --git a/src/graphicsmagick-2-fix-autoconf-version.patch b/src/graphicsmagick-2-fix-autoconf-version.patch index 13937b5..dd9e1ee 100644 --- a/src/graphicsmagick-2-fix-autoconf-version.patch +++ b/src/graphicsmagick-2-fix-autoconf-version.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff --git a/configure.ac b/configure.ac --- a/configure.ac diff --git a/src/graphicsmagick-test.cpp b/src/graphicsmagick-test.cpp index 429aaa1..4bf29f4 100644 --- a/src/graphicsmagick-test.cpp +++ b/src/graphicsmagick-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/graphicsmagick.mk b/src/graphicsmagick.mk index ac0ce71..5cda0ec 100644 --- a/src/graphicsmagick.mk +++ b/src/graphicsmagick.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := graphicsmagick $(PKG)_IGNORE := diff --git a/src/gsl-test.c b/src/gsl-test.c index 00ac9a8..a20e59d 100644 --- a/src/gsl-test.c +++ b/src/gsl-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gsl.mk b/src/gsl.mk index e121c33..7d3bb63 100644 --- a/src/gsl.mk +++ b/src/gsl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gsl $(PKG)_IGNORE := diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch index 376c9a6..9d0ae47 100644 --- a/src/gsoap-1-fixes.patch +++ b/src/gsoap-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 933115892cfe9e4c9942a9667b3362dbf5c64b52 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/gsoap.mk b/src/gsoap.mk index d98cf4b..93cf564 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gsoap $(PKG)_IGNORE := diff --git a/src/gst-plugins-bad.mk b/src/gst-plugins-bad.mk index f2db2b3..cfd53e5 100644 --- a/src/gst-plugins-bad.mk +++ b/src/gst-plugins-bad.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gst-plugins-bad $(PKG)_IGNORE := diff --git a/src/gst-plugins-base-1-intrinsics.patch b/src/gst-plugins-base-1-intrinsics.patch index b01030b..2ecdc81 100644 --- a/src/gst-plugins-base-1-intrinsics.patch +++ b/src/gst-plugins-base-1-intrinsics.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 50e29104baadb7bd536cd75dce964743ff04518c Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/gst-plugins-base.mk b/src/gst-plugins-base.mk index 1655ef1..52b8d22 100644 --- a/src/gst-plugins-base.mk +++ b/src/gst-plugins-base.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gst-plugins-base $(PKG)_IGNORE := diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk index f62ad02..1c1757f 100644 --- a/src/gst-plugins-good.mk +++ b/src/gst-plugins-good.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gst-plugins-good $(PKG)_IGNORE := diff --git a/src/gst-plugins-ugly.mk b/src/gst-plugins-ugly.mk index 4cdb5bf..1850c09 100644 --- a/src/gst-plugins-ugly.mk +++ b/src/gst-plugins-ugly.mk @@ -1,5 +1,4 @@ -#This file is part of MXE. -# See index.html for further information. +#This file is part of MXE. See LICENSE.md for licensing information. PKG := gst-plugins-ugly $(PKG)_IGNORE := diff --git a/src/gstreamer.mk b/src/gstreamer.mk index d140921..7f7639c 100644 --- a/src/gstreamer.mk +++ b/src/gstreamer.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gstreamer $(PKG)_IGNORE := diff --git a/src/gta-test.c b/src/gta-test.c index efaeed5..2820c04 100644 --- a/src/gta-test.c +++ b/src/gta-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gta.mk b/src/gta.mk index 7b74f8a..1a26ad2 100644 --- a/src/gta.mk +++ b/src/gta.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gta $(PKG)_IGNORE := diff --git a/src/gtk2-1-fixes.patch b/src/gtk2-1-fixes.patch index 0f93413..942cd4e 100644 --- a/src/gtk2-1-fixes.patch +++ b/src/gtk2-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/gtk2-test.c b/src/gtk2-test.c index e0e7aba..3c6d8f7 100644 --- a/src/gtk2-test.c +++ b/src/gtk2-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gtk2.mk b/src/gtk2.mk index f855501..f60be48 100644 --- a/src/gtk2.mk +++ b/src/gtk2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtk2 $(PKG)_IGNORE := diff --git a/src/gtk3-1-fixes.patch b/src/gtk3-1-fixes.patch index 33c5828..91ff9a5 100644 --- a/src/gtk3-1-fixes.patch +++ b/src/gtk3-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/gtk3-test.c b/src/gtk3-test.c index 3241fa4..25243bd 100644 --- a/src/gtk3-test.c +++ b/src/gtk3-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gtk3.mk b/src/gtk3.mk index 970cd46..50e1d0e 100644 --- a/src/gtk3.mk +++ b/src/gtk3.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtk3 $(PKG)_IGNORE := diff --git a/src/gtkglarea-1-fixes.patch b/src/gtkglarea-1-fixes.patch index 81216e9..921521a 100644 --- a/src/gtkglarea-1-fixes.patch +++ b/src/gtkglarea-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/gtkglarea.mk b/src/gtkglarea.mk index 68d8c85..b0f2468 100644 --- a/src/gtkglarea.mk +++ b/src/gtkglarea.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtkglarea $(PKG)_IGNORE := diff --git a/src/gtkglext-1-fixes.patch b/src/gtkglext-1-fixes.patch index 2749cd1..e2d9f18 100644 --- a/src/gtkglext-1-fixes.patch +++ b/src/gtkglext-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/gtkglext-test.c b/src/gtkglext-test.c index 8f915f6..e1b9dd9 100644 --- a/src/gtkglext-test.c +++ b/src/gtkglext-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gtkglext.mk b/src/gtkglext.mk index 679b6cc..7367343 100644 --- a/src/gtkglext.mk +++ b/src/gtkglext.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtkglext $(PKG)_IGNORE := diff --git a/src/gtkglextmm-1-fixes.patch b/src/gtkglextmm-1-fixes.patch index 178f748..a4b3eb8 100644 --- a/src/gtkglextmm-1-fixes.patch +++ b/src/gtkglextmm-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/gtkglextmm-test.cpp b/src/gtkglextmm-test.cpp index b0e36a6..7416c36 100644 --- a/src/gtkglextmm-test.cpp +++ b/src/gtkglextmm-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gtkglextmm.mk b/src/gtkglextmm.mk index e1a23e6..feaddef 100644 --- a/src/gtkglextmm.mk +++ b/src/gtkglextmm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtkglextmm $(PKG)_IGNORE := diff --git a/src/gtkimageview-1-configure.patch b/src/gtkimageview-1-configure.patch index 5ca49f6..922c20b 100644 --- a/src/gtkimageview-1-configure.patch +++ b/src/gtkimageview-1-configure.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- gtkimageview-1.6.4.orig/configure 2009-04-05 22:04:32.000000000 +0200 +++ gtkimageview-1.6.4/configure 2013-03-23 13:59:25.017941993 +0100 diff --git a/src/gtkimageview-test.c b/src/gtkimageview-test.c index e9626b4..fff2e73 100644 --- a/src/gtkimageview-test.c +++ b/src/gtkimageview-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gtkimageview.mk b/src/gtkimageview.mk index ae115b3..e2205bb 100644 --- a/src/gtkimageview.mk +++ b/src/gtkimageview.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtkimageview $(PKG)_IGNORE := diff --git a/src/gtkmm2-test.cpp b/src/gtkmm2-test.cpp index f5f1116..1f1f883 100644 --- a/src/gtkmm2-test.cpp +++ b/src/gtkmm2-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gtkmm2.mk b/src/gtkmm2.mk index 8f42e23..0319c74 100644 --- a/src/gtkmm2.mk +++ b/src/gtkmm2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtkmm2 $(PKG)_IGNORE := diff --git a/src/gtkmm3-test.cpp b/src/gtkmm3-test.cpp index 131cf6c..42eac52 100644 --- a/src/gtkmm3-test.cpp +++ b/src/gtkmm3-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/gtkmm3.mk b/src/gtkmm3.mk index 00ebd4f..859d280 100644 --- a/src/gtkmm3.mk +++ b/src/gtkmm3.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtkmm3 $(PKG)_IGNORE := diff --git a/src/gtksourceview.mk b/src/gtksourceview.mk index 9f1b9aa..740627c 100644 --- a/src/gtksourceview.mk +++ b/src/gtksourceview.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtksourceview $(PKG)_IGNORE := diff --git a/src/gtksourceviewmm2.mk b/src/gtksourceviewmm2.mk index 63f7ade..2700545 100644 --- a/src/gtksourceviewmm2.mk +++ b/src/gtksourceviewmm2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gtksourceviewmm2 $(PKG)_IGNORE := diff --git a/src/guile-1-fixes.patch b/src/guile-1-fixes.patch index 50fb5e7..bff5c54 100644 --- a/src/guile-1-fixes.patch +++ b/src/guile-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/guile-test.c b/src/guile-test.c index dcb9942..e33eb02 100644 --- a/src/guile-test.c +++ b/src/guile-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/guile.mk b/src/guile.mk index 7de694a..86c8b95 100644 --- a/src/guile.mk +++ b/src/guile.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := guile $(PKG)_IGNORE := 2% diff --git a/src/harfbuzz-1-fixes.patch b/src/harfbuzz-1-fixes.patch index f129aca..86acf47 100644 --- a/src/harfbuzz-1-fixes.patch +++ b/src/harfbuzz-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From c26e8bf6eeba0d7ed230dbc659e7abd8ed8277a1 Mon Sep 17 00:00:00 2001 From: Niels Kristian Bech Jensen diff --git a/src/harfbuzz.mk b/src/harfbuzz.mk index 42b5f42..ab938a4 100644 --- a/src/harfbuzz.mk +++ b/src/harfbuzz.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := harfbuzz $(PKG)_IGNORE := diff --git a/src/hdf-eos2-1-fixes.patch b/src/hdf-eos2-1-fixes.patch index 5f08537..f392aa9 100644 --- a/src/hdf-eos2-1-fixes.patch +++ b/src/hdf-eos2-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/hdf-eos2-test.c b/src/hdf-eos2-test.c index ac5f2e1..bc09ab6 100644 --- a/src/hdf-eos2-test.c +++ b/src/hdf-eos2-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/hdf-eos2.mk b/src/hdf-eos2.mk index 5131227..f450b42 100644 --- a/src/hdf-eos2.mk +++ b/src/hdf-eos2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := hdf-eos2 $(PKG)_IGNORE := diff --git a/src/hdf-eos5-1-fixes.patch b/src/hdf-eos5-1-fixes.patch index 3850246..645dd6e 100644 --- a/src/hdf-eos5-1-fixes.patch +++ b/src/hdf-eos5-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/hdf-eos5-test.c b/src/hdf-eos5-test.c index b803dbd..1f90623 100644 --- a/src/hdf-eos5-test.c +++ b/src/hdf-eos5-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include "HE5_HdfEosDef.h" diff --git a/src/hdf-eos5.mk b/src/hdf-eos5.mk index a6a98cc..aa8954e 100644 --- a/src/hdf-eos5.mk +++ b/src/hdf-eos5.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := hdf-eos5 $(PKG)_IGNORE := diff --git a/src/hdf4-1-portability-fixes.patch b/src/hdf4-1-portability-fixes.patch index 12b07ee..473955a 100644 --- a/src/hdf4-1-portability-fixes.patch +++ b/src/hdf4-1-portability-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- a/configure.ac 2012-12-02 11:01:36.252405122 +0100 +++ b/configure.ac 2012-12-02 11:00:05.580408916 +0100 diff --git a/src/hdf4-2-dllimport.patch b/src/hdf4-2-dllimport.patch index 247be10..b2cb082 100644 --- a/src/hdf4-2-dllimport.patch +++ b/src/hdf4-2-dllimport.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/hdf4.mk b/src/hdf4.mk index 946e474..601fbae 100644 --- a/src/hdf4.mk +++ b/src/hdf4.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := hdf4 $(PKG)_IGNORE := diff --git a/src/hdf5-1-disable-configure-try-run.patch b/src/hdf5-1-disable-configure-try-run.patch index 1a7c6a8..ec2b06d 100644 --- a/src/hdf5-1-disable-configure-try-run.patch +++ b/src/hdf5-1-disable-configure-try-run.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- a/configure.ac 2012-12-03 08:59:14.540462389 +0100 +++ b/configure.ac 2012-12-03 09:14:00.188485595 +0100 diff --git a/src/hdf5-2-platform-detection.patch b/src/hdf5-2-platform-detection.patch index 8d0b264..ec759ff 100644 --- a/src/hdf5-2-platform-detection.patch +++ b/src/hdf5-2-platform-detection.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/hdf5-3-fix-autoconf-version.patch b/src/hdf5-3-fix-autoconf-version.patch index 2208f8e..b0fdfc3 100644 --- a/src/hdf5-3-fix-autoconf-version.patch +++ b/src/hdf5-3-fix-autoconf-version.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -ur a/configure.ac b/configure.ac --- a/configure.ac 2013-11-04 23:52:05.000000000 +0100 diff --git a/src/hdf5-test.cmake b/src/hdf5-test.cmake index dc9c691..e6200e4 100644 --- a/src/hdf5-test.cmake +++ b/src/hdf5-test.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # partial module - included by src/cmake/CMakeLists.txt diff --git a/src/hdf5-test.cpp b/src/hdf5-test.cpp index 35254bf..ad81a8c 100644 --- a/src/hdf5-test.cpp +++ b/src/hdf5-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/hdf5.mk b/src/hdf5.mk index a918773..dd889d0 100644 --- a/src/hdf5.mk +++ b/src/hdf5.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := hdf5 $(PKG)_IGNORE := diff --git a/src/hunspell-test.cpp b/src/hunspell-test.cpp index 67393d5..037fa32 100644 --- a/src/hunspell-test.cpp +++ b/src/hunspell-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/hunspell.mk b/src/hunspell.mk index 8af1414..742226b 100644 --- a/src/hunspell.mk +++ b/src/hunspell.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := hunspell $(PKG)_IGNORE := diff --git a/src/hyperscan-1-fixes.patch b/src/hyperscan-1-fixes.patch index 42e3ba0..025c71d 100644 --- a/src/hyperscan-1-fixes.patch +++ b/src/hyperscan-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/hyperscan.mk b/src/hyperscan.mk index e2c3a4b..d4ba370 100644 --- a/src/hyperscan.mk +++ b/src/hyperscan.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := hyperscan $(PKG)_IGNORE := diff --git a/src/icu4c-1-fixes.patch b/src/icu4c-1-fixes.patch index 282f10a..58196da 100644 --- a/src/icu4c-1-fixes.patch +++ b/src/icu4c-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/icu4c.mk b/src/icu4c.mk index 8875b5e..407391a 100644 --- a/src/icu4c.mk +++ b/src/icu4c.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := icu4c $(PKG)_IGNORE := diff --git a/src/id3lib-1-win32.patch b/src/id3lib-1-win32.patch index 43f2295..d8995a2 100644 --- a/src/id3lib-1-win32.patch +++ b/src/id3lib-1-win32.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -ru id3lib-3.8.3-orig/configure.in id3lib-3.8.3/configure.in --- id3lib-3.8.3-orig/configure.in 2003-03-02 01:23:00.000000000 +0100 diff --git a/src/id3lib.mk b/src/id3lib.mk index 7b566e7..3dd7b38 100644 --- a/src/id3lib.mk +++ b/src/id3lib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := id3lib $(PKG)_IGNORE := diff --git a/src/ilmbase.mk b/src/ilmbase.mk index c4d8628..5881c22 100644 --- a/src/ilmbase.mk +++ b/src/ilmbase.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ilmbase $(PKG)_IGNORE := diff --git a/src/imagemagick-test.cpp b/src/imagemagick-test.cpp index 7c7305a..a27efd5 100644 --- a/src/imagemagick-test.cpp +++ b/src/imagemagick-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/imagemagick.mk b/src/imagemagick.mk index 0a0f096..0672082 100644 --- a/src/imagemagick.mk +++ b/src/imagemagick.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := imagemagick $(PKG)_IGNORE := diff --git a/src/isl.mk b/src/isl.mk index 48dd7ee..da618e2 100644 --- a/src/isl.mk +++ b/src/isl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := isl $(PKG)_IGNORE := diff --git a/src/itk.mk b/src/itk.mk index 3032458..ff0cece 100644 --- a/src/itk.mk +++ b/src/itk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := itk $(PKG)_IGNORE := diff --git a/src/jack-1-fixes.patch b/src/jack-1-fixes.patch index b19423d..3984648 100644 --- a/src/jack-1-fixes.patch +++ b/src/jack-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/jack.mk b/src/jack.mk index f048a29..2d59955 100644 --- a/src/jack.mk +++ b/src/jack.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := jack $(PKG)_IGNORE := diff --git a/src/jansson.mk b/src/jansson.mk index 4410292..3474d1d 100644 --- a/src/jansson.mk +++ b/src/jansson.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := jansson $(PKG)_IGNORE := diff --git a/src/jasper.mk b/src/jasper.mk index a3fa173..df10104 100644 --- a/src/jasper.mk +++ b/src/jasper.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := jasper $(PKG)_IGNORE := diff --git a/src/jpeg-1-fixes.patch b/src/jpeg-1-fixes.patch index 93834e5..0ce3c99 100644 --- a/src/jpeg-1-fixes.patch +++ b/src/jpeg-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From e523bccfefbf105ebe00d986bb1f057dfc304247 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/jpeg-2-jmorecfg.patch b/src/jpeg-2-jmorecfg.patch index be1f38b..2a24b6a 100644 --- a/src/jpeg-2-jmorecfg.patch +++ b/src/jpeg-2-jmorecfg.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 76b68a405c4e597d04564a0fb1fbe061aaeac2c6 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/jpeg-test.c b/src/jpeg-test.c index 569c6e6..9a7b47c 100644 --- a/src/jpeg-test.c +++ b/src/jpeg-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/jpeg.mk b/src/jpeg.mk index 881a67c..014f244 100644 --- a/src/jpeg.mk +++ b/src/jpeg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := jpeg $(PKG)_IGNORE := diff --git a/src/json-c-1-patch-remove-rpl.patch b/src/json-c-1-patch-remove-rpl.patch index 153ce11..0a2d211 100644 --- a/src/json-c-1-patch-remove-rpl.patch +++ b/src/json-c-1-patch-remove-rpl.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. see http://lists.fedoraproject.org/pipermail/mingw/2009-May/001567.html diff --git a/src/json-c-2-fix-wincrypt-include.patch b/src/json-c-2-fix-wincrypt-include.patch index 83c5553..0911d60 100644 --- a/src/json-c-2-fix-wincrypt-include.patch +++ b/src/json-c-2-fix-wincrypt-include.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. mingw32 doesn't include wincrypt.h in windows.h, so the build fails. diff --git a/src/json-c-test.c b/src/json-c-test.c index 967beca..e8bf2e4 100644 --- a/src/json-c-test.c +++ b/src/json-c-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/json-c.mk b/src/json-c.mk index 15a7132..b72a12a 100644 --- a/src/json-c.mk +++ b/src/json-c.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := json-c $(PKG)_IGNORE := diff --git a/src/json-glib.mk b/src/json-glib.mk index 35c4312..78dccf3 100644 --- a/src/json-glib.mk +++ b/src/json-glib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := json-glib $(PKG)_IGNORE := diff --git a/src/json_spirit.mk b/src/json_spirit.mk index 0d19052..2bc9450 100644 --- a/src/json_spirit.mk +++ b/src/json_spirit.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := json_spirit $(PKG)_IGNORE := diff --git a/src/jsoncpp.mk b/src/jsoncpp.mk index 493b34b..65a99b3 100644 --- a/src/jsoncpp.mk +++ b/src/jsoncpp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := jsoncpp $(PKG)_IGNORE := diff --git a/src/lame-1-fix-xmmintrin-errors.patch b/src/lame-1-fix-xmmintrin-errors.patch index 7297e2b..e74299f 100644 --- a/src/lame-1-fix-xmmintrin-errors.patch +++ b/src/lame-1-fix-xmmintrin-errors.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Fix compilation of SSE2 sources with GCC 4.9. Since this requires an autoreconf run, we manually disable the GTK 1.2 dependency, because we don't have the GTK diff --git a/src/lame-2-update-autotools.patch b/src/lame-2-update-autotools.patch index 0bc1707..ea590cd 100644 --- a/src/lame-2-update-autotools.patch +++ b/src/lame-2-update-autotools.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: https://github.com/rbrito/lame/commit/a6552b532919dcc2fbfb32d1dfdaab80c1534200 diff --git a/src/lame.mk b/src/lame.mk index 3129b89..e1631e5 100644 --- a/src/lame.mk +++ b/src/lame.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lame $(PKG)_IGNORE := diff --git a/src/lapack-test.c b/src/lapack-test.c index 00bf092..6a63796 100644 --- a/src/lapack-test.c +++ b/src/lapack-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ /* taken from http://www.netlib.org/lapack/lapacke.html */ diff --git a/src/lapack-test.f b/src/lapack-test.f index 9872d3b..f2787cb 100644 --- a/src/lapack-test.f +++ b/src/lapack-test.f @@ -1,6 +1,5 @@ * -* This file is part of MXE. -* See index.html for further information. +* This file is part of MXE. See LICENSE.md for licensing information. * INTEGER MAJOR, MINOR, PATCH * diff --git a/src/lapack.mk b/src/lapack.mk index 5554779..7397b06 100644 --- a/src/lapack.mk +++ b/src/lapack.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lapack $(PKG)_VERSION := 3.6.0 diff --git a/src/lcms-1-fixes.patch b/src/lcms-1-fixes.patch index 471480b..f1d8844 100644 --- a/src/lcms-1-fixes.patch +++ b/src/lcms-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/lcms.mk b/src/lcms.mk index 795f3d5..94f66c0 100644 --- a/src/lcms.mk +++ b/src/lcms.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lcms $(PKG)_IGNORE := diff --git a/src/lcms1-1-fixes.patch b/src/lcms1-1-fixes.patch index ccc4b77..3e0d673 100644 --- a/src/lcms1-1-fixes.patch +++ b/src/lcms1-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/lcms1.mk b/src/lcms1.mk index e59dfc7..0ddad74 100644 --- a/src/lcms1.mk +++ b/src/lcms1.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lcms1 $(PKG)_IGNORE := diff --git a/src/lensfun-1-fixes.patch b/src/lensfun-1-fixes.patch index f4cebd3..bf475d3 100644 --- a/src/lensfun-1-fixes.patch +++ b/src/lensfun-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From fd0f1a46e5220cb13c5b445b9447f2fbc26ff7eb Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/lensfun-2-pkg-config.patch b/src/lensfun-2-pkg-config.patch index ab0c3e2..7b8c6cd 100644 --- a/src/lensfun-2-pkg-config.patch +++ b/src/lensfun-2-pkg-config.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From da0bb87d6e520c042f98204c35105bcf4be7ea0f Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/lensfun-test.c b/src/lensfun-test.c index f00a13f..bac1a29 100644 --- a/src/lensfun-test.c +++ b/src/lensfun-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ /* diff --git a/src/lensfun.mk b/src/lensfun.mk index bdace90..f0640ea 100644 --- a/src/lensfun.mk +++ b/src/lensfun.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lensfun $(PKG)_IGNORE := diff --git a/src/levmar.mk b/src/levmar.mk index cd260bf..135dc2b 100644 --- a/src/levmar.mk +++ b/src/levmar.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := levmar $(PKG)_IGNORE := diff --git a/src/libaacs-1.patch b/src/libaacs-1.patch index 4097e05..161104a 100644 --- a/src/libaacs-1.patch +++ b/src/libaacs-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From c807305d0df68e88aa04fabd3275aff4f34d4368 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/libaacs-test.c b/src/libaacs-test.c index 35701e4..40de196 100644 --- a/src/libaacs-test.c +++ b/src/libaacs-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libaacs.mk b/src/libaacs.mk index 2ffcfc8..e1f25d2 100644 --- a/src/libaacs.mk +++ b/src/libaacs.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libaacs $(PKG)_IGNORE := diff --git a/src/libarchive-1-fixes.patch b/src/libarchive-1-fixes.patch index 6f91917..8576f8d 100644 --- a/src/libarchive-1-fixes.patch +++ b/src/libarchive-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libarchive-test.c b/src/libarchive-test.c index daeca81..65f87b3 100644 --- a/src/libarchive-test.c +++ b/src/libarchive-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libarchive.mk b/src/libarchive.mk index 3c8da95..fa5914f 100644 --- a/src/libarchive.mk +++ b/src/libarchive.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libarchive $(PKG)_IGNORE := diff --git a/src/libass-test.c b/src/libass-test.c index ea3b685..b748cbc 100644 --- a/src/libass-test.c +++ b/src/libass-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libass.mk b/src/libass.mk index d781ce6..14653f3 100644 --- a/src/libass.mk +++ b/src/libass.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libass $(PKG)_IGNORE := diff --git a/src/libbluray.mk b/src/libbluray.mk index ed4f3d1..a355afa 100644 --- a/src/libbluray.mk +++ b/src/libbluray.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libbluray $(PKG)_IGNORE := diff --git a/src/libbs2b-1-fixes.patch b/src/libbs2b-1-fixes.patch index 3943333..555447e 100644 --- a/src/libbs2b-1-fixes.patch +++ b/src/libbs2b-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From e91b3a8a4edb0d574f0c71372eddf9889c13dc8e Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/libbs2b.mk b/src/libbs2b.mk index 0c294f2..2b00b4e 100644 --- a/src/libbs2b.mk +++ b/src/libbs2b.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libbs2b $(PKG)_IGNORE := diff --git a/src/libcaca-1-fixes.patch b/src/libcaca-1-fixes.patch index 534b3ea..a363133 100644 --- a/src/libcaca-1-fixes.patch +++ b/src/libcaca-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From b9f723cf31e007004ccc748a0e16c594fa7fdf35 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/libcaca-2-vsnprintf.patch b/src/libcaca-2-vsnprintf.patch index b3b3105..922e6eb 100644 --- a/src/libcaca-2-vsnprintf.patch +++ b/src/libcaca-2-vsnprintf.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 28a0c250320661a3fe15d3f0373ace044cccd8e5 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/libcaca.mk b/src/libcaca.mk index c09c9c5..d852fc7 100644 --- a/src/libcaca.mk +++ b/src/libcaca.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libcaca $(PKG)_IGNORE := diff --git a/src/libcdio-paranoia.mk b/src/libcdio-paranoia.mk index ec61ccd..ef6bf1a 100644 --- a/src/libcdio-paranoia.mk +++ b/src/libcdio-paranoia.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libcdio-paranoia $(PKG)_IGNORE := diff --git a/src/libcdio.mk b/src/libcdio.mk index 4972d94..b8fee79 100644 --- a/src/libcdio.mk +++ b/src/libcdio.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libcdio $(PKG)_IGNORE := diff --git a/src/libcomm14cux.mk b/src/libcomm14cux.mk index 9f57feb..4cc6e62 100644 --- a/src/libcomm14cux.mk +++ b/src/libcomm14cux.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libcomm14cux $(PKG)_IGNORE := diff --git a/src/libcroco.mk b/src/libcroco.mk index 13adfae..92983da 100644 --- a/src/libcroco.mk +++ b/src/libcroco.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libcroco $(PKG)_IGNORE := diff --git a/src/libdnet-1-fixes.patch b/src/libdnet-1-fixes.patch index 55fb4c5..806c5fc 100644 --- a/src/libdnet-1-fixes.patch +++ b/src/libdnet-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Patch taken from http://sourceforge.net/mailarchive/message.php?msg_id=27995461 diff --git a/src/libdnet.mk b/src/libdnet.mk index 3302bfe..7c9d08b 100644 --- a/src/libdnet.mk +++ b/src/libdnet.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libdnet $(PKG)_IGNORE := diff --git a/src/libdvbpsi-1-fix-include.patch b/src/libdvbpsi-1-fix-include.patch index 4e0c540..0fdc7cf 100644 --- a/src/libdvbpsi-1-fix-include.patch +++ b/src/libdvbpsi-1-fix-include.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Submitted to upstream at https://mailman.videolan.org/pipermail/libdvbpsi-devel/2014-June/000737.html diff --git a/src/libdvbpsi-2-fix-no-asprintf.patch b/src/libdvbpsi-2-fix-no-asprintf.patch index 8e71a47..207dd0f 100644 --- a/src/libdvbpsi-2-fix-no-asprintf.patch +++ b/src/libdvbpsi-2-fix-no-asprintf.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Submitted to upstream at https://mailman.videolan.org/pipermail/libdvbpsi-devel/2014-June/000738.html diff --git a/src/libdvbpsi.mk b/src/libdvbpsi.mk index b125717..8c8ad8f 100644 --- a/src/libdvbpsi.mk +++ b/src/libdvbpsi.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libdvbpsi $(PKG)_IGNORE := diff --git a/src/libdvdcss.mk b/src/libdvdcss.mk index 5892bd0..266766c 100644 --- a/src/libdvdcss.mk +++ b/src/libdvdcss.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libdvdcss $(PKG)_IGNORE := diff --git a/src/libdvdnav.mk b/src/libdvdnav.mk index 9c4095d..ae7f0f2 100644 --- a/src/libdvdnav.mk +++ b/src/libdvdnav.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libdvdnav $(PKG)_IGNORE := diff --git a/src/libdvdread.mk b/src/libdvdread.mk index 2abaf20..ac14561 100644 --- a/src/libdvdread.mk +++ b/src/libdvdread.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libdvdread $(PKG)_IGNORE := diff --git a/src/libechonest.mk b/src/libechonest.mk index 2e35c44..fef3de6 100644 --- a/src/libechonest.mk +++ b/src/libechonest.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libechonest $(PKG)_IGNORE := diff --git a/src/libepoxy.mk b/src/libepoxy.mk index 484de94..67fe1d7 100644 --- a/src/libepoxy.mk +++ b/src/libepoxy.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libepoxy $(PKG)_IGNORE := diff --git a/src/libevent-1-fixes.patch b/src/libevent-1-fixes.patch index 133c19f..4be096a 100644 --- a/src/libevent-1-fixes.patch +++ b/src/libevent-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From cf3aef0903fef54aa0ae4bdf997c4bafb7128bb5 Mon Sep 17 00:00:00 2001 From: MXE diff --git a/src/libevent.mk b/src/libevent.mk index d523307..055258e 100644 --- a/src/libevent.mk +++ b/src/libevent.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libevent $(PKG)_IGNORE := diff --git a/src/libf2c-1.patch b/src/libf2c-1.patch index 2446e2a..99fd22c 100644 --- a/src/libf2c-1.patch +++ b/src/libf2c-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -ur libf2c.orig/makefile.u libf2c/makefile.u --- libf2c.orig/makefile.u 2012-05-04 01:39:36.000000000 +1000 diff --git a/src/libf2c.mk b/src/libf2c.mk index 3263281..2dea129 100644 --- a/src/libf2c.mk +++ b/src/libf2c.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libf2c $(PKG)_IGNORE := diff --git a/src/libffi-test.c b/src/libffi-test.c index 86c781a..2164521 100644 --- a/src/libffi-test.c +++ b/src/libffi-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libffi.mk b/src/libffi.mk index 195321c..569adc7 100644 --- a/src/libffi.mk +++ b/src/libffi.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libffi $(PKG)_IGNORE := diff --git a/src/libftdi.mk b/src/libftdi.mk index 39f71e5..4040a5e 100644 --- a/src/libftdi.mk +++ b/src/libftdi.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libftdi $(PKG)_IGNORE := diff --git a/src/libftdi1-1-dont-build-tests.patch b/src/libftdi1-1-dont-build-tests.patch index bba3a44..341c9cf 100644 --- a/src/libftdi1-1-dont-build-tests.patch +++ b/src/libftdi1-1-dont-build-tests.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -Naur a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt.orig 2013-08-22 17:27:01.000000000 +0200 diff --git a/src/libftdi1-2-shared-build.patch b/src/libftdi1-2-shared-build.patch index 8a292e6..effa2ac 100644 --- a/src/libftdi1-2-shared-build.patch +++ b/src/libftdi1-2-shared-build.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff --git a/CMakeLists.txt b/CMakeLists.txt index e8688d4..66c1ba2 100644 diff --git a/src/libftdi1-test.c b/src/libftdi1-test.c index 8252cf3..df6cd8a 100644 --- a/src/libftdi1-test.c +++ b/src/libftdi1-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libftdi1.mk b/src/libftdi1.mk index ca14220..f074bd7 100644 --- a/src/libftdi1.mk +++ b/src/libftdi1.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libftdi1 $(PKG)_IGNORE := diff --git a/src/libgcrypt-1-fixes.patch b/src/libgcrypt-1-fixes.patch index 3a1ee37..cd93e5b 100644 --- a/src/libgcrypt-1-fixes.patch +++ b/src/libgcrypt-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libgcrypt-test.c b/src/libgcrypt-test.c index 5b4ec31..d8a4996 100644 --- a/src/libgcrypt-test.c +++ b/src/libgcrypt-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libgcrypt.mk b/src/libgcrypt.mk index 4e44428..1621855 100644 --- a/src/libgcrypt.mk +++ b/src/libgcrypt.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgcrypt $(PKG)_IGNORE := diff --git a/src/libgda.mk b/src/libgda.mk index 09e4a3a..e7d432e 100644 --- a/src/libgda.mk +++ b/src/libgda.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgda $(PKG)_IGNORE := diff --git a/src/libgdamm.mk b/src/libgdamm.mk index 81523a7..79136ee 100644 --- a/src/libgdamm.mk +++ b/src/libgdamm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgdamm $(PKG)_IGNORE := diff --git a/src/libgee.mk b/src/libgee.mk index 9bbb636..45bd74c 100644 --- a/src/libgee.mk +++ b/src/libgee.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgee $(PKG)_IGNORE := diff --git a/src/libgeotiff.mk b/src/libgeotiff.mk index b9f54b8..d51cfd5 100644 --- a/src/libgeotiff.mk +++ b/src/libgeotiff.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgeotiff $(PKG)_IGNORE := diff --git a/src/libgit2.mk b/src/libgit2.mk index 011b6be..b401ce5 100644 --- a/src/libgit2.mk +++ b/src/libgit2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgit2 $(PKG)_IGNORE := diff --git a/src/libglade-1-fixes.patch b/src/libglade-1-fixes.patch index 52cd435..527d762 100644 --- a/src/libglade-1-fixes.patch +++ b/src/libglade-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libglade.mk b/src/libglade.mk index 926b5d2..c8e4da3 100644 --- a/src/libglade.mk +++ b/src/libglade.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libglade $(PKG)_IGNORE := diff --git a/src/libgnurx-1-additional-makefile-rules.patch b/src/libgnurx-1-additional-makefile-rules.patch index 1a78809..915f068 100644 --- a/src/libgnurx-1-additional-makefile-rules.patch +++ b/src/libgnurx-1-additional-makefile-rules.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -Nur mingw-libgnurx-2.5.1/Makefile.mxe mingw-libgnurx-2.5.1-mxe/Makefile.mxe --- mingw-libgnurx-2.5.1/Makefile.mxe 1970-01-01 01:00:00.000000000 +0100 diff --git a/src/libgnurx.mk b/src/libgnurx.mk index 219477d..18c094b 100644 --- a/src/libgnurx.mk +++ b/src/libgnurx.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgnurx $(PKG)_IGNORE := diff --git a/src/libgpg_error.mk b/src/libgpg_error.mk index fb2674b..1bc1500 100644 --- a/src/libgpg_error.mk +++ b/src/libgpg_error.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgpg_error $(PKG)_IGNORE := diff --git a/src/libgsasl-test.c b/src/libgsasl-test.c index 8b650d2..ca9e0a3 100644 --- a/src/libgsasl-test.c +++ b/src/libgsasl-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libgsasl.mk b/src/libgsasl.mk index 55d592b..7b9961d 100644 --- a/src/libgsasl.mk +++ b/src/libgsasl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgsasl $(PKG)_IGNORE := diff --git a/src/libgsf-1-fixes.patch b/src/libgsf-1-fixes.patch index 09909a0..fdca3b2 100644 --- a/src/libgsf-1-fixes.patch +++ b/src/libgsf-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libgsf.mk b/src/libgsf.mk index 0d712b3..c059920 100644 --- a/src/libgsf.mk +++ b/src/libgsf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libgsf $(PKG)_IGNORE := diff --git a/src/libharu-1-fixes.patch b/src/libharu-1-fixes.patch index fd1e230..a27ebdc 100644 --- a/src/libharu-1-fixes.patch +++ b/src/libharu-1-fixes.patch @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. From 531d2a9af8c51ad8badc32bc9ba43bb3b87b0e9f Mon Sep 17 00:00:00 2001 From: Antony Dovgal diff --git a/src/libharu.mk b/src/libharu.mk index 650ec8f..9bacd40 100644 --- a/src/libharu.mk +++ b/src/libharu.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libharu $(PKG)_IGNORE := diff --git a/src/libiberty-test.c b/src/libiberty-test.c index 48d00f3..fb50f72 100644 --- a/src/libiberty-test.c +++ b/src/libiberty-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #define _GNU_SOURCE diff --git a/src/libiberty.mk b/src/libiberty.mk index 147b81e..5a16c43 100644 --- a/src/libiberty.mk +++ b/src/libiberty.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libiberty $(PKG)_IGNORE = $(binutils_IGNORE) diff --git a/src/libical-1-fixes.patch b/src/libical-1-fixes.patch index bcf149a..d0961d0 100644 --- a/src/libical-1-fixes.patch +++ b/src/libical-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libical-test.c b/src/libical-test.c index 3e0de84..5b3da07 100644 --- a/src/libical-test.c +++ b/src/libical-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libical.mk b/src/libical.mk index a378466..78f630f 100644 --- a/src/libical.mk +++ b/src/libical.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libical $(PKG)_VERSION := 2.0.0 diff --git a/src/libiconv-1-fixes.patch b/src/libiconv-1-fixes.patch index cf3fef5..a825f72 100644 --- a/src/libiconv-1-fixes.patch +++ b/src/libiconv-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libiconv.mk b/src/libiconv.mk index 724c39b..35b218e 100644 --- a/src/libiconv.mk +++ b/src/libiconv.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libiconv $(PKG)_IGNORE := diff --git a/src/libid3tag.mk b/src/libid3tag.mk index 6a204fa..23a82bb 100644 --- a/src/libid3tag.mk +++ b/src/libid3tag.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libid3tag $(PKG)_IGNORE := diff --git a/src/libidn-1-fixes.patch b/src/libidn-1-fixes.patch index 405f0f1..33d6734 100644 --- a/src/libidn-1-fixes.patch +++ b/src/libidn-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libidn-test.c b/src/libidn-test.c index 7831a9b..77661b2 100644 --- a/src/libidn-test.c +++ b/src/libidn-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libidn.mk b/src/libidn.mk index 2762cdf..34996b6 100644 --- a/src/libidn.mk +++ b/src/libidn.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libidn $(PKG)_IGNORE := diff --git a/src/libieee1284-1-fixes.patch b/src/libieee1284-1-fixes.patch index fa0625b..626ebd8 100644 --- a/src/libieee1284-1-fixes.patch +++ b/src/libieee1284-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libieee1284.mk b/src/libieee1284.mk index 0dbf388..b8a77bf 100644 --- a/src/libieee1284.mk +++ b/src/libieee1284.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libieee1284 $(PKG)_IGNORE := diff --git a/src/libircclient-1-fixes.patch b/src/libircclient-1-fixes.patch index b22e428..f22302e 100644 --- a/src/libircclient-1-fixes.patch +++ b/src/libircclient-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libircclient-test.cpp b/src/libircclient-test.cpp index 9d8141c..ff45728 100644 --- a/src/libircclient-test.cpp +++ b/src/libircclient-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libircclient.mk b/src/libircclient.mk index 0ac24c8..e9b159f 100644 --- a/src/libircclient.mk +++ b/src/libircclient.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # Note that IPv6 support is partly broken and therefore disabled. diff --git a/src/libjpeg-turbo-1-fixes.patch b/src/libjpeg-turbo-1-fixes.patch index 05557af..ff448f2 100644 --- a/src/libjpeg-turbo-1-fixes.patch +++ b/src/libjpeg-turbo-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libjpeg-turbo.mk b/src/libjpeg-turbo.mk index 812a75e..57bbd2a 100644 --- a/src/libjpeg-turbo.mk +++ b/src/libjpeg-turbo.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libjpeg-turbo $(PKG)_IGNORE := diff --git a/src/liblaxjson-1-fixes.patch b/src/liblaxjson-1-fixes.patch index bf1f046..f8d6958 100644 --- a/src/liblaxjson-1-fixes.patch +++ b/src/liblaxjson-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/liblaxjson-test.c b/src/liblaxjson-test.c index dae2b9d..3ee82b5 100644 --- a/src/liblaxjson-test.c +++ b/src/liblaxjson-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ /* diff --git a/src/liblaxjson.mk b/src/liblaxjson.mk index 3bba201..5823cae 100644 --- a/src/liblaxjson.mk +++ b/src/liblaxjson.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := liblaxjson $(PKG)_IGNORE := diff --git a/src/liblo.mk b/src/liblo.mk index 7e3021e..ecb5787 100644 --- a/src/liblo.mk +++ b/src/liblo.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := liblo $(PKG)_IGNORE := diff --git a/src/liblqr-1-1-pkg-config.patch b/src/liblqr-1-1-pkg-config.patch index f6719de..0fb82c4 100644 --- a/src/liblqr-1-1-pkg-config.patch +++ b/src/liblqr-1-1-pkg-config.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/liblqr-1.mk b/src/liblqr-1.mk index 0c9a293..1836ba7 100644 --- a/src/liblqr-1.mk +++ b/src/liblqr-1.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := liblqr-1 $(PKG)_IGNORE := diff --git a/src/liblsmash-1.patch b/src/liblsmash-1.patch index ea1c92c..14f9da5 100644 --- a/src/liblsmash-1.patch +++ b/src/liblsmash-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- a/configure +++ b/configure diff --git a/src/liblsmash.mk b/src/liblsmash.mk index 495077b..3ad797d 100644 --- a/src/liblsmash.mk +++ b/src/liblsmash.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := liblsmash $(PKG)_IGNORE := diff --git a/src/libltdl.mk b/src/libltdl.mk index 345e136..f2b02e2 100644 --- a/src/libltdl.mk +++ b/src/libltdl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libltdl $(PKG)_IGNORE = $(libtool_IGNORE) diff --git a/src/libmad.mk b/src/libmad.mk index 01e1f8a..57dd185 100644 --- a/src/libmad.mk +++ b/src/libmad.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libmad $(PKG)_IGNORE := diff --git a/src/libmicrohttpd-1-fixes.patch b/src/libmicrohttpd-1-fixes.patch index 31891be..1cdf377 100644 --- a/src/libmicrohttpd-1-fixes.patch +++ b/src/libmicrohttpd-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libmicrohttpd-test.c b/src/libmicrohttpd-test.c index 3157060..26d602d 100644 --- a/src/libmicrohttpd-test.c +++ b/src/libmicrohttpd-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libmicrohttpd.mk b/src/libmicrohttpd.mk index 20b4aff..1ddc1e1 100644 --- a/src/libmicrohttpd.mk +++ b/src/libmicrohttpd.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libmicrohttpd $(PKG)_IGNORE := diff --git a/src/libmikmod-test.c b/src/libmikmod-test.c index a497bfe..0956f90 100644 --- a/src/libmikmod-test.c +++ b/src/libmikmod-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libmikmod.mk b/src/libmikmod.mk index 1b597fd..9493a02 100644 --- a/src/libmikmod.mk +++ b/src/libmikmod.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libmikmod $(PKG)_IGNORE := diff --git a/src/libmng.mk b/src/libmng.mk index a4f248d..c11ff5d 100644 --- a/src/libmng.mk +++ b/src/libmng.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libmng $(PKG)_IGNORE := diff --git a/src/libmodplug-test.c b/src/libmodplug-test.c index 5ce1585..5709c8b 100644 --- a/src/libmodplug-test.c +++ b/src/libmodplug-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libmodplug.mk b/src/libmodplug.mk index 01335c8..0a24119 100644 --- a/src/libmodplug.mk +++ b/src/libmodplug.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libmodplug $(PKG)_IGNORE := diff --git a/src/libmpcdec-1-configure_ac.patch b/src/libmpcdec-1-configure_ac.patch index fe11759..8bd1795 100644 --- a/src/libmpcdec-1-configure_ac.patch +++ b/src/libmpcdec-1-configure_ac.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -urN libmpcdec-1.2.6/configure.ac libmpcdec-1.2.6-patch/configure.ac --- libmpcdec-1.2.6/configure.ac 2007-04-17 22:05:32.000000000 +0300 diff --git a/src/libmpcdec.mk b/src/libmpcdec.mk index 616e193..085e5a7 100644 --- a/src/libmpcdec.mk +++ b/src/libmpcdec.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libmpcdec $(PKG)_IGNORE := diff --git a/src/libmysqlclient-1-fixes.patch b/src/libmysqlclient-1-fixes.patch index 3fbb963..6b83ceb 100644 --- a/src/libmysqlclient-1-fixes.patch +++ b/src/libmysqlclient-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libmysqlclient-test.c b/src/libmysqlclient-test.c index bea0046..617a68c 100644 --- a/src/libmysqlclient-test.c +++ b/src/libmysqlclient-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libmysqlclient.mk b/src/libmysqlclient.mk index b805e5e..332ef1a 100644 --- a/src/libmysqlclient.mk +++ b/src/libmysqlclient.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libmysqlclient $(PKG)_IGNORE := diff --git a/src/libntlm.mk b/src/libntlm.mk index 837795c..656a9e3 100644 --- a/src/libntlm.mk +++ b/src/libntlm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libntlm $(PKG)_IGNORE := diff --git a/src/liboauth-test.c b/src/liboauth-test.c index ebd459f..72332b6 100644 --- a/src/liboauth-test.c +++ b/src/liboauth-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/liboauth.mk b/src/liboauth.mk index 56a0c2e..e34d1e8 100644 --- a/src/liboauth.mk +++ b/src/liboauth.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := liboauth $(PKG)_IGNORE := diff --git a/src/libodbc++-1-win32.patch b/src/libodbc++-1-win32.patch index 2503a33..0413e15 100644 --- a/src/libodbc++-1-win32.patch +++ b/src/libodbc++-1-win32.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- libodbc++-0.2.5.orig/configure.ac 2009-08-20 23:39:08.000000000 +0200 +++ libodbc++-0.2.5/configure.ac 2010-02-04 22:40:32.000000000 +0100 diff --git a/src/libodbc++.mk b/src/libodbc++.mk index abe1dbf..e336614 100644 --- a/src/libodbc++.mk +++ b/src/libodbc++.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libodbc++ $(PKG)_IGNORE := diff --git a/src/liboil-1-fixes.patch b/src/liboil-1-fixes.patch index a14b92d..c24f105 100644 --- a/src/liboil-1-fixes.patch +++ b/src/liboil-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/liboil.mk b/src/liboil.mk index 9aad929..b76bf78 100644 --- a/src/liboil.mk +++ b/src/liboil.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := liboil $(PKG)_IGNORE := diff --git a/src/libpano13.mk b/src/libpano13.mk index e56dcf9..37f783e 100644 --- a/src/libpano13.mk +++ b/src/libpano13.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libpano13 $(PKG)_IGNORE := diff --git a/src/libpaper.mk b/src/libpaper.mk index 14948ab..00b9610 100644 --- a/src/libpaper.mk +++ b/src/libpaper.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libpaper $(PKG)_IGNORE := diff --git a/src/libplist.mk b/src/libplist.mk index 8c11668..920e1b4 100644 --- a/src/libplist.mk +++ b/src/libplist.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libplist $(PKG)_IGNORE := diff --git a/src/libpng-test.c b/src/libpng-test.c index b084de1..ba7266a 100644 --- a/src/libpng-test.c +++ b/src/libpng-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * This is a slightly modified version of: * http://ironalbatross.net/wiki/index.php5?title=CPP_LIBPNG#Minimal_Example_of_writing_a_PNG_File diff --git a/src/libpng.mk b/src/libpng.mk index f8f320d..d5bf342 100644 --- a/src/libpng.mk +++ b/src/libpng.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libpng $(PKG)_IGNORE := diff --git a/src/librosco.mk b/src/librosco.mk index 207cf0a..4a03c65 100644 --- a/src/librosco.mk +++ b/src/librosco.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := librosco $(PKG)_IGNORE := diff --git a/src/librsvg-1-fixes.patch b/src/librsvg-1-fixes.patch index 3ee7de1..3c9777d 100644 --- a/src/librsvg-1-fixes.patch +++ b/src/librsvg-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/librsvg-test.c b/src/librsvg-test.c index 4edea83..7771bf1 100644 --- a/src/librsvg-test.c +++ b/src/librsvg-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/librsvg.mk b/src/librsvg.mk index fde4e18..a40fea6 100644 --- a/src/librsvg.mk +++ b/src/librsvg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := librsvg $(PKG)_IGNORE := diff --git a/src/librtmp.mk b/src/librtmp.mk index 9f50d57..d63ebe8 100644 --- a/src/librtmp.mk +++ b/src/librtmp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := librtmp $(PKG)_IGNORE := diff --git a/src/libsamplerate.mk b/src/libsamplerate.mk index 7e002be..64d7b69 100644 --- a/src/libsamplerate.mk +++ b/src/libsamplerate.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libsamplerate $(PKG)_IGNORE := diff --git a/src/libshout-1-fixes.patch b/src/libshout-1-fixes.patch index 083397d..4a25029 100644 --- a/src/libshout-1-fixes.patch +++ b/src/libshout-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libshout.mk b/src/libshout.mk index 7fde08d..63e6edf 100644 --- a/src/libshout.mk +++ b/src/libshout.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libshout $(PKG)_IGNORE := diff --git a/src/libsigc++.mk b/src/libsigc++.mk index f788de2..3ebcab5 100644 --- a/src/libsigc++.mk +++ b/src/libsigc++.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libsigc++ $(PKG)_IGNORE := diff --git a/src/libsndfile.mk b/src/libsndfile.mk index a6cfb2a..811cb09 100644 --- a/src/libsndfile.mk +++ b/src/libsndfile.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libsndfile $(PKG)_IGNORE := diff --git a/src/libsodium.mk b/src/libsodium.mk index b93cf32..daec4b9 100644 --- a/src/libsodium.mk +++ b/src/libsodium.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libsodium $(PKG)_IGNORE := diff --git a/src/libsoup-1-fixes.patch b/src/libsoup-1-fixes.patch index 5611038..f9f08eb 100644 --- a/src/libsoup-1-fixes.patch +++ b/src/libsoup-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -Naur libsoup-2.54.0.1.orig/autogen.sh libsoup-2.54.0.1/autogen.sh --- libsoup-2.54.0.1.orig/autogen.sh 2016-03-23 15:19:17.000000000 +0300 diff --git a/src/libsoup-test.c b/src/libsoup-test.c index 140d604..8faed28 100644 --- a/src/libsoup-test.c +++ b/src/libsoup-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libsoup.mk b/src/libsoup.mk index 298435e..235c237 100644 --- a/src/libsoup.mk +++ b/src/libsoup.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libsoup $(PKG)_IGNORE := libsoup-pre% diff --git a/src/libspectre-1-fixes.patch b/src/libspectre-1-fixes.patch index 50a1d7a..389f0d5 100644 --- a/src/libspectre-1-fixes.patch +++ b/src/libspectre-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libspectre-test.c b/src/libspectre-test.c index 79f521e..0e46852 100644 --- a/src/libspectre-test.c +++ b/src/libspectre-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libspectre.mk b/src/libspectre.mk index f3b1ae5..7894934 100644 --- a/src/libspectre.mk +++ b/src/libspectre.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libspectre $(PKG)_IGNORE := diff --git a/src/libssh2-1-fixes.patch b/src/libssh2-1-fixes.patch index f5b6239..4c20a6d 100644 --- a/src/libssh2-1-fixes.patch +++ b/src/libssh2-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From a1d0ed70e2c94d89d0b598eacca6ac79b8cd5508 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/libssh2-test.c b/src/libssh2-test.c index 3587c02..baf5a87 100644 --- a/src/libssh2-test.c +++ b/src/libssh2-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libssh2.mk b/src/libssh2.mk index 80742a8..8d29807 100644 --- a/src/libssh2.mk +++ b/src/libssh2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libssh2 $(PKG)_IGNORE := diff --git a/src/libsvm.mk b/src/libsvm.mk index d122e86..0647a5d 100644 --- a/src/libsvm.mk +++ b/src/libsvm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libsvm $(PKG)_IGNORE := diff --git a/src/libtool.mk b/src/libtool.mk index 713dcd7..11b28df 100644 --- a/src/libtool.mk +++ b/src/libtool.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libtool $(PKG)_IGNORE := diff --git a/src/libtorrent-rasterbar-1-fixes.patch b/src/libtorrent-rasterbar-1-fixes.patch index 0e43d23..fd946d9 100644 --- a/src/libtorrent-rasterbar-1-fixes.patch +++ b/src/libtorrent-rasterbar-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libtorrent-rasterbar.mk b/src/libtorrent-rasterbar.mk index 7a1c753..5130adf 100644 --- a/src/libtorrent-rasterbar.mk +++ b/src/libtorrent-rasterbar.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libtorrent-rasterbar $(PKG)_IGNORE := diff --git a/src/libunistring.mk b/src/libunistring.mk index 3f5c5a7..91bef72 100644 --- a/src/libunistring.mk +++ b/src/libunistring.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libunistring $(PKG)_IGNORE := diff --git a/src/libusb.mk b/src/libusb.mk index dcdc9e5..c47b12b 100644 --- a/src/libusb.mk +++ b/src/libusb.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libusb $(PKG)_IGNORE := diff --git a/src/libusb1-test.c b/src/libusb1-test.c index 6cd6bf5..db381d8 100644 --- a/src/libusb1-test.c +++ b/src/libusb1-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libusb1.mk b/src/libusb1.mk index fbe75d7..89869e0 100644 --- a/src/libusb1.mk +++ b/src/libusb1.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libusb1 $(PKG)_IGNORE := diff --git a/src/libuv.mk b/src/libuv.mk index ff84a47..bf632db 100644 --- a/src/libuv.mk +++ b/src/libuv.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libuv $(PKG)_IGNORE := diff --git a/src/libvpx-1-fixes.patch b/src/libvpx-1-fixes.patch index 211de0a..a9cc7c8 100644 --- a/src/libvpx-1-fixes.patch +++ b/src/libvpx-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libvpx.mk b/src/libvpx.mk index 1146bff..d89e179 100644 --- a/src/libvpx.mk +++ b/src/libvpx.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libvpx $(PKG)_IGNORE := diff --git a/src/libwebp-1-fixes.patch b/src/libwebp-1-fixes.patch index 38e4961..a0a4cf3 100644 --- a/src/libwebp-1-fixes.patch +++ b/src/libwebp-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libwebp.mk b/src/libwebp.mk index a487ebf..0567048 100644 --- a/src/libwebp.mk +++ b/src/libwebp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libwebp $(PKG)_IGNORE := diff --git a/src/libwebsockets-1-fixes.patch b/src/libwebsockets-1-fixes.patch index a292567..ce7becc 100644 --- a/src/libwebsockets-1-fixes.patch +++ b/src/libwebsockets-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From e34eaa834b15533c6280b67d93d505432bd2fa94 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/libwebsockets.mk b/src/libwebsockets.mk index 70d5db1..ed79d09 100644 --- a/src/libwebsockets.mk +++ b/src/libwebsockets.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libwebsockets $(PKG)_IGNORE := diff --git a/src/libxml++.mk b/src/libxml++.mk index e81083d..b86bbfb 100644 --- a/src/libxml++.mk +++ b/src/libxml++.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libxml++ $(PKG)_IGNORE := diff --git a/src/libxml2-1-fixes.patch b/src/libxml2-1-fixes.patch index 56e4479..0bbae07 100644 --- a/src/libxml2-1-fixes.patch +++ b/src/libxml2-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 91a883b212d0ea5f1d36618362baeca2f35abb29 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/libxml2.mk b/src/libxml2.mk index ec9a796..85152d1 100644 --- a/src/libxml2.mk +++ b/src/libxml2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libxml2 $(PKG)_IGNORE := diff --git a/src/libxslt-1-fixes.patch b/src/libxslt-1-fixes.patch index d590a1e..fae4db1 100644 --- a/src/libxslt-1-fixes.patch +++ b/src/libxslt-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/libxslt.mk b/src/libxslt.mk index 7378444..9a91816 100644 --- a/src/libxslt.mk +++ b/src/libxslt.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libxslt $(PKG)_IGNORE := diff --git a/src/libzip-1-static_build.patch b/src/libzip-1-static_build.patch index c9d03b0..d94c2bc 100644 --- a/src/libzip-1-static_build.patch +++ b/src/libzip-1-static_build.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This is a quick&dirty fix. diff --git a/src/libzip-2-pkgconfig_private.patch b/src/libzip-2-pkgconfig_private.patch index e253cf1..979c2b1 100644 --- a/src/libzip-2-pkgconfig_private.patch +++ b/src/libzip-2-pkgconfig_private.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Only advertise -lz for static builds. diff --git a/src/libzip-test.c b/src/libzip-test.c index e23b325..2661592 100644 --- a/src/libzip-test.c +++ b/src/libzip-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/libzip.mk b/src/libzip.mk index 9146bff..e9dae3f 100644 --- a/src/libzip.mk +++ b/src/libzip.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libzip $(PKG)_IGNORE := diff --git a/src/llvm.mk b/src/llvm.mk index 8d6cfce..4db8a50 100644 --- a/src/llvm.mk +++ b/src/llvm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := llvm $(PKG)_IGNORE := diff --git a/src/log4cxx-1-gcc.4.4.patch b/src/log4cxx-1-gcc.4.4.patch index 51e8598..3252b93 100644 --- a/src/log4cxx-1-gcc.4.4.patch +++ b/src/log4cxx-1-gcc.4.4.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. These changes have already been applied to log4cxx trunk to update inclusions for recent gcc's. diff --git a/src/log4cxx-2-pkgconfig.patch b/src/log4cxx-2-pkgconfig.patch index f86d360..680b7df 100644 --- a/src/log4cxx-2-pkgconfig.patch +++ b/src/log4cxx-2-pkgconfig.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch ensures that the correct dependencies can always be found for static mingw builds. Submitted upstream: diff --git a/src/log4cxx-3-warnings.patch b/src/log4cxx-3-warnings.patch index 9398354..a1e6776 100644 --- a/src/log4cxx-3-warnings.patch +++ b/src/log4cxx-3-warnings.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Already applied to log4cxx trunk. diff --git a/src/log4cxx-4-cmake.patch b/src/log4cxx-4-cmake.patch index 7628fb6..89380e4 100644 --- a/src/log4cxx-4-cmake.patch +++ b/src/log4cxx-4-cmake.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -NBaur vanilla/log4cxx-config.cmake mingw_cross/log4cxx-config.cmake --- vanilla/log4cxx-config.cmake 1970-01-01 09:00:00.000000000 +0900 diff --git a/src/log4cxx-test.cpp b/src/log4cxx-test.cpp index 460ee33..c38d5c5 100644 --- a/src/log4cxx-test.cpp +++ b/src/log4cxx-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/log4cxx.mk b/src/log4cxx.mk index 0de1537..3f49c72 100644 --- a/src/log4cxx.mk +++ b/src/log4cxx.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := log4cxx $(PKG)_IGNORE := diff --git a/src/lua-1-fixes.patch b/src/lua-1-fixes.patch index e205963..e364ed3 100644 --- a/src/lua-1-fixes.patch +++ b/src/lua-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/lua-test.c b/src/lua-test.c index 68de286..3e95237 100644 --- a/src/lua-test.c +++ b/src/lua-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/lua.mk b/src/lua.mk index 98c8d5c..0e010d7 100644 --- a/src/lua.mk +++ b/src/lua.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lua $(PKG)_IGNORE := diff --git a/src/luabind-1-cmakelists.patch b/src/luabind-1-cmakelists.patch index cef6d17..5f36ca9 100644 --- a/src/luabind-1-cmakelists.patch +++ b/src/luabind-1-cmakelists.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. commit 9b4639e25442a3b6d0337d8e602a8332ec0e26e0 Author: Boris Nagaev diff --git a/src/luabind-2-elif.patch b/src/luabind-2-elif.patch index db57ffd..5debafc 100644 --- a/src/luabind-2-elif.patch +++ b/src/luabind-2-elif.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. commit eb5ec7b7b1deb7301eba0333e6736a975b4396df Author: Boris Nagaev diff --git a/src/luabind-3-globalsindex.patch b/src/luabind-3-globalsindex.patch index e34c00b..74a2687 100644 --- a/src/luabind-3-globalsindex.patch +++ b/src/luabind-3-globalsindex.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. commit 7325c469a8eb443cd2d46c9860f278cd2672dace Author: Boris Nagaev diff --git a/src/luabind-4-fenv.patch b/src/luabind-4-fenv.patch index ca01fe5..5d2178d 100644 --- a/src/luabind-4-fenv.patch +++ b/src/luabind-4-fenv.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. commit eb4c3507be8a468da07d6ad9f8019c90fbd31b76 Author: Boris Nagaev diff --git a/src/luabind-5-lua-resume.patch b/src/luabind-5-lua-resume.patch index 7ead13f..aab5f75 100644 --- a/src/luabind-5-lua-resume.patch +++ b/src/luabind-5-lua-resume.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. commit 61587d1b0ffa1d08874154fcdaf0644f8b5b2461 Author: Boris Nagaev diff --git a/src/luabind-7-compatibility-Lua-macro.patch b/src/luabind-7-compatibility-Lua-macro.patch index 69b2c0d..923e48f 100644 --- a/src/luabind-7-compatibility-Lua-macro.patch +++ b/src/luabind-7-compatibility-Lua-macro.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 456cad416f81c985b726fbf63fd7734e472c8b5f Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/luabind.mk b/src/luabind.mk index 2c306d2..b38f24c 100644 --- a/src/luabind.mk +++ b/src/luabind.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := luabind $(PKG)_IGNORE := diff --git a/src/luajit-1-fixes.patch b/src/luajit-1-fixes.patch index 2b8ebc9..15b2acc 100644 --- a/src/luajit-1-fixes.patch +++ b/src/luajit-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/luajit.mk b/src/luajit.mk index 0b8a282..f710e24 100644 --- a/src/luajit.mk +++ b/src/luajit.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := luajit $(PKG)_IGNORE := diff --git a/src/lzma-1-include-stdio.h.patch b/src/lzma-1-include-stdio.h.patch index dfcda63..f560fc4 100644 --- a/src/lzma-1-include-stdio.h.patch +++ b/src/lzma-1-include-stdio.h.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From dd3c0c213571d2ff8acbb3b19966cfa4d6bff3cc Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/lzma-2-mystring-include-windows.patch b/src/lzma-2-mystring-include-windows.patch index 1b15764..f58783c 100644 --- a/src/lzma-2-mystring-include-windows.patch +++ b/src/lzma-2-mystring-include-windows.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 7798a70fa69dc4994cc25f82ec3e9b2b368d50fe Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/lzma.mk b/src/lzma.mk index fc565d2..be2427b 100644 --- a/src/lzma.mk +++ b/src/lzma.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lzma $(PKG)_IGNORE := diff --git a/src/lzo.mk b/src/lzo.mk index 58f807d..adbe8aa 100644 --- a/src/lzo.mk +++ b/src/lzo.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lzo $(PKG)_IGNORE := diff --git a/src/matio-1-portability.patch b/src/matio-1-portability.patch index 8949ab8..4799348 100644 --- a/src/matio-1-portability.patch +++ b/src/matio-1-portability.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- a/src/matio_private.h 2013-01-25 22:56:35.791936384 +0100 +++ b/src/matio_private.h 2013-01-25 22:56:48.915937755 +0100 diff --git a/src/matio.mk b/src/matio.mk index 5c0e317..ec856d1 100644 --- a/src/matio.mk +++ b/src/matio.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := matio $(PKG)_IGNORE := diff --git a/src/mdbtools.mk b/src/mdbtools.mk index e357526..7f13d80 100644 --- a/src/mdbtools.mk +++ b/src/mdbtools.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := mdbtools $(PKG)_IGNORE := diff --git a/src/mingw-w64-1.patch b/src/mingw-w64-1.patch index 24587ea..792af2c 100644 --- a/src/mingw-w64-1.patch +++ b/src/mingw-w64-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 1b750c225c874854ed1fc254b6bee7c50376d537 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/mingw-w64.mk b/src/mingw-w64.mk index 5bdaf53..27f8ec0 100644 --- a/src/mingw-w64.mk +++ b/src/mingw-w64.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := mingw-w64 $(PKG)_IGNORE := diff --git a/src/miniupnpc-1-fixes.patch b/src/miniupnpc-1-fixes.patch index 8fd7849..fe6a351 100644 --- a/src/miniupnpc-1-fixes.patch +++ b/src/miniupnpc-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/miniupnpc.mk b/src/miniupnpc.mk index 9e51ec6..81832b4 100644 --- a/src/miniupnpc.mk +++ b/src/miniupnpc.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := miniupnpc $(PKG)_IGNORE := diff --git a/src/minizip-1-unzOpenBuffer.patch b/src/minizip-1-unzOpenBuffer.patch index ae26bea..f8d1f28 100644 --- a/src/minizip-1-unzOpenBuffer.patch +++ b/src/minizip-1-unzOpenBuffer.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-zlib diff --git a/src/minizip.mk b/src/minizip.mk index 028a2d1..7529058 100644 --- a/src/minizip.mk +++ b/src/minizip.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := minizip $(PKG)_IGNORE := diff --git a/src/mman-win32-1-include_name_change.patch b/src/mman-win32-1-include_name_change.patch index 7b894fd..5a2c475 100644 --- a/src/mman-win32-1-include_name_change.patch +++ b/src/mman-win32-1-include_name_change.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -urN mman-win32-master/Makefile mman-win32-master-patch/Makefile --- mman-win32-master/Makefile 2013-04-23 07:36:23.000000000 +0300 diff --git a/src/mman-win32.mk b/src/mman-win32.mk index e3b537d..2e653a5 100644 --- a/src/mman-win32.mk +++ b/src/mman-win32.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := mman-win32 $(PKG)_IGNORE := diff --git a/src/mpc.mk b/src/mpc.mk index 5a7de48..ac68b91 100644 --- a/src/mpc.mk +++ b/src/mpc.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := mpc $(PKG)_IGNORE := diff --git a/src/mpfr.mk b/src/mpfr.mk index 4214b40..8397949 100644 --- a/src/mpfr.mk +++ b/src/mpfr.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := mpfr $(PKG)_IGNORE := diff --git a/src/mpg123.mk b/src/mpg123.mk index e0120d8..ba9b16f 100644 --- a/src/mpg123.mk +++ b/src/mpg123.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := mpg123 $(PKG)_IGNORE := diff --git a/src/muparser-1-fixes.patch b/src/muparser-1-fixes.patch index 6a39160..6f42ecb 100644 --- a/src/muparser-1-fixes.patch +++ b/src/muparser-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Taken from: https://github.com/beltoforion/muparser/pull/17 diff --git a/src/muparser.mk b/src/muparser.mk index 747cc31..232ba77 100644 --- a/src/muparser.mk +++ b/src/muparser.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := muparser $(PKG)_IGNORE := diff --git a/src/muparserx-test.cpp b/src/muparserx-test.cpp index ebc6770..10dcbdd 100644 --- a/src/muparserx-test.cpp +++ b/src/muparserx-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * based on: * http://articles.beltoforion.de/article.php?a=muparserx&hl=en&p=using&s=idInclude#idEval diff --git a/src/muparserx.mk b/src/muparserx.mk index 4e4522e..4cc9b1f 100644 --- a/src/muparserx.mk +++ b/src/muparserx.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := muparserx $(PKG)_IGNORE := diff --git a/src/mxe-conf.mk b/src/mxe-conf.mk index fa36c08..0b374d8 100644 --- a/src/mxe-conf.mk +++ b/src/mxe-conf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := mxe-conf $(PKG)_VERSION := 1 diff --git a/src/mxml-test.c b/src/mxml-test.c index b029455..92ceba7 100644 --- a/src/mxml-test.c +++ b/src/mxml-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/mxml.mk b/src/mxml.mk index 8f6493f..6889684 100644 --- a/src/mxml.mk +++ b/src/mxml.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := mxml $(PKG)_IGNORE := diff --git a/src/ncurses.mk b/src/ncurses.mk index a7a29fd..58749c8 100644 --- a/src/ncurses.mk +++ b/src/ncurses.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ncurses $(PKG)_IGNORE := diff --git a/src/netcdf.mk b/src/netcdf.mk index 734bbb3..98f705e 100644 --- a/src/netcdf.mk +++ b/src/netcdf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := netcdf $(PKG)_IGNORE := diff --git a/src/netpbm-1-portability-fixes.patch b/src/netpbm-1-portability-fixes.patch index 52ae2eb..182b0eb 100644 --- a/src/netpbm-1-portability-fixes.patch +++ b/src/netpbm-1-portability-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- a/GNUmakefile 2012-12-08 08:05:26.678456631 +0100 +++ b/GNUmakefile 2012-12-08 08:13:02.002469110 +0100 diff --git a/src/netpbm.mk b/src/netpbm.mk index 3972c6d..5a717a6 100644 --- a/src/netpbm.mk +++ b/src/netpbm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := netpbm $(PKG)_IGNORE := diff --git a/src/nettle-1.patch b/src/nettle-1.patch index 0af6142..4e0db3d 100644 --- a/src/nettle-1.patch +++ b/src/nettle-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From c5836bef883966beb9b5be562ef0a6d0c6048879 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/nettle.mk b/src/nettle.mk index 72b384f..6e2cfbb 100644 --- a/src/nettle.mk +++ b/src/nettle.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := nettle $(PKG)_IGNORE := diff --git a/src/nlopt.mk b/src/nlopt.mk index 16dd15c..1d8dba2 100644 --- a/src/nlopt.mk +++ b/src/nlopt.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := nlopt $(PKG)_IGNORE := diff --git a/src/nsis-1-fixes.patch b/src/nsis-1-fixes.patch index 3780de4..bd9d136 100644 --- a/src/nsis-1-fixes.patch +++ b/src/nsis-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/nsis.mk b/src/nsis.mk index 03fe605..5320ce7 100644 --- a/src/nsis.mk +++ b/src/nsis.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := nsis $(PKG)_IGNORE := diff --git a/src/ocaml-cairo-1-fixes.patch b/src/ocaml-cairo-1-fixes.patch index 4bb2b81..3841ce9 100644 --- a/src/ocaml-cairo-1-fixes.patch +++ b/src/ocaml-cairo-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/ocaml-cairo-test.ml b/src/ocaml-cairo-test.ml index e26e32f..ddf75a0 100644 --- a/src/ocaml-cairo-test.ml +++ b/src/ocaml-cairo-test.ml @@ -1,6 +1,5 @@ (* -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. *) let on_expose_event widget _ = diff --git a/src/ocaml-cairo.mk b/src/ocaml-cairo.mk index d637e5f..751f29a 100644 --- a/src/ocaml-cairo.mk +++ b/src/ocaml-cairo.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ocaml-cairo $(PKG)_IGNORE := diff --git a/src/ocaml-camlimages-1-fixes.patch b/src/ocaml-camlimages-1-fixes.patch index b6b856e..4744196 100644 --- a/src/ocaml-camlimages-1-fixes.patch +++ b/src/ocaml-camlimages-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/ocaml-camlimages-test.ml b/src/ocaml-camlimages-test.ml index 94462de..8d8e800 100644 --- a/src/ocaml-camlimages-test.ml +++ b/src/ocaml-camlimages-test.ml @@ -1,6 +1,5 @@ (* -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. *) open Images diff --git a/src/ocaml-camlimages.mk b/src/ocaml-camlimages.mk index 41c8e39..e5e4971 100644 --- a/src/ocaml-camlimages.mk +++ b/src/ocaml-camlimages.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ocaml-camlimages $(PKG)_IGNORE := diff --git a/src/ocaml-core-1-fixes.patch b/src/ocaml-core-1-fixes.patch index d68db39..dfe9bd5 100644 --- a/src/ocaml-core-1-fixes.patch +++ b/src/ocaml-core-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/ocaml-core-test.ml b/src/ocaml-core-test.ml index c0066b5..8bca7d9 100644 --- a/src/ocaml-core-test.ml +++ b/src/ocaml-core-test.ml @@ -1,6 +1,5 @@ (* -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. *) open Printf diff --git a/src/ocaml-core.mk b/src/ocaml-core.mk index eb255ce..6741c4d 100644 --- a/src/ocaml-core.mk +++ b/src/ocaml-core.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ocaml-core $(PKG)_IGNORE = $(ocaml-native_IGNORE) diff --git a/src/ocaml-findlib-test.ml b/src/ocaml-findlib-test.ml index c0066b5..8bca7d9 100644 --- a/src/ocaml-findlib-test.ml +++ b/src/ocaml-findlib-test.ml @@ -1,6 +1,5 @@ (* -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. *) open Printf diff --git a/src/ocaml-findlib.mk b/src/ocaml-findlib.mk index db9b2f7..67876a9 100644 --- a/src/ocaml-findlib.mk +++ b/src/ocaml-findlib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ocaml-findlib $(PKG)_IGNORE := diff --git a/src/ocaml-flexdll-1-fixes.patch b/src/ocaml-flexdll-1-fixes.patch index dd5c983..15ec73c 100644 --- a/src/ocaml-flexdll-1-fixes.patch +++ b/src/ocaml-flexdll-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/ocaml-flexdll-test.c b/src/ocaml-flexdll-test.c index 2535425..943a5f9 100755 --- a/src/ocaml-flexdll-test.c +++ b/src/ocaml-flexdll-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ /***************************************************************** diff --git a/src/ocaml-flexdll.mk b/src/ocaml-flexdll.mk index 55e1afe..df668a5 100644 --- a/src/ocaml-flexdll.mk +++ b/src/ocaml-flexdll.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ocaml-flexdll $(PKG)_IGNORE := diff --git a/src/ocaml-lablgl-1-fixes.patch b/src/ocaml-lablgl-1-fixes.patch index 857a4a8..30fe324 100644 --- a/src/ocaml-lablgl-1-fixes.patch +++ b/src/ocaml-lablgl-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/ocaml-lablgl.mk b/src/ocaml-lablgl.mk index 695dbed..17c0d8e 100644 --- a/src/ocaml-lablgl.mk +++ b/src/ocaml-lablgl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ocaml-lablgl $(PKG)_IGNORE := diff --git a/src/ocaml-lablgtk2-1-fixes.patch b/src/ocaml-lablgtk2-1-fixes.patch index 2bbcd12..bfc9b82 100644 --- a/src/ocaml-lablgtk2-1-fixes.patch +++ b/src/ocaml-lablgtk2-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/ocaml-lablgtk2-test.ml b/src/ocaml-lablgtk2-test.ml index e543fb7..3f265a7 100644 --- a/src/ocaml-lablgtk2-test.ml +++ b/src/ocaml-lablgtk2-test.ml @@ -1,6 +1,5 @@ (* -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. *) open GlGtk diff --git a/src/ocaml-lablgtk2.mk b/src/ocaml-lablgtk2.mk index 8c41105..de158f5 100644 --- a/src/ocaml-lablgtk2.mk +++ b/src/ocaml-lablgtk2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ocaml-lablgtk2 $(PKG)_IGNORE := diff --git a/src/ocaml-native-1-fixes.patch b/src/ocaml-native-1-fixes.patch index 8c32893..bccc680 100644 --- a/src/ocaml-native-1-fixes.patch +++ b/src/ocaml-native-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/ocaml-native.mk b/src/ocaml-native.mk index cdc546f..1243a36 100644 --- a/src/ocaml-native.mk +++ b/src/ocaml-native.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ocaml-native $(PKG)_IGNORE := diff --git a/src/ocaml-xml-light-1-fixes.patch b/src/ocaml-xml-light-1-fixes.patch index f9a7b33..f4ec62c 100644 --- a/src/ocaml-xml-light-1-fixes.patch +++ b/src/ocaml-xml-light-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/ocaml-xml-light.mk b/src/ocaml-xml-light.mk index 2da3633..25935bb 100644 --- a/src/ocaml-xml-light.mk +++ b/src/ocaml-xml-light.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ocaml-xml-light $(PKG)_IGNORE := diff --git a/src/oce.mk b/src/oce.mk index 234ba51..a822c25 100644 --- a/src/oce.mk +++ b/src/oce.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := oce $(PKG)_IGNORE := diff --git a/src/ogg.mk b/src/ogg.mk index 83f1e6e..a9b1bdc 100644 --- a/src/ogg.mk +++ b/src/ogg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ogg $(PKG)_IGNORE := diff --git a/src/old.mk b/src/old.mk index 8031b05..3ac2039 100644 --- a/src/old.mk +++ b/src/old.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := old $(PKG)_IGNORE := diff --git a/src/openal-1-fixes.patch b/src/openal-1-fixes.patch index a023a87..f189b49 100644 --- a/src/openal-1-fixes.patch +++ b/src/openal-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 25b591198c896959ca5b7dc9ad3a35605c66dc63 Mon Sep 17 00:00:00 2001 From: Guilherme Lima Bernal Date: Sat, 28 Mar 2015 20:52:05 +0100 diff --git a/src/openal-test.c b/src/openal-test.c index 516545d..8296240 100644 --- a/src/openal-test.c +++ b/src/openal-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/openal.mk b/src/openal.mk index 50561d3..04c9ee5 100644 --- a/src/openal.mk +++ b/src/openal.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := openal $(PKG)_IGNORE := diff --git a/src/openblas.mk b/src/openblas.mk index acaf051..d1cc2ef 100644 --- a/src/openblas.mk +++ b/src/openblas.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := openblas $(PKG)_IGNORE := diff --git a/src/opencore-amr.mk b/src/opencore-amr.mk index 516b9b6..f61df45 100644 --- a/src/opencore-amr.mk +++ b/src/opencore-amr.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := opencore-amr $(PKG)_IGNORE := diff --git a/src/opencsg-1-fixes.patch b/src/opencsg-1-fixes.patch index 4623923..504d38b 100644 --- a/src/opencsg-1-fixes.patch +++ b/src/opencsg-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/opencsg.mk b/src/opencsg.mk index f111a41..8da20f9 100644 --- a/src/opencsg.mk +++ b/src/opencsg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := opencsg $(PKG)_IGNORE := diff --git a/src/opencv-1-fixes.patch b/src/opencv-1-fixes.patch index 4701053..8cb17b9 100644 --- a/src/opencv-1-fixes.patch +++ b/src/opencv-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff --git a/CMakeLists.txt b/CMakeLists.txt index 579312d..53e4132 100644 diff --git a/src/opencv-2-fixes-cmake.patch b/src/opencv-2-fixes-cmake.patch index 66061d5..baad1b1 100644 --- a/src/opencv-2-fixes-cmake.patch +++ b/src/opencv-2-fixes-cmake.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -ru a/cmake/OpenCVGenConfig.cmake b/cmake/OpenCVGenConfig.cmake --- a/cmake/OpenCVGenConfig.cmake 2014-10-01 08:33:36.000000000 +0100 diff --git a/src/opencv-3-fixes-pkgconfig.patch b/src/opencv-3-fixes-pkgconfig.patch index 2134c20..ba3cd42 100644 --- a/src/opencv-3-fixes-pkgconfig.patch +++ b/src/opencv-3-fixes-pkgconfig.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch was commited to OpenCV's 2.4 branch and we should be able to drop it in the next point release. diff --git a/src/opencv-4-reverse-deps-sublist.patch b/src/opencv-4-reverse-deps-sublist.patch index 9fc49de..fbd36dc 100644 --- a/src/opencv-4-reverse-deps-sublist.patch +++ b/src/opencv-4-reverse-deps-sublist.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 20cf852345e364f7e18c8721561d7c4d1ebd1d6e Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/opencv-5-fix-in-bad-dir.patch b/src/opencv-5-fix-in-bad-dir.patch index f44116d..3d28d24 100644 --- a/src/opencv-5-fix-in-bad-dir.patch +++ b/src/opencv-5-fix-in-bad-dir.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/opencv.mk b/src/opencv.mk index 05e1913..47e6c69 100644 --- a/src/opencv.mk +++ b/src/opencv.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := opencv $(PKG)_IGNORE := diff --git a/src/openexr-2-64-bit-fixes.patch b/src/openexr-2-64-bit-fixes.patch index e3667f5..ffbc867 100644 --- a/src/openexr-2-64-bit-fixes.patch +++ b/src/openexr-2-64-bit-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/openexr-test.cpp b/src/openexr-test.cpp index bb1292a..63bceda 100644 --- a/src/openexr-test.cpp +++ b/src/openexr-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/openexr.mk b/src/openexr.mk index 139414d..cfae36c 100644 --- a/src/openexr.mk +++ b/src/openexr.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := openexr $(PKG)_IGNORE := diff --git a/src/openjpeg-1-dllfix.patch b/src/openjpeg-1-dllfix.patch index ce38dba..d9ee235 100644 --- a/src/openjpeg-1-dllfix.patch +++ b/src/openjpeg-1-dllfix.patch @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. #Author: Julien Michel diff -bur openjpeg-2.0.1.orig/src/lib/openjp2/openjpeg.c openjpeg-2.0.1/src/lib/openjp2/openjpeg.c diff --git a/src/openjpeg-2-dllmacro.patch b/src/openjpeg-2-dllmacro.patch index 09b3046..68a144f 100644 --- a/src/openjpeg-2-dllmacro.patch +++ b/src/openjpeg-2-dllmacro.patch @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. #Author: Julien Michel diff -bur openjpeg-2.0.1.orig/src/lib/openjp2/openjpeg.h openjpeg-2.0.1.diff/src/lib/openjp2/openjpeg.h --- openjpeg-2.0.1.orig/src/lib/openjp2/openjpeg.h 2014-04-22 13:24:20.000000000 +0530 diff --git a/src/openjpeg.mk b/src/openjpeg.mk index 1b56950..804b481 100644 --- a/src/openjpeg.mk +++ b/src/openjpeg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. #Author: Julien Michel PKG := openjpeg diff --git a/src/openmp-validation-1-fixes.patch b/src/openmp-validation-1-fixes.patch index bef277c..dfdacb8 100644 --- a/src/openmp-validation-1-fixes.patch +++ b/src/openmp-validation-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/openmp-validation.mk b/src/openmp-validation.mk index 28a1219..0b152a5 100644 --- a/src/openmp-validation.mk +++ b/src/openmp-validation.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := openmp-validation $(PKG)_IGNORE := diff --git a/src/openscenegraph-1-fixes.patch b/src/openscenegraph-1-fixes.patch index 057e636..e3350f5 100644 --- a/src/openscenegraph-1-fixes.patch +++ b/src/openscenegraph-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk index 325df09..92615bd 100644 --- a/src/openscenegraph.mk +++ b/src/openscenegraph.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := openscenegraph $(PKG)_IGNORE := diff --git a/src/openssl-1-fixes.patch b/src/openssl-1-fixes.patch index 6f6a51b..3c073bf 100644 --- a/src/openssl-1-fixes.patch +++ b/src/openssl-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 1ac04c802cf192e09bcfad270a39030fb23bcdb1 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/openssl.mk b/src/openssl.mk index 2a83bc3..6521bfe 100644 --- a/src/openssl.mk +++ b/src/openssl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := openssl $(PKG)_IGNORE := diff --git a/src/openthreads.mk b/src/openthreads.mk index c6f2d57..35bae22 100644 --- a/src/openthreads.mk +++ b/src/openthreads.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := openthreads $(PKG)_IGNORE = $(openscenegraph_IGNORE) diff --git a/src/opus.mk b/src/opus.mk index 9fd4b3c..8582390 100644 --- a/src/opus.mk +++ b/src/opus.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := opus $(PKG)_IGNORE := diff --git a/src/opusfile.mk b/src/opusfile.mk index 229e403..aabdcd9 100644 --- a/src/opusfile.mk +++ b/src/opusfile.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := opusfile $(PKG)_IGNORE := diff --git a/src/ossim.mk b/src/ossim.mk index 4f212ae..d2c70d4 100644 --- a/src/ossim.mk +++ b/src/ossim.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ossim $(PKG)_IGNORE := diff --git a/src/pango-1-fixes.patch b/src/pango-1-fixes.patch index d6e443e..d39654c 100644 --- a/src/pango-1-fixes.patch +++ b/src/pango-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 525d3bc5b5f7e7d2c705c2b53cc8bf91d56e4641 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/pango.mk b/src/pango.mk index b070cb8..8e4442e 100644 --- a/src/pango.mk +++ b/src/pango.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pango $(PKG)_IGNORE := diff --git a/src/pangomm.mk b/src/pangomm.mk index 369feb4..682bde4 100644 --- a/src/pangomm.mk +++ b/src/pangomm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pangomm $(PKG)_IGNORE := diff --git a/src/pcl-1-cmake-policy-cmp0017.patch b/src/pcl-1-cmake-policy-cmp0017.patch index 4f70ec8..fd9e82a 100644 --- a/src/pcl-1-cmake-policy-cmp0017.patch +++ b/src/pcl-1-cmake-policy-cmp0017.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 0a5d7e96ad3d5ce39284968258fe78f39fe5f4ca Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/pcl.mk b/src/pcl.mk index 6ba02d2..d5e8e09 100644 --- a/src/pcl.mk +++ b/src/pcl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pcl $(PKG)_IGNORE := diff --git a/src/pcre.mk b/src/pcre.mk index c538e45..7159086 100644 --- a/src/pcre.mk +++ b/src/pcre.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pcre $(PKG)_IGNORE := diff --git a/src/pdcurses.mk b/src/pdcurses.mk index d3a1897..4ded08d 100644 --- a/src/pdcurses.mk +++ b/src/pdcurses.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pdcurses $(PKG)_IGNORE := diff --git a/src/pdflib_lite-1-mingw.patch b/src/pdflib_lite-1-mingw.patch index 629e0dd..abf20cd 100644 --- a/src/pdflib_lite-1-mingw.patch +++ b/src/pdflib_lite-1-mingw.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From ad526da840d636da440ce31a6c7f7909ed7ce61c Mon Sep 17 00:00:00 2001 From: a diff --git a/src/pdflib_lite.mk b/src/pdflib_lite.mk index 95c3cf6..fd71c23 100644 --- a/src/pdflib_lite.mk +++ b/src/pdflib_lite.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pdflib_lite $(PKG)_IGNORE := diff --git a/src/pfstools-test.cpp b/src/pfstools-test.cpp index d344923..ecd94e4 100644 --- a/src/pfstools-test.cpp +++ b/src/pfstools-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/pfstools.mk b/src/pfstools.mk index b938580..d9d82c0 100644 --- a/src/pfstools.mk +++ b/src/pfstools.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pfstools $(PKG)_IGNORE := diff --git a/src/physfs-1-cast-fixes.patch b/src/physfs-1-cast-fixes.patch index 5592581..b469d6f 100644 --- a/src/physfs-1-cast-fixes.patch +++ b/src/physfs-1-cast-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch was adapted for PhysicsFS 2.0.3's file layout from https://hg.icculus.org/icculus/physfs/rev/67031168b061. diff --git a/src/physfs-test.c b/src/physfs-test.c index d416457..1ba5afe 100644 --- a/src/physfs-test.c +++ b/src/physfs-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * This is a slightly modified version of: * test/physfs_test.c diff --git a/src/physfs.mk b/src/physfs.mk index baa4c5a..c45030b 100644 --- a/src/physfs.mk +++ b/src/physfs.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := physfs $(PKG)_IGNORE := diff --git a/src/picomodel.mk b/src/picomodel.mk index ee2b6d2..12dc6d3 100644 --- a/src/picomodel.mk +++ b/src/picomodel.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := picomodel $(PKG)_IGNORE := diff --git a/src/pire-1-fixes.patch b/src/pire-1-fixes.patch index 854218e..08b6a41 100644 --- a/src/pire-1-fixes.patch +++ b/src/pire-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/pire.mk b/src/pire.mk index 49b87a2..de338f2 100644 --- a/src/pire.mk +++ b/src/pire.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pire $(PKG)_IGNORE := diff --git a/src/pixman.mk b/src/pixman.mk index 26f090d..800e59b 100644 --- a/src/pixman.mk +++ b/src/pixman.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pixman $(PKG)_IGNORE := diff --git a/src/pkgconf.mk b/src/pkgconf.mk index 657d995..4b75207 100644 --- a/src/pkgconf.mk +++ b/src/pkgconf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pkgconf $(PKG)_IGNORE := diff --git a/src/plib-1-fixes.patch b/src/plib-1-fixes.patch index d3bc1d3..36fde79 100644 --- a/src/plib-1-fixes.patch +++ b/src/plib-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/plib-2-build-shared-libs.patch b/src/plib-2-build-shared-libs.patch index 07c2299..d2893d8 100644 --- a/src/plib-2-build-shared-libs.patch +++ b/src/plib-2-build-shared-libs.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/plib.mk b/src/plib.mk index 9c02a9f..10058cd 100644 --- a/src/plib.mk +++ b/src/plib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := plib $(PKG)_IGNORE := diff --git a/src/plibc-1.patch b/src/plibc-1.patch index 8ef7291..25cb166 100644 --- a/src/plibc-1.patch +++ b/src/plibc-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 5decce3a7834e7cdb8830e2733421029d74da009 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/plibc-test.c b/src/plibc-test.c index c8f7365..4cf964b 100644 --- a/src/plibc-test.c +++ b/src/plibc-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * */ diff --git a/src/plibc.mk b/src/plibc.mk index 2e883c9..c2608e2 100644 --- a/src/plibc.mk +++ b/src/plibc.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := plibc $(PKG)_IGNORE := % diff --git a/src/plotmm-1-fixes.patch b/src/plotmm-1-fixes.patch index c0ecbdc..ed98aab 100644 --- a/src/plotmm-1-fixes.patch +++ b/src/plotmm-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/plotmm.mk b/src/plotmm.mk index 04a1f6b..2a4bac4 100644 --- a/src/plotmm.mk +++ b/src/plotmm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := plotmm $(PKG)_IGNORE := diff --git a/src/plotutils-2.6-libpng-1.5.patch b/src/plotutils-2.6-libpng-1.5.patch index da3ff35..b045eca 100644 --- a/src/plotutils-2.6-libpng-1.5.patch +++ b/src/plotutils-2.6-libpng-1.5.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/plotutils/files/plotutils-2.6-libpng-1.5.patch fix building with libpng-1.5 diff --git a/src/plotutils.mk b/src/plotutils.mk index ce6696d..50c6605 100644 --- a/src/plotutils.mk +++ b/src/plotutils.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := plotutils $(PKG)_IGNORE := diff --git a/src/poco-1-fixes.patch b/src/poco-1-fixes.patch index 26b3976..8ec0511 100644 --- a/src/poco-1-fixes.patch +++ b/src/poco-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 329b3a3ebbcd2ee03e3f0e21cd929dd54fffcac3 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/poco-2-fix-mno-cygwin.patch b/src/poco-2-fix-mno-cygwin.patch index e7a237a..0331ef1 100644 --- a/src/poco-2-fix-mno-cygwin.patch +++ b/src/poco-2-fix-mno-cygwin.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- a/build/config/MinGW-CrossEnv +++ b/build/config/MinGW-CrossEnv diff --git a/src/poco-3-winsock2.patch b/src/poco-3-winsock2.patch index 753d01c..3213cf4 100644 --- a/src/poco-3-winsock2.patch +++ b/src/poco-3-winsock2.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 25b2fc9af331fe6add75fb108bec590f8d467b20 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/poco-test.cpp b/src/poco-test.cpp index 715a446..3e592f8 100644 --- a/src/poco-test.cpp +++ b/src/poco-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/poco.mk b/src/poco.mk index 4eebd4f..7378774 100644 --- a/src/poco.mk +++ b/src/poco.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := poco $(PKG)_IGNORE := diff --git a/src/polarssl-1-fixes.patch b/src/polarssl-1-fixes.patch index 1e2d42b..ec214e3 100644 --- a/src/polarssl-1-fixes.patch +++ b/src/polarssl-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/polarssl.mk b/src/polarssl.mk index 630e53c..364513f 100644 --- a/src/polarssl.mk +++ b/src/polarssl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := polarssl $(PKG)_IGNORE := diff --git a/src/poppler-1-win32.patch b/src/poppler-1-win32.patch index bd836ef..8037264 100644 --- a/src/poppler-1-win32.patch +++ b/src/poppler-1-win32.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20L=C3=B6ffler?= diff --git a/src/poppler.mk b/src/poppler.mk index f4baff9..b7b3f82 100644 --- a/src/poppler.mk +++ b/src/poppler.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := poppler $(PKG)_IGNORE := diff --git a/src/popt-1-win32.patch b/src/popt-1-win32.patch index f12ecd8..ac92c3d 100644 --- a/src/popt-1-win32.patch +++ b/src/popt-1-win32.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -urN a/popt.c b/popt.c --- a/popt.c 2010-01-19 01:39:10.000000000 +0100 diff --git a/src/popt.mk b/src/popt.mk index 5e932ab..bdd93df 100644 --- a/src/popt.mk +++ b/src/popt.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := popt $(PKG)_IGNORE := diff --git a/src/portablexdr.mk b/src/portablexdr.mk index c75043c..8da0494 100644 --- a/src/portablexdr.mk +++ b/src/portablexdr.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := portablexdr $(PKG)_IGNORE := diff --git a/src/portaudio-1-fixes-crlf.patch b/src/portaudio-1-fixes-crlf.patch index cea397d..498b7ad 100644 --- a/src/portaudio-1-fixes-crlf.patch +++ b/src/portaudio-1-fixes-crlf.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/portaudio-test.c b/src/portaudio-test.c index c9faffe..98b9ed3 100644 --- a/src/portaudio-test.c +++ b/src/portaudio-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/portaudio.mk b/src/portaudio.mk index cbf57f8..f9cc4dd 100644 --- a/src/portaudio.mk +++ b/src/portaudio.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := portaudio $(PKG)_IGNORE := diff --git a/src/portmidi-1-nojni.patch b/src/portmidi-1-nojni.patch index 90bb7e9..bf9577c 100644 --- a/src/portmidi-1-nojni.patch +++ b/src/portmidi-1-nojni.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch disables the Java Native Interface dependency. diff --git a/src/portmidi-test.c b/src/portmidi-test.c index a1179d9..0544623 100644 --- a/src/portmidi-test.c +++ b/src/portmidi-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * modified from pm_test/test.c */ diff --git a/src/portmidi.mk b/src/portmidi.mk index 4a8b6a6..406651f 100644 --- a/src/portmidi.mk +++ b/src/portmidi.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := portmidi $(PKG)_IGNORE := diff --git a/src/postgresql-1-fixes.patch b/src/postgresql-1-fixes.patch index 54082c9..6a1e3f7 100644 --- a/src/postgresql-1-fixes.patch +++ b/src/postgresql-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/postgresql-2-autoconf-min-version.patch b/src/postgresql-2-autoconf-min-version.patch index e024f84..f61f7fe 100644 --- a/src/postgresql-2-autoconf-min-version.patch +++ b/src/postgresql-2-autoconf-min-version.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. see https://github.com/mxe/mxe/issues/672 diff --git a/src/postgresql.mk b/src/postgresql.mk index 1817126..e41db5a 100644 --- a/src/postgresql.mk +++ b/src/postgresql.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := postgresql $(PKG)_IGNORE := diff --git a/src/primesieve.mk b/src/primesieve.mk index 54a994b..463c0dc 100644 --- a/src/primesieve.mk +++ b/src/primesieve.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := primesieve $(PKG)_IGNORE := diff --git a/src/proj.mk b/src/proj.mk index 39d08d6..9a933d6 100644 --- a/src/proj.mk +++ b/src/proj.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := proj $(PKG)_IGNORE := diff --git a/src/protobuf.mk b/src/protobuf.mk index 167326f..d3b87d3 100644 --- a/src/protobuf.mk +++ b/src/protobuf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := protobuf $(PKG)_IGNORE := diff --git a/src/pthreads-libgomp-test.c b/src/pthreads-libgomp-test.c index 20068e6..4dfc9e5 100644 --- a/src/pthreads-libgomp-test.c +++ b/src/pthreads-libgomp-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/pthreads-test.c b/src/pthreads-test.c index 797c64a..c643a7b 100644 --- a/src/pthreads-test.c +++ b/src/pthreads-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/pthreads-test.cmake b/src/pthreads-test.cmake index f818d90..dbdc700 100644 --- a/src/pthreads-test.cmake +++ b/src/pthreads-test.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # partial module - included by src/cmake/CMakeLists.txt diff --git a/src/pthreads.mk b/src/pthreads.mk index d69b3b9..690c26d 100644 --- a/src/pthreads.mk +++ b/src/pthreads.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # Runtimes can/will have different implementations, # but the pre-requisite package and test are the same. diff --git a/src/qdbm-test.c b/src/qdbm-test.c index 50b5b92..e7c071a 100644 --- a/src/qdbm-test.c +++ b/src/qdbm-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * Taken from examples at http://fallabs.com/qdbm/spex.html */ diff --git a/src/qdbm.mk b/src/qdbm.mk index 04e0cca..b6f51e0 100644 --- a/src/qdbm.mk +++ b/src/qdbm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qdbm $(PKG)_IGNORE := diff --git a/src/qhttpengine-1-decrease-required-cmake-ver.patch b/src/qhttpengine-1-decrease-required-cmake-ver.patch index 25ab5c9..5065cf7 100644 --- a/src/qhttpengine-1-decrease-required-cmake-ver.patch +++ b/src/qhttpengine-1-decrease-required-cmake-ver.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From ecc6fd682b2bef9aca06ce3f8ac3e6178faf4640 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/qhttpengine.mk b/src/qhttpengine.mk index 09a0c35..62d0723 100644 --- a/src/qhttpengine.mk +++ b/src/qhttpengine.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qhttpengine $(PKG)_IGNORE := diff --git a/src/qjson-1-fixes.patch b/src/qjson-1-fixes.patch index 98bf393..404f54e 100644 --- a/src/qjson-1-fixes.patch +++ b/src/qjson-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -Naur qjson-0.8.1.orig/CMakeLists.txt qjson-0.8.1/CMakeLists.txt --- qjson-0.8.1.orig/CMakeLists.txt 2012-11-27 14:06:57.000000000 +0400 diff --git a/src/qjson-1-static.patch b/src/qjson-1-static.patch index 54377a7..1fa9008 100644 --- a/src/qjson-1-static.patch +++ b/src/qjson-1-static.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From d456ebfe73b1a06beb8423c94f3b01edb6bc7507 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/qjson.mk b/src/qjson.mk index e1c37a6..2edefdf 100644 --- a/src/qjson.mk +++ b/src/qjson.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qjson $(PKG)_IGNORE := diff --git a/src/qscintilla2-test.cpp b/src/qscintilla2-test.cpp index 287dda5..2e2fc7d 100644 --- a/src/qscintilla2-test.cpp +++ b/src/qscintilla2-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/qscintilla2.mk b/src/qscintilla2.mk index c98fdd3..012a405 100644 --- a/src/qscintilla2.mk +++ b/src/qscintilla2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qscintilla2 $(PKG)_IGNORE := diff --git a/src/qt-1-cherrypicks.patch b/src/qt-1-cherrypicks.patch index 35cd61b..a800148 100644 --- a/src/qt-1-cherrypicks.patch +++ b/src/qt-1-cherrypicks.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 71fbc365fe7bbdaaac533599970e5da6058c0d01 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/qt-test.cmake b/src/qt-test.cmake index 7297f77..2bc7bd4 100644 --- a/src/qt-test.cmake +++ b/src/qt-test.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # partial module - included by src/cmake/CMakeLists.txt diff --git a/src/qt-test.cpp b/src/qt-test.cpp index 20794cf..8e23cd2 100644 --- a/src/qt-test.cpp +++ b/src/qt-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/qt-test.pro b/src/qt-test.pro index fd4f55b..7720dcb 100644 --- a/src/qt-test.pro +++ b/src/qt-test.pro @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. TEMPLATE = app greaterThan(QT_MAJOR_VERSION, 4): TARGET = test-qt5 else: TARGET = test-qt diff --git a/src/qt-test.ui b/src/qt-test.ui index ee5417a..5067ddf 100644 --- a/src/qt-test.ui +++ b/src/qt-test.ui @@ -1,8 +1,7 @@ diff --git a/src/qt.mk b/src/qt.mk index d25b65e..7bf9be7 100644 --- a/src/qt.mk +++ b/src/qt.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qt $(PKG)_IGNORE := diff --git a/src/qt3d.mk b/src/qt3d.mk index bd853f9..9899214 100644 --- a/src/qt3d.mk +++ b/src/qt3d.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qt3d $(PKG)_IGNORE := diff --git a/src/qt5.mk b/src/qt5.mk index c080f2a..3735b21 100644 --- a/src/qt5.mk +++ b/src/qt5.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qt5 $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/src/qtactiveqt-1.patch b/src/qtactiveqt-1.patch index f12aeb7..d8d72b2 100644 --- a/src/qtactiveqt-1.patch +++ b/src/qtactiveqt-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 72357fef95ee2247f79032b2096b3c23938882d5 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/qtactiveqt.mk b/src/qtactiveqt.mk index 4842adc..b45ff1d 100644 --- a/src/qtactiveqt.mk +++ b/src/qtactiveqt.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtactiveqt $(PKG)_IGNORE := diff --git a/src/qtbase-1-fixes.patch b/src/qtbase-1-fixes.patch index 029951f..5a4d750 100644 --- a/src/qtbase-1-fixes.patch +++ b/src/qtbase-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/qtbase.mk b/src/qtbase.mk index b54549d..8217442 100644 --- a/src/qtbase.mk +++ b/src/qtbase.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtbase $(PKG)_IGNORE := diff --git a/src/qtcanvas3d.mk b/src/qtcanvas3d.mk index f96367b..6e3ecc1 100644 --- a/src/qtcanvas3d.mk +++ b/src/qtcanvas3d.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtcanvas3d $(PKG)_IGNORE := diff --git a/src/qtcharts.mk b/src/qtcharts.mk index 2c27ae0..6ad4d57 100644 --- a/src/qtcharts.mk +++ b/src/qtcharts.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtcharts $(PKG)_IGNORE := diff --git a/src/qtconnectivity.mk b/src/qtconnectivity.mk index e211411..65a6573 100644 --- a/src/qtconnectivity.mk +++ b/src/qtconnectivity.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtconnectivity $(PKG)_IGNORE := diff --git a/src/qtdatavis3d.mk b/src/qtdatavis3d.mk index 7276e41..c182502 100644 --- a/src/qtdatavis3d.mk +++ b/src/qtdatavis3d.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtdatavis3d $(PKG)_IGNORE := diff --git a/src/qtdeclarative-render2d.mk b/src/qtdeclarative-render2d.mk index 6f2d322..d8b0955 100644 --- a/src/qtdeclarative-render2d.mk +++ b/src/qtdeclarative-render2d.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtdeclarative-render2d $(PKG)_IGNORE := diff --git a/src/qtdeclarative.mk b/src/qtdeclarative.mk index 0058a69..ec482e7 100644 --- a/src/qtdeclarative.mk +++ b/src/qtdeclarative.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtdeclarative $(PKG)_IGNORE := diff --git a/src/qtgamepad.mk b/src/qtgamepad.mk index c704fc6..a711a2a 100644 --- a/src/qtgamepad.mk +++ b/src/qtgamepad.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtgamepad $(PKG)_IGNORE := diff --git a/src/qtgraphicaleffects.mk b/src/qtgraphicaleffects.mk index 152eae8..759af71 100644 --- a/src/qtgraphicaleffects.mk +++ b/src/qtgraphicaleffects.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtgraphicaleffects $(PKG)_IGNORE := diff --git a/src/qtimageformats-1.patch b/src/qtimageformats-1.patch index 4edb348..f43fa4e 100644 --- a/src/qtimageformats-1.patch +++ b/src/qtimageformats-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 30f968c6f65c5668a9760ccfd48312b786ab318b Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/qtimageformats.mk b/src/qtimageformats.mk index 8c7564f..6992d3b 100644 --- a/src/qtimageformats.mk +++ b/src/qtimageformats.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtimageformats $(PKG)_IGNORE := diff --git a/src/qtlocation.mk b/src/qtlocation.mk index 41fe4c6..d6bb17e 100644 --- a/src/qtlocation.mk +++ b/src/qtlocation.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtlocation $(PKG)_IGNORE := diff --git a/src/qtmultimedia.mk b/src/qtmultimedia.mk index 45b2fa6..85e88e2 100644 --- a/src/qtmultimedia.mk +++ b/src/qtmultimedia.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtmultimedia $(PKG)_IGNORE := diff --git a/src/qtofficeopenxml.mk b/src/qtofficeopenxml.mk index 6ae72c4..48f2b62 100644 --- a/src/qtofficeopenxml.mk +++ b/src/qtofficeopenxml.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtofficeopenxml $(PKG)_IGNORE := $(PKG)_VERSION := 02dda4a46f92a843eaba5f5a021952860eadfe01 diff --git a/src/qtpurchasing.mk b/src/qtpurchasing.mk index bb6012a..5ff8cad 100644 --- a/src/qtpurchasing.mk +++ b/src/qtpurchasing.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtpurchasing $(PKG)_IGNORE := diff --git a/src/qtquickcontrols.mk b/src/qtquickcontrols.mk index 0956129..4b8dda8 100644 --- a/src/qtquickcontrols.mk +++ b/src/qtquickcontrols.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtquickcontrols $(PKG)_IGNORE := diff --git a/src/qtquickcontrols2.mk b/src/qtquickcontrols2.mk index 0a00fe1..cb49d2e 100644 --- a/src/qtquickcontrols2.mk +++ b/src/qtquickcontrols2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtquickcontrols2 $(PKG)_IGNORE := diff --git a/src/qtscript.mk b/src/qtscript.mk index 0a169fd..5e4512d 100644 --- a/src/qtscript.mk +++ b/src/qtscript.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtscript $(PKG)_IGNORE := diff --git a/src/qtscxml.mk b/src/qtscxml.mk index 0086894..9461d6a 100644 --- a/src/qtscxml.mk +++ b/src/qtscxml.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtscxml $(PKG)_IGNORE := diff --git a/src/qtsensors.mk b/src/qtsensors.mk index 5db51a7..d4c1513 100644 --- a/src/qtsensors.mk +++ b/src/qtsensors.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtsensors $(PKG)_IGNORE := diff --git a/src/qtserialbus.mk b/src/qtserialbus.mk index a1094e7..f70ec60 100644 --- a/src/qtserialbus.mk +++ b/src/qtserialbus.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtserialbus $(PKG)_IGNORE := diff --git a/src/qtserialport.mk b/src/qtserialport.mk index 472bb60..a1138bb 100644 --- a/src/qtserialport.mk +++ b/src/qtserialport.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtserialport $(PKG)_IGNORE := diff --git a/src/qtserialport_qt4-1-fixes.patch b/src/qtserialport_qt4-1-fixes.patch index abd0237..8c4b6a6 100644 --- a/src/qtserialport_qt4-1-fixes.patch +++ b/src/qtserialport_qt4-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/qtserialport_qt4.mk b/src/qtserialport_qt4.mk index cdda539..f74aa69 100644 --- a/src/qtserialport_qt4.mk +++ b/src/qtserialport_qt4.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtserialport_qt4 $(PKG)_IGNORE := diff --git a/src/qtservice-1-fixes.patch b/src/qtservice-1-fixes.patch index 5713f57..77208ae 100644 --- a/src/qtservice-1-fixes.patch +++ b/src/qtservice-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 431dd674645bbee5ea34d65aa4095f07890af088 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/qtservice.mk b/src/qtservice.mk index f0971bc..c5764d6 100644 --- a/src/qtservice.mk +++ b/src/qtservice.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtservice $(PKG)_IGNORE := $(PKG)_VERSION := ad9bc46 diff --git a/src/qtsparkle_qt4-test.cpp b/src/qtsparkle_qt4-test.cpp index a72b034..3e6e657 100644 --- a/src/qtsparkle_qt4-test.cpp +++ b/src/qtsparkle_qt4-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/qtsparkle_qt4.mk b/src/qtsparkle_qt4.mk index 9d26fc6..1e4dc7d 100644 --- a/src/qtsparkle_qt4.mk +++ b/src/qtsparkle_qt4.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtsparkle_qt4 $(PKG)_IGNORE := diff --git a/src/qtsvg.mk b/src/qtsvg.mk index 52db43e..533fc45 100644 --- a/src/qtsvg.mk +++ b/src/qtsvg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtsvg $(PKG)_IGNORE := diff --git a/src/qtsystems.mk b/src/qtsystems.mk index 2a71a86..7c75bd0 100644 --- a/src/qtsystems.mk +++ b/src/qtsystems.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtsystems $(PKG)_IGNORE := $(PKG)_VERSION := 4e3a7ed diff --git a/src/qttools-1.patch b/src/qttools-1.patch index 2dc1fb5..3b797c1 100644 --- a/src/qttools-1.patch +++ b/src/qttools-1.patch @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. From 3dc7b77a86b4d399836472484a5b3448a27f1a1e Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/qttools-test/CMakeLists.txt b/src/qttools-test/CMakeLists.txt index 888bf25..ad8de2f 100644 --- a/src/qttools-test/CMakeLists.txt +++ b/src/qttools-test/CMakeLists.txt @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # Source: https://github.com/mxe/mxe/issues/1185 diff --git a/src/qttools-test/mxe-cmake-qtuitools.cpp b/src/qttools-test/mxe-cmake-qtuitools.cpp index dc4eadb..60e008b 100644 --- a/src/qttools-test/mxe-cmake-qtuitools.cpp +++ b/src/qttools-test/mxe-cmake-qtuitools.cpp @@ -1,5 +1,4 @@ -// This file is part of MXE. -// See index.html for further information. +// This file is part of MXE. See LICENSE.md for licensing information. // Source: https://github.com/mxe/mxe/issues/1185 diff --git a/src/qttools.mk b/src/qttools.mk index b7c3709..89891a2 100644 --- a/src/qttools.mk +++ b/src/qttools.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qttools $(PKG)_IGNORE := diff --git a/src/qttranslations.mk b/src/qttranslations.mk index 4fe159d..a914406 100644 --- a/src/qttranslations.mk +++ b/src/qttranslations.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qttranslations $(PKG)_IGNORE := diff --git a/src/qtvirtualkeyboard.mk b/src/qtvirtualkeyboard.mk index ba39c4b..e554349 100644 --- a/src/qtvirtualkeyboard.mk +++ b/src/qtvirtualkeyboard.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtvirtualkeyboard $(PKG)_IGNORE := diff --git a/src/qtwebchannel.mk b/src/qtwebchannel.mk index c9360f3..9b1d7c4 100644 --- a/src/qtwebchannel.mk +++ b/src/qtwebchannel.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwebchannel $(PKG)_IGNORE := diff --git a/src/qtwebengine.mk b/src/qtwebengine.mk index 01a01c7..ea04b48 100644 --- a/src/qtwebengine.mk +++ b/src/qtwebengine.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwebengine $(PKG)_IGNORE := diff --git a/src/qtwebkit-1-fixes.patch b/src/qtwebkit-1-fixes.patch index 4080330..9bcc452 100644 --- a/src/qtwebkit-1-fixes.patch +++ b/src/qtwebkit-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Taken from: https://github.com/Alexpux/Qt-builds/blob/master/patches/qt/5.0.x/qt-5.0.0-fix-build-under-msys.patch diff --git a/src/qtwebkit.mk b/src/qtwebkit.mk index 621df85..73ecb43 100644 --- a/src/qtwebkit.mk +++ b/src/qtwebkit.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwebkit $(PKG)_IGNORE := diff --git a/src/qtwebsockets.mk b/src/qtwebsockets.mk index 1507c59..dc7d06a 100644 --- a/src/qtwebsockets.mk +++ b/src/qtwebsockets.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwebsockets $(PKG)_IGNORE := diff --git a/src/qtwebview.mk b/src/qtwebview.mk index e5f8d8c..c85a691 100644 --- a/src/qtwebview.mk +++ b/src/qtwebview.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwebview $(PKG)_IGNORE := diff --git a/src/qtwinextras-1.patch b/src/qtwinextras-1.patch index 7259d7a..c8176c6 100644 --- a/src/qtwinextras-1.patch +++ b/src/qtwinextras-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From dc0cb681cde6899b40923570c29adcf1c20c54cb Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/qtwinextras.mk b/src/qtwinextras.mk index ea26d57..49066bb 100644 --- a/src/qtwinextras.mk +++ b/src/qtwinextras.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwinextras $(PKG)_IGNORE := diff --git a/src/qtxlsxwriter.mk b/src/qtxlsxwriter.mk index 700192b..3dfc834 100644 --- a/src/qtxlsxwriter.mk +++ b/src/qtxlsxwriter.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtxlsxwriter $(PKG)_IGNORE := $(PKG)_VERSION := 3c474f376d1eb098793c45c2f512b216e696052b diff --git a/src/qtxmlpatterns-1.patch b/src/qtxmlpatterns-1.patch index c78d7e3..f90018c 100644 --- a/src/qtxmlpatterns-1.patch +++ b/src/qtxmlpatterns-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 5a2c60539f7cf6626bbeef3cca44aa172a64cc23 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/qtxmlpatterns.mk b/src/qtxmlpatterns.mk index 38d8ab0..cf34a72 100644 --- a/src/qtxmlpatterns.mk +++ b/src/qtxmlpatterns.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qtxmlpatterns $(PKG)_IGNORE := diff --git a/src/qwt-1-fixes-crlf.patch b/src/qwt-1-fixes-crlf.patch index 5668bea..6ae37ca 100644 --- a/src/qwt-1-fixes-crlf.patch +++ b/src/qwt-1-fixes-crlf.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/qwt.mk b/src/qwt.mk index ffe2212..14aac24 100644 --- a/src/qwt.mk +++ b/src/qwt.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qwt $(PKG)_VERSION := 6.1.3 diff --git a/src/qwt_qt4-1-fixes-crlf.patch b/src/qwt_qt4-1-fixes-crlf.patch index 1caf7dd..b9603c2 100644 --- a/src/qwt_qt4-1-fixes-crlf.patch +++ b/src/qwt_qt4-1-fixes-crlf.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 888c3a631c821e3d27efbcd3da6247c3a5add135 Mon Sep 17 00:00:00 2001 From: Tony Theodore diff --git a/src/qwt_qt4.mk b/src/qwt_qt4.mk index f2f7123..c99cc10 100644 --- a/src/qwt_qt4.mk +++ b/src/qwt_qt4.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qwt_qt4 $(PKG)_VERSION = $(qwt_VERSION) diff --git a/src/qwtplot3d-1-fixes.patch b/src/qwtplot3d-1-fixes.patch index 6001f6f..6064a9a 100644 --- a/src/qwtplot3d-1-fixes.patch +++ b/src/qwtplot3d-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/qwtplot3d.mk b/src/qwtplot3d.mk index 265f6ac..ef116da 100644 --- a/src/qwtplot3d.mk +++ b/src/qwtplot3d.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qwtplot3d $(PKG)_IGNORE := diff --git a/src/readline-1.patch b/src/readline-1.patch index 938b9d0..9059248 100644 --- a/src/readline-1.patch +++ b/src/readline-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From c0572cecbeadc8fe24c70c5c39d49210a39ac719 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/readline.mk b/src/readline.mk index 964db21..d3108da 100644 --- a/src/readline.mk +++ b/src/readline.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := readline $(PKG)_IGNORE := diff --git a/src/rubberband-1-pc-deps.patch b/src/rubberband-1-pc-deps.patch index 395e14e..9d66d6b 100644 --- a/src/rubberband-1-pc-deps.patch +++ b/src/rubberband-1-pc-deps.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: https://bitbucket.org/breakfastquay/rubberband/issue/15/rubberbandpcin-missing-lstdc-lfftw3 diff --git a/src/rubberband.mk b/src/rubberband.mk index 3f9aff2..0b3e70f 100644 --- a/src/rubberband.mk +++ b/src/rubberband.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := rubberband $(PKG)_IGNORE := diff --git a/src/rucksack-test.c b/src/rucksack-test.c index b18a991..6d11a87 100644 --- a/src/rucksack-test.c +++ b/src/rucksack-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/rucksack.mk b/src/rucksack.mk index 3da4cfd..f5d6643 100644 --- a/src/rucksack.mk +++ b/src/rucksack.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := rucksack $(PKG)_IGNORE := diff --git a/src/sdl-test.c b/src/sdl-test.c index 572c0ff..610d1ba 100644 --- a/src/sdl-test.c +++ b/src/sdl-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sdl-test.cmake b/src/sdl-test.cmake index 0b9a937..a80d6b9 100644 --- a/src/sdl-test.cmake +++ b/src/sdl-test.cmake @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # partial module - included by src/cmake/CMakeLists.txt diff --git a/src/sdl.mk b/src/sdl.mk index 16381f8..e2a34ca 100644 --- a/src/sdl.mk +++ b/src/sdl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl $(PKG)_IGNORE := diff --git a/src/sdl2-1.patch b/src/sdl2-1.patch index ebefdb6..6cdc851 100644 --- a/src/sdl2-1.patch +++ b/src/sdl2-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From b729ad357e09a18d1019aec3d23090de3ffae2bb Mon Sep 17 00:00:00 2001 From: Robert Norris diff --git a/src/sdl2-test.c b/src/sdl2-test.c index fd25c4e..8bd6aa7 100644 --- a/src/sdl2-test.c +++ b/src/sdl2-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sdl2.mk b/src/sdl2.mk index d678c61..ec4d43c 100644 --- a/src/sdl2.mk +++ b/src/sdl2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl2 $(PKG)_IGNORE := diff --git a/src/sdl2_gfx-test.c b/src/sdl2_gfx-test.c index 2b6b06c..a905883 100644 --- a/src/sdl2_gfx-test.c +++ b/src/sdl2_gfx-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sdl2_gfx.mk b/src/sdl2_gfx.mk index 9028ba8..fb8925c 100644 --- a/src/sdl2_gfx.mk +++ b/src/sdl2_gfx.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl2_gfx $(PKG)_IGNORE := diff --git a/src/sdl2_image.mk b/src/sdl2_image.mk index d7e5a49..0872ba0 100644 --- a/src/sdl2_image.mk +++ b/src/sdl2_image.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl2_image $(PKG)_IGNORE := diff --git a/src/sdl2_mixer-1-linkfix.patch b/src/sdl2_mixer-1-linkfix.patch index baa02b8..5be3a0a 100644 --- a/src/sdl2_mixer-1-linkfix.patch +++ b/src/sdl2_mixer-1-linkfix.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Fix link order for the 2 test programs. diff --git a/src/sdl2_mixer.mk b/src/sdl2_mixer.mk index dbee379..6532ddd 100644 --- a/src/sdl2_mixer.mk +++ b/src/sdl2_mixer.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl2_mixer $(PKG)_IGNORE := diff --git a/src/sdl2_net-1-winsocks2.patch b/src/sdl2_net-1-winsocks2.patch index 9d4376d..49b6565 100644 --- a/src/sdl2_net-1-winsocks2.patch +++ b/src/sdl2_net-1-winsocks2.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 68e75d3818547ee17f1a67283d655bee51e59568 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/sdl2_net-test.c b/src/sdl2_net-test.c index c5204a5..bec5c47 100644 --- a/src/sdl2_net-test.c +++ b/src/sdl2_net-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sdl2_net.mk b/src/sdl2_net.mk index 543eebb..c08b314 100644 --- a/src/sdl2_net.mk +++ b/src/sdl2_net.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl2_net $(PKG)_IGNORE := diff --git a/src/sdl2_ttf.mk b/src/sdl2_ttf.mk index 3b7e634..09d9353 100644 --- a/src/sdl2_ttf.mk +++ b/src/sdl2_ttf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl2_ttf $(PKG)_IGNORE := diff --git a/src/sdl_gfx-test.c b/src/sdl_gfx-test.c index e957f2e..6b04e45 100644 --- a/src/sdl_gfx-test.c +++ b/src/sdl_gfx-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sdl_gfx.mk b/src/sdl_gfx.mk index ea1e2ed..82437b1 100644 --- a/src/sdl_gfx.mk +++ b/src/sdl_gfx.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl_gfx $(PKG)_IGNORE := diff --git a/src/sdl_image-test-CMakeLists.txt b/src/sdl_image-test-CMakeLists.txt index bd60986..9fc282b 100644 --- a/src/sdl_image-test-CMakeLists.txt +++ b/src/sdl_image-test-CMakeLists.txt @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. project(SDL_image_test) cmake_minimum_required(VERSION 2.8) diff --git a/src/sdl_image-test.c b/src/sdl_image-test.c index a3c9842..7d34dfa 100644 --- a/src/sdl_image-test.c +++ b/src/sdl_image-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sdl_image.mk b/src/sdl_image.mk index 032df69..d435dd6 100644 --- a/src/sdl_image.mk +++ b/src/sdl_image.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl_image $(PKG)_IGNORE := diff --git a/src/sdl_mixer-1-fix-double-free.patch b/src/sdl_mixer-1-fix-double-free.patch index a987ec1..4ee3a50 100644 --- a/src/sdl_mixer-1-fix-double-free.patch +++ b/src/sdl_mixer-1-fix-double-free.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. https://bugs.gentoo.org/show_bug.cgi?id=406739 Nikos Chantziaras 2012-03-03 03:13:39 EST diff --git a/src/sdl_mixer-test.c b/src/sdl_mixer-test.c index 0e81c0c..f4baa45 100644 --- a/src/sdl_mixer-test.c +++ b/src/sdl_mixer-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sdl_mixer.mk b/src/sdl_mixer.mk index a751bb8..ca6c07d 100644 --- a/src/sdl_mixer.mk +++ b/src/sdl_mixer.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl_mixer $(PKG)_IGNORE := diff --git a/src/sdl_net-1-fixes.patch b/src/sdl_net-1-fixes.patch index ca361e3..a349b1a 100644 --- a/src/sdl_net-1-fixes.patch +++ b/src/sdl_net-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/sdl_net-2-winsocks2.patch b/src/sdl_net-2-winsocks2.patch index 9d4376d..49b6565 100644 --- a/src/sdl_net-2-winsocks2.patch +++ b/src/sdl_net-2-winsocks2.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 68e75d3818547ee17f1a67283d655bee51e59568 Mon Sep 17 00:00:00 2001 From: Timothy Gu diff --git a/src/sdl_net-test.c b/src/sdl_net-test.c index c5204a5..bec5c47 100644 --- a/src/sdl_net-test.c +++ b/src/sdl_net-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sdl_net.mk b/src/sdl_net.mk index a77e1f7..026ca19 100644 --- a/src/sdl_net.mk +++ b/src/sdl_net.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl_net $(PKG)_IGNORE := diff --git a/src/sdl_pango-1-api-adds.patch b/src/sdl_pango-1-api-adds.patch index b0e3842..4c2078e 100644 --- a/src/sdl_pango-1-api-adds.patch +++ b/src/sdl_pango-1-api-adds.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch diff --git a/src/sdl_pango-2-static-matrices.patch b/src/sdl_pango-2-static-matrices.patch index 929350c..c0ae1fe 100644 --- a/src/sdl_pango-2-static-matrices.patch +++ b/src/sdl_pango-2-static-matrices.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. --- SDL_Pango-0.1.2.orig/src/SDL_Pango.h 2010-04-08 11:33:48.000000000 +0200 +++ SDL_Pango-0.1.2/src/SDL_Pango.h 2010-04-08 11:36:51.000000000 +0200 diff --git a/src/sdl_pango.mk b/src/sdl_pango.mk index 314c1b5..6a1e6af 100644 --- a/src/sdl_pango.mk +++ b/src/sdl_pango.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl_pango $(PKG)_IGNORE := diff --git a/src/sdl_rwhttp-test.c b/src/sdl_rwhttp-test.c index 4fd0d85..aaa4c26 100644 --- a/src/sdl_rwhttp-test.c +++ b/src/sdl_rwhttp-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * This is a simple test program for SDL_rwhttp that tries to * fetch something from the web. diff --git a/src/sdl_rwhttp.mk b/src/sdl_rwhttp.mk index 563f186..40e6e70 100644 --- a/src/sdl_rwhttp.mk +++ b/src/sdl_rwhttp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl_rwhttp $(PKG)_IGNORE := diff --git a/src/sdl_sound-test-CMakeLists.txt b/src/sdl_sound-test-CMakeLists.txt index e09bb96..da05257 100644 --- a/src/sdl_sound-test-CMakeLists.txt +++ b/src/sdl_sound-test-CMakeLists.txt @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. project(SDL_sound_test) cmake_minimum_required(VERSION 2.8) diff --git a/src/sdl_sound-test.c b/src/sdl_sound-test.c index 3b5e8df..15405a3 100644 --- a/src/sdl_sound-test.c +++ b/src/sdl_sound-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. * * This is a simple test program for SDL_sound that tries to * decode the file specified as the only command-line argument. diff --git a/src/sdl_sound.mk b/src/sdl_sound.mk index 94bffc5..42ccdab 100644 --- a/src/sdl_sound.mk +++ b/src/sdl_sound.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl_sound $(PKG)_IGNORE := diff --git a/src/sdl_ttf.mk b/src/sdl_ttf.mk index 261ec59..5914986 100644 --- a/src/sdl_ttf.mk +++ b/src/sdl_ttf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sdl_ttf $(PKG)_IGNORE := 2% diff --git a/src/sfml-1-fixes-crlf.patch b/src/sfml-1-fixes-crlf.patch index 2de432d..160075d 100644 --- a/src/sfml-1-fixes-crlf.patch +++ b/src/sfml-1-fixes-crlf.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/sfml-test.cpp b/src/sfml-test.cpp index 1fc07e8..45fca6c 100644 --- a/src/sfml-test.cpp +++ b/src/sfml-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sfml.mk b/src/sfml.mk index 75719c6..5c75e5b 100644 --- a/src/sfml.mk +++ b/src/sfml.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sfml $(PKG)_IGNORE := diff --git a/src/smpeg-test.c b/src/smpeg-test.c index 0183bd2..75f4c84 100644 --- a/src/smpeg-test.c +++ b/src/smpeg-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/smpeg.mk b/src/smpeg.mk index 7fec70d..6618d80 100644 --- a/src/smpeg.mk +++ b/src/smpeg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := smpeg $(PKG)_IGNORE := diff --git a/src/smpeg2.mk b/src/smpeg2.mk index 4d085d9..fd2d02f 100644 --- a/src/smpeg2.mk +++ b/src/smpeg2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := smpeg2 $(PKG)_IGNORE := diff --git a/src/sox-test.c b/src/sox-test.c index 4911ef0..6791900 100644 --- a/src/sox-test.c +++ b/src/sox-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/sox.mk b/src/sox.mk index 9e49e7b..8ca08ba 100644 --- a/src/sox.mk +++ b/src/sox.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sox $(PKG)_IGNORE := diff --git a/src/sparsehash.mk b/src/sparsehash.mk index d33f312..e39085d 100644 --- a/src/sparsehash.mk +++ b/src/sparsehash.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sparsehash $(PKG)_IGNORE := diff --git a/src/speex.mk b/src/speex.mk index 518a5a3..81c9592 100644 --- a/src/speex.mk +++ b/src/speex.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := speex $(PKG)_IGNORE := diff --git a/src/speexdsp.mk b/src/speexdsp.mk index 24abca3..d3b36ce 100644 --- a/src/speexdsp.mk +++ b/src/speexdsp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := speexdsp $(PKG)_IGNORE := diff --git a/src/sqlite.mk b/src/sqlite.mk index 3b0badd..b2aa456 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sqlite $(PKG)_IGNORE := diff --git a/src/subversion.mk b/src/subversion.mk index 52caa8d..2f4915e 100644 --- a/src/subversion.mk +++ b/src/subversion.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := subversion $(PKG)_IGNORE := diff --git a/src/suitesparse-1.patch b/src/suitesparse-1.patch index b2c4ed1..9e19183 100644 --- a/src/suitesparse-1.patch +++ b/src/suitesparse-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 169f88aef7ff1d302aa3eac48d779d009780b87f Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/suitesparse.mk b/src/suitesparse.mk index 3f9c79d..57eea1b 100644 --- a/src/suitesparse.mk +++ b/src/suitesparse.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := suitesparse $(PKG)_VERSION := 4.2.1 diff --git a/src/t4k_common.mk b/src/t4k_common.mk index 889d800..6238647 100644 --- a/src/t4k_common.mk +++ b/src/t4k_common.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := t4k_common $(PKG)_IGNORE := diff --git a/src/taglib.mk b/src/taglib.mk index 66fcc00..d7b9c9f 100644 --- a/src/taglib.mk +++ b/src/taglib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := taglib $(PKG)_IGNORE := diff --git a/src/tclap.mk b/src/tclap.mk index 8fe3589..961fed9 100644 --- a/src/tclap.mk +++ b/src/tclap.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tclap $(PKG)_IGNORE := diff --git a/src/teem.mk b/src/teem.mk index 15b7aa3..825b8cb 100644 --- a/src/teem.mk +++ b/src/teem.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := teem $(PKG)_IGNORE := diff --git a/src/termcap.mk b/src/termcap.mk index 0a90ed9..e2c3c84 100644 --- a/src/termcap.mk +++ b/src/termcap.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := termcap $(PKG)_IGNORE := diff --git a/src/theora.mk b/src/theora.mk index c81d35b..b8dc56b 100644 --- a/src/theora.mk +++ b/src/theora.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := theora $(PKG)_IGNORE := diff --git a/src/tiff.mk b/src/tiff.mk index 26209ce..44d0d82 100644 --- a/src/tiff.mk +++ b/src/tiff.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tiff $(PKG)_IGNORE := diff --git a/src/tinyxml.mk b/src/tinyxml.mk index 5e60583..8ab04d9 100644 --- a/src/tinyxml.mk +++ b/src/tinyxml.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tinyxml $(PKG)_IGNORE := diff --git a/src/tinyxml2.mk b/src/tinyxml2.mk index d1eb869..4a7b7b8 100644 --- a/src/tinyxml2.mk +++ b/src/tinyxml2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tinyxml2 $(PKG)_IGNORE := diff --git a/src/tre.mk b/src/tre.mk index ef5053c..7d337d3 100644 --- a/src/tre.mk +++ b/src/tre.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tre $(PKG)_IGNORE := diff --git a/src/twolame.mk b/src/twolame.mk index c1f577a..190305a 100644 --- a/src/twolame.mk +++ b/src/twolame.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := twolame $(PKG)_IGNORE := diff --git a/src/ucl-1-fixes.patch b/src/ucl-1-fixes.patch index 34a1ee3..63f0622 100644 --- a/src/ucl-1-fixes.patch +++ b/src/ucl-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 34ee29b2233764519fecf3a9c5d7ed36ad680215 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/ucl.mk b/src/ucl.mk index b3a8dc5..568901e 100644 --- a/src/ucl.mk +++ b/src/ucl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := ucl $(PKG)_IGNORE := diff --git a/src/unrtf-1.patch b/src/unrtf-1.patch index 2d8ad309..198c00d 100644 --- a/src/unrtf-1.patch +++ b/src/unrtf-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From f023435f7ba175b0b43b3cd9406199656ac6a707 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/unrtf.mk b/src/unrtf.mk index 850cc09..849f712 100644 --- a/src/unrtf.mk +++ b/src/unrtf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := unrtf $(PKG)_VERSION := 0.21.9 diff --git a/src/upx-1-fix-logging.patch b/src/upx-1-fix-logging.patch index a1d5005..cf5e101 100644 --- a/src/upx-1-fix-logging.patch +++ b/src/upx-1-fix-logging.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From a9c84ba7518ea4cc92cf4b391f609c3f6ade0974 Mon Sep 17 00:00:00 2001 From: Boris Nagaev diff --git a/src/upx.mk b/src/upx.mk index 0278308..4bcc410 100644 --- a/src/upx.mk +++ b/src/upx.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := upx $(PKG)_IGNORE := diff --git a/src/vamp-plugin-sdk.mk b/src/vamp-plugin-sdk.mk index 81f4ea8..bd549b7 100644 --- a/src/vamp-plugin-sdk.mk +++ b/src/vamp-plugin-sdk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vamp-plugin-sdk $(PKG)_IGNORE := diff --git a/src/vcdimager-1-configure.patch b/src/vcdimager-1-configure.patch index 01ad5f9..85a1767 100644 --- a/src/vcdimager-1-configure.patch +++ b/src/vcdimager-1-configure.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -urN vcdimager-0.7.24/configure.ac vcdimager-0.7.24-patch/configure.ac --- vcdimager-0.7.24/configure.ac 2011-03-18 01:43:53.000000000 +0200 diff --git a/src/vcdimager.mk b/src/vcdimager.mk index 494dec9..3517e94 100644 --- a/src/vcdimager.mk +++ b/src/vcdimager.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vcdimager $(PKG)_IGNORE := diff --git a/src/vidstab-1-lib-type.patch b/src/vidstab-1-lib-type.patch index 6fbf225..2956d67 100644 --- a/src/vidstab-1-lib-type.patch +++ b/src/vidstab-1-lib-type.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: https://github.com/georgmartius/vid.stab/pull/19 diff --git a/src/vidstab-2-lib-type-fix.patch b/src/vidstab-2-lib-type-fix.patch index 1a6f365..2fe99bc 100644 --- a/src/vidstab-2-lib-type-fix.patch +++ b/src/vidstab-2-lib-type-fix.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: https://github.com/georgmartius/vid.stab/pull/20 diff --git a/src/vidstab-test.c b/src/vidstab-test.c index ab6c47d..8626ad8 100644 --- a/src/vidstab-test.c +++ b/src/vidstab-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/vidstab.mk b/src/vidstab.mk index 82e57ad..f07ca74 100644 --- a/src/vidstab.mk +++ b/src/vidstab.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vidstab $(PKG)_IGNORE := diff --git a/src/vigra-test.cpp b/src/vigra-test.cpp index 538a409..152f67c 100644 --- a/src/vigra-test.cpp +++ b/src/vigra-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/vigra.mk b/src/vigra.mk index d1c4f30..c130baa 100644 --- a/src/vigra.mk +++ b/src/vigra.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vigra $(PKG)_IGNORE := diff --git a/src/vmime-1.patch b/src/vmime-1.patch index c2026fb..95d6cf7 100644 --- a/src/vmime-1.patch +++ b/src/vmime-1.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From bc98fcbc262514378bbb9a5a011cdaf7aef5e744 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/vmime.mk b/src/vmime.mk index aed2e2c..287b805 100644 --- a/src/vmime.mk +++ b/src/vmime.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vmime $(PKG)_IGNORE := diff --git a/src/vo-aacenc.mk b/src/vo-aacenc.mk index 3ad64db..4ae4d2c 100644 --- a/src/vo-aacenc.mk +++ b/src/vo-aacenc.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vo-aacenc $(PKG)_IGNORE := diff --git a/src/vo-amrwbenc.mk b/src/vo-amrwbenc.mk index 66e982d..c2b7386 100644 --- a/src/vo-amrwbenc.mk +++ b/src/vo-amrwbenc.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vo-amrwbenc $(PKG)_IGNORE := diff --git a/src/vorbis.mk b/src/vorbis.mk index 32688ae..9da5456 100644 --- a/src/vorbis.mk +++ b/src/vorbis.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vorbis $(PKG)_IGNORE := diff --git a/src/vtk-1-fixes.patch b/src/vtk-1-fixes.patch index c4bab4e..827dbfd 100644 --- a/src/vtk-1-fixes.patch +++ b/src/vtk-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/vtk.mk b/src/vtk.mk index 4bd268d..aeb0e4c 100644 --- a/src/vtk.mk +++ b/src/vtk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vtk $(PKG)_IGNORE := 5.10% diff --git a/src/vtk6-1-fixes.patch b/src/vtk6-1-fixes.patch index 696cc08..cac6a27 100644 --- a/src/vtk6-1-fixes.patch +++ b/src/vtk6-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/vtk6.mk b/src/vtk6.mk index fc30c99..23d93ec 100644 --- a/src/vtk6.mk +++ b/src/vtk6.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := vtk6 $(PKG)_IGNORE := diff --git a/src/waf.mk b/src/waf.mk index 11d7b4c..243f856 100644 --- a/src/waf.mk +++ b/src/waf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := waf $(PKG)_IGNORE := diff --git a/src/wavpack.mk b/src/wavpack.mk index cfd784b..2361fcc 100644 --- a/src/wavpack.mk +++ b/src/wavpack.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := wavpack $(PKG)_IGNORE := diff --git a/src/wget.mk b/src/wget.mk index 750b581..4be4f11 100644 --- a/src/wget.mk +++ b/src/wget.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := wget $(PKG)_VERSION := 1.18 diff --git a/src/widl-1-fixes.patch b/src/widl-1-fixes.patch index 9459b5c..7921f12 100644 --- a/src/widl-1-fixes.patch +++ b/src/widl-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -ur mingw-w64-v3.3.0.orig/mingw-w64-tools/widl/include/windef.h mingw-w64-v3.3.0/mingw-w64-tools/widl/include/windef.h --- mingw-w64-v3.3.0.orig/mingw-w64-tools/widl/include/windef.h 2014-10-29 20:53:30.000000000 +1100 diff --git a/src/widl.mk b/src/widl.mk index c0ef1fa..d589a3c 100644 --- a/src/widl.mk +++ b/src/widl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # WIDL is called "Wine IDL Compiler"; but we use mingw-w64's copy of it to # avoid downloading Wine's entire tree. diff --git a/src/winpcap-1-fixes.patch b/src/winpcap-1-fixes.patch index 28741c0..bfcc2fa 100644 --- a/src/winpcap-1-fixes.patch +++ b/src/winpcap-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/winpcap.mk b/src/winpcap.mk index 538081a..b0079bb 100644 --- a/src/winpcap.mk +++ b/src/winpcap.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := winpcap $(PKG)_IGNORE := diff --git a/src/wt-1-fixes.patch b/src/wt-1-fixes.patch index 057ed55..11b129c 100644 --- a/src/wt-1-fixes.patch +++ b/src/wt-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/wt.mk b/src/wt.mk index 248419d..48be39a 100644 --- a/src/wt.mk +++ b/src/wt.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := wt $(PKG)_IGNORE := diff --git a/src/wxwidgets-test.cpp b/src/wxwidgets-test.cpp index a51d5db..93e844a 100644 --- a/src/wxwidgets-test.cpp +++ b/src/wxwidgets-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/wxwidgets.mk b/src/wxwidgets.mk index 42485b8..90e7b43 100644 --- a/src/wxwidgets.mk +++ b/src/wxwidgets.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := wxwidgets $(PKG)_IGNORE := diff --git a/src/x264-1-fix-bin-bash.patch b/src/x264-1-fix-bin-bash.patch index 972d60b..7c5e8f8 100644 --- a/src/x264-1-fix-bin-bash.patch +++ b/src/x264-1-fix-bin-bash.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure --- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:07.000000000 +1000 diff --git a/src/x264.mk b/src/x264.mk index ab423a3..5173df5 100644 --- a/src/x264.mk +++ b/src/x264.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := x264 $(PKG)_IGNORE := diff --git a/src/xapian-core.mk b/src/xapian-core.mk index b746607..578b58a 100644 --- a/src/xapian-core.mk +++ b/src/xapian-core.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := xapian-core $(PKG)_IGNORE := diff --git a/src/xerces-test.cpp b/src/xerces-test.cpp index cf06698..594c6b7 100644 --- a/src/xerces-test.cpp +++ b/src/xerces-test.cpp @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/xerces.mk b/src/xerces.mk index cc3d113..1c42cfa 100644 --- a/src/xerces.mk +++ b/src/xerces.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := xerces $(PKG)_IGNORE := diff --git a/src/xmlrpc-c-1-fixes.patch b/src/xmlrpc-c-1-fixes.patch index f0f9efe..30a75e4 100644 --- a/src/xmlrpc-c-1-fixes.patch +++ b/src/xmlrpc-c-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Index: stable/lib/curl_transport/curltransaction.c =================================================================== diff --git a/src/xmlrpc-c.mk b/src/xmlrpc-c.mk index 950fb2a..123ff28 100644 --- a/src/xmlrpc-c.mk +++ b/src/xmlrpc-c.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := xmlrpc-c $(PKG)_IGNORE := diff --git a/src/xmlwrapp-1-va_list.patch b/src/xmlwrapp-1-va_list.patch index e94b133..e7ef54e 100644 --- a/src/xmlwrapp-1-va_list.patch +++ b/src/xmlwrapp-1-va_list.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. diff -ur xmlwrapp-0.7.0.orig/src/libxml/schema.cxx xmlwrapp-0.7.0/src/libxml/schema.cxx --- xmlwrapp-0.7.0.orig/src/libxml/schema.cxx 2013-03-16 12:29:12.000000000 +0100 diff --git a/src/xmlwrapp-2-boost.patch b/src/xmlwrapp-2-boost.patch index e20ffa8..9bb96d7 100644 --- a/src/xmlwrapp-2-boost.patch +++ b/src/xmlwrapp-2-boost.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From a0dd623ec300ffe222d66388971f3325f5efa886 Mon Sep 17 00:00:00 2001 From: Mark Brand diff --git a/src/xmlwrapp.mk b/src/xmlwrapp.mk index 4cbfb28..7fc0d68 100644 --- a/src/xmlwrapp.mk +++ b/src/xmlwrapp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := xmlwrapp $(PKG)_IGNORE := diff --git a/src/xorg-macros.mk b/src/xorg-macros.mk index a0af632..ec66336 100644 --- a/src/xorg-macros.mk +++ b/src/xorg-macros.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := xorg-macros $(PKG)_IGNORE := diff --git a/src/xvidcore.mk b/src/xvidcore.mk index 8779a58..825cfbc 100644 --- a/src/xvidcore.mk +++ b/src/xvidcore.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := xvidcore $(PKG)_IGNORE := diff --git a/src/xxhash-1-fixes.patch b/src/xxhash-1-fixes.patch index c3f9b85..c7ae4ac 100644 --- a/src/xxhash-1-fixes.patch +++ b/src/xxhash-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/xxhash-test.c b/src/xxhash-test.c index e7eca64..b0649ea 100644 --- a/src/xxhash-test.c +++ b/src/xxhash-test.c @@ -1,6 +1,5 @@ /* - * This file is part of MXE. - * See index.html for further information. + * This file is part of MXE. See LICENSE.md for licensing information. */ #include diff --git a/src/xxhash.mk b/src/xxhash.mk index f582ca2..c5677bf 100644 --- a/src/xxhash.mk +++ b/src/xxhash.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := xxhash $(PKG)_IGNORE := diff --git a/src/xz.mk b/src/xz.mk index db69a22..8d159c3 100644 --- a/src/xz.mk +++ b/src/xz.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := xz $(PKG)_IGNORE := diff --git a/src/yaml-cpp-1-fixes.patch b/src/yaml-cpp-1-fixes.patch index 73102ea..436af6f 100644 --- a/src/yaml-cpp-1-fixes.patch +++ b/src/yaml-cpp-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/yaml-cpp.mk b/src/yaml-cpp.mk index 40adc0f..545998f 100644 --- a/src/yaml-cpp.mk +++ b/src/yaml-cpp.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := yaml-cpp $(PKG)_IGNORE := diff --git a/src/yasm.mk b/src/yasm.mk index 92c4c90..cd7ecc1 100644 --- a/src/yasm.mk +++ b/src/yasm.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := yasm $(PKG)_VERSION := 1.3.0 diff --git a/src/zlib-1-win32-static.patch b/src/zlib-1-win32-static.patch index d5ac5c8..f537250 100644 --- a/src/zlib-1-win32-static.patch +++ b/src/zlib-1-win32-static.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/src/zlib.mk b/src/zlib.mk index a2626fc..0dde4fd 100644 --- a/src/zlib.mk +++ b/src/zlib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := zlib $(PKG)_IGNORE := diff --git a/src/zziplib-1-fix-mmap.patch b/src/zziplib-1-fix-mmap.patch index f95a691..d2a4125 100644 --- a/src/zziplib-1-fix-mmap.patch +++ b/src/zziplib-1-fix-mmap.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. This patch has been taken from: http://sourceforge.net/tracker/?func=detail&aid=2995373&group_id=6389&atid=306389 diff --git a/src/zziplib.mk b/src/zziplib.mk index 49424f2..2cdf516 100644 --- a/src/zziplib.mk +++ b/src/zziplib.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := zziplib $(PKG)_IGNORE := diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua index a2e1242..ce3d263 100755 --- a/tools/build-pkg.lua +++ b/tools/build-pkg.lua @@ -1,8 +1,7 @@ #!/usr/bin/env lua --[[ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. build-pkg, Build binary packages from MXE packages Instructions: http://pkg.mxe.cc diff --git a/tools/fake-editor b/tools/fake-editor index 25a7ccf..26cc934 100755 --- a/tools/fake-editor +++ b/tools/fake-editor @@ -1,6 +1,5 @@ #!/bin/sh -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # Fake "editor" to format output for GitHub issue. # See tools/s3-fetch-and-sync for more info. diff --git a/tools/s3-fetch-and-sync b/tools/s3-fetch-and-sync index 36b9cf7..57af72c 100755 --- a/tools/s3-fetch-and-sync +++ b/tools/s3-fetch-and-sync @@ -1,6 +1,5 @@ #!/usr/bin/env bash -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # cron job running on our DigitalOcean server fetching and uploading # package tarballs to MXE Amazon S3 backup server. diff --git a/tools/skeleton.py b/tools/skeleton.py index e7857a3..66e89e3 100755 --- a/tools/skeleton.py +++ b/tools/skeleton.py @@ -2,8 +2,7 @@ """ Create a skeleton of new MXE package. -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. """ import argparse @@ -20,8 +19,7 @@ except: import urllib.request as urllib2 MK_TEMPLATE = r''' -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := %(name)s $(PKG)_IGNORE := diff --git a/tools/update-config-guess b/tools/update-config-guess index a56f09a..100e11a 100755 --- a/tools/update-config-guess +++ b/tools/update-config-guess @@ -1,6 +1,5 @@ #!/bin/sh -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # # Script to automatically update config.guess # (http://savannah.gnu.org/projects/config) diff --git a/tools/update-gmsl b/tools/update-gmsl index 29cf592..ff37987 100755 --- a/tools/update-gmsl +++ b/tools/update-gmsl @@ -1,6 +1,5 @@ #!/bin/sh -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # # Script to automatically update GNU Make Standard Library # (http://gmsl.sourceforge.net/) -- cgit v0.12 From d0e424038e16a928527588f3d7626f57d34fd486 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 22 Aug 2016 23:01:13 +0300 Subject: rename doc/ to docs/ See https://github.com/mxe/mxe/issues/1500 --- Makefile | 2 +- doc/gmsl.html | 715 ----------------------------------------------- doc/release-process.txt | 23 -- docs/gmsl.html | 715 +++++++++++++++++++++++++++++++++++++++++++++++ docs/release-process.txt | 23 ++ index.html | 2 +- tools/build-pkg.lua | 2 +- tools/update-gmsl | 4 +- 8 files changed, 743 insertions(+), 743 deletions(-) delete mode 100644 doc/gmsl.html delete mode 100644 doc/release-process.txt create mode 100644 docs/gmsl.html create mode 100644 docs/release-process.txt diff --git a/Makefile b/Makefile index d97fa43..8084b23 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE))) EXT_DIR := $(TOP_DIR)/ext # GNU Make Standard Library (http://gmsl.sourceforge.net/) -# See doc/gmsl.html for further information +# See docs/gmsl.html for further information include $(EXT_DIR)/gmsl MXE_TRIPLETS := i686-w64-mingw32 x86_64-w64-mingw32 diff --git a/doc/gmsl.html b/doc/gmsl.html deleted file mode 100644 index 494d7f3..0000000 --- a/doc/gmsl.html +++ /dev/null @@ -1,715 +0,0 @@ - - - - GNU Make Standard Library - - -

GNU Make Standard Library

-The GNU Make Standard Library (GMSL) is a collection of functions -implemented using native GNU Make functionality that provide list and -string manipulation, integer arithmetic, associative arrays, stacks, -and debugging facilities.  The GMSL is released under the BSD License.
-
-[Project Page] [Download] -[Discussion -Forum]
-

Using GMSL

-The two files needed are gmsl -and __gmsl.  To -include the GMSL in your Makefile do
-
include gmsl
-gmsl automatically includes __gmsl.  To check that -you have the right version of gmsl -use the gmsl_compatible -function (see -below). The current version is 1 1 7.
-
-The GMSL package also includes a test suite for GMSL.  Just run make -f gmsl-tests.
-

Logical Operators

GMSL has boolean $(true) (a non-empty string) -and $(false) (an empty string).  The following operators can be -used with those variables.
-
-
not
- -
- -Arguments: A boolean value
- -Returns:   Returns $(true) if the boolean is $(false) and vice versa
- -
and
-
-Arguments: Two boolean values
-Returns:   Returns $(true) if both of the booleans are true
-
or
-
-Arguments: Two boolean values
-Returns:   Returns $(true) if either of the booleans is true
-
xor
-
-Arguments: Two boolean values
-Returns:   Returns $(true) if exactly one of the booleans is true
-
nand
-
-Arguments: Two boolean values
-Returns:   Returns value of 'not and'
-
nor
-
-Arguments: Two boolean values
-Returns:   Returns value of 'not or'
-
xnor
-
-Arguments: Two boolean values
-Returns:   Returns value of 'not xor'
-
-

List Manipulation Functions

- A list is a string of characters; the list separator is a space.
- -
-
first
-
-Arguments: 1: A list
-Returns:   Returns the first element of a list
-
-
last
-
-Arguments: 1: A list
-Returns:   Returns the last element of a list
-
-
rest
-
-Arguments: 1: A list
-Returns:   Returns the list with the first element -removed
-
-
chop
-
-Arguments: 1: A list
-Returns:   Returns the list with the last element removed
-
-
map
-
-Arguments: 1: Name of function to -$(call) for each element of list
-           2: List to -iterate over calling the function in 1
-Returns:   The list after calling the function on each -element
-
-
pairmap
-
-Arguments: 1: Name of function to -$(call) for each pair of elements
-           2: List to -iterate over calling the function in 1
-           3: Second -list to iterate over calling the function in 1
-Returns:   The list after calling the function on each -pair of elements
-
-
leq
-
-Arguments: 1: A list to compare -against...
-           2: ...this -list
-Returns:   Returns $(true) if the two lists are identical
-
-
lne
-
-Arguments: 1: A list to compare -against...
-           2: ...this -list
-Returns:   Returns $(true) if the two lists are different
-
-
reverse
-
-Arguments: 1: A list to reverse
-Returns:   The list with its elements in reverse order
-
-
uniq
-
-Arguments: 1: A list to deduplicate
-Returns:   The list with elements in order without duplicates
-
-
length
-
-Arguments: 1: A list
-Returns:   The number of elements in the list
-
-
-

String Manipulation Functions

-A string is any sequence of characters.
-
-
seq
-
-Arguments: 1: A string to compare -against...
-           2: ...this -string
-Returns:   Returns $(true) if the two strings are -identical
-
-
sne
-
-Arguments: 1: A string to compare -against...
-           2: ...this -string
-Returns:   Returns $(true) if the two strings are not -the same
-
-
strlen
-
-Arguments: 1: A string
-Returns:   Returns the length of the string
-
-
substr
-
-Arguments: 1: A string
-           2: Start offset (first character is 1)
-           3: Ending offset (inclusive)
Returns:   Returns a substring
-
-
split
-
-Arguments: 1: The character to -split on
-           2: A -string to split
-Returns:   Splits a string into a list separated by -spaces at the split
-           character -in the first argument
-
-
merge
-
-Arguments: 1: The character to -put between fields
-           2: A list -to merge into a string
-Returns:   Merges a list into a single string, list -elements are separated
-           by the -character in the first argument
-
-
tr
-
-Arguments: 1: The list of -characters to translate from
-           2: The -list of characters to translate to
-           3: The -text to translate
-Returns:   Returns the text after translating characters
-
-
uc
-
-Arguments: 1: Text to upper case
-Returns:   Returns the text in upper case
-
-
lc
-
-Arguments: 1: Text to lower case
-Returns:   Returns the text in lower case
-
-
-

Set Manipulation Functions

-Sets are represented by sorted, deduplicated lists. To create a set -from a list use set_create, or start with the empty_set and set_insert individual elements. -The empty set is defined as empty_set.

- -


set_create
-
-Arguments: 1: A list of set elements
-Returns:   Returns the newly created set
-
- -
set_insert
-
-Arguments: 1: A single element to add to a set
-           2: A set
-Returns:   Returns the set with the element added
-
- -
set_remove
-
-Arguments: 1: A single element to remove from a set
-           2: A set
-Returns:   Returns the set with the element removed
-
- -
set_is_member
-
-Arguments: 1: A single element
-           2: A set
-Returns:   Returns $(true) if the element is in the set
-
- -
set_is_not_member
-
-Arguments: 1: A single element
-           2: A set
-Returns:   Returns $(false) if the element is in the set
-
- -
set_union
-
-Arguments: 1: A set
-           2: Another set
-Returns:   Returns the union of the two sets
-
- -
set_intersection
-
-Arguments: 1: A set
-           2: Another set
-Returns:   Returns the intersection of the two sets
-
- -
set_is_subset
-
-Arguments: 1: A set
-           2: Another set
-Returns:   Returns $(true) if the first set is a subset of the second
-
- -
set_equal
-
-Arguments: 1: A set
-           2: Another set
-Returns:   Returns $(true) if the two sets are identical
-
- -
-

Integer Arithmetic Functions

-Integers are represented by lists with the equivalent number of -x's.  For example the number 4 is x x x x.  The maximum -integer that the library can handle as input (i.e. as the argument to a -call to int_encode) is -65536. There is no limit on integer size for internal computations or -output.
-
-The arithmetic library functions come in two forms: one form of each -function takes integers as arguments and the other form takes the -encoded form (x's created by a call to int_encode).  For example, -there are two plus functions: plus -(called with integer arguments and returns an integer) and int_plus (called with encoded -arguments and returns an encoded result).
-
-plus will be slower than int_plus because its arguments -and result have to be translated between the x's format and -integers.  If doing a complex calculation use the int_* forms with a single -encoding of inputs and single decoding of the output.  For simple -calculations the direct forms can be used.
-
-
int_decode
-
-Arguments: 1: A number of x's -representation
-Returns:   Returns the integer for human consumption -that is represented
-           by the -string of x's
-
-
int_encode
-
-Arguments: 1: A number in -human-readable integer form
-Returns:   Returns the integer encoded as a string of x's
-
-
int_plus
-
-Arguments: 1: A number in x's -representation
-           2: Another -number in x's represntation
-Returns:   Returns the sum of the two numbers in x's -representation
-
-
plus (wrapped version of int_plus)
-
-Arguments: 1: An integer
-           2: Another -integer
-Returns:   Returns the sum of the two integers
-
-
int_subtract
-
-Arguments: 1: A number in x's -representation
-           2: Another -number in x's represntation
-Returns:   Returns the difference of the two numbers in -x's representation,
-           or outputs -an error on a numeric underflow
-
-
subtract (wrapped version of int_subtract)
-
-Arguments: 1: An integer
-           2: Another -integer
-Returns:   Returns the difference of the two integers,
-           or outputs -an error on a numeric underflow
-
-
int_multiply
-
-Arguments: 1: A number in x's -representation
-           2: Another -number in x's represntation
-Returns:   Returns the product of the two numbers in x's -representation
-
-
multiply (wrapped version of int_multiply)
-
-Arguments: 1: An integer
-           2: Another -integer
-Returns:   Returns the product of the two integers
-
-
int_divide
-
-Arguments: 1: A number in x's -representation
-           2: Another -number in x's represntation
-Returns:   Returns the result of integer division of -argument 1 divided
-           by -argument 2 in x's representation
-
-
divide (wrapped version of int_divide)
-
-Arguments: 1: An integer
-           2: Another -integer
-Returns:   Returns the integer division of the first -argument by the second
-
-
int_max, int_min
-
-Arguments: 1: A number in x's -representation
-           2: Another -number in x's represntation
-Returns:   Returns the maximum or minimum of its -arguments in x's
-           -representation
-
-
max, min
-
-Arguments: 1: An integer
-           2: Another -integer
-Returns:   Returns the maximum or minimum of its integer -arguments
-
-
int_gt, int_gte, int_lt, int_lte, int_eq, int_ne
-
-Arguments: Two x's representation -numbers to be compared
-Returns:   $(true) or $(false)
-
-int_gt First argument greater than second argument
-int_gte First argument greater than or equal to second argument
-int_lt First argument less than second argument
-int_lte First argument less than or equal to second argument
-int_eq First argument is numerically equal to the second argument
-int_ne First argument is not numerically equal to the second argument
-
-
gt, gte, lt, lte, eq, ne
-
-Arguments: Two integers to be -compared
-Returns:   $(true) or $(false)
-
-gt First argument greater than second argument
-gte First argument greater than or equal to second argument
-lt First argument less than second argument
-lte First argument less than or equal to second argument
-eq First argument is numerically equal to the second argument
-ne First argument is not numerically equal to the second argument
-
-increment adds 1 to its argument, decrement subtracts 1. Note that
-decrement does not range check and hence will not underflow, but
-will incorrectly say that 0 - 1 = 0
-
int_inc
-
-Arguments: 1: A number in x's -representation
-Returns:   The number incremented by 1 in x's -representation
-
-
inc
-
-Arguments: 1: An integer
-Returns:   The argument incremented by 1
-
-
int_dec
-
-Arguments: 1: A number in x's -representation
-Returns:   The number decremented by 1 in x's -representation
-
-
dec
-
-Arguments: 1: An integer
-Returns:   The argument decremented by 1
-
-
int_double
-
-Arguments: 1: A number in x's -representation
-Returns:   The number doubled (i.e. * 2) and returned in -x's representation
-
-
double
-
-Arguments: 1: An integer
-Returns:   The integer times 2
-
-
int_halve
-
-Arguments: 1: A number in x's -representation
-Returns:   The number halved (i.e. / 2) and returned in -x's representation
-
-
halve
-
-Arguments: 1: An integer
-Returns:   The integer divided by 2
-
-
sequence
-
-Arguments: 1: An integer
-           2: An integer
-Returns:   The sequence [arg1 arg2] if arg1 >= arg2 or [arg2 arg1] if arg2 > arg1
-
-
dec2hex, dec2bin, dec2oct
-
-Arguments: 1: An integer
-Returns:   The decimal argument converted to hexadecimal, binary or octal
-
-
-

Associative Arrays

-An associate array maps a key value (a string with no spaces in it) to -a single value (any string).   
-
-
-
set
-
-Arguments: 1: Name of associative -array
-           2: The key -value to associate
-           3: The -value associated with the key
-Returns:   Nothing
-
-
get
-
-Arguments: 1: Name of associative -array
-           2: The key -to retrieve
-Returns:   The value stored in the array for that key
-
-
keys
-
-Arguments: 1: Name of associative -array
-Returns:   Returns a list of all defined keys in the -array
-
-
defined
-
-Arguments: 1: Name of associative -array
-           2: The key -to test
-Returns:   Returns true if the key is defined (i.e. not -empty)
-
-
-

Named Stacks

-A stack is an ordered list of strings (with no spaces in them).
-
-
push
-
-Arguments: 1: Name of stack
-           2: Value -to push onto the top of the stack (must not contain
-           a space)
-Returns:   None
-
-
pop
-
-Arguments: 1: Name of stack
-Returns:   Top element from the stack after removing it
-
-
peek
-
-Arguments: 1: Name of stack
-Returns:   Top element from the stack without removing it
-
-
depth
-
-Arguments: 1: Name of stack
-Returns:   Number of items on the stack
-
-
-

Function memoization

-To reduce the number of calls to slow functions (such as $(shell) a single memoization function is provided.
-
-
memoize
-
-Arguments: 1: Name of function to memoize
-           2: String argument for the function
-Returns:   Result of $1 applied to $2 but only calls $1 once for each unique $2
-
- -
-

Miscellaneous and Debugging Facilities

-GMSL defines the following constants; all are accessed as normal GNU -Make variables by wrapping them in $() or ${}.
-
- - - - - - - - - - - - - - - - - - - - - - - -
Constant
-
Value
-
Purpose
-
true
-
T
-
Boolean for $(if) -and return from  GMSL functions
-
false
-

-
Boolean for $(if) -and return from GMSL functions
-
gmsl_version
-
1 0 0
-
GMSL version number as list: major minor revision
-
-
-gmsl_compatible

-
-Arguments: List containing the desired library version number (maj min -rev)
-
Returns:   -$(true) if this version of the library is compatible
-
           -with the requested version number, otherwise $(false) -
gmsl-print-% (target not a function)
-
-Arguments: The % should be -replaced by the name of a variable that you
-           wish to -print out.
-Action:    Echos the name of the variable that matches -the % and its value.
-           For -example, 'make gmsl-print-SHELL' will output the value of
-           the SHELL -variable
-
-
assert
-
-Arguments: 1: A boolean that must -be true or the assertion will fail
-           2: The -message to print with the assertion
-Returns:   None
-
-
assert_exists
-
-Arguments: 1: Name of file that -must exist, if it is missing an assertion
-           will be -generated
-Returns:   None
-
-

-GMSL has a number of environment variables (or command-line overrides) -that control various bits of functionality:
-
- - - - - - - - - - - - - - - - - - - -
Variable
-
Purpose
-
GMSL_NO_WARNINGS
-
If set prevents GMSL from outputting warning messages: -artithmetic functions generate underflow warnings.
-
GMSL_NO_ERRORS
-
If set prevents GMSL from generating fatal errors: division -by zero or failed assertions are fatal.
-
GMSL_TRACE
-
Enables function tracing.  Calls to GMSL functions will -result in name and arguments being traced.
-
-
-
-Copyright (c) 2005-2014 John Graham-Cumming.
-
- - - - - - - -
John Graham-Cumming's work on this -project was sponsored by Electric -Cloud, Inc.
-
-
-

SourceForge.net Logo

-
- diff --git a/doc/release-process.txt b/doc/release-process.txt deleted file mode 100644 index 57867c1..0000000 --- a/doc/release-process.txt +++ /dev/null @@ -1,23 +0,0 @@ -- Ensure that your Git repository is configured correctly: - http://mxe.cc/#committers -- Ensure all stable commits have been merged to master -- run `make cleanup-style` -- check html with http://validator.w3.org/ -- get list of new packages: - git diff --name-status stable..master | grep 'A.*.mk$' | gsed -n 's,A.*src/\(.*\)\.mk,\1\,,p' | tr '\n' ' ' -- call for testers: - github issue - MXE mailing list - use the following to check for new/changed requirements: - http://htmlpreview.github.io/?https://raw.github.com/mxe/mxe/master/index.html -... - -- Fast-forward the stable branch to master: - git checkout stable - git merge --ff-only master - git push -- Announce in mailing lists, forums, etc. - MXE mailing list - Freecode.com (formerly Freshmeat.net) - MinGW mailing list - Hacker News (news.ycombinator.com) diff --git a/docs/gmsl.html b/docs/gmsl.html new file mode 100644 index 0000000..494d7f3 --- /dev/null +++ b/docs/gmsl.html @@ -0,0 +1,715 @@ + + + + GNU Make Standard Library + + +

GNU Make Standard Library

+The GNU Make Standard Library (GMSL) is a collection of functions +implemented using native GNU Make functionality that provide list and +string manipulation, integer arithmetic, associative arrays, stacks, +and debugging facilities.  The GMSL is released under the BSD License.
+
+[Project Page] [Download] +[Discussion +Forum]
+

Using GMSL

+The two files needed are gmsl +and __gmsl.  To +include the GMSL in your Makefile do
+
include gmsl
+gmsl automatically includes __gmsl.  To check that +you have the right version of gmsl +use the gmsl_compatible +function (see +below). The current version is 1 1 7.
+
+The GMSL package also includes a test suite for GMSL.  Just run make -f gmsl-tests.
+

Logical Operators

GMSL has boolean $(true) (a non-empty string) +and $(false) (an empty string).  The following operators can be +used with those variables.
+
+
not
+ +
+ +Arguments: A boolean value
+ +Returns:   Returns $(true) if the boolean is $(false) and vice versa
+ +
and
+
+Arguments: Two boolean values
+Returns:   Returns $(true) if both of the booleans are true
+
or
+
+Arguments: Two boolean values
+Returns:   Returns $(true) if either of the booleans is true
+
xor
+
+Arguments: Two boolean values
+Returns:   Returns $(true) if exactly one of the booleans is true
+
nand
+
+Arguments: Two boolean values
+Returns:   Returns value of 'not and'
+
nor
+
+Arguments: Two boolean values
+Returns:   Returns value of 'not or'
+
xnor
+
+Arguments: Two boolean values
+Returns:   Returns value of 'not xor'
+
+

List Manipulation Functions

+ A list is a string of characters; the list separator is a space.
+ +
+
first
+
+Arguments: 1: A list
+Returns:   Returns the first element of a list
+
+
last
+
+Arguments: 1: A list
+Returns:   Returns the last element of a list
+
+
rest
+
+Arguments: 1: A list
+Returns:   Returns the list with the first element +removed
+
+
chop
+
+Arguments: 1: A list
+Returns:   Returns the list with the last element removed
+
+
map
+
+Arguments: 1: Name of function to +$(call) for each element of list
+           2: List to +iterate over calling the function in 1
+Returns:   The list after calling the function on each +element
+
+
pairmap
+
+Arguments: 1: Name of function to +$(call) for each pair of elements
+           2: List to +iterate over calling the function in 1
+           3: Second +list to iterate over calling the function in 1
+Returns:   The list after calling the function on each +pair of elements
+
+
leq
+
+Arguments: 1: A list to compare +against...
+           2: ...this +list
+Returns:   Returns $(true) if the two lists are identical
+
+
lne
+
+Arguments: 1: A list to compare +against...
+           2: ...this +list
+Returns:   Returns $(true) if the two lists are different
+
+
reverse
+
+Arguments: 1: A list to reverse
+Returns:   The list with its elements in reverse order
+
+
uniq
+
+Arguments: 1: A list to deduplicate
+Returns:   The list with elements in order without duplicates
+
+
length
+
+Arguments: 1: A list
+Returns:   The number of elements in the list
+
+
+

String Manipulation Functions

+A string is any sequence of characters.
+
+
seq
+
+Arguments: 1: A string to compare +against...
+           2: ...this +string
+Returns:   Returns $(true) if the two strings are +identical
+
+
sne
+
+Arguments: 1: A string to compare +against...
+           2: ...this +string
+Returns:   Returns $(true) if the two strings are not +the same
+
+
strlen
+
+Arguments: 1: A string
+Returns:   Returns the length of the string
+
+
substr
+
+Arguments: 1: A string
+           2: Start offset (first character is 1)
+           3: Ending offset (inclusive)
Returns:   Returns a substring
+
+
split
+
+Arguments: 1: The character to +split on
+           2: A +string to split
+Returns:   Splits a string into a list separated by +spaces at the split
+           character +in the first argument
+
+
merge
+
+Arguments: 1: The character to +put between fields
+           2: A list +to merge into a string
+Returns:   Merges a list into a single string, list +elements are separated
+           by the +character in the first argument
+
+
tr
+
+Arguments: 1: The list of +characters to translate from
+           2: The +list of characters to translate to
+           3: The +text to translate
+Returns:   Returns the text after translating characters
+
+
uc
+
+Arguments: 1: Text to upper case
+Returns:   Returns the text in upper case
+
+
lc
+
+Arguments: 1: Text to lower case
+Returns:   Returns the text in lower case
+
+
+

Set Manipulation Functions

+Sets are represented by sorted, deduplicated lists. To create a set +from a list use set_create, or start with the empty_set and set_insert individual elements. +The empty set is defined as empty_set.

+ +


set_create
+
+Arguments: 1: A list of set elements
+Returns:   Returns the newly created set
+
+ +
set_insert
+
+Arguments: 1: A single element to add to a set
+           2: A set
+Returns:   Returns the set with the element added
+
+ +
set_remove
+
+Arguments: 1: A single element to remove from a set
+           2: A set
+Returns:   Returns the set with the element removed
+
+ +
set_is_member
+
+Arguments: 1: A single element
+           2: A set
+Returns:   Returns $(true) if the element is in the set
+
+ +
set_is_not_member
+
+Arguments: 1: A single element
+           2: A set
+Returns:   Returns $(false) if the element is in the set
+
+ +
set_union
+
+Arguments: 1: A set
+           2: Another set
+Returns:   Returns the union of the two sets
+
+ +
set_intersection
+
+Arguments: 1: A set
+           2: Another set
+Returns:   Returns the intersection of the two sets
+
+ +
set_is_subset
+
+Arguments: 1: A set
+           2: Another set
+Returns:   Returns $(true) if the first set is a subset of the second
+
+ +
set_equal
+
+Arguments: 1: A set
+           2: Another set
+Returns:   Returns $(true) if the two sets are identical
+
+ +
+

Integer Arithmetic Functions

+Integers are represented by lists with the equivalent number of +x's.  For example the number 4 is x x x x.  The maximum +integer that the library can handle as input (i.e. as the argument to a +call to int_encode) is +65536. There is no limit on integer size for internal computations or +output.
+
+The arithmetic library functions come in two forms: one form of each +function takes integers as arguments and the other form takes the +encoded form (x's created by a call to int_encode).  For example, +there are two plus functions: plus +(called with integer arguments and returns an integer) and int_plus (called with encoded +arguments and returns an encoded result).
+
+plus will be slower than int_plus because its arguments +and result have to be translated between the x's format and +integers.  If doing a complex calculation use the int_* forms with a single +encoding of inputs and single decoding of the output.  For simple +calculations the direct forms can be used.
+
+
int_decode
+
+Arguments: 1: A number of x's +representation
+Returns:   Returns the integer for human consumption +that is represented
+           by the +string of x's
+
+
int_encode
+
+Arguments: 1: A number in +human-readable integer form
+Returns:   Returns the integer encoded as a string of x's
+
+
int_plus
+
+Arguments: 1: A number in x's +representation
+           2: Another +number in x's represntation
+Returns:   Returns the sum of the two numbers in x's +representation
+
+
plus (wrapped version of int_plus)
+
+Arguments: 1: An integer
+           2: Another +integer
+Returns:   Returns the sum of the two integers
+
+
int_subtract
+
+Arguments: 1: A number in x's +representation
+           2: Another +number in x's represntation
+Returns:   Returns the difference of the two numbers in +x's representation,
+           or outputs +an error on a numeric underflow
+
+
subtract (wrapped version of int_subtract)
+
+Arguments: 1: An integer
+           2: Another +integer
+Returns:   Returns the difference of the two integers,
+           or outputs +an error on a numeric underflow
+
+
int_multiply
+
+Arguments: 1: A number in x's +representation
+           2: Another +number in x's represntation
+Returns:   Returns the product of the two numbers in x's +representation
+
+
multiply (wrapped version of int_multiply)
+
+Arguments: 1: An integer
+           2: Another +integer
+Returns:   Returns the product of the two integers
+
+
int_divide
+
+Arguments: 1: A number in x's +representation
+           2: Another +number in x's represntation
+Returns:   Returns the result of integer division of +argument 1 divided
+           by +argument 2 in x's representation
+
+
divide (wrapped version of int_divide)
+
+Arguments: 1: An integer
+           2: Another +integer
+Returns:   Returns the integer division of the first +argument by the second
+
+
int_max, int_min
+
+Arguments: 1: A number in x's +representation
+           2: Another +number in x's represntation
+Returns:   Returns the maximum or minimum of its +arguments in x's
+           +representation
+
+
max, min
+
+Arguments: 1: An integer
+           2: Another +integer
+Returns:   Returns the maximum or minimum of its integer +arguments
+
+
int_gt, int_gte, int_lt, int_lte, int_eq, int_ne
+
+Arguments: Two x's representation +numbers to be compared
+Returns:   $(true) or $(false)
+
+int_gt First argument greater than second argument
+int_gte First argument greater than or equal to second argument
+int_lt First argument less than second argument
+int_lte First argument less than or equal to second argument
+int_eq First argument is numerically equal to the second argument
+int_ne First argument is not numerically equal to the second argument
+
+
gt, gte, lt, lte, eq, ne
+
+Arguments: Two integers to be +compared
+Returns:   $(true) or $(false)
+
+gt First argument greater than second argument
+gte First argument greater than or equal to second argument
+lt First argument less than second argument
+lte First argument less than or equal to second argument
+eq First argument is numerically equal to the second argument
+ne First argument is not numerically equal to the second argument
+
+increment adds 1 to its argument, decrement subtracts 1. Note that
+decrement does not range check and hence will not underflow, but
+will incorrectly say that 0 - 1 = 0
+
int_inc
+
+Arguments: 1: A number in x's +representation
+Returns:   The number incremented by 1 in x's +representation
+
+
inc
+
+Arguments: 1: An integer
+Returns:   The argument incremented by 1
+
+
int_dec
+
+Arguments: 1: A number in x's +representation
+Returns:   The number decremented by 1 in x's +representation
+
+
dec
+
+Arguments: 1: An integer
+Returns:   The argument decremented by 1
+
+
int_double
+
+Arguments: 1: A number in x's +representation
+Returns:   The number doubled (i.e. * 2) and returned in +x's representation
+
+
double
+
+Arguments: 1: An integer
+Returns:   The integer times 2
+
+
int_halve
+
+Arguments: 1: A number in x's +representation
+Returns:   The number halved (i.e. / 2) and returned in +x's representation
+
+
halve
+
+Arguments: 1: An integer
+Returns:   The integer divided by 2
+
+
sequence
+
+Arguments: 1: An integer
+           2: An integer
+Returns:   The sequence [arg1 arg2] if arg1 >= arg2 or [arg2 arg1] if arg2 > arg1
+
+
dec2hex, dec2bin, dec2oct
+
+Arguments: 1: An integer
+Returns:   The decimal argument converted to hexadecimal, binary or octal
+
+
+

Associative Arrays

+An associate array maps a key value (a string with no spaces in it) to +a single value (any string).   
+
+
+
set
+
+Arguments: 1: Name of associative +array
+           2: The key +value to associate
+           3: The +value associated with the key
+Returns:   Nothing
+
+
get
+
+Arguments: 1: Name of associative +array
+           2: The key +to retrieve
+Returns:   The value stored in the array for that key
+
+
keys
+
+Arguments: 1: Name of associative +array
+Returns:   Returns a list of all defined keys in the +array
+
+
defined
+
+Arguments: 1: Name of associative +array
+           2: The key +to test
+Returns:   Returns true if the key is defined (i.e. not +empty)
+
+
+

Named Stacks

+A stack is an ordered list of strings (with no spaces in them).
+
+
push
+
+Arguments: 1: Name of stack
+           2: Value +to push onto the top of the stack (must not contain
+           a space)
+Returns:   None
+
+
pop
+
+Arguments: 1: Name of stack
+Returns:   Top element from the stack after removing it
+
+
peek
+
+Arguments: 1: Name of stack
+Returns:   Top element from the stack without removing it
+
+
depth
+
+Arguments: 1: Name of stack
+Returns:   Number of items on the stack
+
+
+

Function memoization

+To reduce the number of calls to slow functions (such as $(shell) a single memoization function is provided.
+
+
memoize
+
+Arguments: 1: Name of function to memoize
+           2: String argument for the function
+Returns:   Result of $1 applied to $2 but only calls $1 once for each unique $2
+
+ +
+

Miscellaneous and Debugging Facilities

+GMSL defines the following constants; all are accessed as normal GNU +Make variables by wrapping them in $() or ${}.
+
+ + + + + + + + + + + + + + + + + + + + + + + +
Constant
+
Value
+
Purpose
+
true
+
T
+
Boolean for $(if) +and return from  GMSL functions
+
false
+

+
Boolean for $(if) +and return from GMSL functions
+
gmsl_version
+
1 0 0
+
GMSL version number as list: major minor revision
+
+
+gmsl_compatible

+
+Arguments: List containing the desired library version number (maj min +rev)
+
Returns:   +$(true) if this version of the library is compatible
+
           +with the requested version number, otherwise $(false) +
gmsl-print-% (target not a function)
+
+Arguments: The % should be +replaced by the name of a variable that you
+           wish to +print out.
+Action:    Echos the name of the variable that matches +the % and its value.
+           For +example, 'make gmsl-print-SHELL' will output the value of
+           the SHELL +variable
+
+
assert
+
+Arguments: 1: A boolean that must +be true or the assertion will fail
+           2: The +message to print with the assertion
+Returns:   None
+
+
assert_exists
+
+Arguments: 1: Name of file that +must exist, if it is missing an assertion
+           will be +generated
+Returns:   None
+
+

+GMSL has a number of environment variables (or command-line overrides) +that control various bits of functionality:
+
+ + + + + + + + + + + + + + + + + + + +
Variable
+
Purpose
+
GMSL_NO_WARNINGS
+
If set prevents GMSL from outputting warning messages: +artithmetic functions generate underflow warnings.
+
GMSL_NO_ERRORS
+
If set prevents GMSL from generating fatal errors: division +by zero or failed assertions are fatal.
+
GMSL_TRACE
+
Enables function tracing.  Calls to GMSL functions will +result in name and arguments being traced.
+
+
+
+Copyright (c) 2005-2014 John Graham-Cumming.
+
+ + + + + + + +
John Graham-Cumming's work on this +project was sponsored by Electric +Cloud, Inc.
+
+
+

SourceForge.net Logo

+
+ diff --git a/docs/release-process.txt b/docs/release-process.txt new file mode 100644 index 0000000..57867c1 --- /dev/null +++ b/docs/release-process.txt @@ -0,0 +1,23 @@ +- Ensure that your Git repository is configured correctly: + http://mxe.cc/#committers +- Ensure all stable commits have been merged to master +- run `make cleanup-style` +- check html with http://validator.w3.org/ +- get list of new packages: + git diff --name-status stable..master | grep 'A.*.mk$' | gsed -n 's,A.*src/\(.*\)\.mk,\1\,,p' | tr '\n' ' ' +- call for testers: + github issue + MXE mailing list + use the following to check for new/changed requirements: + http://htmlpreview.github.io/?https://raw.github.com/mxe/mxe/master/index.html +... + +- Fast-forward the stable branch to master: + git checkout stable + git merge --ff-only master + git push +- Announce in mailing lists, forums, etc. + MXE mailing list + Freecode.com (formerly Freshmeat.net) + MinGW mailing list + Hacker News (news.ycombinator.com) diff --git a/index.html b/index.html index ad0a17c..aa0a560 100644 --- a/index.html +++ b/index.html @@ -2942,7 +2942,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)

- The GNU Make Standard Library is also + The GNU Make Standard Library is also available (though it should be unnecessary for most packages).

diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua index ce3d263..8ec32c8 100755 --- a/tools/build-pkg.lua +++ b/tools/build-pkg.lua @@ -1031,7 +1031,7 @@ local function makeMxeSourcePackage() 'patch.mk', 'README.md', 'assets', - 'doc', + 'docs', 'ext', 'index.html', 'src', diff --git a/tools/update-gmsl b/tools/update-gmsl index ff37987..bb5b52b 100755 --- a/tools/update-gmsl +++ b/tools/update-gmsl @@ -26,10 +26,10 @@ if [ $current_version != $latest_version ]; then $WGET -q -O tmp-gmsl.tar.gz \ "http://downloads.sourceforge.net/project/gmsl/GNU%20Make%20Standard%20Library/v${latest_version}/gmsl-${latest_version}.tar.gz" tar xzf tmp-gmsl.tar.gz - rm -f ext/*gmsl doc/gmsl* + rm -f ext/*gmsl docs/gmsl* cp -a gmsl-${latest_version}/gmsl ext/ cp -a gmsl-${latest_version}/__gmsl ext/ - cp -a gmsl-${latest_version}/index.html doc/gmsl.html + cp -a gmsl-${latest_version}/index.html docs/gmsl.html clean else echo "No new version available: $current_version" -- cgit v0.12 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 From cce8094fb001c327cc08483eb488ba8508b9bf25 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 22 Aug 2016 23:08:47 +0300 Subject: add missing things index.html: make docs/build-matrix.html a link mxe-activate: add versions.json add .PHONY for build-matrix.html --- Makefile | 1 + index.html | 3 ++- tools/mxe-activate | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fce112..cf3a363 100644 --- a/Makefile +++ b/Makefile @@ -757,6 +757,7 @@ cleanup-deps-style: || echo '*** Multi-line deps are mangled ***' && comm -3 tmp-$@-pre tmp-$@-post @rm -f $(TOP_DIR)/tmp-$@-* +.PHONY: docs/build-matrix.html docs/build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES)) @echo '' > $@ @echo '' >> $@ diff --git a/index.html b/index.html index f71bba8..01e76b1 100644 --- a/index.html +++ b/index.html @@ -1054,7 +1054,8 @@ local-pkg-list: $(LOCAL_PKG_LIST)
generate a report of what packages are - supported on what targets to docs/build-matrix.html + supported on what targets to + docs/build-matrix.html
make update
diff --git a/tools/mxe-activate b/tools/mxe-activate index 82bfe11..1abffb8 100644 --- a/tools/mxe-activate +++ b/tools/mxe-activate @@ -56,6 +56,7 @@ _mxe() ;; [!-]*) pkgs+=" docs/build-matrix.html \ + docs/versions.json \ check-requirements \ clean \ clean-junk \ -- cgit v0.12 From 8e35c23242cbc7aba16463f4f9ffcc6cc17d66f4 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 22 Aug 2016 23:29:49 +0300 Subject: move index.html to docs/ See https://github.com/mxe/mxe/issues/1500 --- Makefile | 22 +- docs/index.html | 4486 ++++++++++++++++++++++++++++++++++++++++++++++ docs/release-process.txt | 2 +- index.html | 4486 ---------------------------------------------- patch.mk | 8 +- src/fdk-aac.mk | 2 +- src/ffmpeg.mk | 2 +- tools/build-pkg.lua | 3 +- tools/skeleton.py | 4 +- 9 files changed, 4507 insertions(+), 4508 deletions(-) create mode 100644 docs/index.html delete mode 100644 index.html diff --git a/Makefile b/Makefile index cf3a363..1bfe64e 100644 --- a/Makefile +++ b/Makefile @@ -50,12 +50,12 @@ TIMESTAMP := $(shell date +%Y%m%d_%H%M%S) PKG_DIR := $(PWD)/pkg TMP_DIR = $(MXE_TMP)/tmp-$(1) PKGS := $(call set_create,\ - $(shell $(SED) -n 's/^.* class="package">\([^<]*\)<.*$$/\1/p' '$(TOP_DIR)/index.html')) + $(shell $(SED) -n 's/^.* class="package">\([^<]*\)<.*$$/\1/p' '$(TOP_DIR)/docs/index.html')) BUILD := $(shell '$(EXT_DIR)/config.guess') PATH := $(PREFIX)/$(BUILD)/bin:$(PREFIX)/bin:$(PATH) # All pkgs have (implied) order-only dependencies on MXE_CONF_PKGS. -# These aren't meaningful to the pkg list in index.html so +# These aren't meaningful to the pkg list in docs/index.html so # use a list in case we want to separate autotools, cmake etc. MXE_CONF_PKGS := mxe-conf PKGS += $(MXE_CONF_PKGS) @@ -269,7 +269,7 @@ else $(info [create settings.mk]) $(shell { \ echo '# This is a template of configuration file for MXE. See'; \ - echo '# index.html for more extensive documentations.'; \ + echo '# docs/index.html for more extensive documentations.'; \ echo; \ echo '# This variable controls the number of compilation processes'; \ echo '# within one package ("intra-package parallelism").'; \ @@ -369,7 +369,7 @@ $(PREFIX)/installed/check-requirements: $(MAKEFILE) | $(PREFIX)/installed/.gitke $(call CHECK_REQUIREMENT_VERSION,automake,1\.11\.[3-9]\|1\.[1-9][2-9]\(\.[0-9]\+\)\?) @if [ -e check-requirements-failed ]; then \ echo; \ - echo 'Please have a look at "index.html" to ensure'; \ + echo 'Please have a look at "docs/index.html" to ensure'; \ echo 'that your system meets all requirements.'; \ echo; \ rm check-requirements-failed; \ @@ -437,7 +437,7 @@ define TARGET_RULE @echo 'Warning: Deprecated target name $(1) specified' @echo @echo 'Please use $(1).[$(subst $(space),|,$(MXE_LIB_TYPES))] instead' - @echo 'See index.html for further information' + @echo 'See docs/index.html for further information' @echo '------------------------------------------------------------' @echo) endef @@ -642,7 +642,7 @@ show-deps-%: $(newline)$(newline)$* downstream dependents:$(newline)\ $(call WALK_DOWNSTREAM,$*))\ @echo,\ - $(error Package $* not found in index.html)) + $(error Package $* not found in docs/index.html)) # show upstream dependencies and downstream dependents separately # suitable for usage in shell with: `make show-downstream-deps-foo` @@ -652,14 +652,14 @@ show-downstream-deps-%: $(call SET_CLEAR,PKGS_VISITED)\ $(info $(call WALK_DOWNSTREAM,$*))\ @echo -n,\ - $(error Package $* not found in index.html)) + $(error Package $* not found in docs/index.html)) show-upstream-deps-%: $(if $(call set_is_member,$*,$(PKGS)),\ $(call SET_CLEAR,PKGS_VISITED)\ $(info $(call WALK_UPSTREAM,$*))\ @echo -n,\ - $(error Package $* not found in index.html)) + $(error Package $* not found in docs/index.html)) # print first level pkg deps for use in build-pkg.lua .PHONY: print-deps-for-build-pkg @@ -717,13 +717,13 @@ update: update-package-%: $(if $(call set_is_member,$*,$(PKGS)), \ $(and $($*_UPDATE),$(call UPDATE,$*,$(shell $($*_UPDATE)))), \ - $(error Package $* not found in index.html)) + $(error Package $* not found in docs/index.html)) update-checksum-%: $(if $(call set_is_member,$*,$(PKGS)), \ $(call DOWNLOAD_PKG_ARCHIVE,$*) && \ $(SED) -i 's/^\([^ ]*_CHECKSUM *:=\).*/\1 '"`$(call PKG_CHECKSUM,$*)`"'/' '$($*_MAKEFILE)', \ - $(error Package $* not found in index.html)) + $(error Package $* not found in docs/index.html)) .PHONY: cleanup-style define CLEANUP_STYLE @@ -742,7 +742,7 @@ define CLEANUP_STYLE endef cleanup-style: - $(foreach FILE,$(wildcard $(addprefix $(TOP_DIR)/,Makefile index.html CNAME src/*.mk src/*test.* tools/*)),$(call CLEANUP_STYLE,$(FILE))) + $(foreach FILE,$(wildcard $(addprefix $(TOP_DIR)/,Makefile docs/index.html CNAME src/*.mk src/*test.* tools/*)),$(call CLEANUP_STYLE,$(FILE))) .PHONY: cleanup-deps-style cleanup-deps-style: diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..bee217a --- /dev/null +++ b/docs/index.html @@ -0,0 +1,4486 @@ + + + + + + + MXE (M cross environment) + + + + + + + + +
+

Introduction

+ +

+ MXE (M cross environment) is a Makefile that + compiles a cross compiler and cross compiles + many free libraries such as SDL and Qt. Thus, + it provides a nice cross compiling environment + for various target platforms, which +

+ + + +

Supported Toolchains

+ + + + + + + + + + + + + + + + + + + + + + +
RuntimeHost TripletPackages
StaticShared
MinGW-w64i686-w64-mingw3299% (379/381)72% (273/381)
x86_64-w64-mingw3294% (360/381)71% (271/381)
+

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

+

+ OpenMP (libgomp) + and pthreads (winpthreads) + are always available. +

+

+ Experimental support for GCC with posix threads was + added in November 2015. +

+ +
+ +
+

Screenshots

+ +

+ Cross compiling + 4tH: +

+ + 4th-compile + + +

+ and running it: +

+ + 4th-run + +
+ +
+

Tutorial

+ +

Step 1: Requirements and Download

+ +

+ First, you should ensure that your system meets + MXE's + requirements. + You will almost certainly have to install some stuff. +

+ +

+ When everything is fine, download the + current version: +

+
git clone https://github.com/mxe/mxe.git
+ +

+ If you don't mind installing it in your home directory, + just skip the following step and go straight to step 3. +

+ +

+ MXE builds and installs everything under the same + top-level directory and is not relocatable after + the first packages are built. +

+ +

+ Due to limitations of GNU Make, the path of MXE is not allowed + to contain any whitespace characters. +

+ +

Step 2: System-wide Installation (optional)

+ +

+ Now you should save any previous installation + of the MXE. + Assuming you've installed it under + /opt/mxe (any other directory will do as well), + you should execute the following commands: +

+
su
+mv /opt/mxe /opt/mxe.old
+exit
+ +

+ Then you need to transfer the entire directory to its definitive location. + We will assume again you use /opt/mxe, + but feel free to use any other directory if you like. +

+
su
+mv mxe /opt/mxe
+exit
+ +

+ We're almost done. + Just change to your newly created directory and get going: +

+
cd /opt/mxe
+ +

Step 3a: Build MXE

+ +

+ Enter the directory where you've downloaded MXE. + Now it depends on what you actually want – or need. +

+ +

+ If you choose to enter: +

+
make
+

+ you're in for a long wait, + because it compiles + a lot of packages. + On the other hand it doesn't require any intervention, + so you're free to do whatever you like + – like watch a movie or go for a night on the town. + When it's done you'll find that you've installed + a very capable Win32 cross compiler onto your system. +

+ +

+ If you only need the most basic tools you can also use: +

+
make gcc
+

+ and add any additional packages you need later on. + You can also supply a host of packages on the + command line, + e.g.: +

+
make gtk lua libidn
+

+ Targets can also be specified on the command line. + By default, only i686-w64-mingw32.static is built, but you can + build your toolchain(s) of choice with: +

+
make MXE_TARGETS='x86_64-w64-mingw32.static i686-w64-mingw32.static'
+

+ or by adjusting the MXE_TARGETS variable + in settings.mk. +

+

+ You'll always end up with a consistent cross compiling environment. +

+ +

+ If you have trouble here, please feel free to + contact the mxe team through the + issue tracker or + mailing list. +

+ +

+ After you're done it just needs a little post-installation. +

+ +

Step 3b: Install MXE from the binary distribution

+ +

+ Instead of building MXE packages from source, you can + download precompiled packages. There are two options: + tar archives and Debian packages. + See pkg.mxe.cc. +

+ +

Step 4: Environment Variables

+ +

+ Edit your .bashrc script in order to change $PATH: +

+
export PATH=/where MXE is installed/usr/bin:$PATH
+ +

+ You may be tempted to also add $(TARGET)/bin + to your path. You never want to do this, + the executables and scripts in there will cause conflicts + with your native toolchain. +

+ +

+ In case you are using custom $PKG_CONFIG_PATH entries, + you can add separate entries for cross builds: +

+
export PKG_CONFIG_PATH="entries for native builds"
+
export PKG_CONFIG_PATH_i686_w64_mingw32_static="entries for MXE builds"
+

+ Remember to use i686-w64-mingw32.static-pkg-config + instead of pkg-config for cross builds. + The Autotools do that automatically for you. +

+ +

+ Note that any other compiler related environment variables + (like $CC, $LDFLAGS, etc.) + may spoil your compiling pleasure, + so be sure to delete or disable those. +

+

+ For the most isolated and repeatable environment, + use a white-list approach: +

+
unset `env | \
+    grep -vi '^EDITOR=\|^HOME=\|^LANG=\|MXE\|^PATH=' | \
+    grep -vi 'PKG_CONFIG\|PROXY\|^PS1=\|^TERM=' | \
+    cut -d '=' -f1 | tr '\n' ' '`
+ +

+ Congratulations! + You're ready to cross compile anything you like. +

+ +

Step 5a: Cross compile your Project (Autotools)

+ +

+ If you use the + Autotools, + all you have to do is: +

+
./configure --host=i686-w64-mingw32.static
+make
+ +

+ If you build a library, you might also want to enforce a static build: +

+
./configure --host=i686-w64-mingw32.static --enable-static --disable-shared
+make
+ +

+ Don't worry about a warning like this: +

+
configure: WARNING: If you wanted to set the --build type, don't use --host.
+If a cross compiler is detected then cross compile mode will be used.
+

+ Everything will be just fine. +

+ +

Step 5b: Cross compile your Project (CMake)

+ +

+ If you have a + CMake project, + you can use the provided cmake wrapper: +

+
i686-w64-mingw32.static-cmake ...
+

+ This will automatically use the MXE version of cmake + and locate the toolchain file. +

+ +

Step 5c: Cross compile your Project (Qt)

+ +

+ If you have a + Qt application, + all you have to do is: +

+
/where MXE is installed/usr/i686-w64-mingw32.static/qt/bin/qmake
+make
+

+ Note that Qt 4 is in the "qt" subdirectory. Qt 5 is in the "qt5" subdirectory + and its qmake can be invoked similarly. +

+

+ If you are using Qt plugins + such as the svg or ico image handlers, + you should also have a look at the + Qt documentation about static plugins. +

+

+ Note the sql drivers (-qt-sql-*) + and the image handlers for jpeg, tiff, gif and mng + are built-in, not plugins. +

+ +

Step 5d: Cross compile your Project (Makefile)

+ +

+ If you have a handwritten Makefile, + you probably will have to make a few adjustments to it: +

+
CC=$(CROSS)gcc
+LD=$(CROSS)ld
+AR=$(CROSS)ar
+PKG_CONFIG=$(CROSS)pkg-config
+

+ You may have to add a few others, depending on your project. +

+ +

+ Then, all you have to do is: +

+
make CROSS=i686-w64-mingw32.static-
+

+ That's it! +

+ +

Step 5e: Cross compile your Project (OSG)

+ +

+ Using static OpenSceneGraph libraries requires a few changes to your source. + The graphics subsystem and all plugins required by your application must be + referenced explicitly. Use a code block like the following: +

+
#ifdef OSG_LIBRARY_STATIC
+USE_GRAPHICSWINDOW()
+USE_OSGPLUGIN(<plugin1>)
+USE_OSGPLUGIN(<plugin2>)
+...
+#endif
+

+ Look at examples/osgstaticviewer/osgstaticviewer.cpp in the + OpenSceneGraph source distribution for an example. This example can be + compiled with the following command: +

+
i686-w64-mingw32.static-g++ \
+    -o osgstaticviewer.exe examples/osgstaticviewer/osgstaticviewer.cpp \
+    `i686-w64-mingw32.static-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \
+    `i686-w64-mingw32.static-pkg-config --libs openscenegraph-osgViewer openscenegraph-osgPlugins`
+

+ The i686-w64-mingw32.static-pkg-config command from MXE will + automatically add -DOSG_LIBRARY_STATIC to your compiler flags. +

+ +

Further Steps

+ +

+ If you need further assistance, + feel free to join the + mailing list + where you'll get in touch with + the MXE developers + and other users. +

+
+ +
+
+
+
+

Download

+ +

+ To obtain the current version, run: +

+ +
git clone https://github.com/mxe/mxe.git
+ +

+ To retrieve updates, run: +

+ +
git pull
+ +

+ You can also browse the + web repository. +

+ +

+ In addition, + feel free to join the + mailing list + and to propose new packages. +

+
+ +
+

Requirements

+ +

+ MXE requires a recent Unix system where + all components as stated in the table below + are installed. It also needs roughly 2 GiB of + RAM to link gcc and at least 700 MB of disk + space per target (counted with only gcc + built). +

+

+ Detailed instructions are available for: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Autoconf≥ 2.68
Automake≥ 1.11.3
Bash
Bison
Bzip2
Flex≥ 2.5.31
GCC (gcc, g++)
gdk-pixbuf
Git≥ 1.7
GNU Coreutils
GNU Gettext
GNU gperf
GNU Make≥ 3.81
GNU Sed
GNU Tar
Intltool≥ 0.40
LibC for 32-bit
libffi≥ 3.0.0
Libtool≥ 2.2
OpenSSL-dev≥ 1.01
p7zip (7-Zip)
Patch
Perl
Perl XML::Parser
Pkg-config≥ 0.16
Python
Ruby
SCons≥ 0.98
UnZip
Wget
XZ Utils
zlib≥ 1.20
+ +

Debian and derivatives

+ + +
apt-get install \
+    autoconf automake autopoint bash bison bzip2 flex gettext\
+    git g++ gperf intltool libffi-dev libgdk-pixbuf2.0-dev \
+    libtool libltdl-dev libssl-dev libxml-parser-perl make \
+    openssl p7zip-full patch perl pkg-config python ruby scons \
+    sed unzip wget xz-utils
+ +

+ On 64-bit Debian, install also: +

+
apt-get install g++-multilib libc6-dev-i386
+ +

+ On Debian Jessie (8) or Ubuntu Utopic (14.10) or later, + install also: +

+
apt-get install libtool-bin
+ +

+ Only the latest Debian stable series is supported. +

+ +

+ You can install a precompiled MXE via Debian packages. + See pkg.mxe.cc. +

+ +

Fedora

+ + +
yum install \
+    autoconf automake bash bison bzip2 flex gcc-c++ \
+    gdk-pixbuf2-devel gettext git gperf intltool make \
+    sed libffi-devel libtool openssl-devel p7zip patch \
+    perl pkgconfig python ruby scons unzip wget xz
+ +

+ On 64-bit Fedora, + there are issues without a 32-bit compiler. +

+ +

FreeBSD

+ + +
pkg install \
+    automake autoconf bash bison coreutils flex \
+    gcc gdk-pixbuf2 gettext git glib gmake gperf gsed intltool libffi \
+    libtool openssl p5-XML-Parser p7zip patch perl5 \
+    pkgconf python ruby scons unzip wget
+ +

+ Use gmake instead of make. +

+

+ Install file(1) from ports, because file(1) from base + works + very-very-very slow with long text files. +

+

+ Do not build as root. See + #902. +

+

+ Ensure that /usr/local/bin precedes /usr/bin in your $PATH: +

+

+ For C style shells, edit .cshrc +

+
setenv PATH /usr/local/bin:$PATH
+

+ For Bourne shells, edit .profile +

+
export PATH=/usr/local/bin:$PATH
+

+ On 64-bit FreeBSD, + there are issues without a 32-bit compiler. +

+

+ N.B. FreeBSD is no longer fully supported +

+

+ to build the remainder of MXE, run: +

+
gmake EXCLUDE_PKGS='gtksourceviewmm2 ocaml% openexr pcl qtbase'
+

+ to see a list of all dependent downstream packages that + will be excluded, run: +

+
gmake show-downstream-deps-'gtksourceviewmm2 ocaml% openexr \
+                            pcl qtbase'
+ +

Frugalware

+ + +
pacman-g2 -S \
+    autoconf automake bash bzip2 bison flex gcc gdk-pixbuf2\
+    gettext git gperf intltool make sed libffi libtool \
+    openssl patch perl perl-xml-parser pkgconfig python \
+    ruby scons unzip wget xz xz-lzma
+ +

+ On 64-bit Frugalware, + there are issues without a 32-bit compiler. +

+ +

Gentoo

+ + +
emerge \
+    sys-devel/autoconf sys-devel/automake app-shells/bash \
+    sys-devel/bison app-arch/bzip2 \
+    sys-devel/flex sys-devel/gcc sys-devel/gettext \
+    dev-vcs/git dev-util/gperf dev-util/intltool \
+    sys-devel/make sys-apps/sed dev-libs/libffi \
+    sys-devel/libtool dev-libs/openssl app-arch/p7zip \
+    sys-devel/patch dev-lang/perl dev-perl/XML-Parser \
+    dev-util/pkgconfig dev-lang/python dev-lang/ruby \
+    dev-util/scons app-arch/unzip net-misc/wget \
+    app-arch/xz-utils x11-libs/gdk-pixbuf
+ +

Mac OS X

+ +

+ Install + the latest Xcode +

+
Method 1 - MacPorts
+

+ Install MacPorts, + then run: +

+ +
sudo port install \
+    autoconf automake bison coreutils flex gettext \
+    gdk-pixbuf2 glib2 gnutar gsed intltool libffi libtool \
+    openssl p5-xml-parser p7zip pkgconfig scons wget xz
+ +
Method 2 - Rudix
+

+ Install Rudix, + then run: +

+ +
sudo rudix install \
+    autoconf automake coreutils gettext glib intltool \
+    libtool p7zip scons sed tar wget xz
+

+ Note: gdk-pixbuf2 is not installed in method 2, + so you can not build gtk3. Other packages may be + missing on Rudix - please open an issue if you find any. +

+ +
Method 3 - Homebrew
+

+ Install Homebrew, + then run: +

+ +
brew install \
+    autoconf automake coreutils gdk-pixbuf gettext \
+    gnu-sed gnu-tar intltool libtool p7zip wget xz
+

+ Some formulae are + keg-only + and will need brew link to be found. +

+ +
Genral Notes
+

+ You may be prompted to install a java runtime + - this is not required. +

+

+ Mac OS X versions ≤ 10.9 are no longer tested. +

+

+

Certain packages have open issues on OS X
+

+

+ For Xcode <7.3, run: +

+
make EXCLUDE_PKGS='nsis'
+

+ For Xcode ≥7.3, run: +

+
make EXCLUDE_PKGS='gsoap'
+ +

openSUSE

+ + +
zypper install -R \
+    autoconf automake bash bison bzip2 flex gcc-c++ \
+    gdk-pixbuf-devel gettext-tools git gperf intltool \
+    libffi-devel libtool make openssl libopenssl-devel \
+    p7zip patch perl perl-XML-Parser pkg-config python \
+    ruby scons sed unzip wget xz
+ +

+ On 64-bit openSUSE, install also: +

+
zypper install -R \
+    gcc-32bit glibc-devel-32bit libgcc46-32bit \
+    libgomp46-32bit libstdc++46-devel-32bit
+ +

Issues without a 32-bit compiler

+ +

+ Certain packages contain native tools that are + currently 32-bit only. In order to build these on a + 64-bit system, multi-lib support must be enabled in the + compiler toolchain. However, not all operating systems + support this. +

+

+ To build the remainder of MXE, specify the affected + packages to exclude: +

+
make EXCLUDE_PKGS='ocaml%'
+
+ +
+

Usage

+ +

+ All build commands also download the packages if necessary. +

+

+ In a BSD userland, substitute "make" with "gmake" + as all commands are based on + GNU Make. +

+
+ +
make
+ +
+ build all packages, + non-parallel +
+ +
make gcc
+ +
+ build a minimal useful set of packages, + i.e. the cross compilers + and the most basic packages, + non-parallel +
+ +
make foo bar
+ +
+ build packages "foo", "bar" and their dependencies, + non-parallel +
+ +
+ the package list can also be set in + settings.mk +
LOCAL_PKG_LIST := foo bar
+.DEFAULT local-pkg-list:
+local-pkg-list: $(LOCAL_PKG_LIST)
+
+
+ so a call to make will only build those packages (and their + dependencies, of course) +
+ +
make foo bar --touch
+ +
+ mark packages "foo" and "bar" as up-to-date after + a trivial change in one of their dependencies + (short option "-t") +
+ +
make foo bar --jobs=4 JOBS=2
+ +
+ build packages "foo", "bar" and their dependencies, + where up to 4 packages are built in parallel + (short option "-j 4"), + each with up to 2 compiler processes running in parallel +
+
+ the JOBS variable can also be defined in + settings.mk and defaults to the number + of CPUs up to a max of 6 to prevent runaway system + load with diminishing returns - see the + GNU Make manual + for more details on parallel execution +
+ +
make --jobs=4 --keep-going
+ +
+ build all packages with 4 inter-package parallel + jobs and continue as much as possible after an error + (short option "-j 4 -k") +
+ +
make EXCLUDE_PKGS='foo bar'
+ +
+ build all packages excluding foo, bar, and all downstream + packages that depend on them - mostly used when there are + known issues +
+ +
make foo_SOURCE_TREE=/path/to/local/source
+ +
+ build using local source tree for package "foo", bypassing + download, checksum and patching +
+
+ N.B. ensure "foo" has an out-of-source + build configured to avoid generation of build artefacts + in local tree +
+ +
make check-requirements
+ +
+ check most of the + requirements + if necessary + – executed automatically + before building packages +
+ +
make download
+ +
+ download all packages, + non-parallel, + such that subsequent builds work without internet access +
+ +
make download-foo download-bar
+ +
+ download packages "foo", "bar" and their dependencies, + non-parallel +
+ +
make download-foo download-bar -j 4
+ +
+ download packages "foo", "bar" and their dependencies, + where up to 4 packages are downloaded in parallel +
+ +
make download-only-foo download-only-bar
+ +
+ download packages "foo", "bar", without their dependencies, + non-parallel +
+ +
make clean
+ +
+ remove all package builds + – use with caution! +
+ +
make clean-junk
+ +
+ remove all unused files, including unused package + files, temporary folders, and logs +
+ +
make clean-pkg
+ +
+ remove all unused package files, + handy after a successful update +
+ +
make show-deps-foo
+ +
+ print a list of upstream dependencies + and downstream dependents +
+ +
make show-downstream-deps-foo
+ +
+ print a list of downstream dependents + suitable for usage in shell scripts +
+ +
make show-upstream-deps-foo
+ +
+ print a list of upstream dependencies + suitable for usage in shell scripts +
+ +
make docs/build-matrix.html
+ +
+ generate a report of what packages are + supported on what targets to + docs/build-matrix.html +
+ +
make update
+ +
+ for internal use only! + – + update the version numbers of all packages, + download the new versions and note their checksums +
+ +
make update UPDATE_DRYRUN=true
+ +
+ for internal use only! + – + show list of update candidates without downloading +
+ +
make update-package-foo
+ +
+ for internal use only! + – + update the version numbers of package foo, + download the new version and note its checksum +
+ +
make update-checksum-foo
+ +
+ for internal use only! + – + download package foo and update its checksum +
+ +
make cleanup-style
+ +
+ for internal use only! + – + cleanup coding style +
+ +
+
+ +
+

List of Packages

+ +

+ See something missing? Feel free to create a new package. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
a52deca52dec (aka. liba52)
aggAnti-Grain Geometry
alurealure
aprAPR
apr-utilAPR-util
armadilloArmadillo C++ linear algebra library
aspellAspell
assimpAssimp Open Asset Import Library
atkATK
atkmmATKmm
aubioaubio
bfdBinary File Descriptor library
binutilsGNU Binutils
blasblas
boostBoost C++ Library
box2dBox2D
bulletBullet physics, version 2
bzip2bzip2
cairocairo
cairommcairomm
cblascblas
ccfitsCCfits
ceguiCrazy Eddie’s GUI System (CEGUI)
cfitsiocfitsio
cgalcgal
checkcheck
chipmunkChipmunk Physics
chromaprintChromaprint
cimgCImg Library
cloogCLooG Code Generator
cmakecmake
cminpackcminpack
codaCODA
coinCoin3D
cpp-netlibBoost C++ Networking Library
cppunitCppUnit
cryptoppCrypto++ Library
crystalhdBroadcom Crystal HD Headers
cunitcunit
curlcURL
dbOracle Berkeley DB
dbusdbus
dcmtkDCMTK
devilDevIL
djvulibreDjVuLibre
dlfcn-win32POSIX dlfcn wrapper for Windows
eigeneigen
exiv2Exiv2
expatExpat XML Parser
faad2faad2
fdk-aacFDK-AAC
ffmpegffmpeg
fftwfftw
filefile
flacFLAC
flannFLANN
fltkFLTK
fontconfigfontconfig
freeglutfreeglut
freeimageFreeImage
freetdsFreeTDS
freetypefreetype
freetype-bootstrapfreetype (without harfbuzz)
fribidiFriBidi
ftglftgl
gcgc
gccGCC
gdGD (without support for xpm)
gdalGDAL
gdbgdb
gdk-pixbufGDK-pixbuf
gendefgendef
geoip-databaseGeoIP Legacy Database
geosGEOS
gettextgettext
ghostscriptghostscript
giflibgiflib
glewGLEW
glfw2GLFW 2.x
glfw3GLFW 3.x
glibGLib
glibmmGLibmm
glmGLM - OpenGL Mathematics
gmpGMP
gnutlsGnuTLS
graphicsmagickGraphicsMagick
gslGSL
gsoapgSOAP
gst-plugins-badgst-plugins-bad
gst-plugins-basegst-plugins-base
gst-plugins-goodgst-plugins-good
gst-plugins-uglygst-plugins-ugly
gstreamergstreamer
gtagta
gtk2GTK+
gtk3GTK+
gtkglareaGtkGLArea
gtkglextGtkGLExt
gtkglextmmGtkGLExtmm
gtkimageviewGtkImageView
gtkmm2GTKMM
gtkmm3GTKMM
gtksourceviewGTKSourceView
gtksourceviewmm2GtkSourceViewmm
guileGNU Guile
harfbuzzHarfBuzz
hdf-eos2HDF-EOS2
hdf-eos5HDF-EOS5
hdf4HDF4
hdf5HDF5
hunspellHunspell
hyperscanHyperscan
icu4cICU4C
id3libid3lib
ilmbaseIlmBase
imagemagickImageMagick
islInteger Set Library
itkInsight Segmentation and Registration Toolkit (ITK)
jackJACK Audio Connection Kit
janssonJansson
jasperJasPer
jpegjpeg
json-cjson-c
json-glibJSON-Glib
json_spiritjson_spirit
jsoncppjsoncpp
lamelame
lapacklapack
lcmslcms
lcms1lcms1
lensfunlensfun
levmarlevmar
libaacslibaacs
libarchiveLibarchive
libasslibass
libbluraylibbluray
libbs2bBauer Stereophonic-to-Binaural library
libcacalibcaca
libcdioLibcdio
libcdio-paranoiaLibcdio-paranoia
libcomm14cuxlibcomm14cux
libcrocoLibcroco
libdnetlibdnet
libdvbpsilibdvbpsi
libdvdcsslibdvdcss
libdvdnavlibdvdnav
libdvdreadlibdvdread
libechonestlibechonest
libepoxylibepoxy
libeventlibevent
libf2clibf2c
libffilibffi
libftdiLibFTDI
libftdi1LibFTDI1
libgcryptlibgcrypt
libgdalibgda
libgdammlibgdamm
libgeelibgee
libgeotiffGeoTiff
libgit2libgit2
libgladeglade
libgnurxlibgnurx
libgpg_errorlibgpg-error
libgsaslLibgsasl
libgsflibgsf
libharulibharu
libibertylibiberty
libicallibical
libiconvlibiconv
libid3taglibid3tag
libidnLibidn
libieee1284libieee1284
libircclientlibircclient
libjpeg-turbolibjpeg-turbo
liblaxjsonliblaxjson
libloliblo
liblqr-1liblqr-1
liblsmashL-SMASH
libltdlGNU Libtool Library (libltdl)
libmadlibmad
libmicrohttpdGNU Libmicrohttpd
libmikmodlibMikMod
libmnglibmng
libmodpluglibmodplug
libmpcdeclibmpcdec
libmysqlclientlibmysqlclient
libntlmLibntlm
liboauthliboauth
libodbc++libodbc++
liboilliboil
libpano13libpano13
libpaperlibpaper
libplistlibplist
libpnglibpng
libroscolibrosco
librsvglibrsvg
librtmplibrtmp
libsampleratelibsamplerate
libshoutlibshout
libsigc++libsigc++
libsndfilelibsndfile
libsodiumlibsodium
libsouplibsoup
libspectrelibspectre
libssh2libssh2
libsvmlibsvm
libtoolGNU Libtool
libtorrent-rasterbarlibtorrent-rasterbar
libunistringlibunistring
libusbLibUsb
libusb1LibUsb-1.0
libuvlibuv
libvpxvpx
libwebplibwebp
libwebsocketslibwebsockets
libxml++libxml2
libxml2libxml2
libxsltlibxslt
libziplibzip
llvmllvm
log4cxxlog4cxx
luaLua
luabindLuabind
luajitLuaJIT
lzmaLZMA SDK
lzolzo
matiomatio
mdbtoolsmdbtools
mingw-w64MinGW-w64 Runtime
miniupnpcminiupnpc
minizipminizip
mman-win32MMA-Win32
mpcGNU MPC
mpfrmpfr
mpg123mpg123
muparsermuParser
muparserxmuParserX
mxmlMini-XML
ncursesNcurses
netcdfNetCDF
netpbmNetpbm
nettlenettle
nloptNLopt
nsisNSIS
ocaml-cairocairo-ocaml
ocaml-camlimagescamlimages
ocaml-coreocaml
ocaml-findlibfindlib
ocaml-flexdllflexdll
ocaml-lablgllablgl
ocaml-lablgtk2lablgtk2
ocaml-nativeocaml
ocaml-xml-lightxml-light
oceOpen CASCADE Community Edition
oggOGG
oldold
openalopenal
openblasOpenBLAS
opencore-amropencore-amr
opencsgopencsg
opencvOpenCV
openexrOpenEXR
openjpegOpenJPEG
openmp-validationOpenMP Validation Suite
openscenegraphOpenSceneGraph
opensslopenssl
openthreadsOpenThreads
opusopus
opusfileopusfile
ossimOSSIM
pangoPango
pangommPangomm
pclPCL (Point Cloud Library)
pcrePCRE
pdcursesPDcurses
pdflib_litePDFlib Lite
pfstoolspfstools
physfsphysfs
picomodelpicomodel
pirePIRE
pixmanpixman
pkgconfpkgconf
plibPlib
plibcPlibc
plotmmPlotMM
plotutilsplotutils
pocoPOCO C++ Libraries
polarsslPolar SSL Library
popplerpoppler
poptpopt
portablexdrPortableXDR
portaudioportaudio
portmidiportmidi
postgresqlPostgreSQL
primesievePrimesieve
projproj
protobufprotobuf
pthreadsPOSIX Threads
qdbmQDBM
qhttpengineqhttpengine
qjsonQJson
qscintilla2QScintilla2
qtQt
qt3dQt
qt5Qt
qtactiveqtQt
qtbaseQt
qtcanvas3dQt
qtchartsQt
qtconnectivityQt
qtdatavis3dQt
qtdeclarativeQt
qtdeclarative-render2dQt
qtgamepadQt
qtgraphicaleffectsQt
qtimageformatsQt
qtlocationQt
qtmultimediaQt
qtofficeopenxmlQtOfficeOpenXml
qtpurchasingQt
qtquickcontrolsQt
qtquickcontrols2Qt
qtscriptQt
qtscxmlQt
qtsensorsQt
qtserialbusQt
qtserialportQt
qtserialport_qt4Qt
qtserviceQt Solutions
qtsparkle_qt4qtsparkle
qtsvgQt
qtsystemsQt
qttoolsQt
qttranslationsQt
qtvirtualkeyboardQt
qtwebchannelQt
qtwebengineQt
qtwebkitQt
qtwebsocketsQt
qtwebviewQt
qtwinextrasQt
qtxlsxwriterQtXlsxWriter
qtxmlpatternsQt
qwtQwt
qwt_qt4Qwt-qt4
qwtplot3dQwtPlot3D
ragelRagel
readlineReadline
rubberbandRubberband
rucksackrucksack
sdlSDL
sdl2SDL2
sdl2_gfxSDL2_gfx
sdl2_imageSDL2_image
sdl2_mixerSDL2_mixer
sdl2_netsdl2_net
sdl2_ttfSDL2_ttf
sdl_gfxSDL_gfx
sdl_imageSDL_image
sdl_mixerSDL_mixer
sdl_netSDL_net
sdl_pangoSDL_Pango
sdl_rwhttpSDL_rwhttp
sdl_soundSDL_sound
sdl_ttfSDL_ttf
sfmlSFML
smpegsmpeg
smpeg2smpeg
soxSoX
sparsehashsparsehash
speexSpeex
speexdspSpeexDSP
sqliteSQLite
subversionsubversion
suitesparseSuiteSparse
t4k_commont4k_common
taglibTagLib
tclaptclap
teemTeem
termcapTermcap
theoraTheora
tiffLibTIFF
tinyxmltinyxml
tinyxml2tinyxml2
treTRE
twolameTwoLAME
uclUCL
unrtfunRTF
upxUPX
vamp-plugin-sdkVamp Plugins SDK
vcdimagervcdimager
vidstabvid.stab video stablizer
vigravigra
vmimeVMime
vo-aacencVO-AACENC
vo-amrwbencVO-AMRWBENC
vorbisVorbis
vtkvtk
vtk6VTK6
wafWaf: the meta build system
wavpackWavPack
wgetwget
widlWine IDL Compiler
winpcapWinPcap
wtWt
wxwidgetswxWidgets
x264x264
xapian-coreXapian-Core
xercesXerces-C++
xmlrpc-cxmlrpc-c
xmlwrappxmlwrapp
xorg-macrosX.org utility macros
xvidcorexvidcore
xxhashxxHash
xzXZ
yaml-cppA YAML parser and emitter for C++
yasmYasm
zlibzlib
zziplibZZIPlib
+ + +
+ +
+

Guidelines for Creating Packages

+ +
    +
  1. +

    + The package should be a + free + software + library + that is really used by one of your applications. Please also review our + legal notes. +

    + +

    + BTW, we're always curious about the applications people are porting. + We maintain a + list of projects + which use MXE. + No matter whether your project is free or proprietary + – as long as it has its own website, + we'd be happy to link to it. +

    + +

    + Also, feel free to link to us. :-) +

    +
  2. + +
  3. +

    + Grep through the src/*.mk files + to find a project that is most similar to yours. + (Really, grep is your friend here.) +

    + +

    + For instance, + when adding a GNU library, + you should take a package like + gettext.mk + or + libiconv.mk + as the base of your work. + When using a SourceForge project, + you could start with a copy of + xmlwrapp.mk. + And so on. +

    + +

    + The GNU Make Standard Library is also + available (though it should be unnecessary for most packages). +

    + +

    + Alternatively you can use tool tools/skeleton.py to + create a skeleton of new MXE package. It fills most of the fields + of .mk file automatically and supports typical + build scenarios through option --builder. It also + adds a package to the list of packages + (see below). +

    +
  4. + +
  5. +

    + Adjust the comments, + fill in the $(PKG)_* fields. +

    + +

    + To fill the $(PKG)_CHECKSUM field, use a command such as (for file gettext.mk): +

    +
    make update-checksum-gettext
    +

    or:

    +
    openssl sha256 pkg/gettext-x.y.z.tar.gz
    +

    + if you have already downloaded the package. +

    + +

    + Be especially careful with the $(PKG)_DEPS section. + The easiest way to get the dependencies right + is to start with a minimal setup. + That is, + initialize MXE with make gcc only, + then check whether your package builds successfully. +

    + +

    + Always list the dependency on gcc explicitly: +

    +
    $(PKG)_DEPS     := gcc ...
    + +

    + Things not to do: +

    +
      +
    • + do not run target executables with Wine, as Wine is + not guaranteed to be installed. Instead build the needed tool + natively or (if it is too huge to build one more time) add + to MXE's dependencies. This policy is forced by setting + WINEPREFIX to an empty directory, which breaks Wine; +
    • + +
    • + do not download anything while building, as all files + downloaded should be verified by checksums. Instead create a + package which installs the needed file. This policy is forced + on Linux by LD_PRELOAD trick, breaking network functions. +
    • +
    + +
  6. + +
  7. +

    + Add your package to the list of packages. +

    +

    + Each package gets its own table row element with table cells + specifying your package name, official name and website: +

    +
    +<tr>
    +    <td class="package">gettext</td>
    +    <td class="website"><a href="https://www.gnu.org/software/gettext/">gettext</a></td>
    +</tr>
    +

    + Always look for the SSL version of a website, that is, + prefer https:// URLs over http:// URLs. +

    +
  8. + +
  9. +

    + Write your $(PKG)_BUILD. + If your library has a ./configure script, + enable/disable all dependency libraries explicitly + via "--enable-*" and "--disable-*" options. +

    +
  10. + +
  11. +

    + You might also have to provide a patch for it. + In that case, have a look at other patches such as + sdl2-2-libtool.patch. + In particular, each patch file should be named as: +

    +
    PACKAGE-PATCHNUMBER-DESCRIPTION.patch
    +

    + and should start with: +

    +
    This file is part of MXE. See LICENSE.md for licensing information.
    +
    +This patch has been taken from:
    +https://...
    +

    + where the URL points to the + bugtracker entry, + mailing list entry or + website + you took the patch from. +

    + +

    + If you created the patch yourself, + please offer it to the upstream project first, + and point to that URL, + using the same wording: + "This patch has been taken from:". +

    + +

    + Depending on the feedback you get from the upstream project, + you might want to improve your patch. +

    +
  12. + +
  13. +

    + If you find some time, + please provide a minimal test program for it. + It should be + simple, + stand alone and + should work unmodified for many (all?) future versions of the library. + Test programs are named as: +

    +
    PACKAGE-test.c
    + or +
    PACKAGE-test.cpp
    +

    + depending on whether it is a C or C++ library. + To get a clue, + please have a look at existing test programs such as + sdl-test.c. +

    + +

    + At the very end of your *.mk file + you should build the test program in a generic way, + using strict compiler flags. + The last few lines of + sdl.mk + will give you a clue. +

    +
  14. + +
  15. +

    + You could also try to provide a $(PKG)_UPDATE section. + However, that requires some experience and "feeling" for it. + So it is perfectly okay if you leave a placeholder: +

    +
    define $(PKG)_UPDATE
    +    echo 'TODO: write update script for $(PKG).' >&2;
    +    echo $($(PKG)_VERSION)
    +endef
    +

    + We'll fill that in for you. + It's a funny exercise. +

    +
  16. + +
  17. +

    + Check that you don't have "dirty stuff" in your *.mk files, + such as TAB characters or trailing spaces at lines endings. Run: +

    +
    make cleanup-style
    +

    + to remove these. + Have a look at random *.mk files + to get a feeling for the coding style. +

    + +

    + The same holds for your test program. +

    + +

    + However, patch files should always appear + in the same coding style as the files they are patching. +

    + +

    + When patching sources with crlf line endings, the patch + file itself should also have the same eol style. Use the + convention of naming the file as *crlf.patch + to instruct git not to normalise the line endings (defined + in .gitattributes). +

    + +

    + Finally, in your $(PKG)_BUILD section, + please check that you use our portability variables: +

    + + + + + + + + + + + +
    bash $(SHELL)
    date $(DATE)
    install $(INSTALL)
    libtool $(LIBTOOL)
    libtoolize$(LIBTOOLIZE)
    make $(MAKE)
    patch $(PATCH)
    sed $(SED)
    sort $(SORT)
    wget $(WGET)
    +
  18. + +
  19. +

    + Check whether everything runs fine. + If you have some trouble, + don't hesitate to ask on the + mailing list, + providing your *.mk file so far. +

    +
  20. + +
  21. +

    + Issue a + pull request + to propose your final *.mk file to us. + If you have trouble with pull requests, + send your file to the mailing list instead. +

    +

    + Either way, + don't forget to tell us + if there are some pieces in your *.mk file + you feel unsure about. + We'll then have a specific look at those parts, + which avoids trouble for you and us in the future. +

    +
  22. +
+
+ +
+ + + + +

(contact via the + project mailing list)

+ +

+ Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject + to the following conditions: +

+ +

+ The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. +

+ +

+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +

+
+ +
+ + +

Disclaimer - it's all code...

+ +

+ Modern legal systems are like any other large, complex, and evolving body + of code you're likely to encounter. +

+ +

+ They have their own language with quirky parsers, compilers, and + interpreters (though these tend to be human). Their issue trackers are + a backlog of court cases. They have bugs. They have traps for the + uninitiated that may potentially do more than waste your time. +

+ +

+ We currently limit ourselves to: +

+
--enable-languages='c,c++,objc,fortran'
+

+ so nothing mentioned here or on the mailing list should be taken as + legal advice. :-) +

+ +

Choosing the right compiler

+ +

+ The best starting point for any legal questions would be the +

+

+ FTF (Freedom Task Force of the FSFE (Free Software Foundation Europe)). +

+

+ They have been very helpful in the past, and maintain an + extensive network + of legal contacts, both within and outside Europe. +

+ +

Your local jurisdiction may be a signatory to various + international agreements, + so be sure to mention where you are in any correspondence (much like any + detailed bug report really). +

+ +

Additionally, you should also do some background reading from the + FSF (Free Software Foundation) + and + Wikipedia + to familiarise yourself with some of the potential issues (and experience + some context-switching overhead). +

+ +

Contributions

+ +

+ Contributions are always welcome! +

+ +

+ Ownership of all contributions (bug fixes, new packages, doc updates, etc.) + remain with the author. All we require is a real name (no l33t handles, + please), and that you release your work under + our licence. +

+ +

If you prefer not to be credited with a contribution, please notify + the committer. +

+ +

Package Licences

+ +

+ Each package is individually licensed under terms specified by the + authors of that package. Please see the respective source tarball + and/or project website for details. +

+ +

+ Packages that are + non-free + or + ambiguous + will be + removed + or + rejected. +

+ +

+ The definition of free must be one of: +

+ + +

+ Please contact the + mailing list + if you notice a package that doesn't meet these guidlines. +

+ + + +

+ In addition to the usual considerations (copyrights, patents, + trademarks, export regulations etc.), building + statically linked + libraries + for Windows + exposes some edge cases that you may not have encountered before. +

+ +

+ According to + freedom 0 and our + own licence, + you can use mxe in countless different + environments, each with it's own special legal considerations. The + configuration options of certain packages (e.g ffmpeg) allow the use of + non-free software and/or combinations that cause license violations. +

+ +

+ For these packages, we will provide sensible defaults aimed + at achieving the following goals: +

+
    +
  1. avoid causing inherent licensing issues with conflicting options
  2. +
  3. make the package as feature complete as possible
  4. +
+ +

+ Note that this does not prevent downstream violations, or affect any + further obligations a licence may impose on you. +

+ + + +

GNU Licenses

+

+ Review the + FAQ +

+ +

LGPL and Static Linking

+ +

+ Review the + Differences from the GPL + section of the Wikipedia article mentioned above. +

+ +

GPL and OpenSSL

+ +

+ See conflicting accounts from the + FSF + and the + OpenSSL project. +

+

+ A similar situation also exists for package fdk-aac. +

+
+ +
+

History

+ +
+ +
2015-05-04 – Retired the stable branch
+
+

+ The stable branch + was retired + as it + did more harm than good. + Everybody is using the master branch, + because it is always recent and well enough tested. + For historical reference, the last commit to the stable branch was + 0c6cc9c, + which was + fully merged into master + as usual. +

+ +

+ Added support for shared toolchains for over 50% of all the packages. +

+ +

+ Unfortunately, a number of factors have forced us to drop support + for MinGW 3 (i.e. "MinGW.org"), + in favor of the MinGW-w64 toolchain. This decision was made in a + large part because of the dropping of support for MinGW by + GLib and Qt5, + which arguably are two of the most important packages in MXE. + Other considerations have also been taken, like the lack + of maintainership in MinGW and potential legal + challenges that comes with using supplemental DirectX + headers in MinGW in order to support Qt4. Worse yet, having to + support the unsupported MinGW toolchain impedes adding or + updating packages, as shown in the pull + request of updating GLib. +

+ +

+ Please note that dropping support for MinGW DOES NOT + MEAN dropping support for the 32-bit architecture. MinGW-w64 + also supports 32-bit target through i686-w64-mingw32. +

+ +

+ To ease migration to the supported MinGW-w64 target, we have + finished porting all packages that were MinGW-only to at least + i686-w64-mingw32 (32-bit target of MinGW-w64). Hence your existing + commands should work out-of-the-box assuming the + MXE_TARGETS environmental variable is set correctly. +

+
+ +
2013-07-27 – Release 2.23
+
+

+ The stable branch was updated + to the current development version after a thorough + testing phase. +

+ +

+ Current users are strongly encouraged to + start with a clean tree as the toolchain has been + updated and requires a full rebuild: +

+
git pull && make clean && make
+ +

+ Most packages were updated to their latest version. +

+ +

+ Many new packages are supported: + alure, apr-util, apr, armadillo, cegui, cfitsio, cminpack, + flann, gtkglarea, gtkimageview, harfbuzz, hdf4, hdf5, hunspell, + icu4c, itk, lensfun, levmar, libf2c, libftdi, libgda, libgdamm, + libglade, liblqr-1, libmodplug, librtmp, libzip, log4cxx, mdbtools, + ncurses, netcdf, netpbm, ocaml-cairo, ocaml-camlimages, ocaml-core, + ocaml-findlib, ocaml-flexdll, ocaml-lablgl, ocaml-lablgtk2, + ocaml-native, ocaml-xml-light, opencv, opus, opusfile, pcl, + picomodel, plib, plibc, poppler, portablexdr, portmidi, protobuf, + qdbm, qt5, qtactiveqt, qtbase, qtdeclarative, qtgraphicaleffects, + qtimageformats, qtjsbackend, qtmultimedia, qtquick1, qtquickcontrols, + qtscript, qtsensors, qtserialport, qtsvg, qttools, qttranslations, + qtxmlpatterns, qwt, sdl_gfx, sfml, sox, teem, twolame, vtk6, wavpack, + wget, winpthreads, xapian-core, yasm +

+ +

+ Added support for mingw-w64 based toolchains + targeting 32 & 64-bit architectures. +

+ +

+ With the addition of Qt5, there is no longer a prefixed version of + qmake, see the Qt section of the tutorial + for the new way to invoke qmake. +

+ +

+ FreeBSD is no longer fully supported. + Qt5, ocaml*, and 8 other packages are excluded from the build. +

+
+ +
2012-04-12 – Release 2.22
+
+

+ The release tarballs have been replaced with a stable branch + that conforms to the new branch concept: +

+ +
    +
  • + Any change of a build script goes into "master". +
  • +
  • + Any package upgrade goes into "master". +
  • +
  • + Any documentation upgrade that refers to a feature + not present in stable goes into "master". +
  • +
  • + Anything else that doesn't affect the build goes + into "stable". +
  • +
  • + Any non-critical improvement to the main Makefile + goes into "stable". +
  • +
  • + Any improvement in the package download URLs or + package version recognition goes into "stable". +
  • +
  • + When in doubt, "master" is used rather than "stable". +
  • +
  • + Every change to the "stable" branch + will be merged into "master". +
  • +
  • + After a successful testing phase, + the "stable" branch + will be fast-forwarded to "master". +
  • +
+ +

+ The project has been + renamed + from + mingw-cross-env (MinGW cross compiling environment) + to + MXE (M cross environment). +

+ +

+ Most packages were updated to their latest version. +

+ +

+ New packages are supported: + agg, cgal, eigen, file, gta, json-c, libgnurx, libharu, + libircclient, libssh2, libxml++, llvm, lzo, mpfr, nettle, + opencsg, qjson, qwtplot3d, vtk, and wt. +

+
+ +
2011-06-07 – Release 2.21
+
+

+ Download | + Changelog +

+ +

+ Minor bugfixes in several packages. +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ Packages gtkmm and gtksourceviewmm have been renamed to gtkmm2 and gtksourceviewmm2. +

+ +

+ New packages are supported: + libass, poco, and t4k_common. +

+
+ +
2011-04-05 – Release 2.20
+
+

+ Download | + Changelog +

+ +

+ This release fixes a download error caused by the pixman project + (a sudden change of their URL scheme without proper redirects). + That sort of thing should never happen! +

+
+ +
2011-03-19 – Release 2.19
+
+

+ Download | + Changelog +

+ +

+ The download mechanisms are improved. +

+ +

+ A CMake toolchain file is provided + to simplify cross-compiling projects which use CMake. +

+ +

+ Support for Debian/Lenny is dropped. +

+ +

+ Package gtk is renamed to gtk2. +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ New packages are supported: + dbus, graphicsmagick, libical, liboauth, physfs, and vigra. +

+ +

+ Note for boost::filesystem users: + Version 3 is a major revision + and now the default in 1.46. +

+
+ +
2010-12-15 – Release 2.18
+
+

+ Download | + Changelog +

+ +

+ This release fixes a checksum error caused by the atkmm project + (a sudden change of their current source tarball). + That sort of thing should never happen! +

+
+ +
2010-12-11 – Release 2.17
+
+

+ Download | + Changelog +

+ +

+ This release provides some improvements of the build system + such as an automatic check for most of the requirements. +

+ +

+ All packages are updated to their latest version. +

+ +

+ New packages are supported: + bfd, blas, cblas, dcmtk, ftgl, lapack, lcms1, + mingw-utils, mxml, suitesparse and tinyxml. +

+
+ +
2010-10-27 – Release 2.16
+
+

+ Download | + Changelog +

+ +

+ This release provides lots of improvements to + the build system as well as the documentation. +

+ +

+ Support for OpenSolaris is dropped. +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ Many new packages are supported: + atkmm, cairomm, cunit, faac, faad2, ffmpeg, gdk-pixbuf, glibmm, + gtkglextmm, gtkmm, gtksourceview, gtksourceviewmm, imagemagick, + lame, libiberty, libsigc++, libvpx, matio, openal, opencore-amr, + pangomm, pfstools, plotmm, sdl_sound and x264. +

+
+ +
2010-06-16 – Release 2.15
+
+

+ Download | + Changelog +

+ +

+ This release fixes download errors caused by the Qt project + (a sudden change of their current source tarball). +

+ +

+ Almost all packages are updated to their latest version. +

+
+ +
2010-06-08 – Release 2.14
+
+

+ Download | + Changelog +

+ +

+ This release fixes download errors caused by the MinGW project + (a sudden change of their URL scheme without proper redirects). + That sort of thing should never happen! +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ New packages are supported: + libarchive, libgee and xvidcore. +

+
+ +
2010-05-31 – Release 2.13
+
+

+ Download | + Changelog +

+ +

+ This release switches back from TDM to the official GCC, + thus supporting the current GCC 4.5. +

+ +

+ The set of DirectX headers is improved and more complete. +

+ +

+ The deadlock issues with Pthreads-w32 are fixed. +

+ +

+ A static build of GDB is provided, + i.e. a standalone "gdb.exe" + that doesn't require any extra DLLs. +

+ +

+ More packages are backed by test programs. +

+ +

+ Many "sed hacks" are replaced by proper portability patches. +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ Many new packages are supported: + fribidi, gc, gdb, gmp, gsl, gst-plugins-base, gst-plugins-good, + gstreamer, gtkglext, guile, libcroco, libffi, liboil, libpaper, + libshout, libunistring and xine-lib. +

+
+ +
2010-02-21 – Release 2.12
+
+

+ Download | + Changelog +

+ +

+ This release fixes some minor build issues, + and contains a first small set of test programs + to check the package builds. +

+ +

+ The build rules are simplified + by calling generators like Autotools and Flex, + instead of patching the generated files. +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ Many new packages are supported: + aubio, devil, directx, exiv2, fftw, freeimage, gsoap, + id3lib, liblo, libpano13, librsvg, libsamplerate, + muparser, openscenegraph, portaudio and sdl_pango. +

+
+ +
2010-02-20 – Release 2.11
+
+

+ Download | + Changelog +

+ +

+ This release contains a packaging bug. + Please use release 2.12 instead. +

+
+ +
2009-12-23 – Release 2.10
+
+

+ Download | + Changelog +

+ +

+ This release adds support for many new packages: + flac, libmad, libsndfile, sdl_net, speex, postgresql, + freetds, openssl, plotutils, taglib, lcms, freeglut, + xerces and zziplib. +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ In addition to the libraries + some command line tools such as psql.exe are built, too. +

+ +

+ The placements of logfiles, as well as many other build details, have been improved. +

+
+ +
2009-10-24 – Release 2.9
+
+

+ Download | + Changelog +

+ +

+ This release adds support for Qt, VMime and libmng. +

+ +

+ The target triplet is updated to i686-pc-mingw32. +

+ +

+ OpenMP support is enabled in GCC. +

+ +

+ Almost all packages are updated to their latest version. +

+
+ +
2009-09-11 – Release 2.8
+
+

+ Download | + Changelog +

+ +

+ This release comes with a better look & feel + by providing a highlevel overview of the build process. +

+ +

+ The detailed build messages are stored into + separate log files for each package, + so parallel builds don't intermix them anymore. +

+ +

+ The download URLs of SourceForge packages + are adjusted to ensure that + the selected SourceForge mirror is really used + and not circumvalented via HTTP redirects to other mirrors. +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ The whole mingw-cross-env project has moved to + Savannah. + So all URIs have changed, + but the old URIs + redirect to the new locations seamlessly. +

+ +

+ Everyone is invited to join the freshly created + project mailing list. +

+
+ +
2009-08-11 – Release 2.7
+
+

+ Download | + Changelog +

+ +

+ This release + provides an improved version recognition + for SourceForge packages. + SourceForge changed their page layout + in a way that makes it much harder + to identify the current version of a package. +

+ +

+ Additionally, + almost all packages are updated to their latest version. +

+
+ +
2009-06-19 – Release 2.6
+
+

+ Download | + Changelog +

+ +

+ This release contains some portability fixes + which allow it to run on a wider range of systems + such as Frugalware. +

+ +

+ The documentation and website are completely revised. +

+ +

+ New packages such as + CppUnit, libUsb, NSIS, Popt, SQLite and Theora + are supported. +

+ +

+ Almost all packages are updated to their latest version. +

+ +

+ A new command "make download" is implemented. +

+
+ +
2009-04-06 – Release 2.5
+
+

+ Download | + Changelog +

+ +

+ This release fixes a download error caused by the MinGW project. + They suddenly changed the names of their source tarballs. + That sort of thing should never happen! +

+ +

+ This release also contains some bugfixes + which allow it to run on a wider range of systems. +

+ +

+ All downloaded files are now + verified by their SHA-1 checksums. +

+ +

+ New versions of various packages are supported. +

+
+ +
2009-03-08 – Release 2.4
+
+

+ Download | + Changelog +

+ +

+ This release provides many new libraries such as + wxWidgets, GTK+ and OpenEXR. +

+ +

+ In addition, new versions of various packages + are supported. +

+
+ +
2009-02-09 – Release 2.3
+
+

+ Download | + Changelog +

+ +

+ This release fixes some serious build problems on FreeBSD and MacOS-X. +

+ +

+ The Makefile has a new target "clean-pkg" + and allows to be called from a separate build directory + via "make -f .../Makefile". +

+ +

+ Some new versions of the packages are supported, + especially GCC-4.3 by switching from MinGW GCC to + TDM-GCC. +

+
+ +
2009-01-31 – Release 2.2
+
+

+ Download | + Changelog +

+ +

+ This release fixes some minor build problems. +

+ +

+ It also supports some new packages and + some newer versions of the already supported packages. +

+ +

+ Parallelization is now disabled by default. +

+
+ +
2008-12-13 – Release 2.1
+
+

+ Download | + Changelog +

+ +

+ This release fixes a download error caused by the GDAL project. + They suddenly changed their download URLs. + That sort of thing should never happen! +

+ +

+ In addition, some newer versions of various packages are supported. +

+ +

+ There is also a small compatibility fix for OS X. +

+
+ +
2008-11-10 – Release 2.0
+
+

+ Download | + Changelog +

+ +

+ The shell script has been rewritten as Makefile + and supports partial builds and parallel builds. +

+ +

+ As usual, + this release also supports some new packages and + some newer versions of the already supported packages. +

+
+ +
2008-01-11 – Release 1.4
+
+

+ Download | + Changelog +

+ +

+ This release now includes a tutorial by Hans Bezemer + and has improved compile options of FLTK. + As usual, it supports some newer versions of the libraries. +

+ +

+ At the request of its author, + libowfat is no longer supported from this release on. +

+ +

+ The script now uses a specific SourceForge mirror + instead of randomly chosen ones, + because the download phase + often stumbled on some very slow mirrors. +

+
+ +
2007-12-23 – Release 1.3
+
+

+ Download | + Changelog +

+ +

+ A sudden change in the download URLs of GEOS + made the automatic download fail. + Such changes should never happen! + But it happened, + and this quick release is an attempt to limit the damage. +

+ +

+ This release also supports some newer versions of the libraries + including support for fontconfig-2.5.0. +

+
+ +
2007-12-13 – Release 1.2
+
+

+ Download | + Changelog +

+ +

+ This release is a switch from gcc-3 to gcc-4. + It also supports a new library and + some newer versions of the already supported libraries. +

+
+ +
2007-07-24 – Release 1.1
+
+

+ Download | + Changelog +

+ +

+ This release is the result of the public attention the release 1.0 got. + It contains many improvements suggested by its first users, + and adds support for many new libraries. +

+ +

+ Thanks to Rocco Rutte who contributed many code snippets. +

+
+ +
2007-06-19 – Release 1.0
+
+

+ Download | + Changelog +

+ +

+ This first release has been created in a 7-day-sprint. +

+
+ +
2007-06-12 – Project start
+
+
+ +
+
+ +
+

See also

+ +

This project

+ + + +

Related articles

+ + + +

Related projects

+ + +
+ +
+

Projects which use MXE (alphabetical order)

+ + +
+ + + diff --git a/docs/release-process.txt b/docs/release-process.txt index 57867c1..fe83f3d 100644 --- a/docs/release-process.txt +++ b/docs/release-process.txt @@ -9,7 +9,7 @@ github issue MXE mailing list use the following to check for new/changed requirements: - http://htmlpreview.github.io/?https://raw.github.com/mxe/mxe/master/index.html + http://htmlpreview.github.io/?https://raw.github.com/mxe/mxe/master/docs/index.html ... - Fast-forward the stable branch to master: diff --git a/index.html b/index.html deleted file mode 100644 index 01e76b1..0000000 --- a/index.html +++ /dev/null @@ -1,4486 +0,0 @@ - - - - - - - MXE (M cross environment) - - - - - - - - -
-

Introduction

- -

- MXE (M cross environment) is a Makefile that - compiles a cross compiler and cross compiles - many free libraries such as SDL and Qt. Thus, - it provides a nice cross compiling environment - for various target platforms, which -

- - - -

Supported Toolchains

- - - - - - - - - - - - - - - - - - - - - - -
RuntimeHost TripletPackages
StaticShared
MinGW-w64i686-w64-mingw3299% (379/381)72% (273/381)
x86_64-w64-mingw3294% (360/381)71% (271/381)
-

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

-

- OpenMP (libgomp) - and pthreads (winpthreads) - are always available. -

-

- Experimental support for GCC with posix threads was - added in November 2015. -

- -
- -
-

Screenshots

- -

- Cross compiling - 4tH: -

- - 4th-compile - - -

- and running it: -

- - 4th-run - -
- -
-

Tutorial

- -

Step 1: Requirements and Download

- -

- First, you should ensure that your system meets - MXE's - requirements. - You will almost certainly have to install some stuff. -

- -

- When everything is fine, download the - current version: -

-
git clone https://github.com/mxe/mxe.git
- -

- If you don't mind installing it in your home directory, - just skip the following step and go straight to step 3. -

- -

- MXE builds and installs everything under the same - top-level directory and is not relocatable after - the first packages are built. -

- -

- Due to limitations of GNU Make, the path of MXE is not allowed - to contain any whitespace characters. -

- -

Step 2: System-wide Installation (optional)

- -

- Now you should save any previous installation - of the MXE. - Assuming you've installed it under - /opt/mxe (any other directory will do as well), - you should execute the following commands: -

-
su
-mv /opt/mxe /opt/mxe.old
-exit
- -

- Then you need to transfer the entire directory to its definitive location. - We will assume again you use /opt/mxe, - but feel free to use any other directory if you like. -

-
su
-mv mxe /opt/mxe
-exit
- -

- We're almost done. - Just change to your newly created directory and get going: -

-
cd /opt/mxe
- -

Step 3a: Build MXE

- -

- Enter the directory where you've downloaded MXE. - Now it depends on what you actually want – or need. -

- -

- If you choose to enter: -

-
make
-

- you're in for a long wait, - because it compiles - a lot of packages. - On the other hand it doesn't require any intervention, - so you're free to do whatever you like - – like watch a movie or go for a night on the town. - When it's done you'll find that you've installed - a very capable Win32 cross compiler onto your system. -

- -

- If you only need the most basic tools you can also use: -

-
make gcc
-

- and add any additional packages you need later on. - You can also supply a host of packages on the - command line, - e.g.: -

-
make gtk lua libidn
-

- Targets can also be specified on the command line. - By default, only i686-w64-mingw32.static is built, but you can - build your toolchain(s) of choice with: -

-
make MXE_TARGETS='x86_64-w64-mingw32.static i686-w64-mingw32.static'
-

- or by adjusting the MXE_TARGETS variable - in settings.mk. -

-

- You'll always end up with a consistent cross compiling environment. -

- -

- If you have trouble here, please feel free to - contact the mxe team through the - issue tracker or - mailing list. -

- -

- After you're done it just needs a little post-installation. -

- -

Step 3b: Install MXE from the binary distribution

- -

- Instead of building MXE packages from source, you can - download precompiled packages. There are two options: - tar archives and Debian packages. - See pkg.mxe.cc. -

- -

Step 4: Environment Variables

- -

- Edit your .bashrc script in order to change $PATH: -

-
export PATH=/where MXE is installed/usr/bin:$PATH
- -

- You may be tempted to also add $(TARGET)/bin - to your path. You never want to do this, - the executables and scripts in there will cause conflicts - with your native toolchain. -

- -

- In case you are using custom $PKG_CONFIG_PATH entries, - you can add separate entries for cross builds: -

-
export PKG_CONFIG_PATH="entries for native builds"
-
export PKG_CONFIG_PATH_i686_w64_mingw32_static="entries for MXE builds"
-

- Remember to use i686-w64-mingw32.static-pkg-config - instead of pkg-config for cross builds. - The Autotools do that automatically for you. -

- -

- Note that any other compiler related environment variables - (like $CC, $LDFLAGS, etc.) - may spoil your compiling pleasure, - so be sure to delete or disable those. -

-

- For the most isolated and repeatable environment, - use a white-list approach: -

-
unset `env | \
-    grep -vi '^EDITOR=\|^HOME=\|^LANG=\|MXE\|^PATH=' | \
-    grep -vi 'PKG_CONFIG\|PROXY\|^PS1=\|^TERM=' | \
-    cut -d '=' -f1 | tr '\n' ' '`
- -

- Congratulations! - You're ready to cross compile anything you like. -

- -

Step 5a: Cross compile your Project (Autotools)

- -

- If you use the - Autotools, - all you have to do is: -

-
./configure --host=i686-w64-mingw32.static
-make
- -

- If you build a library, you might also want to enforce a static build: -

-
./configure --host=i686-w64-mingw32.static --enable-static --disable-shared
-make
- -

- Don't worry about a warning like this: -

-
configure: WARNING: If you wanted to set the --build type, don't use --host.
-If a cross compiler is detected then cross compile mode will be used.
-

- Everything will be just fine. -

- -

Step 5b: Cross compile your Project (CMake)

- -

- If you have a - CMake project, - you can use the provided cmake wrapper: -

-
i686-w64-mingw32.static-cmake ...
-

- This will automatically use the MXE version of cmake - and locate the toolchain file. -

- -

Step 5c: Cross compile your Project (Qt)

- -

- If you have a - Qt application, - all you have to do is: -

-
/where MXE is installed/usr/i686-w64-mingw32.static/qt/bin/qmake
-make
-

- Note that Qt 4 is in the "qt" subdirectory. Qt 5 is in the "qt5" subdirectory - and its qmake can be invoked similarly. -

-

- If you are using Qt plugins - such as the svg or ico image handlers, - you should also have a look at the - Qt documentation about static plugins. -

-

- Note the sql drivers (-qt-sql-*) - and the image handlers for jpeg, tiff, gif and mng - are built-in, not plugins. -

- -

Step 5d: Cross compile your Project (Makefile)

- -

- If you have a handwritten Makefile, - you probably will have to make a few adjustments to it: -

-
CC=$(CROSS)gcc
-LD=$(CROSS)ld
-AR=$(CROSS)ar
-PKG_CONFIG=$(CROSS)pkg-config
-

- You may have to add a few others, depending on your project. -

- -

- Then, all you have to do is: -

-
make CROSS=i686-w64-mingw32.static-
-

- That's it! -

- -

Step 5e: Cross compile your Project (OSG)

- -

- Using static OpenSceneGraph libraries requires a few changes to your source. - The graphics subsystem and all plugins required by your application must be - referenced explicitly. Use a code block like the following: -

-
#ifdef OSG_LIBRARY_STATIC
-USE_GRAPHICSWINDOW()
-USE_OSGPLUGIN(<plugin1>)
-USE_OSGPLUGIN(<plugin2>)
-...
-#endif
-

- Look at examples/osgstaticviewer/osgstaticviewer.cpp in the - OpenSceneGraph source distribution for an example. This example can be - compiled with the following command: -

-
i686-w64-mingw32.static-g++ \
-    -o osgstaticviewer.exe examples/osgstaticviewer/osgstaticviewer.cpp \
-    `i686-w64-mingw32.static-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \
-    `i686-w64-mingw32.static-pkg-config --libs openscenegraph-osgViewer openscenegraph-osgPlugins`
-

- The i686-w64-mingw32.static-pkg-config command from MXE will - automatically add -DOSG_LIBRARY_STATIC to your compiler flags. -

- -

Further Steps

- -

- If you need further assistance, - feel free to join the - mailing list - where you'll get in touch with - the MXE developers - and other users. -

-
- -
-
-
-
-

Download

- -

- To obtain the current version, run: -

- -
git clone https://github.com/mxe/mxe.git
- -

- To retrieve updates, run: -

- -
git pull
- -

- You can also browse the - web repository. -

- -

- In addition, - feel free to join the - mailing list - and to propose new packages. -

-
- -
-

Requirements

- -

- MXE requires a recent Unix system where - all components as stated in the table below - are installed. It also needs roughly 2 GiB of - RAM to link gcc and at least 700 MB of disk - space per target (counted with only gcc - built). -

-

- Detailed instructions are available for: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Autoconf≥ 2.68
Automake≥ 1.11.3
Bash
Bison
Bzip2
Flex≥ 2.5.31
GCC (gcc, g++)
gdk-pixbuf
Git≥ 1.7
GNU Coreutils
GNU Gettext
GNU gperf
GNU Make≥ 3.81
GNU Sed
GNU Tar
Intltool≥ 0.40
LibC for 32-bit
libffi≥ 3.0.0
Libtool≥ 2.2
OpenSSL-dev≥ 1.01
p7zip (7-Zip)
Patch
Perl
Perl XML::Parser
Pkg-config≥ 0.16
Python
Ruby
SCons≥ 0.98
UnZip
Wget
XZ Utils
zlib≥ 1.20
- -

Debian and derivatives

- - -
apt-get install \
-    autoconf automake autopoint bash bison bzip2 flex gettext\
-    git g++ gperf intltool libffi-dev libgdk-pixbuf2.0-dev \
-    libtool libltdl-dev libssl-dev libxml-parser-perl make \
-    openssl p7zip-full patch perl pkg-config python ruby scons \
-    sed unzip wget xz-utils
- -

- On 64-bit Debian, install also: -

-
apt-get install g++-multilib libc6-dev-i386
- -

- On Debian Jessie (8) or Ubuntu Utopic (14.10) or later, - install also: -

-
apt-get install libtool-bin
- -

- Only the latest Debian stable series is supported. -

- -

- You can install a precompiled MXE via Debian packages. - See pkg.mxe.cc. -

- -

Fedora

- - -
yum install \
-    autoconf automake bash bison bzip2 flex gcc-c++ \
-    gdk-pixbuf2-devel gettext git gperf intltool make \
-    sed libffi-devel libtool openssl-devel p7zip patch \
-    perl pkgconfig python ruby scons unzip wget xz
- -

- On 64-bit Fedora, - there are issues without a 32-bit compiler. -

- -

FreeBSD

- - -
pkg install \
-    automake autoconf bash bison coreutils flex \
-    gcc gdk-pixbuf2 gettext git glib gmake gperf gsed intltool libffi \
-    libtool openssl p5-XML-Parser p7zip patch perl5 \
-    pkgconf python ruby scons unzip wget
- -

- Use gmake instead of make. -

-

- Install file(1) from ports, because file(1) from base - works - very-very-very slow with long text files. -

-

- Do not build as root. See - #902. -

-

- Ensure that /usr/local/bin precedes /usr/bin in your $PATH: -

-

- For C style shells, edit .cshrc -

-
setenv PATH /usr/local/bin:$PATH
-

- For Bourne shells, edit .profile -

-
export PATH=/usr/local/bin:$PATH
-

- On 64-bit FreeBSD, - there are issues without a 32-bit compiler. -

-

- N.B. FreeBSD is no longer fully supported -

-

- to build the remainder of MXE, run: -

-
gmake EXCLUDE_PKGS='gtksourceviewmm2 ocaml% openexr pcl qtbase'
-

- to see a list of all dependent downstream packages that - will be excluded, run: -

-
gmake show-downstream-deps-'gtksourceviewmm2 ocaml% openexr \
-                            pcl qtbase'
- -

Frugalware

- - -
pacman-g2 -S \
-    autoconf automake bash bzip2 bison flex gcc gdk-pixbuf2\
-    gettext git gperf intltool make sed libffi libtool \
-    openssl patch perl perl-xml-parser pkgconfig python \
-    ruby scons unzip wget xz xz-lzma
- -

- On 64-bit Frugalware, - there are issues without a 32-bit compiler. -

- -

Gentoo

- - -
emerge \
-    sys-devel/autoconf sys-devel/automake app-shells/bash \
-    sys-devel/bison app-arch/bzip2 \
-    sys-devel/flex sys-devel/gcc sys-devel/gettext \
-    dev-vcs/git dev-util/gperf dev-util/intltool \
-    sys-devel/make sys-apps/sed dev-libs/libffi \
-    sys-devel/libtool dev-libs/openssl app-arch/p7zip \
-    sys-devel/patch dev-lang/perl dev-perl/XML-Parser \
-    dev-util/pkgconfig dev-lang/python dev-lang/ruby \
-    dev-util/scons app-arch/unzip net-misc/wget \
-    app-arch/xz-utils x11-libs/gdk-pixbuf
- -

Mac OS X

- -

- Install - the latest Xcode -

-
Method 1 - MacPorts
-

- Install MacPorts, - then run: -

- -
sudo port install \
-    autoconf automake bison coreutils flex gettext \
-    gdk-pixbuf2 glib2 gnutar gsed intltool libffi libtool \
-    openssl p5-xml-parser p7zip pkgconfig scons wget xz
- -
Method 2 - Rudix
-

- Install Rudix, - then run: -

- -
sudo rudix install \
-    autoconf automake coreutils gettext glib intltool \
-    libtool p7zip scons sed tar wget xz
-

- Note: gdk-pixbuf2 is not installed in method 2, - so you can not build gtk3. Other packages may be - missing on Rudix - please open an issue if you find any. -

- -
Method 3 - Homebrew
-

- Install Homebrew, - then run: -

- -
brew install \
-    autoconf automake coreutils gdk-pixbuf gettext \
-    gnu-sed gnu-tar intltool libtool p7zip wget xz
-

- Some formulae are - keg-only - and will need brew link to be found. -

- -
Genral Notes
-

- You may be prompted to install a java runtime - - this is not required. -

-

- Mac OS X versions ≤ 10.9 are no longer tested. -

-

-

Certain packages have open issues on OS X
-

-

- For Xcode <7.3, run: -

-
make EXCLUDE_PKGS='nsis'
-

- For Xcode ≥7.3, run: -

-
make EXCLUDE_PKGS='gsoap'
- -

openSUSE

- - -
zypper install -R \
-    autoconf automake bash bison bzip2 flex gcc-c++ \
-    gdk-pixbuf-devel gettext-tools git gperf intltool \
-    libffi-devel libtool make openssl libopenssl-devel \
-    p7zip patch perl perl-XML-Parser pkg-config python \
-    ruby scons sed unzip wget xz
- -

- On 64-bit openSUSE, install also: -

-
zypper install -R \
-    gcc-32bit glibc-devel-32bit libgcc46-32bit \
-    libgomp46-32bit libstdc++46-devel-32bit
- -

Issues without a 32-bit compiler

- -

- Certain packages contain native tools that are - currently 32-bit only. In order to build these on a - 64-bit system, multi-lib support must be enabled in the - compiler toolchain. However, not all operating systems - support this. -

-

- To build the remainder of MXE, specify the affected - packages to exclude: -

-
make EXCLUDE_PKGS='ocaml%'
-
- -
-

Usage

- -

- All build commands also download the packages if necessary. -

-

- In a BSD userland, substitute "make" with "gmake" - as all commands are based on - GNU Make. -

-
- -
make
- -
- build all packages, - non-parallel -
- -
make gcc
- -
- build a minimal useful set of packages, - i.e. the cross compilers - and the most basic packages, - non-parallel -
- -
make foo bar
- -
- build packages "foo", "bar" and their dependencies, - non-parallel -
- -
- the package list can also be set in - settings.mk -
LOCAL_PKG_LIST := foo bar
-.DEFAULT local-pkg-list:
-local-pkg-list: $(LOCAL_PKG_LIST)
-
-
- so a call to make will only build those packages (and their - dependencies, of course) -
- -
make foo bar --touch
- -
- mark packages "foo" and "bar" as up-to-date after - a trivial change in one of their dependencies - (short option "-t") -
- -
make foo bar --jobs=4 JOBS=2
- -
- build packages "foo", "bar" and their dependencies, - where up to 4 packages are built in parallel - (short option "-j 4"), - each with up to 2 compiler processes running in parallel -
-
- the JOBS variable can also be defined in - settings.mk and defaults to the number - of CPUs up to a max of 6 to prevent runaway system - load with diminishing returns - see the - GNU Make manual - for more details on parallel execution -
- -
make --jobs=4 --keep-going
- -
- build all packages with 4 inter-package parallel - jobs and continue as much as possible after an error - (short option "-j 4 -k") -
- -
make EXCLUDE_PKGS='foo bar'
- -
- build all packages excluding foo, bar, and all downstream - packages that depend on them - mostly used when there are - known issues -
- -
make foo_SOURCE_TREE=/path/to/local/source
- -
- build using local source tree for package "foo", bypassing - download, checksum and patching -
-
- N.B. ensure "foo" has an out-of-source - build configured to avoid generation of build artefacts - in local tree -
- -
make check-requirements
- -
- check most of the - requirements - if necessary - – executed automatically - before building packages -
- -
make download
- -
- download all packages, - non-parallel, - such that subsequent builds work without internet access -
- -
make download-foo download-bar
- -
- download packages "foo", "bar" and their dependencies, - non-parallel -
- -
make download-foo download-bar -j 4
- -
- download packages "foo", "bar" and their dependencies, - where up to 4 packages are downloaded in parallel -
- -
make download-only-foo download-only-bar
- -
- download packages "foo", "bar", without their dependencies, - non-parallel -
- -
make clean
- -
- remove all package builds - – use with caution! -
- -
make clean-junk
- -
- remove all unused files, including unused package - files, temporary folders, and logs -
- -
make clean-pkg
- -
- remove all unused package files, - handy after a successful update -
- -
make show-deps-foo
- -
- print a list of upstream dependencies - and downstream dependents -
- -
make show-downstream-deps-foo
- -
- print a list of downstream dependents - suitable for usage in shell scripts -
- -
make show-upstream-deps-foo
- -
- print a list of upstream dependencies - suitable for usage in shell scripts -
- -
make docs/build-matrix.html
- -
- generate a report of what packages are - supported on what targets to - docs/build-matrix.html -
- -
make update
- -
- for internal use only! - – - update the version numbers of all packages, - download the new versions and note their checksums -
- -
make update UPDATE_DRYRUN=true
- -
- for internal use only! - – - show list of update candidates without downloading -
- -
make update-package-foo
- -
- for internal use only! - – - update the version numbers of package foo, - download the new version and note its checksum -
- -
make update-checksum-foo
- -
- for internal use only! - – - download package foo and update its checksum -
- -
make cleanup-style
- -
- for internal use only! - – - cleanup coding style -
- -
-
- -
-

List of Packages

- -

- See something missing? Feel free to create a new package. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
a52deca52dec (aka. liba52)
aggAnti-Grain Geometry
alurealure
aprAPR
apr-utilAPR-util
armadilloArmadillo C++ linear algebra library
aspellAspell
assimpAssimp Open Asset Import Library
atkATK
atkmmATKmm
aubioaubio
bfdBinary File Descriptor library
binutilsGNU Binutils
blasblas
boostBoost C++ Library
box2dBox2D
bulletBullet physics, version 2
bzip2bzip2
cairocairo
cairommcairomm
cblascblas
ccfitsCCfits
ceguiCrazy Eddie’s GUI System (CEGUI)
cfitsiocfitsio
cgalcgal
checkcheck
chipmunkChipmunk Physics
chromaprintChromaprint
cimgCImg Library
cloogCLooG Code Generator
cmakecmake
cminpackcminpack
codaCODA
coinCoin3D
cpp-netlibBoost C++ Networking Library
cppunitCppUnit
cryptoppCrypto++ Library
crystalhdBroadcom Crystal HD Headers
cunitcunit
curlcURL
dbOracle Berkeley DB
dbusdbus
dcmtkDCMTK
devilDevIL
djvulibreDjVuLibre
dlfcn-win32POSIX dlfcn wrapper for Windows
eigeneigen
exiv2Exiv2
expatExpat XML Parser
faad2faad2
fdk-aacFDK-AAC
ffmpegffmpeg
fftwfftw
filefile
flacFLAC
flannFLANN
fltkFLTK
fontconfigfontconfig
freeglutfreeglut
freeimageFreeImage
freetdsFreeTDS
freetypefreetype
freetype-bootstrapfreetype (without harfbuzz)
fribidiFriBidi
ftglftgl
gcgc
gccGCC
gdGD (without support for xpm)
gdalGDAL
gdbgdb
gdk-pixbufGDK-pixbuf
gendefgendef
geoip-databaseGeoIP Legacy Database
geosGEOS
gettextgettext
ghostscriptghostscript
giflibgiflib
glewGLEW
glfw2GLFW 2.x
glfw3GLFW 3.x
glibGLib
glibmmGLibmm
glmGLM - OpenGL Mathematics
gmpGMP
gnutlsGnuTLS
graphicsmagickGraphicsMagick
gslGSL
gsoapgSOAP
gst-plugins-badgst-plugins-bad
gst-plugins-basegst-plugins-base
gst-plugins-goodgst-plugins-good
gst-plugins-uglygst-plugins-ugly
gstreamergstreamer
gtagta
gtk2GTK+
gtk3GTK+
gtkglareaGtkGLArea
gtkglextGtkGLExt
gtkglextmmGtkGLExtmm
gtkimageviewGtkImageView
gtkmm2GTKMM
gtkmm3GTKMM
gtksourceviewGTKSourceView
gtksourceviewmm2GtkSourceViewmm
guileGNU Guile
harfbuzzHarfBuzz
hdf-eos2HDF-EOS2
hdf-eos5HDF-EOS5
hdf4HDF4
hdf5HDF5
hunspellHunspell
hyperscanHyperscan
icu4cICU4C
id3libid3lib
ilmbaseIlmBase
imagemagickImageMagick
islInteger Set Library
itkInsight Segmentation and Registration Toolkit (ITK)
jackJACK Audio Connection Kit
janssonJansson
jasperJasPer
jpegjpeg
json-cjson-c
json-glibJSON-Glib
json_spiritjson_spirit
jsoncppjsoncpp
lamelame
lapacklapack
lcmslcms
lcms1lcms1
lensfunlensfun
levmarlevmar
libaacslibaacs
libarchiveLibarchive
libasslibass
libbluraylibbluray
libbs2bBauer Stereophonic-to-Binaural library
libcacalibcaca
libcdioLibcdio
libcdio-paranoiaLibcdio-paranoia
libcomm14cuxlibcomm14cux
libcrocoLibcroco
libdnetlibdnet
libdvbpsilibdvbpsi
libdvdcsslibdvdcss
libdvdnavlibdvdnav
libdvdreadlibdvdread
libechonestlibechonest
libepoxylibepoxy
libeventlibevent
libf2clibf2c
libffilibffi
libftdiLibFTDI
libftdi1LibFTDI1
libgcryptlibgcrypt
libgdalibgda
libgdammlibgdamm
libgeelibgee
libgeotiffGeoTiff
libgit2libgit2
libgladeglade
libgnurxlibgnurx
libgpg_errorlibgpg-error
libgsaslLibgsasl
libgsflibgsf
libharulibharu
libibertylibiberty
libicallibical
libiconvlibiconv
libid3taglibid3tag
libidnLibidn
libieee1284libieee1284
libircclientlibircclient
libjpeg-turbolibjpeg-turbo
liblaxjsonliblaxjson
libloliblo
liblqr-1liblqr-1
liblsmashL-SMASH
libltdlGNU Libtool Library (libltdl)
libmadlibmad
libmicrohttpdGNU Libmicrohttpd
libmikmodlibMikMod
libmnglibmng
libmodpluglibmodplug
libmpcdeclibmpcdec
libmysqlclientlibmysqlclient
libntlmLibntlm
liboauthliboauth
libodbc++libodbc++
liboilliboil
libpano13libpano13
libpaperlibpaper
libplistlibplist
libpnglibpng
libroscolibrosco
librsvglibrsvg
librtmplibrtmp
libsampleratelibsamplerate
libshoutlibshout
libsigc++libsigc++
libsndfilelibsndfile
libsodiumlibsodium
libsouplibsoup
libspectrelibspectre
libssh2libssh2
libsvmlibsvm
libtoolGNU Libtool
libtorrent-rasterbarlibtorrent-rasterbar
libunistringlibunistring
libusbLibUsb
libusb1LibUsb-1.0
libuvlibuv
libvpxvpx
libwebplibwebp
libwebsocketslibwebsockets
libxml++libxml2
libxml2libxml2
libxsltlibxslt
libziplibzip
llvmllvm
log4cxxlog4cxx
luaLua
luabindLuabind
luajitLuaJIT
lzmaLZMA SDK
lzolzo
matiomatio
mdbtoolsmdbtools
mingw-w64MinGW-w64 Runtime
miniupnpcminiupnpc
minizipminizip
mman-win32MMA-Win32
mpcGNU MPC
mpfrmpfr
mpg123mpg123
muparsermuParser
muparserxmuParserX
mxmlMini-XML
ncursesNcurses
netcdfNetCDF
netpbmNetpbm
nettlenettle
nloptNLopt
nsisNSIS
ocaml-cairocairo-ocaml
ocaml-camlimagescamlimages
ocaml-coreocaml
ocaml-findlibfindlib
ocaml-flexdllflexdll
ocaml-lablgllablgl
ocaml-lablgtk2lablgtk2
ocaml-nativeocaml
ocaml-xml-lightxml-light
oceOpen CASCADE Community Edition
oggOGG
oldold
openalopenal
openblasOpenBLAS
opencore-amropencore-amr
opencsgopencsg
opencvOpenCV
openexrOpenEXR
openjpegOpenJPEG
openmp-validationOpenMP Validation Suite
openscenegraphOpenSceneGraph
opensslopenssl
openthreadsOpenThreads
opusopus
opusfileopusfile
ossimOSSIM
pangoPango
pangommPangomm
pclPCL (Point Cloud Library)
pcrePCRE
pdcursesPDcurses
pdflib_litePDFlib Lite
pfstoolspfstools
physfsphysfs
picomodelpicomodel
pirePIRE
pixmanpixman
pkgconfpkgconf
plibPlib
plibcPlibc
plotmmPlotMM
plotutilsplotutils
pocoPOCO C++ Libraries
polarsslPolar SSL Library
popplerpoppler
poptpopt
portablexdrPortableXDR
portaudioportaudio
portmidiportmidi
postgresqlPostgreSQL
primesievePrimesieve
projproj
protobufprotobuf
pthreadsPOSIX Threads
qdbmQDBM
qhttpengineqhttpengine
qjsonQJson
qscintilla2QScintilla2
qtQt
qt3dQt
qt5Qt
qtactiveqtQt
qtbaseQt
qtcanvas3dQt
qtchartsQt
qtconnectivityQt
qtdatavis3dQt
qtdeclarativeQt
qtdeclarative-render2dQt
qtgamepadQt
qtgraphicaleffectsQt
qtimageformatsQt
qtlocationQt
qtmultimediaQt
qtofficeopenxmlQtOfficeOpenXml
qtpurchasingQt
qtquickcontrolsQt
qtquickcontrols2Qt
qtscriptQt
qtscxmlQt
qtsensorsQt
qtserialbusQt
qtserialportQt
qtserialport_qt4Qt
qtserviceQt Solutions
qtsparkle_qt4qtsparkle
qtsvgQt
qtsystemsQt
qttoolsQt
qttranslationsQt
qtvirtualkeyboardQt
qtwebchannelQt
qtwebengineQt
qtwebkitQt
qtwebsocketsQt
qtwebviewQt
qtwinextrasQt
qtxlsxwriterQtXlsxWriter
qtxmlpatternsQt
qwtQwt
qwt_qt4Qwt-qt4
qwtplot3dQwtPlot3D
ragelRagel
readlineReadline
rubberbandRubberband
rucksackrucksack
sdlSDL
sdl2SDL2
sdl2_gfxSDL2_gfx
sdl2_imageSDL2_image
sdl2_mixerSDL2_mixer
sdl2_netsdl2_net
sdl2_ttfSDL2_ttf
sdl_gfxSDL_gfx
sdl_imageSDL_image
sdl_mixerSDL_mixer
sdl_netSDL_net
sdl_pangoSDL_Pango
sdl_rwhttpSDL_rwhttp
sdl_soundSDL_sound
sdl_ttfSDL_ttf
sfmlSFML
smpegsmpeg
smpeg2smpeg
soxSoX
sparsehashsparsehash
speexSpeex
speexdspSpeexDSP
sqliteSQLite
subversionsubversion
suitesparseSuiteSparse
t4k_commont4k_common
taglibTagLib
tclaptclap
teemTeem
termcapTermcap
theoraTheora
tiffLibTIFF
tinyxmltinyxml
tinyxml2tinyxml2
treTRE
twolameTwoLAME
uclUCL
unrtfunRTF
upxUPX
vamp-plugin-sdkVamp Plugins SDK
vcdimagervcdimager
vidstabvid.stab video stablizer
vigravigra
vmimeVMime
vo-aacencVO-AACENC
vo-amrwbencVO-AMRWBENC
vorbisVorbis
vtkvtk
vtk6VTK6
wafWaf: the meta build system
wavpackWavPack
wgetwget
widlWine IDL Compiler
winpcapWinPcap
wtWt
wxwidgetswxWidgets
x264x264
xapian-coreXapian-Core
xercesXerces-C++
xmlrpc-cxmlrpc-c
xmlwrappxmlwrapp
xorg-macrosX.org utility macros
xvidcorexvidcore
xxhashxxHash
xzXZ
yaml-cppA YAML parser and emitter for C++
yasmYasm
zlibzlib
zziplibZZIPlib
- - -
- -
-

Guidelines for Creating Packages

- -
    -
  1. -

    - The package should be a - free - software - library - that is really used by one of your applications. Please also review our - legal notes. -

    - -

    - BTW, we're always curious about the applications people are porting. - We maintain a - list of projects - which use MXE. - No matter whether your project is free or proprietary - – as long as it has its own website, - we'd be happy to link to it. -

    - -

    - Also, feel free to link to us. :-) -

    -
  2. - -
  3. -

    - Grep through the src/*.mk files - to find a project that is most similar to yours. - (Really, grep is your friend here.) -

    - -

    - For instance, - when adding a GNU library, - you should take a package like - gettext.mk - or - libiconv.mk - as the base of your work. - When using a SourceForge project, - you could start with a copy of - xmlwrapp.mk. - And so on. -

    - -

    - The GNU Make Standard Library is also - available (though it should be unnecessary for most packages). -

    - -

    - Alternatively you can use tool tools/skeleton.py to - create a skeleton of new MXE package. It fills most of the fields - of .mk file automatically and supports typical - build scenarios through option --builder. It also - adds a package to the list of packages - (see below). -

    -
  4. - -
  5. -

    - Adjust the comments, - fill in the $(PKG)_* fields. -

    - -

    - To fill the $(PKG)_CHECKSUM field, use a command such as (for file gettext.mk): -

    -
    make update-checksum-gettext
    -

    or:

    -
    openssl sha256 pkg/gettext-x.y.z.tar.gz
    -

    - if you have already downloaded the package. -

    - -

    - Be especially careful with the $(PKG)_DEPS section. - The easiest way to get the dependencies right - is to start with a minimal setup. - That is, - initialize MXE with make gcc only, - then check whether your package builds successfully. -

    - -

    - Always list the dependency on gcc explicitly: -

    -
    $(PKG)_DEPS     := gcc ...
    - -

    - Things not to do: -

    -
      -
    • - do not run target executables with Wine, as Wine is - not guaranteed to be installed. Instead build the needed tool - natively or (if it is too huge to build one more time) add - to MXE's dependencies. This policy is forced by setting - WINEPREFIX to an empty directory, which breaks Wine; -
    • - -
    • - do not download anything while building, as all files - downloaded should be verified by checksums. Instead create a - package which installs the needed file. This policy is forced - on Linux by LD_PRELOAD trick, breaking network functions. -
    • -
    - -
  6. - -
  7. -

    - Add your package to the list of packages. -

    -

    - Each package gets its own table row element with table cells - specifying your package name, official name and website: -

    -
    -<tr>
    -    <td class="package">gettext</td>
    -    <td class="website"><a href="https://www.gnu.org/software/gettext/">gettext</a></td>
    -</tr>
    -

    - Always look for the SSL version of a website, that is, - prefer https:// URLs over http:// URLs. -

    -
  8. - -
  9. -

    - Write your $(PKG)_BUILD. - If your library has a ./configure script, - enable/disable all dependency libraries explicitly - via "--enable-*" and "--disable-*" options. -

    -
  10. - -
  11. -

    - You might also have to provide a patch for it. - In that case, have a look at other patches such as - sdl2-2-libtool.patch. - In particular, each patch file should be named as: -

    -
    PACKAGE-PATCHNUMBER-DESCRIPTION.patch
    -

    - and should start with: -

    -
    This file is part of MXE. See LICENSE.md for licensing information.
    -
    -This patch has been taken from:
    -https://...
    -

    - where the URL points to the - bugtracker entry, - mailing list entry or - website - you took the patch from. -

    - -

    - If you created the patch yourself, - please offer it to the upstream project first, - and point to that URL, - using the same wording: - "This patch has been taken from:". -

    - -

    - Depending on the feedback you get from the upstream project, - you might want to improve your patch. -

    -
  12. - -
  13. -

    - If you find some time, - please provide a minimal test program for it. - It should be - simple, - stand alone and - should work unmodified for many (all?) future versions of the library. - Test programs are named as: -

    -
    PACKAGE-test.c
    - or -
    PACKAGE-test.cpp
    -

    - depending on whether it is a C or C++ library. - To get a clue, - please have a look at existing test programs such as - sdl-test.c. -

    - -

    - At the very end of your *.mk file - you should build the test program in a generic way, - using strict compiler flags. - The last few lines of - sdl.mk - will give you a clue. -

    -
  14. - -
  15. -

    - You could also try to provide a $(PKG)_UPDATE section. - However, that requires some experience and "feeling" for it. - So it is perfectly okay if you leave a placeholder: -

    -
    define $(PKG)_UPDATE
    -    echo 'TODO: write update script for $(PKG).' >&2;
    -    echo $($(PKG)_VERSION)
    -endef
    -

    - We'll fill that in for you. - It's a funny exercise. -

    -
  16. - -
  17. -

    - Check that you don't have "dirty stuff" in your *.mk files, - such as TAB characters or trailing spaces at lines endings. Run: -

    -
    make cleanup-style
    -

    - to remove these. - Have a look at random *.mk files - to get a feeling for the coding style. -

    - -

    - The same holds for your test program. -

    - -

    - However, patch files should always appear - in the same coding style as the files they are patching. -

    - -

    - When patching sources with crlf line endings, the patch - file itself should also have the same eol style. Use the - convention of naming the file as *crlf.patch - to instruct git not to normalise the line endings (defined - in .gitattributes). -

    - -

    - Finally, in your $(PKG)_BUILD section, - please check that you use our portability variables: -

    - - - - - - - - - - - -
    bash $(SHELL)
    date $(DATE)
    install $(INSTALL)
    libtool $(LIBTOOL)
    libtoolize$(LIBTOOLIZE)
    make $(MAKE)
    patch $(PATCH)
    sed $(SED)
    sort $(SORT)
    wget $(WGET)
    -
  18. - -
  19. -

    - Check whether everything runs fine. - If you have some trouble, - don't hesitate to ask on the - mailing list, - providing your *.mk file so far. -

    -
  20. - -
  21. -

    - Issue a - pull request - to propose your final *.mk file to us. - If you have trouble with pull requests, - send your file to the mailing list instead. -

    -

    - Either way, - don't forget to tell us - if there are some pieces in your *.mk file - you feel unsure about. - We'll then have a specific look at those parts, - which avoids trouble for you and us in the future. -

    -
  22. -
-
- -
- - - - -

(contact via the - project mailing list)

- -

- Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject - to the following conditions: -

- -

- The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. -

- -

- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -

-
- -
- - -

Disclaimer - it's all code...

- -

- Modern legal systems are like any other large, complex, and evolving body - of code you're likely to encounter. -

- -

- They have their own language with quirky parsers, compilers, and - interpreters (though these tend to be human). Their issue trackers are - a backlog of court cases. They have bugs. They have traps for the - uninitiated that may potentially do more than waste your time. -

- -

- We currently limit ourselves to: -

-
--enable-languages='c,c++,objc,fortran'
-

- so nothing mentioned here or on the mailing list should be taken as - legal advice. :-) -

- -

Choosing the right compiler

- -

- The best starting point for any legal questions would be the -

-

- FTF (Freedom Task Force of the FSFE (Free Software Foundation Europe)). -

-

- They have been very helpful in the past, and maintain an - extensive network - of legal contacts, both within and outside Europe. -

- -

Your local jurisdiction may be a signatory to various - international agreements, - so be sure to mention where you are in any correspondence (much like any - detailed bug report really). -

- -

Additionally, you should also do some background reading from the - FSF (Free Software Foundation) - and - Wikipedia - to familiarise yourself with some of the potential issues (and experience - some context-switching overhead). -

- -

Contributions

- -

- Contributions are always welcome! -

- -

- Ownership of all contributions (bug fixes, new packages, doc updates, etc.) - remain with the author. All we require is a real name (no l33t handles, - please), and that you release your work under - our licence. -

- -

If you prefer not to be credited with a contribution, please notify - the committer. -

- -

Package Licences

- -

- Each package is individually licensed under terms specified by the - authors of that package. Please see the respective source tarball - and/or project website for details. -

- -

- Packages that are - non-free - or - ambiguous - will be - removed - or - rejected. -

- -

- The definition of free must be one of: -

- - -

- Please contact the - mailing list - if you notice a package that doesn't meet these guidlines. -

- - - -

- In addition to the usual considerations (copyrights, patents, - trademarks, export regulations etc.), building - statically linked - libraries - for Windows - exposes some edge cases that you may not have encountered before. -

- -

- According to - freedom 0 and our - own licence, - you can use mxe in countless different - environments, each with it's own special legal considerations. The - configuration options of certain packages (e.g ffmpeg) allow the use of - non-free software and/or combinations that cause license violations. -

- -

- For these packages, we will provide sensible defaults aimed - at achieving the following goals: -

-
    -
  1. avoid causing inherent licensing issues with conflicting options
  2. -
  3. make the package as feature complete as possible
  4. -
- -

- Note that this does not prevent downstream violations, or affect any - further obligations a licence may impose on you. -

- - - -

GNU Licenses

-

- Review the - FAQ -

- -

LGPL and Static Linking

- -

- Review the - Differences from the GPL - section of the Wikipedia article mentioned above. -

- -

GPL and OpenSSL

- -

- See conflicting accounts from the - FSF - and the - OpenSSL project. -

-

- A similar situation also exists for package fdk-aac. -

-
- -
-

History

- -
- -
2015-05-04 – Retired the stable branch
-
-

- The stable branch - was retired - as it - did more harm than good. - Everybody is using the master branch, - because it is always recent and well enough tested. - For historical reference, the last commit to the stable branch was - 0c6cc9c, - which was - fully merged into master - as usual. -

- -

- Added support for shared toolchains for over 50% of all the packages. -

- -

- Unfortunately, a number of factors have forced us to drop support - for MinGW 3 (i.e. "MinGW.org"), - in favor of the MinGW-w64 toolchain. This decision was made in a - large part because of the dropping of support for MinGW by - GLib and Qt5, - which arguably are two of the most important packages in MXE. - Other considerations have also been taken, like the lack - of maintainership in MinGW and potential legal - challenges that comes with using supplemental DirectX - headers in MinGW in order to support Qt4. Worse yet, having to - support the unsupported MinGW toolchain impedes adding or - updating packages, as shown in the pull - request of updating GLib. -

- -

- Please note that dropping support for MinGW DOES NOT - MEAN dropping support for the 32-bit architecture. MinGW-w64 - also supports 32-bit target through i686-w64-mingw32. -

- -

- To ease migration to the supported MinGW-w64 target, we have - finished porting all packages that were MinGW-only to at least - i686-w64-mingw32 (32-bit target of MinGW-w64). Hence your existing - commands should work out-of-the-box assuming the - MXE_TARGETS environmental variable is set correctly. -

-
- -
2013-07-27 – Release 2.23
-
-

- The stable branch was updated - to the current development version after a thorough - testing phase. -

- -

- Current users are strongly encouraged to - start with a clean tree as the toolchain has been - updated and requires a full rebuild: -

-
git pull && make clean && make
- -

- Most packages were updated to their latest version. -

- -

- Many new packages are supported: - alure, apr-util, apr, armadillo, cegui, cfitsio, cminpack, - flann, gtkglarea, gtkimageview, harfbuzz, hdf4, hdf5, hunspell, - icu4c, itk, lensfun, levmar, libf2c, libftdi, libgda, libgdamm, - libglade, liblqr-1, libmodplug, librtmp, libzip, log4cxx, mdbtools, - ncurses, netcdf, netpbm, ocaml-cairo, ocaml-camlimages, ocaml-core, - ocaml-findlib, ocaml-flexdll, ocaml-lablgl, ocaml-lablgtk2, - ocaml-native, ocaml-xml-light, opencv, opus, opusfile, pcl, - picomodel, plib, plibc, poppler, portablexdr, portmidi, protobuf, - qdbm, qt5, qtactiveqt, qtbase, qtdeclarative, qtgraphicaleffects, - qtimageformats, qtjsbackend, qtmultimedia, qtquick1, qtquickcontrols, - qtscript, qtsensors, qtserialport, qtsvg, qttools, qttranslations, - qtxmlpatterns, qwt, sdl_gfx, sfml, sox, teem, twolame, vtk6, wavpack, - wget, winpthreads, xapian-core, yasm -

- -

- Added support for mingw-w64 based toolchains - targeting 32 & 64-bit architectures. -

- -

- With the addition of Qt5, there is no longer a prefixed version of - qmake, see the Qt section of the tutorial - for the new way to invoke qmake. -

- -

- FreeBSD is no longer fully supported. - Qt5, ocaml*, and 8 other packages are excluded from the build. -

-
- -
2012-04-12 – Release 2.22
-
-

- The release tarballs have been replaced with a stable branch - that conforms to the new branch concept: -

- -
    -
  • - Any change of a build script goes into "master". -
  • -
  • - Any package upgrade goes into "master". -
  • -
  • - Any documentation upgrade that refers to a feature - not present in stable goes into "master". -
  • -
  • - Anything else that doesn't affect the build goes - into "stable". -
  • -
  • - Any non-critical improvement to the main Makefile - goes into "stable". -
  • -
  • - Any improvement in the package download URLs or - package version recognition goes into "stable". -
  • -
  • - When in doubt, "master" is used rather than "stable". -
  • -
  • - Every change to the "stable" branch - will be merged into "master". -
  • -
  • - After a successful testing phase, - the "stable" branch - will be fast-forwarded to "master". -
  • -
- -

- The project has been - renamed - from - mingw-cross-env (MinGW cross compiling environment) - to - MXE (M cross environment). -

- -

- Most packages were updated to their latest version. -

- -

- New packages are supported: - agg, cgal, eigen, file, gta, json-c, libgnurx, libharu, - libircclient, libssh2, libxml++, llvm, lzo, mpfr, nettle, - opencsg, qjson, qwtplot3d, vtk, and wt. -

-
- -
2011-06-07 – Release 2.21
-
-

- Download | - Changelog -

- -

- Minor bugfixes in several packages. -

- -

- Almost all packages are updated to their latest version. -

- -

- Packages gtkmm and gtksourceviewmm have been renamed to gtkmm2 and gtksourceviewmm2. -

- -

- New packages are supported: - libass, poco, and t4k_common. -

-
- -
2011-04-05 – Release 2.20
-
-

- Download | - Changelog -

- -

- This release fixes a download error caused by the pixman project - (a sudden change of their URL scheme without proper redirects). - That sort of thing should never happen! -

-
- -
2011-03-19 – Release 2.19
-
-

- Download | - Changelog -

- -

- The download mechanisms are improved. -

- -

- A CMake toolchain file is provided - to simplify cross-compiling projects which use CMake. -

- -

- Support for Debian/Lenny is dropped. -

- -

- Package gtk is renamed to gtk2. -

- -

- Almost all packages are updated to their latest version. -

- -

- New packages are supported: - dbus, graphicsmagick, libical, liboauth, physfs, and vigra. -

- -

- Note for boost::filesystem users: - Version 3 is a major revision - and now the default in 1.46. -

-
- -
2010-12-15 – Release 2.18
-
-

- Download | - Changelog -

- -

- This release fixes a checksum error caused by the atkmm project - (a sudden change of their current source tarball). - That sort of thing should never happen! -

-
- -
2010-12-11 – Release 2.17
-
-

- Download | - Changelog -

- -

- This release provides some improvements of the build system - such as an automatic check for most of the requirements. -

- -

- All packages are updated to their latest version. -

- -

- New packages are supported: - bfd, blas, cblas, dcmtk, ftgl, lapack, lcms1, - mingw-utils, mxml, suitesparse and tinyxml. -

-
- -
2010-10-27 – Release 2.16
-
-

- Download | - Changelog -

- -

- This release provides lots of improvements to - the build system as well as the documentation. -

- -

- Support for OpenSolaris is dropped. -

- -

- Almost all packages are updated to their latest version. -

- -

- Many new packages are supported: - atkmm, cairomm, cunit, faac, faad2, ffmpeg, gdk-pixbuf, glibmm, - gtkglextmm, gtkmm, gtksourceview, gtksourceviewmm, imagemagick, - lame, libiberty, libsigc++, libvpx, matio, openal, opencore-amr, - pangomm, pfstools, plotmm, sdl_sound and x264. -

-
- -
2010-06-16 – Release 2.15
-
-

- Download | - Changelog -

- -

- This release fixes download errors caused by the Qt project - (a sudden change of their current source tarball). -

- -

- Almost all packages are updated to their latest version. -

-
- -
2010-06-08 – Release 2.14
-
-

- Download | - Changelog -

- -

- This release fixes download errors caused by the MinGW project - (a sudden change of their URL scheme without proper redirects). - That sort of thing should never happen! -

- -

- Almost all packages are updated to their latest version. -

- -

- New packages are supported: - libarchive, libgee and xvidcore. -

-
- -
2010-05-31 – Release 2.13
-
-

- Download | - Changelog -

- -

- This release switches back from TDM to the official GCC, - thus supporting the current GCC 4.5. -

- -

- The set of DirectX headers is improved and more complete. -

- -

- The deadlock issues with Pthreads-w32 are fixed. -

- -

- A static build of GDB is provided, - i.e. a standalone "gdb.exe" - that doesn't require any extra DLLs. -

- -

- More packages are backed by test programs. -

- -

- Many "sed hacks" are replaced by proper portability patches. -

- -

- Almost all packages are updated to their latest version. -

- -

- Many new packages are supported: - fribidi, gc, gdb, gmp, gsl, gst-plugins-base, gst-plugins-good, - gstreamer, gtkglext, guile, libcroco, libffi, liboil, libpaper, - libshout, libunistring and xine-lib. -

-
- -
2010-02-21 – Release 2.12
-
-

- Download | - Changelog -

- -

- This release fixes some minor build issues, - and contains a first small set of test programs - to check the package builds. -

- -

- The build rules are simplified - by calling generators like Autotools and Flex, - instead of patching the generated files. -

- -

- Almost all packages are updated to their latest version. -

- -

- Many new packages are supported: - aubio, devil, directx, exiv2, fftw, freeimage, gsoap, - id3lib, liblo, libpano13, librsvg, libsamplerate, - muparser, openscenegraph, portaudio and sdl_pango. -

-
- -
2010-02-20 – Release 2.11
-
-

- Download | - Changelog -

- -

- This release contains a packaging bug. - Please use release 2.12 instead. -

-
- -
2009-12-23 – Release 2.10
-
-

- Download | - Changelog -

- -

- This release adds support for many new packages: - flac, libmad, libsndfile, sdl_net, speex, postgresql, - freetds, openssl, plotutils, taglib, lcms, freeglut, - xerces and zziplib. -

- -

- Almost all packages are updated to their latest version. -

- -

- In addition to the libraries - some command line tools such as psql.exe are built, too. -

- -

- The placements of logfiles, as well as many other build details, have been improved. -

-
- -
2009-10-24 – Release 2.9
-
-

- Download | - Changelog -

- -

- This release adds support for Qt, VMime and libmng. -

- -

- The target triplet is updated to i686-pc-mingw32. -

- -

- OpenMP support is enabled in GCC. -

- -

- Almost all packages are updated to their latest version. -

-
- -
2009-09-11 – Release 2.8
-
-

- Download | - Changelog -

- -

- This release comes with a better look & feel - by providing a highlevel overview of the build process. -

- -

- The detailed build messages are stored into - separate log files for each package, - so parallel builds don't intermix them anymore. -

- -

- The download URLs of SourceForge packages - are adjusted to ensure that - the selected SourceForge mirror is really used - and not circumvalented via HTTP redirects to other mirrors. -

- -

- Almost all packages are updated to their latest version. -

- -

- The whole mingw-cross-env project has moved to - Savannah. - So all URIs have changed, - but the old URIs - redirect to the new locations seamlessly. -

- -

- Everyone is invited to join the freshly created - project mailing list. -

-
- -
2009-08-11 – Release 2.7
-
-

- Download | - Changelog -

- -

- This release - provides an improved version recognition - for SourceForge packages. - SourceForge changed their page layout - in a way that makes it much harder - to identify the current version of a package. -

- -

- Additionally, - almost all packages are updated to their latest version. -

-
- -
2009-06-19 – Release 2.6
-
-

- Download | - Changelog -

- -

- This release contains some portability fixes - which allow it to run on a wider range of systems - such as Frugalware. -

- -

- The documentation and website are completely revised. -

- -

- New packages such as - CppUnit, libUsb, NSIS, Popt, SQLite and Theora - are supported. -

- -

- Almost all packages are updated to their latest version. -

- -

- A new command "make download" is implemented. -

-
- -
2009-04-06 – Release 2.5
-
-

- Download | - Changelog -

- -

- This release fixes a download error caused by the MinGW project. - They suddenly changed the names of their source tarballs. - That sort of thing should never happen! -

- -

- This release also contains some bugfixes - which allow it to run on a wider range of systems. -

- -

- All downloaded files are now - verified by their SHA-1 checksums. -

- -

- New versions of various packages are supported. -

-
- -
2009-03-08 – Release 2.4
-
-

- Download | - Changelog -

- -

- This release provides many new libraries such as - wxWidgets, GTK+ and OpenEXR. -

- -

- In addition, new versions of various packages - are supported. -

-
- -
2009-02-09 – Release 2.3
-
-

- Download | - Changelog -

- -

- This release fixes some serious build problems on FreeBSD and MacOS-X. -

- -

- The Makefile has a new target "clean-pkg" - and allows to be called from a separate build directory - via "make -f .../Makefile". -

- -

- Some new versions of the packages are supported, - especially GCC-4.3 by switching from MinGW GCC to - TDM-GCC. -

-
- -
2009-01-31 – Release 2.2
-
-

- Download | - Changelog -

- -

- This release fixes some minor build problems. -

- -

- It also supports some new packages and - some newer versions of the already supported packages. -

- -

- Parallelization is now disabled by default. -

-
- -
2008-12-13 – Release 2.1
-
-

- Download | - Changelog -

- -

- This release fixes a download error caused by the GDAL project. - They suddenly changed their download URLs. - That sort of thing should never happen! -

- -

- In addition, some newer versions of various packages are supported. -

- -

- There is also a small compatibility fix for OS X. -

-
- -
2008-11-10 – Release 2.0
-
-

- Download | - Changelog -

- -

- The shell script has been rewritten as Makefile - and supports partial builds and parallel builds. -

- -

- As usual, - this release also supports some new packages and - some newer versions of the already supported packages. -

-
- -
2008-01-11 – Release 1.4
-
-

- Download | - Changelog -

- -

- This release now includes a tutorial by Hans Bezemer - and has improved compile options of FLTK. - As usual, it supports some newer versions of the libraries. -

- -

- At the request of its author, - libowfat is no longer supported from this release on. -

- -

- The script now uses a specific SourceForge mirror - instead of randomly chosen ones, - because the download phase - often stumbled on some very slow mirrors. -

-
- -
2007-12-23 – Release 1.3
-
-

- Download | - Changelog -

- -

- A sudden change in the download URLs of GEOS - made the automatic download fail. - Such changes should never happen! - But it happened, - and this quick release is an attempt to limit the damage. -

- -

- This release also supports some newer versions of the libraries - including support for fontconfig-2.5.0. -

-
- -
2007-12-13 – Release 1.2
-
-

- Download | - Changelog -

- -

- This release is a switch from gcc-3 to gcc-4. - It also supports a new library and - some newer versions of the already supported libraries. -

-
- -
2007-07-24 – Release 1.1
-
-

- Download | - Changelog -

- -

- This release is the result of the public attention the release 1.0 got. - It contains many improvements suggested by its first users, - and adds support for many new libraries. -

- -

- Thanks to Rocco Rutte who contributed many code snippets. -

-
- -
2007-06-19 – Release 1.0
-
-

- Download | - Changelog -

- -

- This first release has been created in a 7-day-sprint. -

-
- -
2007-06-12 – Project start
-
-
- -
-
- -
-

See also

- -

This project

- - - -

Related articles

- - - -

Related projects

- - -
- -
-

Projects which use MXE (alphabetical order)

- - -
- - - diff --git a/patch.mk b/patch.mk index f31a73e..d73fc0a 100644 --- a/patch.mk +++ b/patch.mk @@ -63,14 +63,14 @@ init-git-%: download-only-% $(if $(wildcard $(call GIT_DIR,$*)), \ $(error $(call GIT_DIR,$*) already exists), \ $(call INIT_GIT,$*)), \ - $(error Package $* not found in index.html)) + $(error Package $* not found in docs/index.html)) import-patch-%: $(if $(call set_is_member,$*,$(PKGS)), \ $(if $(wildcard $(call GIT_DIR,$*)), \ $(call IMPORT_PATCH,$*,$(call PATCH_BY_NAME,$*,$(PATCH_NAME))), \ $(error $(call GIT_DIR,$*) does not exist)), \ - $(error Package $* not found in index.html)) + $(error Package $* not found in docs/index.html)) import-all-patches-%: $(if $(call set_is_member,$*,$(PKGS)), \ @@ -78,11 +78,11 @@ import-all-patches-%: $(foreach PKG_PATCH,$(call PKG_PATCHES,$*), \ $(call IMPORT_PATCH,$*,$(PKG_PATCH))), \ $(error $(call GIT_DIR,$*) does not exist)), \ - $(error Package $* not found in index.html)) + $(error Package $* not found in docs/index.html)) export-patch-%: $(if $(call set_is_member,$*,$(PKGS)), \ $(if $(wildcard $(call GIT_DIR,$*)), \ $(call EXPORT_PATCH,$*,$(PATCH_NAME)), \ $(error $(call GIT_DIR,$*) does not exist)), \ - $(error Package $* not found in index.html)) + $(error Package $* not found in docs/index.html)) diff --git a/src/fdk-aac.mk b/src/fdk-aac.mk index 7b29c68..3bee38a 100644 --- a/src/fdk-aac.mk +++ b/src/fdk-aac.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. # WARNING: Like openssl, the license of this package is not compatible with -# GPL 2+, but it is with LGPL 2.1+. See index.html#potential-legal-issues +# GPL 2+, but it is with LGPL 2.1+. See docs/index.html#potential-legal-issues PKG := fdk-aac $(PKG)_IGNORE := diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk index b6ad76e..6c93efb 100644 --- a/src/ffmpeg.mk +++ b/src/ffmpeg.mk @@ -15,7 +15,7 @@ $(PKG)_DEPS := gcc bzip2 gnutls lame libass libbluray libbs2b libcaca \ # DO NOT ADD fdk-aac OR openssl SUPPORT. # Although they are free softwares, their licenses are not compatible with # the GPL, and we'd like to enable GPL in our default ffmpeg build. -# See index.html#potential-legal-issues +# See docs/index.html#potential-legal-issues define $(PKG)_UPDATE $(WGET) -q -O- 'http://ffmpeg.org/releases/' | \ diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua index 4954eb0..2e7a52c 100755 --- a/tools/build-pkg.lua +++ b/tools/build-pkg.lua @@ -975,7 +975,7 @@ local function makeDebs(items, item2deps, item2ver, item2files) end local function getMxeVersion() - local index_html = io.open 'index.html' + local index_html = io.open 'docs/index.html' local text = index_html:read('*all') index_html:close() return text:match('Release ([^<]+)') @@ -1032,7 +1032,6 @@ local function makeMxeSourcePackage() 'README.md', 'docs', 'ext', - 'index.html', 'src', 'plugins', 'tools', diff --git a/tools/skeleton.py b/tools/skeleton.py index 66e89e3..28a60a9 100755 --- a/tools/skeleton.py +++ b/tools/skeleton.py @@ -128,7 +128,7 @@ def make_build(options, builder): def update_index_html(name, description, website): # read HTML and find a list of packages - with open('index.html', 'rb') as f: + with open('docs/index.html', 'rb') as f: index_html = f.read() if not isinstance(index_html, str): # Python 3 @@ -171,7 +171,7 @@ def update_index_html(name, description, website): (_, tmp_index_html) = tempfile.mkstemp() with open(tmp_index_html, 'wt') as f: f.write(index_html) - os.rename(tmp_index_html, 'index.html') + os.rename(tmp_index_html, 'docs/index.html') def make_skeleton( name, -- cgit v0.12 From 4e8c1325504d2d0fd8f405785d91705512bdffc5 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 22 Aug 2016 23:32:45 +0300 Subject: move CNAME to docs/ See https://github.com/mxe/mxe/issues/1500 --- CNAME | 1 - Makefile | 2 +- docs/CNAME | 1 + tools/build-pkg.lua | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 CNAME create mode 100644 docs/CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 3277ff2..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -mxe.cc diff --git a/Makefile b/Makefile index 1bfe64e..937c426 100644 --- a/Makefile +++ b/Makefile @@ -742,7 +742,7 @@ define CLEANUP_STYLE endef cleanup-style: - $(foreach FILE,$(wildcard $(addprefix $(TOP_DIR)/,Makefile docs/index.html CNAME src/*.mk src/*test.* tools/*)),$(call CLEANUP_STYLE,$(FILE))) + $(foreach FILE,$(wildcard $(addprefix $(TOP_DIR)/,Makefile docs/index.html docs/CNAME src/*.mk src/*test.* tools/*)),$(call CLEANUP_STYLE,$(FILE))) .PHONY: cleanup-deps-style cleanup-deps-style: diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..3277ff2 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +mxe.cc diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua index 2e7a52c..1f12146 100755 --- a/tools/build-pkg.lua +++ b/tools/build-pkg.lua @@ -1025,7 +1025,6 @@ local function makeMxeSourcePackage() -- dependencies local deps = {} local files = { - 'CNAME', 'LICENSE.md', 'Makefile', 'patch.mk', -- cgit v0.12 From 4ab0776e6ed12184f2608a3e0da919585eaf75fe Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Tue, 23 Aug 2016 09:50:27 +0300 Subject: remove docs/release-process.txt See https://github.com/mxe/mxe/issues/1500 --- docs/release-process.txt | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 docs/release-process.txt diff --git a/docs/release-process.txt b/docs/release-process.txt deleted file mode 100644 index fe83f3d..0000000 --- a/docs/release-process.txt +++ /dev/null @@ -1,23 +0,0 @@ -- Ensure that your Git repository is configured correctly: - http://mxe.cc/#committers -- Ensure all stable commits have been merged to master -- run `make cleanup-style` -- check html with http://validator.w3.org/ -- get list of new packages: - git diff --name-status stable..master | grep 'A.*.mk$' | gsed -n 's,A.*src/\(.*\)\.mk,\1\,,p' | tr '\n' ' ' -- call for testers: - github issue - MXE mailing list - use the following to check for new/changed requirements: - http://htmlpreview.github.io/?https://raw.github.com/mxe/mxe/master/docs/index.html -... - -- Fast-forward the stable branch to master: - git checkout stable - git merge --ff-only master - git push -- Announce in mailing lists, forums, etc. - MXE mailing list - Freecode.com (formerly Freshmeat.net) - MinGW mailing list - Hacker News (news.ycombinator.com) -- cgit v0.12 From 185d92c30af3c7b3b568e3f1416c708e9d99bb8d Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Tue, 23 Aug 2016 10:24:43 +0300 Subject: travis-push.sh: do not push to gh-pages See https://github.com/mxe/mxe/pull/1503#issuecomment-241625181 --- tools/travis-push.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/travis-push.sh b/tools/travis-push.sh index da77107..6a7b3f7 100755 --- a/tools/travis-push.sh +++ b/tools/travis-push.sh @@ -10,4 +10,3 @@ echo "https://${GH_TOKEN}:@github.com" > .git/credentials git remote set-url origin 'https://github.com/mxe/mxe.git' git commit -a -m 'Update versions.json & build-matrix.html' || true git push origin HEAD:master -git push origin HEAD:gh-pages -- cgit v0.12