Rebrand to new project name MXE

pull/13/head
Volker Grabsch 12 years ago
parent fe1012be45
commit defdff28f0

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
JOBS := 1
@ -28,7 +28,7 @@ REQUIREMENTS := autoconf automake bash bison bzip2 cmake flex \
$(MAKE) openssl $(PATCH) $(PERL) pkg-config \
scons $(SED) unzip wget xz yasm
CMAKE_TOOLCHAIN_FILE := $(PREFIX)/$(TARGET)/share/cmake/mingw-cross-env-conf.cmake
CMAKE_TOOLCHAIN_FILE := $(PREFIX)/$(TARGET)/share/cmake/mxe-conf.cmake
# unexport any environment variables that might cause trouble
unexport AR CC CFLAGS C_INCLUDE_PATH CPATH CPLUS_INCLUDE_PATH CPP

@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>MinGW cross compiling environment</title>
<title>MXE (M cross environment)</title>
<style type="text/css">
body {
@ -92,12 +92,12 @@
padding-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
width: 12em;
width: 14em;
background-color: #afa;
}
.section {
width: 30em;
margin-left: 17em;
margin-left: 19em;
margin-bottom: 100%;
}
}
@ -107,7 +107,7 @@
<body>
<div id="navigation">
<h1>MinGW cross&nbsp;compiling environment</h1>
<h1>MXE (M&nbsp;cross&nbsp;environment)</h1>
<ul>
<li><a href="#introduction" >Introduction</a></li>
@ -134,9 +134,11 @@
<h2 id="introduction">Introduction</h2>
<p>
This Makefile compiles a MinGW cross compiler and cross compiles
many free libraries such as GD, SDL and Qt. Thus, it provides a nice
MinGW cross compiling environment which
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
</p>
<ul>
@ -174,11 +176,6 @@
<a href="#usage">parallel builds</a>
whenever possible
</li>
<li>
creates libraries to be
<a href="http://lists.nongnu.org/archive/html/mingw-cross-env-list/2009-09/msg00025.html">linked statically</a>,
no DLL hell
</li>
<li>
is already
<a href="#used-by">used by several projects</a>
@ -208,7 +205,7 @@
<p>
First, you should ensure that your system meets
mingw-cross-env's
MXE's
<a href="#requirements">requirements</a>.
You will almost certainly have to install some stuff.
</p>
@ -228,7 +225,7 @@
<p>
Now you should save any previous installation
of the mingw-cross-env.
of the MXE.
Assuming you've installed it under
/opt/mxe (any other directory will do as well),
you should execute the following commands:
@ -252,11 +249,10 @@ exit</pre>
</p>
<pre>cd /opt/mxe</pre>
<h3>Step 3: Build mingw-cross-env</h3>
<h3>Step 3: Build MXE</h3>
<p>
Enter the directory where you've downloaded the
mingw-cross-env.
Enter the directory where you've downloaded the MXE.
Now it depends on what you actually want &ndash; or need.
</p>
@ -299,14 +295,14 @@ exit</pre>
<p>
Edit your .bashrc script in order to change $PATH:
</p>
<pre>export PATH=/<em>where mingw-cross-env is installed</em>/usr/bin:$PATH</pre>
<pre>export PATH=/<em>where MXE is installed</em>/usr/bin:$PATH</pre>
<p>
In case you are using custom $PKG_CONFIG_PATH entries,
you can add separate entries for MinGW cross builds:
you can add separate entries for cross builds:
</p>
<pre>export PKG_CONFIG_PATH="<em>entries for native builds</em>"</pre>
<pre>export PKG_CONFIG_PATH_<span class="target-underscore">i686_pc_mingw32</span>="<em>entries for mingw-cross-env builds</em>"</pre>
<pre>export PKG_CONFIG_PATH_<span class="target-underscore">i686_pc_mingw32</span>="<em>entries for MXE builds</em>"</pre>
<p>
Remember to use <span class="target">i686-pc-mingw32</span>-pkg-config
instead of pkg-config for cross builds.
@ -357,7 +353,7 @@ If a cross compiler is detected then cross compile mode will be used.</pre>
<a href="http://www.cmake.org/">CMake</a> project,
you can use the provided toolchain file:
</p>
<pre>cmake ... -DCMAKE_TOOLCHAIN_FILE=/<em>where mingw-cross-env is installed</em>/usr/<span class="target">i686-pc-mingw32</span>/share/cmake/mingw-cross-env-conf.cmake</pre>
<pre>cmake ... -DCMAKE_TOOLCHAIN_FILE=/<em>where MXE is installed</em>/usr/<span class="target">i686-pc-mingw32</span>/share/cmake/mingw-cross-env-conf.cmake</pre>
<h3>Step 5c: Cross compile your Project (Qt)</h3>
@ -425,7 +421,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
`i686-pc-mingw32-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \
`i686-pc-mingw32-pkg-config --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre>
<p>
The <code>i686-pc-mingw32-pkg-config</code> command from mingw-cross-env will
The <code>i686-pc-mingw32-pkg-config</code> command from MXE will
automatically add <code>-DOSG_LIBRARY_STATIC</code> to your compiler flags.
</p>
@ -436,7 +432,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
feel free to join the
<a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
where you'll get in touch with
the mingw-cross-env developers
the MXE developers
and other users.
</p>
</div>
@ -449,7 +445,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<dt>2011-xx-xx &ndash; Release <span id="latest-version">2.22</span></dt>
<dd>
<p>
<a href="http://mingw-cross-env.nongnu.org/#development">Download</a> |
<a href="http://mxe.cc/#development">Download</a> |
<a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.22">Changelog</a>
</p>
@ -793,10 +789,10 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</p>
<p>
Since no other packages depend on it, the remainder of
mingw-cross-env can be successfully built by simply
MXE can be successfully built by simply
removing the package:
</p>
<pre>rm <em>where mingw-cross-env is downloaded</em>/src/nsis.mk</pre>
<pre>rm <em>where MXE is downloaded</em>/src/nsis.mk</pre>
</div>
<div class="section">
@ -932,7 +928,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
BTW, we're always curious about the applications people are porting.
We maintain a
<a href="#used-by">list of projects</a>
which use mingw-cross-env.
which use MXE.
No matter whether your project is free or proprietary
&ndash; as long as it has its own website,
we'd be happy to link to it.
@ -976,7 +972,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
The easiest way to get the dependencies right
is to start with a minimal setup.
That is,
initialize mingw-cross-env with <code>make gcc</code> only,
initialize MXE with <code>make gcc</code> only,
then check whether your package builds successfully.
</p>
@ -1006,7 +1002,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
and should start with:
</p>
<pre>This file is part of mingw-cross-env.
<pre>This file is part of MXE.
See doc/index.html for further information.
This patch has been taken from:
@ -1833,7 +1829,7 @@ https://...</pre>
<ul class="compact-list">
<li>
<a href="http://mingw-cross-env.nongnu.org/">Project website</a>
<a href="http://mxe.cc/">Project website</a>
</li>
<li>
<a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Project mailing list</a>
@ -1920,7 +1916,7 @@ https://...</pre>
</li>
</ul>
<h3 id="used-by">Projects which use mingw-cross-env</h3>
<h3 id="used-by">Projects which use MXE</h3>
<ul class="compact-list">
<li>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
PKG := agg

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# ATK

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# ATKmm

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
diff -urN aubio-0.3.2.orig/configure.ac aubio-0.3.2/configure.ac

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# aubio

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# Binary File Descriptor library

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GNU Binutils

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# blas

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <iostream>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# Boost C++ Library

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# bzip2

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# cairo

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# cairomm

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# cblas

