vtk9.git
4 years agoHACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with OpenGL ES
Adrian Bunk [Fri, 11 Dec 2020 08:42:37 +0000 (10:42 +0200)]
HACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with OpenGL ES

Gbp-Pq: Name 83_allow_gles_platforms.patch

4 years agoFix compilation when Qt is built for GLES platforms
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

4 years agoReplace last glDrawBuffer call with glDrawBuffers(1, ...)
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

4 years ago[PATCH] Remove duplicate check for QOpenGLFunctions_3_2_Core*
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

4 years agoFix python numpy warning
Anton Gladky [Tue, 5 Jan 2021 14:46:48 +0000 (14:46 +0000)]
Fix python numpy warning

Last-Update: 2020-11-09

Gbp-Pq: Name 70_fix_python_numpy_warning.patch

4 years agoFix shebang for the perl scripts
Anton Gladky [Tue, 5 Jan 2021 14:46:48 +0000 (14:46 +0000)]
Fix shebang for the perl scripts

Last-Update: 2020-11-08

Gbp-Pq: Name 60_fix_path_perl.patch

4 years agoFix path for the installation of python modules
Anton Gladky [Tue, 5 Jan 2021 14:46:48 +0000 (14:46 +0000)]
Fix path for the installation of python modules

Last-Update: 2020-11-06

Gbp-Pq: Name 50_fix_python-modules_path.patch

4 years agoRename vtkpython to vtkpython-9.0
Anton Gladky [Tue, 5 Jan 2021 14:46:48 +0000 (14:46 +0000)]
Rename vtkpython to vtkpython-9.0

Last-Update: 2020-11-05

Gbp-Pq: Name 40_vtkpython-9.patch

4 years agoDrop medical examples
Debian Science Team [Tue, 5 Jan 2021 14:46:48 +0000 (14:46 +0000)]
Drop medical examples

Last-Update: 2020-10-21

Gbp-Pq: Name 30_drop_medical_example.patch

4 years agoDo not try linking with -lsocket
Debian Science Team [Tue, 5 Jan 2021 14:46:48 +0000 (14:46 +0000)]
Do not try linking with -lsocket

Gbp-Pq: Name 20_do_not_link_against_socket.patch

4 years ago_matplotlib
Debian Science Team [Tue, 5 Jan 2021 14:46:48 +0000 (14:46 +0000)]
_matplotlib

===================================================================

Gbp-Pq: Name 10_matplotlib.patch

4 years agovtk9 (9.0.1+dfsg1-5+rpi1) bullseye-staging; urgency=medium
Peter Michael Green [Tue, 5 Jan 2021 14:46:48 +0000 (14:46 +0000)]
vtk9 (9.0.1+dfsg1-5+rpi1) bullseye-staging; urgency=medium

  * Link with libatomic on armhf too for raspbian.

[dgit import unpatched vtk9 9.0.1+dfsg1-5+rpi1]

4 years agoImport vtk9_9.0.1+dfsg1-5+rpi1.debian.tar.xz
Peter Michael Green [Tue, 5 Jan 2021 14:46:48 +0000 (14:46 +0000)]
Import vtk9_9.0.1+dfsg1-5+rpi1.debian.tar.xz

[dgit import tarball vtk9 9.0.1+dfsg1-5+rpi1 vtk9_9.0.1+dfsg1-5+rpi1.debian.tar.xz]

5 years agoImport vtk9_9.0.1+dfsg1.orig.tar.xz
Anton Gladky [Tue, 10 Nov 2020 21:12:50 +0000 (21:12 +0000)]
Import vtk9_9.0.1+dfsg1.orig.tar.xz

[dgit import orig vtk9_9.0.1+dfsg1.orig.tar.xz]