Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
10_matplotlib.patch | _matplotlib=================================================================== | no | ||||
20_do_not_link_against_socket.patch | Do not try linking with -lsocket =================================================================== |
no | ||||
30_drop_medical_example.patch | Drop medical examples | no | 2020-10-21 | |||
40_vtkpython-9.patch | Rename vtkpython to vtkpython-9.0 =================================================================== |
Anton Gladky <gladk@debian.org> | no | 2020-11-05 | ||
50_fix_python-modules_path.patch | Fix path for the installation of python modules =================================================================== |
Anton Gladky <gladk@debian.org> | no | 2020-11-06 | ||
60_fix_path_perl.patch | Fix shebang for the perl scripts | Anton Gladky <gladk@debian.org> | no | 2020-11-08 | ||
70_fix_python_numpy_warning.patch | Fix python numpy warning | Anton Gladky <gladk@debian.org> | no | 2020-11-09 | ||
80_allow_gles_platforms.patch | [PATCH] Remove duplicate check for QOpenGLFunctions_3_2_Core* The return value is already checked in QVTKRenderWindowAdapter::blit(), no need to do it twice. |
stefan.bruens@rwth-aachen.de | no | 2020-06-09 | ||
81_allow_gles_platforms.patch | Replace last glDrawBuffer call with glDrawBuffers(1, ...) glDrawBuffer is only available in Desktop OpenGL, while the equivalent glDrawBuffers is valid also for GLES. Just defining glDrawBuffer as an empty macro is obviously not the right solution, as the call is also required on GLES. This also causes a compilation failure - GL.h may be included via GLX.h on X11 platforms, and the glDrawBuffer prototype declaration becomes malformed. |
=?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de> | no | 2020-06-28 | ||
82_allow_gles_platforms.patch | Fix compilation when Qt is built for GLES platforms On GLES 2.0/3.0 platforms (more specifically, for Qt5 "opengl es2" builds), QOpenGLFunctions_3_2_Core does not exist. After the last restructuring, from the GL 3.2 Core functions only glDrawBuffer is used. glDrawBuffer can be trivially replaced with glDrawBuffers, which is part of OpenGL 2.0 and GLES 3.0, and as an extension in many GLES 2.0 implementations. |
=?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de> | no | 2020-06-09 | ||
83_allow_gles_platforms.patch | HACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with OpenGL ES | Adrian Bunk <bunk@debian.org> | no | 2020-12-11 | ||
90_fix_freetype_compilation.patch | Fix FTBFS against freetype 2.10.4 | mathstuf | yes | debian | 2020-12-10 | |
95_java_mach-arch_fix.patch | [PATCH] Fix build on mach-based OS which are not OS X | Samuel Thibault <samuel.thibault@ens-lyon.org> | no | 2020-06-13 | ||
97_reproducible_builds.patch | [PATCH 2/2] doc_class2example.pl: Sort the parsers array. Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>. |
Vagrant Cascadian <vagrant@reproducible-builds.org> | no | 2020-12-15 |