1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
Source: vtk6
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>,
Gert Wollny <gewo@debian.org>
Section: graphics
Priority: optional
Build-Depends: chrpath,
cmake (>= 3.2.0),
debhelper-compat (= 12),
default-libmysqlclient-dev,
hdf5-tools,
libalglib-dev,
libavcodec-dev,
libavformat-dev,
libavutil-dev,
libboost-all-dev,
libdigest-md5-perl,
libexpat-dev,
libfreetype6-dev,
libfontconfig1-dev,
libgdal-dev,
libgl1-mesa-dev | libgl-dev,
libgl2ps-dev,
libglew-dev,
libglu1-mesa-dev | libglu-dev,
libhdf5-mpi-dev,
libjpeg-dev,
libjsoncpp-dev,
libmrmpi-dev,
libnetcdf-dev,
libnetcdf-cxx-legacy-dev,
libogg-dev,
libosmesa6-dev,
libpng-dev,
libpq-dev,
libqt5opengl5-dev,
libqt5webkit5-dev,
libsqlite3-dev,
libswscale-dev,
libtheora-dev,
libtiff-dev,
libutfcpp-dev,
libx11-dev,
libxml2-dev,
libxpm-dev,
libxt-dev,
mpi-default-dev,
pkg-config,
qtbase5-dev,
qttools5-private-dev,
r-base,
r-base-core,
r-base-dev,
x11proto-core-dev,
xauth,
xvfb,
zlib1g-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/vtk6
Vcs-Git: https://salsa.debian.org/science-team/vtk6.git
Homepage: https://www.vtk.org/
Package: libvtk6-dev
Architecture: any
Section: libdevel
Depends: default-libmysqlclient-dev,
libavcodec-dev,
libavformat-dev,
libavutil-dev,
libc6-dev,
libeigen3-dev,
libexpat-dev,
libfreetype6-dev,
libgdal-dev,
libgl1-mesa-dev | libgl-dev,
libgl2ps-dev,
libglu1-mesa-dev | libglu-dev,
libhdf5-mpi-dev,
libjpeg-dev,
libjsoncpp-dev,
libnetcdf-dev,
libnetcdf-cxx-legacy-dev,
libogg-dev,
libpng-dev,
libpq-dev,
libswscale-dev,
libtheora-dev,
libtiff-dev,
libvtk6.3 (= ${binary:Version}),
libx11-dev,
libxft-dev,
libxml2-dev,
libxss-dev,
libxt-dev,
mpi-default-dev,
x11proto-core-dev,
zlib1g-dev,
${misc:Depends},
${shlibs:Depends}
Conflicts: libvtk5-dev
Replaces: libvtk5-dev
Description: VTK header files
The Visualization Toolkit (VTK) is an open-source software system
for 3D computer graphics, image processing, and visualization.
.
This package provides the VTK header files required to compile
C++ programs that use VTK to do 3D visualisation.
Package: libvtk6-qt-dev
Architecture: any
Section: libdevel
Depends: libvtk6-dev (= ${binary:Version}),
libvtk6.3-qt (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
qtbase5-dev,
qttools5-private-dev,
libqt5opengl5-dev,
libqt5webkit5-dev
Breaks: libvtk6-dev (<< 6.3.0+dfsg1)
Replaces: libvtk6-dev (<< 6.3.0+dfsg1)
Description: VTK header files, containing Qt files
The Visualization Toolkit (VTK) is an open-source software system
for 3D computer graphics, image processing, and visualization.
.
This package provides the VTK header files required to compile
C++ programs that use VTK to do 3D visualisation. Qt files
Package: libvtk6.3
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: mpi-default-bin
Conflicts: libvtk6 (>> 6.0.0-7)
Replaces: libvtk5.8,
libvtk6
Description: VTK libraries
The Visualization Toolkit (VTK) is an open-source software system
for 3D computer graphics, image processing, and visualization.
.
This package provides the shared libraries needed to run C++ programs
that use VTK.
Package: libvtk6.3-qt
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: libvtk6.2 (<< 6.2.0+dfsg1-1)
Replaces: libvtk6.2 (<< 6.2.0+dfsg1-1)
Description: VTK libraries, Qt files
The Visualization Toolkit (VTK) is an open-source software system
for 3D computer graphics, image processing, and visualization.
.
This package provides the shared libraries needed to run C++ programs
that use VTK. Qt files
|