Michael R. Crusoe [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Merge vtk9 (9.1.0+really9.1.0+dfsg2-7) import into refs/heads/workingbranch
Debian Science Team [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
_fix_shader_crash
commit
bc4d0fec4f791fb198ff316849aaf3faba24b45a
Author: Gaspard Thevenon <gaspard.thevenon@kitware.com>
Date: Thu Feb 10 10:19:39 2022 +0100
Fix shader crash in Multi Volume Rendering without GradientTF
When using OpenGLGPUVolumeRayCastMapper with a MultiVolume,
not specifying a gradient opacity TF produced an error in
the composed shader (no argument would be given to functions which expected one),
and nothing was rendered, although this TF is supposed to be optional.
This commit fixes this by adding tests during the declarations of
those functions inside the shader, and by changing their signatures as needed.
Therefore, when no gradient opacity TF is given, no argument is expected
and none is given.
Gbp-Pq: Name 120_fix_shader_crash.patch
Anton Gladky [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Fix FTBFS with new netcdf
Bug-Debian: https://bugs.debian.org/
1012703
Last-Update: 2022-06-19
Gbp-Pq: Name 110_vtk9_netcdf.patch
Anton Gladky [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Fix FTBFS
Last-Update: 2021-11-14
Gbp-Pq: Name 99_fix_ftbfs.patch
Anton Gladky [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Fix mpi4py search
Last-Update: 2021-09-17
Gbp-Pq: Name 98_fix_mpi4py.py
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.
Gbp-Pq: Name 97_reproducible_builds.patch
Debian Science Team [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
_java_mach-arch_fix
https://gitlab.kitware.com/diatomic/diy/-/merge_requests/59
From
bb0d55c8ae34a43354b1002262dad722c410d8cb Mon Sep 17 00:00:00 2001
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sat, 13 Jun 2020 13:59:31 +0200
Subject: [PATCH] Fix build on mach-based OS which are not OS X
Gbp-Pq: Name 95_java_mach-arch_fix.patch
Adrian Bunk [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
HACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro
Fixes building for Qt with OpenGL ES.
Gbp-Pq: Name 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch
Adrian Bunk [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
HACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with OpenGL ES
Gbp-Pq: Name 83_allow_gles_platforms.patch
Anton Gladky [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Fix shebang for the perl scripts
Last-Update: 2020-11-08
Gbp-Pq: Name 60_fix_path_perl.patch
Anton Gladky [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Fix path for the installation of python modules
Last-Update: 2020-11-06
Gbp-Pq: Name 50_fix_python-modules_path.patch
Anton Gladky [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Rename vtkpython to vtkpython-9.0
Last-Update: 2020-11-05
Gbp-Pq: Name 40_vtkpython-9.patch
Debian Science Team [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Drop medical examples
Last-Update: 2020-10-21
Gbp-Pq: Name 30_drop_medical_example.patch
Debian Science Team [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Do not try linking with -lsocket
Gbp-Pq: Name 20_do_not_link_against_socket.patch
Debian Science Team [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
_matplotlib
Gbp-Pq: Name 10_matplotlib.patch
Laurent Rineau [Tue, 17 Jan 2023 15:18:53 +0000 (16:18 +0100)]
Add #include <cstdint> to compile with gcc13
From
1233ceec268d5366c66f5e79786ec784042b591b Mon Sep 17 00:00:00 2001
Origin: upstream, https://gitlab.kitware.com/vtk/vtk/-/commit/
1233ceec268d5366c66f5e79786ec784042b591b
The `vtkSEPReader` was introduced by MRs !4909 (from my former
collaborator Maxime) and !4938. Then it was highly modified by
!7516. The later MR is the one that introduced the uses of
`std::uint8_t` and `std::uint32_t`.
Those types needs the inclusion of `<cstdint>`.
Gbp-Pq: Name gcc-13.patch
Michael R. Crusoe [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
vtk9 (9.1.0+really9.1.0+dfsg2-7) unstable; urgency=medium
* Team upload.
* Cherry-pick patch from upstream to fix FTBFS with gcc-13.
(Closes: #
1037887)
[dgit import unpatched vtk9 9.1.0+really9.1.0+dfsg2-7]
Michael R. Crusoe [Mon, 21 Aug 2023 22:27:20 +0000 (23:27 +0100)]
Import vtk9_9.1.0+really9.1.0+dfsg2-7.debian.tar.xz
[dgit import tarball vtk9 9.1.0+really9.1.0+dfsg2-7 vtk9_9.1.0+really9.1.0+dfsg2-7.debian.tar.xz]
Anton Gladky [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
Merge vtk9 (9.1.0+really9.1.0+dfsg2-5) import into refs/heads/workingbranch
Debian Science Team [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
_fix_shader_crash
commit
bc4d0fec4f791fb198ff316849aaf3faba24b45a
Author: Gaspard Thevenon <gaspard.thevenon@kitware.com>
Date: Thu Feb 10 10:19:39 2022 +0100
Fix shader crash in Multi Volume Rendering without GradientTF
When using OpenGLGPUVolumeRayCastMapper with a MultiVolume,
not specifying a gradient opacity TF produced an error in
the composed shader (no argument would be given to functions which expected one),
and nothing was rendered, although this TF is supposed to be optional.
This commit fixes this by adding tests during the declarations of
those functions inside the shader, and by changing their signatures as needed.
Therefore, when no gradient opacity TF is given, no argument is expected
and none is given.
Gbp-Pq: Name 120_fix_shader_crash.patch
Anton Gladky [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
Fix FTBFS with new netcdf
Bug-Debian: https://bugs.debian.org/
1012703
Last-Update: 2022-06-19
Gbp-Pq: Name 110_vtk9_netcdf.patch
Anton Gladky [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
Fix FTBFS
Last-Update: 2021-11-14
Gbp-Pq: Name 99_fix_ftbfs.patch
Anton Gladky [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
Fix mpi4py search
Last-Update: 2021-09-17
Gbp-Pq: Name 98_fix_mpi4py.py
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.
Gbp-Pq: Name 97_reproducible_builds.patch
Debian Science Team [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
_java_mach-arch_fix
https://gitlab.kitware.com/diatomic/diy/-/merge_requests/59
From
bb0d55c8ae34a43354b1002262dad722c410d8cb Mon Sep 17 00:00:00 2001
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sat, 13 Jun 2020 13:59:31 +0200
Subject: [PATCH] Fix build on mach-based OS which are not OS X
Gbp-Pq: Name 95_java_mach-arch_fix.patch
Adrian Bunk [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
HACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro
Fixes building for Qt with OpenGL ES.
Gbp-Pq: Name 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch
Adrian Bunk [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
HACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with OpenGL ES
Gbp-Pq: Name 83_allow_gles_platforms.patch
Anton Gladky [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
Fix shebang for the perl scripts
Last-Update: 2020-11-08
Gbp-Pq: Name 60_fix_path_perl.patch
Anton Gladky [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +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 [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
Rename vtkpython to vtkpython-9.0
Last-Update: 2020-11-05
Gbp-Pq: Name 40_vtkpython-9.patch
Debian Science Team [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
Drop medical examples
Last-Update: 2020-10-21
Gbp-Pq: Name 30_drop_medical_example.patch
Debian Science Team [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
Do not try linking with -lsocket
Gbp-Pq: Name 20_do_not_link_against_socket.patch
Debian Science Team [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
_matplotlib
===================================================================
Gbp-Pq: Name 10_matplotlib.patch
Anton Gladky [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
vtk9 (9.1.0+really9.1.0+dfsg2-5) unstable; urgency=medium
[ Elvis Stansvik ]
* [
a408ad0] Add upstream fix for shader crash with multivolume
[ Adrian Bunk ]
* [
ab960ac] Build without libtbb also on alpha and ia64
[ Anton Gladky ]
* [
be1ea19] Set upstream metadata fields: Bug-Database, Bug-Submit.
* [
f5599c7] Update standards version to 4.6.2, no changes needed.
[dgit import unpatched vtk9 9.1.0+really9.1.0+dfsg2-5]
Anton Gladky [Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)]
Import vtk9_9.1.0+really9.1.0+dfsg2-5.debian.tar.xz
[dgit import tarball vtk9 9.1.0+really9.1.0+dfsg2-5 vtk9_9.1.0+really9.1.0+dfsg2-5.debian.tar.xz]
Anton Gladky [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
Merge vtk9 (9.1.0+really9.1.0+dfsg2-4) import into refs/heads/workingbranch
Anton Gladky [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
Fix FTBFS with new netcdf
Bug-Debian: https://bugs.debian.org/
1012703
Last-Update: 2022-06-19
Gbp-Pq: Name 110_vtk9_netcdf.patch
Anton Gladky [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
Fix FTBFS
Last-Update: 2021-11-14
Gbp-Pq: Name 99_fix_ftbfs.patch
Anton Gladky [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
Fix mpi4py search
Last-Update: 2021-09-17
Gbp-Pq: Name 98_fix_mpi4py.py
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.
Gbp-Pq: Name 97_reproducible_builds.patch
Debian Science Team [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
_java_mach-arch_fix
https://gitlab.kitware.com/diatomic/diy/-/merge_requests/59
From
bb0d55c8ae34a43354b1002262dad722c410d8cb Mon Sep 17 00:00:00 2001
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sat, 13 Jun 2020 13:59:31 +0200
Subject: [PATCH] Fix build on mach-based OS which are not OS X
Gbp-Pq: Name 95_java_mach-arch_fix.patch
Adrian Bunk [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
HACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro
Fixes building for Qt with OpenGL ES.
Gbp-Pq: Name 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch
Adrian Bunk [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
HACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with OpenGL ES
Gbp-Pq: Name 83_allow_gles_platforms.patch
Anton Gladky [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
Fix shebang for the perl scripts
Last-Update: 2020-11-08
Gbp-Pq: Name 60_fix_path_perl.patch
Anton Gladky [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
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, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
Rename vtkpython to vtkpython-9.0
Last-Update: 2020-11-05
Gbp-Pq: Name 40_vtkpython-9.patch
Debian Science Team [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
Drop medical examples
Last-Update: 2020-10-21
Gbp-Pq: Name 30_drop_medical_example.patch
Debian Science Team [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
Do not try linking with -lsocket
Gbp-Pq: Name 20_do_not_link_against_socket.patch
Debian Science Team [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
_matplotlib
===================================================================
Gbp-Pq: Name 10_matplotlib.patch
Anton Gladky [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
vtk9 (9.1.0+really9.1.0+dfsg2-4) unstable; urgency=medium
* [
b05b21f] Fix FTBFS against NETCDF>4.9.0. (Closes: #
1012703)
[dgit import unpatched vtk9 9.1.0+really9.1.0+dfsg2-4]
Anton Gladky [Sun, 19 Jun 2022 14:25:33 +0000 (15:25 +0100)]
Import vtk9_9.1.0+really9.1.0+dfsg2-4.debian.tar.xz
[dgit import tarball vtk9 9.1.0+really9.1.0+dfsg2-4 vtk9_9.1.0+really9.1.0+dfsg2-4.debian.tar.xz]
Anton Gladky [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
Merge vtk9 (9.1.0+really9.1.0+dfsg2-3) import into refs/heads/workingbranch
Anton Gladky [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
Fix FTBFS
Last-Update: 2021-11-14
Gbp-Pq: Name 99_fix_ftbfs.patch
Anton Gladky [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
Fix mpi4py search
Last-Update: 2021-09-17
Gbp-Pq: Name 98_fix_mpi4py.py
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.
Gbp-Pq: Name 97_reproducible_builds.patch
Debian Science Team [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
_java_mach-arch_fix
https://gitlab.kitware.com/diatomic/diy/-/merge_requests/59
From
bb0d55c8ae34a43354b1002262dad722c410d8cb Mon Sep 17 00:00:00 2001
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sat, 13 Jun 2020 13:59:31 +0200
Subject: [PATCH] Fix build on mach-based OS which are not OS X
Gbp-Pq: Name 95_java_mach-arch_fix.patch
Adrian Bunk [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
HACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro
Fixes building for Qt with OpenGL ES.
Gbp-Pq: Name 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch
Adrian Bunk [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
HACK: QVTKOpenGLWindow.cxx: Define GL_BACK_{LEFT,RIGHT} for Qt with OpenGL ES
Gbp-Pq: Name 83_allow_gles_platforms.patch
Anton Gladky [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
Fix shebang for the perl scripts
Last-Update: 2020-11-08
Gbp-Pq: Name 60_fix_path_perl.patch
Anton Gladky [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +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 [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
Rename vtkpython to vtkpython-9.0
Last-Update: 2020-11-05
Gbp-Pq: Name 40_vtkpython-9.patch
Debian Science Team [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
Drop medical examples
Last-Update: 2020-10-21
Gbp-Pq: Name 30_drop_medical_example.patch
Debian Science Team [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
Do not try linking with -lsocket
Gbp-Pq: Name 20_do_not_link_against_socket.patch
Debian Science Team [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
_matplotlib
===================================================================
Gbp-Pq: Name 10_matplotlib.patch
Anton Gladky [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
vtk9 (9.1.0+really9.1.0+dfsg2-3) unstable; urgency=medium
* Upload into unstable.
[dgit import unpatched vtk9 9.1.0+really9.1.0+dfsg2-3]
Anton Gladky [Fri, 21 Jan 2022 20:24:01 +0000 (20:24 +0000)]
Import vtk9_9.1.0+really9.1.0+dfsg2-3.debian.tar.xz
[dgit import tarball vtk9 9.1.0+really9.1.0+dfsg2-3 vtk9_9.1.0+really9.1.0+dfsg2-3.debian.tar.xz]
Anton Gladky [Mon, 29 Nov 2021 21:26:25 +0000 (21:26 +0000)]
Import vtk9_9.1.0+really9.1.0+dfsg2.orig.tar.xz
[dgit import orig vtk9_9.1.0+really9.1.0+dfsg2.orig.tar.xz]
Anton Gladky [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
Merge vtk9 (9.1.0+really9.0.3+dfsg1-4) import into refs/heads/workingbranch
Anton Gladky [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
vtkFreeTypeTools: avoid using an internal macro
Origin: https://github.com/Kitware/VTK/commit/
3edc0de2b04ae1e100c229e592d6b9fa94f2915a
Bug-Debian: https://bugs.debian.org/
1000746
Last-Update: 2021-11-28
Gbp-Pq: Name 99_fix_FTBFS.patch
Anton Gladky [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
Fix mpi4py search
Last-Update: 2021-09-17
Gbp-Pq: Name 98_fix_mpi4py.py
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.
Gbp-Pq: Name 97_reproducible_builds.patch
Debian Science Team [Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)]
_java_mach-arch_fix
https://gitlab.kitware.com/diatomic/diy/-/merge_requests/59
From
bb0d55c8ae34a43354b1002262dad722c410d8cb Mon Sep 17 00:00:00 2001
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sat, 13 Jun 2020 13:59:31 +0200
Subject: [PATCH] Fix build on mach-based OS which are not OS X
Gbp-Pq: Name 95_java_mach-arch_fix.patch
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]
Jochen Sprickerhof [Tue, 12 Oct 2021 08:21:32 +0000 (09:21 +0100)]
Merge vtk9 (9.0.3+dfsg1-3) import into refs/heads/workingbranch
Anton Gladky [Tue, 12 Oct 2021 08:21:32 +0000 (09:21 +0100)]
Fix mpi4py search
Last-Update: 2021-09-17
Gbp-Pq: Name 98_fix_mpi4py.py
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.
Gbp-Pq: Name 97_reproducible_builds.patch
Debian Science Team [Tue, 12 Oct 2021 08:21:32 +0000 (09:21 +0100)]
_java_mach-arch_fix
https://gitlab.kitware.com/diatomic/diy/-/merge_requests/59
From
bb0d55c8ae34a43354b1002262dad722c410d8cb Mon Sep 17 00:00:00 2001
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sat, 13 Jun 2020 13:59:31 +0200
Subject: [PATCH] Fix build on mach-based OS which are not OS X
Gbp-Pq: Name 95_java_mach-arch_fix.patch
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 [Tue, 12 Oct 2021 08:21:32 +0000 (09:21 +0100)]
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 [Tue, 12 Oct 2021 08:21:32 +0000 (09:21 +0100)]
Fix python numpy warning
Last-Update: 2020-11-09
Gbp-Pq: Name 70_fix_python_numpy_warning.patch
Anton Gladky [Tue, 12 Oct 2021 08:21:32 +0000 (09:21 +0100)]
Fix shebang for the perl scripts
Last-Update: 2020-11-08
Gbp-Pq: Name 60_fix_path_perl.patch