Merge branch 'stable'

This commit is contained in:
Volker Grabsch 2014-01-15 02:20:51 +01:00
commit cc191859db
1 changed files with 61 additions and 57 deletions

View File

@ -120,7 +120,7 @@
<li><a href="#screenshots" >Screenshots</a></li>
<li><a href="#tutorial" >Tutorial</a></li>
<li><a href="#download" >Download</a></li>
<li><a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Mailing List</a></li>
<li><a href="https://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Mailing List</a></li>
<li><a href="https://github.com/mxe/mxe/issues">Issue Tracker</a></li>
</ul>
<ul>
@ -225,7 +225,7 @@
<p>
Cross compiling
<a href="http://www.xs4all.nl/~thebeez/4tH/">4tH</a>:
<a href="http://thebeez.home.xs4all.nl/4tH/">4tH</a>:
</p>
<a href="doc/screenshot-4th-compile.png"><img src="doc/screenshot-4th-compile-small.png" alt="4th-compile"></a>
@ -337,7 +337,7 @@ exit</pre>
If you have trouble here, please feel free to
contact the mxe team through the
<a href="https://github.com/mxe/mxe/issues">issue tracker</a> or
<a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>.
<a href="https://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>.
</p>
<p>
@ -394,7 +394,7 @@ exit</pre>
<p>
If you use the
<a href="http://www.lrde.epita.fr/~adl/autotools.html">Autotools</a>,
<a href="https://www.lrde.epita.fr/~adl/autotools.html">Autotools</a>,
all you have to do is:
</p>
<pre>./configure --host=i686-pc-mingw32
@ -428,7 +428,7 @@ If a cross compiler is detected then cross compile mode will be used.</pre>
<p>
If you have a
<a href="http://qt-project.org/">Qt</a> application,
<a href="https://qt-project.org/">Qt</a> application,
all you have to do is:
</p>
<pre>/where MXE is installed/usr/i686-pc-mingw32/qt/bin/qmake
@ -503,7 +503,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
If you need further assistance,
feel free to join the
<a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>
<a href="https://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>
where you'll get in touch with
the MXE developers
and other users.
@ -547,7 +547,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
In addition,
feel free to join the
<a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>
<a href="https://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>
and to <a href="#creating-packages">propose new packages</a>.
</p>
@ -556,7 +556,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
The following <code>.git/config</code> settings ensure
that the stable branch will always be pushed to the
<code><a href="http://help.github.com/pages/">gh-pages</a></code>
<code><a href="https://help.github.com/pages/">gh-pages</a></code>
branch in addition to the
<code>stable</code> branch,
thus ensuring the website will always stay in sync:
@ -650,19 +650,19 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<table class="requirements">
<tr>
<td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td>
<td><a href="https://www.gnu.org/software/autoconf/">Autoconf</a></td>
<td>≥ 2.67</td>
</tr>
<tr>
<td><a href="http://sources.redhat.com/automake/">Automake</a></td>
<td><a href="https://www.gnu.org/software/automake/">Automake</a></td>
<td>≥ 1.11.3</td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/bash/">Bash</a></td>
<td><a href="https://www.gnu.org/software/bash/">Bash</a></td>
<td></td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/bison/">Bison</a></td>
<td><a href="https://www.gnu.org/software/bison/">Bison</a></td>
<td></td>
</tr>
<tr>
@ -678,7 +678,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<td>≥ 2.5.31</td>
</tr>
<tr>
<td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
<td><a href="https://www.gnu.org/software/gcc/">GCC</a> (gcc, g++)</td>
<td></td>
</tr>
<tr>
@ -686,19 +686,19 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<td>≥ 1.7</td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/coreutils/">GNU Coreutils</a></td>
<td><a href="https://www.gnu.org/software/coreutils/">GNU Coreutils</a></td>
<td></td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/gettext/">GNU Gettext</a></td>
<td><a href="https://www.gnu.org/software/gettext/">GNU Gettext</a></td>
<td></td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/make/">GNU Make</a></td>
<td><a href="https://www.gnu.org/software/make/">GNU Make</a></td>
<td>≥ 3.81</td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/sed/">GNU Sed</a></td>
<td><a href="https://www.gnu.org/software/sed/">GNU Sed</a></td>
<td></td>
</tr>
<tr>
@ -706,23 +706,23 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<td>≥ 0.40</td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
<td><a href="https://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
<td></td>
</tr>
<tr>
<td><a href="http://sourceware.org/libffi/">libffi</a></td>
<td><a href="https://sourceware.org/libffi/">libffi</a></td>
<td>≥ 3.0.0</td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/libtool/">Libtool</a></td>
<td><a href="https://www.gnu.org/software/libtool/">Libtool</a></td>
<td>≥ 2.2</td>
</tr>
<tr>
<td><a href="http://www.openssl.org/">OpenSSL</a>-dev</td>
<td><a href="https://www.openssl.org/">OpenSSL</a>-dev</td>
<td></td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/patch/">Patch</a></td>
<td><a href="https://www.gnu.org/software/patch/">Patch</a></td>
<td></td>
</tr>
<tr>
@ -734,7 +734,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<td></td>
</tr>
<tr>
<td><a href="http://pkg-config.freedesktop.org/">Pkg-config</a></td>
<td><a href="http://www.freedesktop.org/wiki/Software/pkg-config/">Pkg-config</a></td>
<td>≥ 0.16</td>
</tr>
<tr>
@ -746,7 +746,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<td></td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/wget/">Wget</a></td>
<td><a href="https://www.gnu.org/software/wget/">Wget</a></td>
<td></td>
</tr>
<tr>
@ -917,7 +917,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
In a BSD userland, substitute "make" with "gmake"
as all commands are based on
<a href="http://www.gnu.org/software/make/manual/make.html">GNU Make</a>.
<a href="https://www.gnu.org/software/make/manual/make.html">GNU Make</a>.
</p>
<dl class="usage">
@ -977,7 +977,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<code>settings.mk</code> and defaults to the number
of CPUs up to a max of 6 to prevent runaway system
load with diminishing returns - see the
<a href="http://www.gnu.org/software/make/manual/make.html#Parallel">GNU Make manual</a>
<a href="https://www.gnu.org/software/make/manual/make.html#Parallel">GNU Make manual</a>
for more details on parallel execution
</dd>
@ -1137,11 +1137,11 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">bfd</td>
<td class="website"><a href="http://www.gnu.org/software/binutils/">Binary File Descriptor library</a></td>
<td class="website"><a href="https://www.gnu.org/software/binutils/">Binary File Descriptor library</a></td>
</tr>
<tr>
<td class="package">binutils</td>
<td class="website"><a href="http://www.gnu.org/software/binutils/">GNU Binutils</a></td>
<td class="website"><a href="https://www.gnu.org/software/binutils/">GNU Binutils</a></td>
</tr>
<tr>
<td class="package">bison</td>
@ -1336,7 +1336,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">gdb</td>
<td class="website"><a href="http://www.gnu.org/software/gdb/">gdb</a></td>
<td class="website"><a href="https://www.gnu.org/software/gdb/">gdb</a></td>
</tr>
<tr>
<td class="package">gdk-pixbuf</td>
@ -1348,7 +1348,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">gettext</td>
<td class="website"><a href="http://www.gnu.org/software/gettext/">gettext</a></td>
<td class="website"><a href="https://www.gnu.org/software/gettext/">gettext</a></td>
</tr>
<tr>
<td class="package">giflib</td>
@ -1380,7 +1380,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">gnutls</td>
<td class="website"><a href="http://www.gnu.org/software/gnutls/">GnuTLS</a></td>
<td class="website"><a href="https://www.gnu.org/software/gnutls/">GnuTLS</a></td>
</tr>
<tr>
<td class="package">graphicsmagick</td>
@ -1388,7 +1388,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">gsl</td>
<td class="website"><a href="http://www.gnu.org/software/gsl/">GSL</a></td>
<td class="website"><a href="https://www.gnu.org/software/gsl/">GSL</a></td>
</tr>
<tr>
<td class="package">gsoap</td>
@ -1408,7 +1408,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">gta</td>
<td class="website"><a href="http://gta.nongnu.org/">gta</a></td>
<td class="website"><a href="http://www.nongnu.org/gta/">gta</a></td>
</tr>
<tr>
<td class="package">gtk2</td>
@ -1444,7 +1444,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">guile</td>
<td class="website"><a href="http://www.gnu.org/software/guile/">GNU Guile</a></td>
<td class="website"><a href="https://www.gnu.org/software/guile/">GNU Guile</a></td>
</tr>
<tr>
<td class="package">harfbuzz</td>
@ -1560,7 +1560,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">libffi</td>
<td class="website"><a href="http://sourceware.org/libffi/">libffi</a></td>
<td class="website"><a href="https://sourceware.org/libffi/">libffi</a></td>
</tr>
<tr>
<td class="package">libftdi</td>
@ -1608,7 +1608,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">libgsasl</td>
<td class="website"><a href="http://www.gnu.org/software/gsasl/">Libgsasl</a></td>
<td class="website"><a href="https://www.gnu.org/software/gsasl/">Libgsasl</a></td>
</tr>
<tr>
<td class="package">libgsf</td>
@ -1628,11 +1628,11 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">libiconv</td>
<td class="website"><a href="http://www.gnu.org/software/libiconv/">libiconv</a></td>
<td class="website"><a href="https://www.gnu.org/software/libiconv/">libiconv</a></td>
</tr>
<tr>
<td class="package">libidn</td>
<td class="website"><a href="http://www.gnu.org/software/libidn/">Libidn</a></td>
<td class="website"><a href="https://www.gnu.org/software/libidn/">Libidn</a></td>
</tr>
<tr>
<td class="package">libircclient</td>
@ -1728,11 +1728,11 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">libtool</td>
<td class="website"><a href="http://www.gnu.org/software/libtool/">GNU Libtool</a></td>
<td class="website"><a href="https://www.gnu.org/software/libtool/">GNU Libtool</a></td>
</tr>
<tr>
<td class="package">libunistring</td>
<td class="website"><a href="http://www.gnu.org/software/libunistring/">libunistring</a></td>
<td class="website"><a href="https://www.gnu.org/software/libunistring/">libunistring</a></td>
</tr>
<tr>
<td class="package">libusb</td>
@ -1824,7 +1824,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">ncurses</td>
<td class="website"><a href="http://www.gnu.org/software/ncurses/">Ncurses</a></td>
<td class="website"><a href="https://www.gnu.org/software/ncurses/">Ncurses</a></td>
</tr>
<tr>
<td class="package">netcdf</td>
@ -1912,7 +1912,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">openssl</td>
<td class="website"><a href="http://www.openssl.org/">openssl</a></td>
<td class="website"><a href="https://www.openssl.org/">openssl</a></td>
</tr>
<tr>
<td class="package">opus</td>
@ -1980,7 +1980,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">plotutils</td>
<td class="website"><a href="http://www.gnu.org/software/plotutils/">plotutils</a></td>
<td class="website"><a href="https://www.gnu.org/software/plotutils/">plotutils</a></td>
</tr>
<tr>
<td class="package">poco</td>
@ -2020,11 +2020,11 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">pthreads</td>
<td class="website"><a href="http://en.wikipedia.org/wiki/POSIX_Threads">POSIX Threads</a></td>
<td class="website"><a href="https://en.wikipedia.org/wiki/POSIX_Threads">POSIX Threads</a></td>
</tr>
<tr>
<td class="package">pthreads-w32</td>
<td class="website"><a href="http://sourceware.org/pthreads-win32/">Pthreads-w32</a></td>
<td class="website"><a href="https://sourceware.org/pthreads-win32/">Pthreads-w32</a></td>
</tr>
<tr>
<td class="package">qdbm</td>
@ -2288,7 +2288,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">wget</td>
<td class="website"><a href="http://www.gnu.org/software/wget/">wget</a></td>
<td class="website"><a href="https://www.gnu.org/software/wget/">wget</a></td>
</tr>
<tr>
<td class="package">winpcap</td>
@ -2430,7 +2430,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<li>
<p>
The package should be a
<a href="http://www.gnu.org/philosophy/free-sw.html">free</a>
<a href="https://www.gnu.org/philosophy/free-sw.html">free</a>
<a href="http://www.debian.org/social_contract#guidelines">software</a>
<a href="http://www.opensource.org/osd.html">library</a>
that is really used by one of your applications.
@ -2515,8 +2515,12 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<pre>
&lt;tr&gt;
&lt;td class="package"&gt;gettext&lt;/td&gt;
&lt;td class="website"&gt;&lt;a href="http://www.gnu.org/software/gettext/"&gt;gettext&lt;/a&gt;&lt;/td&gt;
&lt;td class="website"&gt;&lt;a href="https://www.gnu.org/software/gettext/"&gt;gettext&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;</pre>
<p>
Always look for the SSL version of a website, that is,
prefer <code>https://</code> URLs over <code>http://</code> URLs.
</p>
</li>
<li>
@ -2660,7 +2664,7 @@ endef</pre>
Check whether everything runs fine.
If you have some trouble,
don't hesitate to ask on the
<a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>,
<a href="https://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>,
providing your <code>*.mk</code> file so far.
</p>
</li>
@ -2697,7 +2701,7 @@ endef</pre>
</ul>
<p>(contact via the
<a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>)</p>
<a href="https://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>)</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining
@ -3177,7 +3181,7 @@ endef</pre>
<p>
Everyone is invited to join the freshly created
<a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>.
<a href="https://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>.
</p>
</dd>
@ -3481,10 +3485,10 @@ endef</pre>
<a href="https://www.ohloh.net/p/mxe">Entry on Ohloh</a>
</li>
<li>
<a href="http://freshmeat.net/projects/mingw_cross_env">Entry on Freecode (formerly Freshmeat)</a>
<a href="https://freecode.com/projects/mingw_cross_env">Entry on Freecode (formerly Freshmeat)</a>
</li>
<li>
<a href="http://savannah.nongnu.org/projects/mingw-cross-env">Entry on Savannah</a>
<a href="https://savannah.nongnu.org/projects/mingw-cross-env">Entry on Savannah</a>
</li>
<li>
<a href="http://lists.debian.org/debian-embedded/2007/06/msg00007.html">First release anouncement</a>
@ -3631,16 +3635,16 @@ endef</pre>
<a href="http://www.pokerth.net/">PokerTH</a>
</li>
<li>
<a href="http://www.tug.org/texworks/">TeXworks</a>
<a href="https://www.tug.org/texworks/">TeXworks</a>
</li>
<li>
<a href="http://bino.nongnu.org/">Bino</a>
<a href="https://bino3d.org/">Bino</a>
</li>
<li>
<a href="http://www.ros.org/wiki/eros">Eros</a>
</li>
<li>
<a href="http://www.bunkus.org/videotools/mkvtoolnix/">MKVToolNix</a>
<a href="https://www.bunkus.org/videotools/mkvtoolnix/">MKVToolNix</a>
</li>
<li>
<a href="http://www.openscad.org/">OpenSCAD</a>
@ -3667,7 +3671,7 @@ endef</pre>
<a href="http://biosig.sourceforge.net/index.html">BioSig</a>
</li>
<li>
<a href="http://www.gnu.org/software/freedink/">GNU FreeDink</a>
<a href="https://www.gnu.org/software/freedink/">GNU FreeDink</a>
</li>
<li>
<a href="http://sigrok.org/">sigrok</a>