@ -1,12 +1,12 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Contains ad hoc patches for cross building.
From a2df8b5dea68d02643faa69b7119628eb1751d5e Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Fri, 21 Oct 2011 23:08:52 +0200
Subject: [PATCH 1/3] adjustments for mingw-cross-env
Subject: [PATCH 1/3] adjustments for MXE
diff --git a/CMakeLists.txt b/CMakeLists.txt
@ -275,7 +275,7 @@ index bb59f8c..9cebb51 100644
From 7393c43ef7534fc8a9289992cdcb9ebefa293680 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Fri, 18 Nov 2011 00:08:25 +0100
Subject: [PATCH 2/3] prevent Qt's moc from choking on BOOST_JOIN
@ -304,7 +304,7 @@ index 62d0485..852fcc9 100644
From ac8a99188725f1cb848c6cec3e33c52363754797 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Wed, 28 Mar 2012 00:25:48 +1100
Subject: [PATCH 3/3] Cmake min version 2.8.6 is only for Windows DLLs

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# cgal

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# CppUnit

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# cunit

@ -1,14 +1,14 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Commits backported (cherry-picked) from upstream.
http://github.com/bagder/curl
Also contains mingw-cross-env specific fixes.
Also contains MXE specific fixes.
From ee69c33117cf616c19e9cd288f08eb4c91bf190d Mon Sep 17 00:00:00 2001
From: Volker Grabsch <vog@notjusthosting.com>
Date: Fri, 28 Oct 2011 13:48:04 +0200
Subject: [PATCH] static linking for mingw-cross-env
Subject: [PATCH] static linking for MXE
---
include/curl/curlbuild.h.in | 3 +++

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <curl/curl.h>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# cURL

