| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \
| | | |
| | | | |
qtwebkit: fix crash on startup
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
fixes #1868
|
|\ \ \
| | | |
| | | | |
devil: use $(SED) instead of patch for EOL issues
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Can't figure out why the other two *.rc files patch correctly and
this one doesn't. Patch was created with `make export-patch-` with git
config `autocrlf = input`. Devil has it's own `.gitattributes` file
but nothing seems to work.
fixes #1856
|
|\ \ \ \
| | | | |
| | | | | |
freetype: Don't autodetect harfbuzz.
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
This makes the harfbuzz support explicit: freetype-bootstrap does not
use harfbuzz, but freetype does.
|
|\ \ \ \
| | | | |
| | | | | |
Add Subsurface as project using MXE
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
fix launch clementine_qt4 with clean settings
|
|/ / / |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Updated cgal to 4.10.
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
cfitsio: install pkg-config file
|
| | |
| | |
| | |
| | | |
fixes #1855
|
|\ \ \
| |/ /
| | | |
cmake: add option to disable -isystem
|
| | |
| | |
| | |
| | | |
fixes #1811
|
| | |
| | |
| | |
| | |
| | | |
Alternative to #1811, this seems like it should be fixed upstream
in gcc/cmake rather than individual packages
|
|\ \ \
| |/ /
|/| | |
add package clementine to mxe/plugins/apps
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
add libtool dep for native packages using autotools
|
| |/
| |
| |
| |
| |
| |
| | |
Partially built autotools suite can cause race condition
when plugins/native is included
fixes #1851
|
| | |
|
|\ \
| | |
| | |
| | | |
https://github.com/mbunkus/mxe into mbunkus-log4cxx-invalid-narrowing-conversion-with-gcc6
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
g++ 6 is stricter regarding narrowing conversions in initializer
lists. This causes errors similar to the following during compilation
with the gcc6 or gcc7 overlays:
locationinfo.cpp:163:21: error: narrowing conversion of '237'
from 'int' to 'char' inside { } [-Wnarrowing]
This has already been fixed upstream in several consecutive patches,
but there's no release including those fixes yet. This patch consists
of the essence of said fixes.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
https://github.com/mbunkus/mxe into mbunkus-sdl_sound-test-program-compilation-with-gcc6
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
gcc 6 has added a diagnostic under `-pedantic` that emits a warning
whenever an enumerator value is not a constant integer
expression. This applies to the expression "1 << 31", too, as [1]
explains: that shifts the bit into the sign bit, and therefore it's
not constant.
This warning combined with `-Werror` means that compilation of the
test program fails.
This patch implements the workaround mentioned in [1].
Actual error message:
```
'x86_64-w64-mingw32.static-gcc' -W -Wall -Werror -std=c99 -pedantic '/home/mosu/prog/video/mingw/cross/src/sdl_sound-test.c' -o '/home/mosu/prog/video/mingw/cross/usr/x86_64-w64-mingw32.static/bin/test-sdl_sound.exe' `'x86_64-w64-mingw32.static-pkg-config' SDL_sound --cflags --libs`
In file included from /home/mosu/prog/video/mingw/cross/src/sdl_sound-test.c:11:0:
/home/mosu/prog/video/mingw/cross/usr/x86_64-w64-mingw32.static/include/SDL/SDL_sound.h:117:32:
error: enumerator value for 'SOUND_SAMPLEFLAG_EAGAIN' is not an integer constant expression [-Werror=pedantic] SOUND_SAMPLEFLAG_EAGAIN = 1 << 31 /**< Function would block, or temp error. */
```
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71803
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | | |
https://github.com/mbunkus/mxe into mbunkus-openmp-validation-perl-cwd-not-in-inc-anymore
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Perl v5.26.0 has removed the current directory from the include
path. This breaks the `run_test.pl` script which tries to load modules
from the build directory and fails if the system Perl is 5.26.0 or
newer.
Error message: `Can't locate ompts_parserFunctions.pm in @INC`
|
| | |
|
|\ \
| | |
| | | |
qt4 overlay plugin (for vtk and qwt)
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
vtk: update to version 8 and removal of package vtk6
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
pavelvat/install-gstreamer-dll-plugins-to-separate-dir
Install gstreamer dll plugins to separate directory
|
| | | |
|