summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Julien Schueller [Mon, 8 Mar 2021 09:57:46 +0000 (10:57 +0100)]
[PATCH] Geovis: Use proj>=5 api
Closes #18130
Gbp-Pq: Name 92_proj8.patch
Mark Olesen [Tue, 9 Feb 2021 14:19:10 +0000 (15:19 +0100)]
[PATCH] COMP: missing includes (clang)
Gbp-Pq: Name 91_include_limits.patch
Adrian Bunk [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
HACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with OpenGL ES
Gbp-Pq: Name 83_allow_gles_platforms.patch
Stefan Brüns [Tue, 9 Jun 2020 15:11:12 +0000 (17:11 +0200)]
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.
Gbp-Pq: Name 82_allow_gles_platforms.patch
Stefan Brüns [Sun, 28 Jun 2020 20:13:32 +0000 (22:13 +0200)]
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.
Gbp-Pq: Name 81_allow_gles_platforms.patch
stefan.bruens@rwth-aachen.de [Tue, 9 Jun 2020 15:34:39 +0000 (17:34 +0200)]
[PATCH] Remove duplicate check for QOpenGLFunctions_3_2_Core*
The return value is already checked in QVTKRenderWindowAdapter::blit(),
no need to do it twice.
Gbp-Pq: Name 80_allow_gles_platforms.patch
Anton Gladky [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
Fix python numpy warning
Last-Update: 2020-11-09
Gbp-Pq: Name 70_fix_python_numpy_warning.patch
Anton Gladky [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
Fix shebang for the perl scripts
Last-Update: 2020-11-08
Gbp-Pq: Name 60_fix_path_perl.patch
Anton Gladky [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
Fix path for the installation of python modules
Last-Update: 2020-11-06
Gbp-Pq: Name 50_fix_python-modules_path.patch
Anton Gladky [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
Rename vtkpython to vtkpython-9.0
Last-Update: 2020-11-05
Gbp-Pq: Name 40_vtkpython-9.patch
Debian Science Team [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
Drop medical examples
Last-Update: 2020-10-21
Gbp-Pq: Name 30_drop_medical_example.patch
Debian Science Team [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
Do not try linking with -lsocket
Gbp-Pq: Name 20_do_not_link_against_socket.patch
Debian Science Team [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
_matplotlib
===================================================================
Gbp-Pq: Name 10_matplotlib.patch
Anton Gladky [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
vtk9 (9.1.0+really9.0.3+dfsg1-4) unstable; urgency=medium
* [
90cbc11] vtkFreeTypeTools: avoid using an internal macro.
(Closes: #
1000746)
* [
9e418ba] Use python3-dev in BD
[dgit import unpatched vtk9 9.1.0+really9.0.3+dfsg1-4]
Anton Gladky [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
Import vtk9_9.1.0+really9.0.3+dfsg1-4.debian.tar.xz
[dgit import tarball vtk9 9.1.0+really9.0.3+dfsg1-4 vtk9_9.1.0+really9.0.3+dfsg1-4.debian.tar.xz]
Anton Gladky [Sat, 27 Nov 2021 20:27:37 +0000 (20:27 +0000)]
Import vtk9_9.1.0+really9.0.3+dfsg1.orig.tar.xz
[dgit import orig vtk9_9.1.0+really9.0.3+dfsg1.orig.tar.xz]