@ -1,12 +1,12 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Contains ad hoc patches for cross building.
From 9c99802fc9d0e3b2c90b00ba877ae8be9bab615f Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Tue, 4 Jan 2011 00:47:49 +0100
Subject: [PATCH 1/2] always static in mingw-cross-env
Subject: [PATCH 1/2] always static in MXE
diff --git a/dbus/dbus-macros.h b/dbus/dbus-macros.h
@ -26,9 +26,9 @@ index dcd3eeb..8324278 100644
From d7bc1aff67132c09d154999c282e1b391bbe7a39 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Fri, 23 Sep 2011 16:24:46 +0200
Subject: [PATCH 2/2] add missing MemoryBarrier (mingw-cross-env specific)
Subject: [PATCH 2/2] add missing MemoryBarrier (MXE specific)
Windows API has this, but it's not in MinGW.
See http://lists-archives.org/mingw-users/15935-missing-definition-of-memorybarrier.html

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# dbus

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Contains ad hoc patches for cross building.

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# DCMTK

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
diff -urN devil-1.7.8.orig/src-IL/src/il_icon.c devil-1.7.8/src-IL/src/il_icon.c

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# DevIL

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# eigen

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
This patch has been taken from:

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
This patch has been taken from:

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
This patch has been taken from:

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# Exiv2

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# Expat XML Parser

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
--- ./frontend/main.c.backup 2010-07-01 16:53:48.563042615 +0200

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# faad2

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
This patch adds a libswresample dependency to libavfilter.pc, and a libavfilter

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# ffmpeg

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# fftw

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <stdio.h>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# file

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
diff -ru flac-1.2.1.orig/include/share/alloc.h flac-1.2.1/include/share/alloc.h

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
diff -urN flac-1.2.1.orig/src/libFLAC/flac.pc.in flac-1.2.1/src/libFLAC/flac.pc.in

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# FLAC

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
This patch has been taken from:

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
/* http://www.fltk.org/doc-1.3/basics.html */

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# FLTK

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# fontconfig

@ -1,10 +1,10 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Contains ad hoc patches for cross building.
From 87a791a05687c7737d1c50381a0de30ba1acf96e Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Mon, 24 Oct 2011 09:40:10 +0200
Subject: [PATCH] add pkg-config support

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <GL/glut.h>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# freeglut

@ -1,10 +1,10 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Contains ad hoc patches for cross building.
From 7b90b53e9d48aa13aaa42d60b060fb3ff9a5f11c Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Mon, 20 Feb 2012 09:02:05 +0100
Subject: [PATCH 1/3] add missing header for mingw
@ -34,9 +34,9 @@ index 33a81b9..c5d57f6 100644
1.7.9.2
From fa251a7e33ac1c73992a5825a1f1f2fa888af93c Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Mon, 20 Feb 2012 08:58:53 +0100
Subject: [PATCH 2/3] makefile workarounds (mingw-cross-env)
Subject: [PATCH 2/3] makefile workarounds (MXE)
---
FreeImage/Makefile.gnu | 13 ++++---------
@ -89,9 +89,9 @@ index e6007ae..631eb82 100644
1.7.9.2
From 5f52e869fdcc5a18592a6b87b83ce1f6c15a3ac0 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Mon, 20 Feb 2012 09:47:08 +0100
Subject: [PATCH 3/3] required win version (mingw-cross-env)
Subject: [PATCH 3/3] required win version (MXE)
---
FreeImage/Makefile.gnu | 4 ++--

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# FreeImage

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# FreeTDS

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# freetype

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
diff -ru fribidi-0.19.2.orig/lib/fribidi-common.h fribidi-0.19.2/lib/fribidi-common.h

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# FriBidi

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# ftgl

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# gc

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
This patch has been taken from:

