summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Anton Gladky [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
Merge vtk9 (9.0.1+dfsg1-8) import into refs/heads/workingbranch
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 [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +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
Debian Science Team [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
Fix FTBFS against freetype 2.10.4
Reviewed-By: Anton Gladky <gladk@debian.org>
Bug-Debian: https://bugs.debian.org/976975
Forwarded: https://github.com/Kitware/VTK/commit/
3edc0de2b04ae1e100c229e592d6b9fa94f2915a
Last-Update: 2020-12-10
Gbp-Pq: Name 90_fix_freetype_compilation.patch
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
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 [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
Fix python numpy warning
Last-Update: 2020-11-09
Gbp-Pq: Name 70_fix_python_numpy_warning.patch
Anton Gladky [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
Fix shebang for the perl scripts
Last-Update: 2020-11-08
Gbp-Pq: Name 60_fix_path_perl.patch
Anton Gladky [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +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 [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
Rename vtkpython to vtkpython-9.0
Last-Update: 2020-11-05
Gbp-Pq: Name 40_vtkpython-9.patch
Debian Science Team [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
Drop medical examples
Last-Update: 2020-10-21
Gbp-Pq: Name 30_drop_medical_example.patch
Debian Science Team [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
Do not try linking with -lsocket
Gbp-Pq: Name 20_do_not_link_against_socket.patch
Debian Science Team [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
_matplotlib
===================================================================
Gbp-Pq: Name 10_matplotlib.patch
Anton Gladky [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
vtk9 (9.0.1+dfsg1-8) unstable; urgency=medium
[ Samuel Thibault ]
* [
e2a0f2b] Fix java dep on non-java ports. (Closes: #980125)
[dgit import unpatched vtk9 9.0.1+dfsg1-8]
Anton Gladky [Thu, 14 Jan 2021 20:36:46 +0000 (20:36 +0000)]
Import vtk9_9.0.1+dfsg1-8.debian.tar.xz
[dgit import tarball vtk9 9.0.1+dfsg1-8 vtk9_9.0.1+dfsg1-8.debian.tar.xz]
Debian Science Team [Sun, 13 Dec 2020 11:55:42 +0000 (11:55 +0000)]
Fix FTBFS against freetype 2.10.4
Reviewed-By: Anton Gladky <gladk@debian.org>
Bug-Debian: https://bugs.debian.org/976975
Forwarded: https://github.com/Kitware/VTK/commit/
3edc0de2b04ae1e100c229e592d6b9fa94f2915a
Last-Update: 2020-12-10
Gbp-Pq: Name 90_fix_freetype_compilation.patch
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
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, 13 Dec 2020 11:55:42 +0000 (11:55 +0000)]
Fix python numpy warning
Last-Update: 2020-11-09
Gbp-Pq: Name 70_fix_python_numpy_warning.patch
Anton Gladky [Sun, 13 Dec 2020 11:55:42 +0000 (11:55 +0000)]
Fix shebang for the perl scripts
Last-Update: 2020-11-08
Gbp-Pq: Name 60_fix_path_perl.patch
Anton Gladky [Sun, 13 Dec 2020 11:55:42 +0000 (11:55 +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, 13 Dec 2020 11:55:42 +0000 (11:55 +0000)]
Rename vtkpython to vtkpython-9.0
Last-Update: 2020-11-05
Gbp-Pq: Name 40_vtkpython-9.patch
Debian Science Team [Sun, 13 Dec 2020 11:55:42 +0000 (11:55 +0000)]
Drop medical examples
Last-Update: 2020-10-21
Gbp-Pq: Name 30_drop_medical_example.patch
Debian Science Team [Sun, 13 Dec 2020 11:55:42 +0000 (11:55 +0000)]
Do not try linking with -lsocket
Gbp-Pq: Name 20_do_not_link_against_socket.patch
Debian Science Team [Sun, 13 Dec 2020 11:55:42 +0000 (11:55 +0000)]
_matplotlib
===================================================================
Gbp-Pq: Name 10_matplotlib.patch
Anton Gladky [Sun, 13 Dec 2020 11:55:42 +0000 (11:55 +0000)]
vtk9 (9.0.1+dfsg1-5) unstable; urgency=medium
[ Adrian Bunk ]
* [
06163ff] Fixes and workaround for platforms where Qt uses OpenGL ES
[ Anton Gladky ]
* [
3e6d9ec] Ignore quilt dir
* [
294ca1e] Revert "Do not build qt on some (GLES) archs"
[dgit import unpatched vtk9 9.0.1+dfsg1-5]
Anton Gladky [Sun, 13 Dec 2020 11:55:42 +0000 (11:55 +0000)]
Import vtk9_9.0.1+dfsg1-5.debian.tar.xz
[dgit import tarball vtk9 9.0.1+dfsg1-5 vtk9_9.0.1+dfsg1-5.debian.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]