@ -1,7 +1,7 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
mingw-cross-env specific workaround for OSX Lion's new ASLR
MXE specific workaround for OSX Lion's new ASLR
causing problems with pre-compiled headers.
1. more recent native compilers don't solve the problem

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GMP for GCC

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# MPC for GCC

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# MPFR for GCC

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GCC

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
This patch has been taken from:

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
/* modified from /examples/arc.c */

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GD (without support for xpm)

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GDAL

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
This patch has been taken from:

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
This patch has been taken from:

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# gdb

@ -1,10 +1,10 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Contains ad hoc patches for cross building.
From 74e785e4ee6cf375f1c04d9e57e4b70caec6742c Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Fri, 24 Sep 2010 23:31:24 +0200
Subject: [PATCH 1/3] s,DllMain,static _disabled_DllMain,

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GDK-pixbuf

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <stdarg.h>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GEOS

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# gettext

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# giflib

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <stdio.h>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GLEW

@ -1,10 +1,10 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Contains ad hoc patches for cross building.
From 4693f62d3f01f7b7d26607e6eed843202cbf90f7 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Thu, 23 Sep 2010 21:36:04 +0200
Subject: [PATCH 1/5] no gtk doc check
@ -27,7 +27,7 @@ index a821267..2e541d2 100644
From 46d0d473e6fb32c5204d063cad5f5073d2a139a5 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Thu, 23 Sep 2010 21:41:51 +0200
Subject: [PATCH 2/5] optional gettext
@ -69,7 +69,7 @@ index c710046..269bfdf 100644
From 3473b5183b2e59d247cd1db053efc6c9ecaf2aab Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Thu, 23 Sep 2010 21:42:46 +0200
Subject: [PATCH 3/5] fix tool paths
@ -96,7 +96,7 @@ index 3d1ac12..58e1ecf 100644
From 0e57514812500d5d4dee03e1be8059a25876dd99 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Thu, 23 Sep 2010 21:45:50 +0200
Subject: [PATCH 4/5] fix dependency libs
@ -130,7 +130,7 @@ index 58e1ecf..17b2133 100644
From 87931c81f6401fb0c25064ec0ba2edca9ec53924 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Sat, 25 Sep 2010 00:07:33 +0200
Subject: [PATCH 5/5] add -ldnsapi to gio-2.0.pc

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GLib

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GLibmm

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GMP

@ -1,10 +1,10 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Contains ad hoc patches for cross building.
From 6e89465f1e792f5d527708544cce1ef92ae4669b Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Fri, 28 Oct 2011 09:23:41 +0200
Subject: [PATCH 1/2] add missing static library linking
@ -26,9 +26,9 @@ index c45f8f3..57d0dbb 100644
From aa11a6f645ce93f80fbffd7e72c6964bdfd68542 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
From: MXE
Date: Thu, 24 Nov 2011 15:06:06 +0100
Subject: [PATCH 2/2] disable doc and test (mingw-cross-env specific)
Subject: [PATCH 2/2] disable doc and test (MXE specific)
diff --git a/Makefile.am b/Makefile.am

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <gnutls/gnutls.h>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GnuTLS

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
This patch has been taken from:

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <Magick++.h>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GraphicsMagick

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <stdio.h>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# GSL

@ -1,4 +1,4 @@
This file is part of mingw-cross-env.
This file is part of MXE.
See doc/index.html for further information.
Contains ad hoc patches for cross building.

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# gSOAP
@ -55,6 +55,6 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)' install
# Apparently there is a tradition of compiling gsoap source files into applications.
# Since we linked dom.cpp and dom.c into the libraries, this should not be necessary.
# But we bend to tradition and install these sources into mingw-cross-env.
# But we bend to tradition and install these sources into MXE.
$(INSTALL) -m644 '$(1)/gsoap/'*.c '$(1)/gsoap/'*.cpp '$(PREFIX)/$(TARGET)/share/gsoap'
endef

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# gst-plugins-base

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# gst-plugins-good

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# gstreamer

@ -1,4 +1,4 @@
/* This file is part of mingw-cross-env. */
/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <gta/gta.h>

@ -1,4 +1,4 @@
# This file is part of mingw-cross-env.
# This file is part of MXE.
# See doc/index.html for further information.
# gta

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save