debian/0000775000000000000000000000000012255604745007202 5ustar debian/README.Debian0000664000000000000000000000470612155702272011243 0ustar Paraview -------- Here you can find a few notes how to get you started on Debian. Thourough, full official documentation can be found at http://paraview.org. Load your vtk file ------------------ $ paraview --data=file.vtk Hit "Apply". Depending on what you have put into the file you can see inside your geometry by: hit the "Clip" button, "Apply". Paraview and Parallel Data (Mpi) -------------------------------- Say that you have data (in ensight case and sos format) spread over N processors, in order to view your data you need to start N paraview processes $ mpirun -np N paraview or $ paraview File -> Connect Click on "Add Server" type the server name (e.g. localhost) then click on "Configure" and enter the command mpirun -np N pvserver then click on "Connect" and you are now ready to visualize your parallel data Python scripting ---------------- It's as simple as this: $ python Python 2.5.2 (r252:60911, May 28 2008, 19:19:25) [GCC 4.2.4 (Debian 4.2.4-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from paraview import servermanager as sm >>> sm.Connect() Connection (builtin:5) >>> cone = sm.sources.ConeSource() >>> view = sm.CreateRenderView() >>> sm.CreateRepresentation(cone, view) vtkConeSource : [ ...........] >>> view.StillRender() vtkPVGeometryFilter : [ ...........] vtkPainterPolyDataMapper : [ ...........] vtkPainterPolyDataMapper : [ ...........] This will show the cone. You can automatically reposition the camera by: >>> view.ResetCamera() >>> view.StillRender() vtkPainterPolyDataMapper : [ ...........] vtkPainterPolyDataMapper : [ ...........] >>> This should get you up and going, now learn all the details from the excellent guide into paraview python scripting at: http://www.paraview.org/Wiki/images/2/26/Servermanager.pdf Paraview is built against python2.5 only (it works with python2.4, but you would have to compile it yourself, changing build depends and debian/rules). Problems -------- o paraview crashes while saving screenshot see http://openfoam.cfd-online.com/forum/messages/1/4438.html add the following line in /etc/X11/xorg.conf file in ServerLayout section Section "ServerLayout" Option "AIGLX" "false" EndSection -- Christophe Prud'homme , Tue, 29 Jul 2008 15:49:31 +0200 debian/source/0000775000000000000000000000000012155702303010466 5ustar debian/source/format0000664000000000000000000000001412155702303011674 0ustar 3.0 (quilt) debian/paraview-python.lintian-overrides0000664000000000000000000000025712157673250015721 0ustar # These embedded libraries, seems, have different versions than in repository. # The code is incompatible with repo-versions. paraview-python: binary-or-shlib-defines-rpath debian/copyright0000664000000000000000000003206212155702272011131 0ustar This package was debianized by Ondrej Certik on Sat, 02 Feb 2008 21:00:08 +0100 The current Debian maintainer is Debian Scientific Computing Team It was downloaded from http://www.paraview.org/files/v3.2/paraview-3.2.1.tar.gz Upstream Authors: CSimSoft Kitware Los Alamos National Laboratory Sandia National Labs U.S. Army Research Laboratory University of Illinois Copyright: Parts of ParaView are under the following licenses: ParaView License Version 1.1: ======================================================================== Copyright (c) 2005,2006 Sandia Corporation, Kitware Inc. Sandia National Laboratories, New Mexico PO Box 5800 Albuquerque, NM 87185 Kitware Inc. 28 Corporate Drive Clifton Park, NY 12065 USA Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive license for use of this work by or on behalf of the U.S. Government. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Kitware nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. * Modified source versions must be plainly marked as such, and must not be misrepresented as being the original software. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ======================================================================== Kitware open-source license: ======================================================================== Copyright (c) 2000-2005 Kitware Inc. 28 Corporate Drive, Suite 204, Clifton Park, NY, 12065, USA. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Kitware nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. * Modified source versions must be plainly marked as such, and must not be misrepresented as being the original software. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ======================================================================== Los Alamos license: ======================================================================== Copyright (c) 2002-2005 Los Alamos National Laboratory This software and ancillary information known as vtk_ext (and herein called "SOFTWARE") is made available under the terms described below. The SOFTWARE has been approved for release with associated LA_CC Number 99-44, granted by Los Alamos National Laboratory in July 1999. Unless otherwise indicated, this SOFTWARE has been authored by an employee or employees of the University of California, operator of the Los Alamos National Laboratory under Contract No. W-7405-ENG-36 with the United States Department of Energy. The United States Government has rights to use, reproduce, and distribute this SOFTWARE. The public may copy, distribute, prepare derivative works and publicly display this SOFTWARE without charge, provided that this Notice and any statement of authorship are reproduced on all copies. Neither the U. S. Government, the University of California, nor the Advanced Computing Laboratory makes any warranty, either express or implied, nor assumes any liability or responsibility for the use of this SOFTWARE. If SOFTWARE is modified to produce derivative works, such modified SOFTWARE should be clearly marked, so as not to confuse it with the version available from Los Alamos National Laboratory. ======================================================================== VTK License: ========================================================================= Copyright (c) 1993-2006 Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither name of Ken Martin, Will Schroeder, or Bill Lorensen nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. * Modified source versions must be plainly marked as such, and must not be misrepresented as being the original software. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ========================================================================= HDF5 License: ======================================================================== NCSA HDF5 (Hierarchical Data Format 5) Software Library and Utilities Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the Board of Trustees of the University of Illinois All rights reserved. Contributors: National Center for Supercomputing Applications (NCSA) at the University of Illinois at Urbana-Champaign (UIUC), Lawrence Livermore National Laboratory (LLNL), Sandia National Laboratories (SNL), Los Alamos National Laboratory (LANL), Jean-loup Gailly and Mark Adler (gzip library). Redistribution and use in source and binary forms, with or without modification, are permitted for any purpose (including commercial purposes) provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or materials provided with the distribution. 3. In addition, redistributions of modified forms of the source or binary code must carry prominent notices stating that the original code was changed and the date of the change. 4. All publications or advertising materials mentioning features or use of this software are asked, but not required, to acknowledge that it was developed by the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign and to credit the contributors. 5. Neither the name of the University nor the names of the Contributors may be used to endorse or promote products derived from this software without specific prior written permission from the University or the Contributors, as appropriate for the name(s) to be used. 6. THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND THE CONTRIBUTORS "AS IS" WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED. In no event shall the University or the Contributors be liable for any damages suffered by the users arising out of the use of this software, even if advised of the possibility of such damage. Portions of HDF5 were developed with support from the University of California, Lawrence Livermore National Laboratory (UC LLNL). The following statement applies to those portions of the product and must be retained in any redistribution of source code, binaries, documentation, and/or accompanying materials: This work was partially produced at the University of California, Lawrence Livermore National Laboratory (UC LLNL) under contract no. W-7405-ENG-48 (Contract 48) between the U.S. Department of Energy (DOE) and The Regents of the University of California (University) for the operation of UC LLNL. DISCLAIMER: This work was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor the University of California nor any of their employees, makes any warranty, express or implied, or assumes any liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, or represents that its use would not infringe privately- owned rights. Reference herein to any specific commercial products, process, or service by trade name, trademark, manufacturer, or otherwise, does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or the University of California. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or the University of California, and shall not be used for advertising or product endorsement purposes. ======================================================================== Xdmf License: ======================================================================== Copyright (c) 2002 U.S. Army Research Laboratory All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the U.S. Army Research Laboratory nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. * Modified source versions must be plainly marked as such, and must not be misrepresented as being the original software. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/paraview.install0000664000000000000000000000101112155702303012365 0ustar debian/*.xpm usr/share/pixmaps/ debian/*.desktop usr/share/applications/ usr/bin/paraview usr/lib/paraview/paraview usr/bin/pvbatch usr/lib/paraview/pvbatch usr/bin/pvdataserver usr/lib/paraview/pvdataserver usr/bin/pvrenderserver usr/lib/paraview/pvrenderserver usr/bin/pvserver usr/lib/paraview/pvserver usr/lib/paraview/*.so.* usr/lib/paraview/*.so usr/lib/cmake/paraview/*.png usr/lib/cmake/paraview/branded_splash.png usr/share/doc/paraview/images/CMake/ usr/lib/paraview-4.0/*.so usr/lib/ usr/lib/paraview/.plugins debian/paraview-dev.install0000664000000000000000000000023712155702303013152 0ustar usr/include usr/lib/cmake/paraview/*.cmake usr/lib/cmake/paraview/*.in usr/lib/cmake/paraview/*.xsl usr/lib/cmake/paraview/*.cmake usr/bin/vtkWrapClientServer debian/paraview.manpages0000664000000000000000000000010012155702303012510 0ustar debian/manuals/man_paraview/*.1 debian/tmp/usr/share/man/man3/* debian/paraview-doc.doc-base0000664000000000000000000000217512155702303013153 0ustar Document: paraview-online-documentation Title: ParaView documentation Author: Kitware Abstract: Parallel Visualization Application. Comprehensive documentation ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include the following: . * Develop an open-source, multi-platform visualization application. * Support distributed computation models to process large data sets. * Create an open, flexible, and intuitive user interface. * Develop an extensible architecture based on open standards. . ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Mac OS X, Linux and various Unix workstations, clusters and supercomputers. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using Qt. Section: Science/Data Analysis Format: HTML Index: /usr/share/doc/paraview-doc/Book/Book_Chapter_01_Intro.html Files: /usr/share/doc/paraview-doc/Book/* debian/paraview-dev.lintian-overrides0000664000000000000000000000005512155702303015140 0ustar paraview-dev: binary-or-shlib-defines-rpath debian/changelog0000664000000000000000000005346712255604745011073 0ustar paraview (4.0.1-1ubuntu1) trusty; urgency=medium * Disable parallel build on i386 due to FTBFS, see http://pad.lv/1263493. -- Dimitri John Ledkov Sun, 22 Dec 2013 15:48:53 +0000 paraview (4.0.1-1build2) trusty; urgency=medium * No-change rebuild for libopenmpi1.3 -> libopenmpi1.6 transition. -- Logan Rosen Mon, 16 Dec 2013 17:01:10 -0500 paraview (4.0.1-1build1) trusty; urgency=low * No change rebuild against libav 9. -- Dmitrijs Ledkovs Sun, 10 Nov 2013 00:15:12 +0000 paraview (4.0.1-1) unstable; urgency=low * [8b91fed] Use packages eigen3 instead of embedded. * [7539caf] Bump Standards-Version: 3.9.4. No changes. * [c9b1653] Use system packaged json instead of embedded. * [90ff2d4] Imported Upstream version 4.0.1 * [f084d7f] Override rpath-issue in pvpython. Seems the issue in the cmake. * [7567e81] Override library-not-linked-against-libc. Seems due to --as-needed option. -- Anton Gladky Mon, 17 Jun 2013 23:00:03 +0200 paraview (4.0.0~rc1-1) unstable; urgency=low [ Anton Gladky ] * [139fbb1] Update email. * [70b36d7] Imported Upstream version 4.0.0~rc1 * [a9c43ce] Remove applied by upstream patch. * [9a0ff86] Enable FFMPEG-support. * [036f281] Fix compilation against FFMPEG. [ Mathieu Malaterre ] * Remove self from maint list * Remove deprecated DMUA flag -- Anton Gladky Fri, 24 May 2013 22:29:19 +0200 paraview (3.98.2~git201306024.904e8ad-1~exp1) experimental; urgency=low * [5a831f3] Remove useless links. (Closes: #696637) * [1215b9e] Remove some patches. * [495c493] Imported Upstream version 3.98.2~git201306024.904e8ad. (Closes: #697347) -- Anton Gladky Thu, 02 May 2013 21:53:52 +0200 paraview (3.98.0-1~exp1) experimental; urgency=low * [f77524a] Imported Upstream version 3.98.0 -- Anton Gladky Mon, 03 Dec 2012 23:45:25 +0100 paraview (3.98~rc3-1~exp1) experimental; urgency=low * [65ee5c1] Remove qt4-dev-tools from Depends of paraview. Thanks to Torquil Macdonald Sørensen * [ec2f02b] Imported Upstream version 3.98~rc3 * [4f57393] Update/remove patches. * [e48acbc] Add mpi-default-bin to Build-Depends * [2951b8b] Update watch-file. Thanks to Bart Martens . * [100ae82] Remove obselete flag DM-Upload-Allowed. * [15fe78e] Override rpath-issue. Seems the problem somewhere in cmake or openmpi. * [1feabd0] Install Book. * [8a4b47b] Install plugins into the correct place. -- Anton Gladky Mon, 26 Nov 2012 19:43:17 +0100 paraview (3.14.1-7) unstable; urgency=low [ Anton Gladky ] * [fd77b28] Add missing epoch in libavformat-dev version. Thanks to Jakub Wilk. http://lists.debian.org/debian-devel/2012/07/msg00086.html * [155d23c] Use compat 9 to harden buildflags. * [bdef31b] Add -Wall -pedantic -Wl,--as-needed to buildflags. [ Julien Cristau ] * [8feb118] Restrict shlibs to depend on the upstream version. (Closes: #680359) -- Anton Gladky Fri, 13 Jul 2012 20:56:41 +0200 paraview (3.14.1-6) unstable; urgency=low * [6183021] Install ParaViewUse.cmake. * [d986588] Install *.xsl files into cmake-directory. -- Anton Gladky Tue, 19 Jun 2012 21:08:22 +0200 paraview (3.14.1-5) unstable; urgency=low * [4b21168] Fix installation of cmake-files. (Closes: #677492) -- Anton Gladky Sat, 16 Jun 2012 15:13:50 +0200 paraview (3.14.1-4) unstable; urgency=low * [4c779aa] Tough version of libqtwebkit-dev (>=2.2.1). (Closes: #672716) * [6e40327] Use compat-version 8. -- Anton Gladky Sun, 13 May 2012 22:57:04 +0200 paraview (3.14.1-3) unstable; urgency=low * [cfe1177] Fix FTBFS against gcc-4.7. (Closes: #672037) -- Anton Gladky Tue, 08 May 2012 18:50:16 +0200 paraview (3.14.1-2) unstable; urgency=low * [c746c1f] Install usr/lib/paraview/pvpython. (Closes: #671753) * [d04f9a0] Fix FTBFS against boost 1.49. * [1558d81] Use libboost-all-dev instead of hardcoded 1.48 version. * [66163b1] Use Standards-Version: 3.9.3. No changes. -- Anton Gladky Mon, 07 May 2012 19:12:52 +0200 paraview (3.14.1-1) unstable; urgency=low * [726d949] Imported Upstream version 3.14.1 * [faf22f8] Use Standards-Version: 3.9.3, no changes. -- Anton Gladky Sat, 07 Apr 2012 11:12:14 +0200 paraview (3.14.0-1) unstable; urgency=low * [821685f] Imported Upstream version 3.14.0 * [a35cc48] Update patches. * [e04e98a] Remove fix_memory_animation_leak.patch. Applied by upstream. * [6ca32d8] Remove fix_boost-1.48_compilation.patch. Fixed by upstream. * [7252874] Add libqtwebkit-dev to BD, needed for build. * [289cf74] Update version numbers, where it hardcoded. -- Anton Gladky Fri, 24 Feb 2012 21:03:01 +0100 paraview (3.12.0-4) unstable; urgency=low * [e3cb27f] Remove man-pages, which are related to python-vtk and paraview-python. (Closes: #657797) * [b34a3ab] Remove man-pages, which are related to libvtk5-dev and paraview-dev. (Closes: #657794) -- Anton Gladky Sat, 28 Jan 2012 23:00:34 +0100 paraview (3.12.0-3) unstable; urgency=low * [59afb75] Remove files from paraview-python, which are conflicting with python-vtk. * [c30e764] Replace libhdf5-mpi-dev on libhdf5-dev in BD. -- Anton Gladky Fri, 27 Jan 2012 21:16:14 +0100 paraview (3.12.0-2) unstable; urgency=low * [5041c41] Make hdf5-transition (>= 1.8.8). -- Anton Gladky Sun, 22 Jan 2012 19:46:40 +0100 paraview (3.12.0-1) unstable; urgency=low * [ef4c675] Imported Upstream version 3.12.0 * [57d464c] Remove stddef_ptrdiff.patch. Applied by upsteam * [c2db80a] Remove hange_std_parameter_for_compiler.patch. Upsteam probably fixed that. * [8feea33] Fix FTBFS with boost 1.48 * [373810b] Use boost 1.48 instead of default version. -- Anton Gladky Thu, 22 Dec 2011 19:58:22 +0100 paraview (3.10.1-10) unstable; urgency=medium * [432acb9] Fix memory leak during animation export. * [7bb111a] Fix FTBFS due to strict-aliasing. -- Anton Gladky Thu, 15 Dec 2011 18:49:41 +0100 paraview (3.10.1-9) unstable; urgency=high * [dac6a6f] Remove vtkEncodeString from paraview-dev. (Closes: #651369) * [94757b2] Remove vtkWrapHierarchy from paraview-python. (Closes: #651544) -- Anton Gladky Fri, 09 Dec 2011 23:20:24 +0100 paraview (3.10.1-8) unstable; urgency=low * [9cc7b9e] Place python-modules into correct places via symlinks. (Closes: #576837) * [42cd8ac] Hardening python-depends. -- Anton Gladky Sun, 30 Oct 2011 14:25:05 +0100 paraview (3.10.1-7) unstable; urgency=low [ Mathieu Malaterre ] * [465d4bc] Remove XB-Python-Version line, as per dh_python2 policy. (Closes: #643982) * [35324f0] Remove CMake release flag. * [cbf5c3e] Rely on mpi compiler to detect mpi installation. * [60cc610] Make sure to compile with openmpi. [ Anton Gladky ] * [c9b74a2] Fix FTBFS "format not a string literal and no format arg". -- Anton Gladky Sat, 08 Oct 2011 20:23:55 +0200 paraview (3.10.1-6) unstable; urgency=low [ Mathieu Malaterre ] * [948a543] Changes to d/control: - remove chrpath not required anymore from B-D. - remove libgl2ps0 from B-D. - update version for libavformat-dev (libav transition). - remove qt4-dev-tools from paraview client package recommends. - paraview-dev is any not all. - add XB-Python-Version to paraview-python. * [34c442d] d/rules changes: - Add --parallel flags. - Remove -lXt from global C*FLAGS. - Add doc for CMAKE_SKIP_RPATH value to OFF. - Explicitly set MPI libs values. - Activate AdiosReader & EyeDomeLighting plugin. * [ddb7bf9] Remove BUILDDIR in debian/rules for simplification. * [c08591a] *.install files: shuffle things to split into client and dev package. (Closes: #640195) * [b8874d3] Fix building of vtkXdmf: missing -lXt on link line. * [c80f0f3] Import patch from VTK to remove sqlite. * [ff19b7e] Split documentation into qch and HTML. Fix lintian reports. * [16bdc77] Fix issue with kwProcessXML. (Closes: #640305) * [f3d92a5] Add patch for installing html doc. [ Anton Gladky ] * [6d6c88a] Use DEP-3 for patches. * [b952a7a] Add lintian-overrides for paraview-python. * [c8bfc6a] Move html-docs into paraview-doc. * [3b774f5] Reshuffle manpages according to binaries. -- Anton Gladky Thu, 15 Sep 2011 22:13:23 +0200 paraview (3.10.1-5) unstable; urgency=low * [c75b9bf] Fix FTBFS with libav/0.7.1. Thanks to Moritz Mühlenhoff . (Closes: #638246) -- Anton Gladky Sat, 03 Sep 2011 19:34:04 +0200 paraview (3.10.1-4) unstable; urgency=low * [cb824b2] Revert hurd-i386 restriction, because it does not help to resolve BD-problems for this platform. * [2e250a5] Use packaged-HDF5. Hopefully fixes FTBFS on mipsel and sparc. -- Anton Gladky Wed, 31 Aug 2011 18:01:19 +0200 paraview (3.10.1-3) unstable; urgency=low * [e5cb2e3] Put pvpython, vtkWrapPython, vtkWrapPythonInit into paraview-python binary. (Closes: #637397) * [0dd738f] Remove mpi-default-dev from BD for hurd-i386. Hopefully fixes FTBFS on this platform. * [2293398] Add gl2ps library and headers to BD. VTK_USE_SYSTEM_GL2PS is on (should use system`s gl2ps-library). (Closes: #638797) * [8696bbf] Make paraview-python arch-dependend because of binaries. * [9e50716] Add ${shlibs:Depends} to depends of paraview-python. -- Anton Gladky Sun, 28 Aug 2011 09:33:24 +0200 paraview (3.10.1-2) unstable; urgency=low * [27f6ded] Split paraview into paraview and paraview-python. (Closes: #637397) * [ea0f0df] Add paraview-python in "Recommends" section of paraview. * [19d9bc5] Fix FTBFS on KFreeBSD, changing -std=c99 parameter on -std=gnu99. * [25e3fe9] Fix BD-problem on hurd-i386, deleting libhdf5-mpi-dev from BD. * [f9c008d] Make paraview-python and paraview-doc architecture independent. -- Anton Gladky Sat, 13 Aug 2011 15:49:29 +0200 paraview (3.10.1-1) unstable; urgency=low [ Mathieu Malaterre ] * [a111d9b] Fix compilation on gcc 4.6. (Closes: #625055) [ Anton Gladky ] * [e88f820] Imported Upstream version 3.10.1. (Closes: #619270) * [4e6920c] Switch to 3.0 (quilt). * [f94868b] Update build-depends. * [b407944] Switch to Standards-Version: 3.9.2 (no changes). * [03177f7] Switch to dh 7. * [63c1c38] Change VCS-fields to git. * [82dd5e9] Enable Ogg/Theora. (Closes: #616549) * [0cc8ce1] Divide binary-library and development files. (Closes: #528615) * [42b2c6b] Fix lintian warning in control-file. * [6d564e4] Add paraview-doc binary. Rename libparaview-dev to paraview-dev. (Closes: #587504) * [7516e41] Add .links file to prevent images file being in /usr/lib. * [88a5551] Fix warnings in manpages. * [729c6cf] Add myself to uploaders. * [41db40f] Add lintian-overrides to block unresolvable errors. * [a0d65b4] Enable python-support. (Closes: #576837) * [5c7c089] Install .desktop and .pixmap files with .install. (Closes: #595683) * [5c7c089] Switch hardcoded install of python-files to more reliable dh_python2. (Closes: #585267) -- Anton Gladky Tue, 26 Jul 2011 00:37:47 +0200 paraview (3.8.1-3) unstable; urgency=low * Fix compilation with FFMPEG (Closes: #614471) * Package contains final 3.8.1 source (Closes: #611840) -- Mathieu Malaterre Fri, 25 Feb 2011 14:32:09 +0100 paraview (3.8.1-2) unstable; urgency=low * Team upload * Fix a merge error in the description of the package. (Closes: #600993) -- Sylvestre Ledru Wed, 27 Oct 2010 20:23:33 +0200 paraview (3.8.1-1) unstable; urgency=low * New upstream: 3.8.1. Closes: #591137 * Do not install system lib (ffmpeg, qt) * Update Standard-Version: 3.9.1 (no change required) * Some debian/rules cleanups -- Mathieu Malaterre Fri, 30 Jul 2010 11:56:30 +0200 paraview (3.8.0-1) unstable; urgency=low * New upstream * Update debian control to 3.9.0 -- Mathieu Malaterre Mon, 05 Jul 2010 17:05:12 +0200 paraview (3.6.2-5) unstable; urgency=low * Building MySQL and PostreSQL for consistency with VTK This will be needed for OverView * Fix watch file to only check release (even number). * Fix compilation on armel. Closes: #587712 * Use virtual package for jpeg, tiff, png & expat -- Mathieu Malaterre Thu, 01 Jul 2010 04:33:09 +0200 paraview (3.6.2-4) unstable; urgency=low * Adding myself to maintainers. * Fix FTBFS with boost 1.42. Closes: #580974 * Fix vtkPVPluginInit.cxx.in installation. Closes: #580959 * Fix lintian issue with deprecated manpages. * Fix path to pqClientDocFinder.txt. Closes: #544665 * Fix min version for libhdf5-serial-dev. Closes: #581014 * Fix plugin path. Closes: #537169 * Fix vtkWrapClientServer installation. Closes: #581017 -- Mathieu Malaterre Mon, 10 May 2010 15:41:21 +0200 paraview (3.6.2-3) unstable; urgency=low * Package migrated to Debian Science * Standards-Version updated to version 3.8.4 * postrm-has-useless-call-to-ldconfig postinst-has-useless-call-to-ldconfig warning removed * XS-DM-Upload-Allowed removed -- Sylvestre Ledru Tue, 16 Mar 2010 15:35:02 +0100 paraview (3.6.2-2) unstable; urgency=low [Konstantinos Poulios] * Add .desktop file and mimetype file [Christophe Prud'homme] * update mimetype file with ensight case files * Bug fix: "[paraview] saving to png kills paraview", thanks to Ondrej Certik (Closes: #492869). * Bug fix: "[paraview] paraview sometimes kills xserver", thanks to Ondrej Certik (Closes: #494126). -- Christophe Prud'homme Sun, 31 Jan 2010 11:59:37 +0100 paraview (3.6.2-1) unstable; urgency=low [Christophe Prud'homme] * New upstream release * debian/control: updated Standards-Version to 3.8.3 (no changes) * added patch to fix build for hdf5 * Bug fix: "Package is uninstallable", thanks to Boris Pek (Closes: #558329). * Bug fix: "CVE-2009-3560 and CVE-2009-3720 denial-of-services", thanks to Michael Gilbert (Closes: #560935). * Bug fix: "Paraview 3.6.1 update", thanks to Mathieu Malaterre (Closes: #549211). * Bug fix: "patch for NMU 3.4.0-4.1", thanks to Francesco P. Lovergine (Closes: #550407). * Bug fix: "Updating the paraview Maintainer/Uploaders list", thanks to Sandro Tosi (Closes: #550415). -- Christophe Prud'homme Thu, 14 Jan 2010 10:23:56 +0100 paraview (3.4.0-4) unstable; urgency=low [ Rafael Laboissiere ] * debian/control: The Debian packaging files are now maintained through a Git repository at alioth.debian.org. Switch the Vcs-* URLs to Git, accordingly. [ Christophe Prud'homme ] * debian/control: update Standards-Version to 3.8.1 (no change) * debian/{compat,control}: increase dh compat to 7 * Fixes "undeclared conflicts with python-vtk" thanks to S Robbins (Closes: #516689). * Bug fix: "doesn't build from deb package", thanks to Gerber van der Graaf (Closes: #528640). * Bug fix: "paraview fails to build with some QT lib 4.x versions", thanks to Andres E. Rodriguez Lazo (Closes: #529632). -- Christophe Prud'homme Thu, 21 May 2009 07:25:30 +0200 paraview (3.4.0-3) unstable; urgency=low * debian/control: build-depends on mpi-default-dev, paraview depends on mpi-default instead of openmpi * debian/patches/use-ffmpeg-swscaler.patch: update patch with changes in header location * Bug fix: "'class vtkFFMPEGWriterInternal' has no member named 'rgbInput'", thanks to Adeodato Simó (Closes: #517763). * Bug fix: "No such file or directory", thanks to Kurt Roeckx (Closes: #518232). -- Christophe Prud'homme Thu, 05 Mar 2009 21:53:21 +0100 paraview (3.4.0-2) unstable; urgency=low * applied patch from Nick Ellery : - Use swscaler from ffmpeg rather than img_convert; - Add libswscale-dev to Build-Depends. * debian/control: added qt4-dev-tools to Build-Depends -- Christophe Prud'homme Sun, 22 Feb 2009 12:29:56 +0100 paraview (3.4.0-1) unstable; urgency=low * New upstream release: here is the list of new features - Added support for plotting multiple point/cell values over time. - Save screenshot now allows saving of all views. - It is not possible to save higher resolution screenshots. - Added support for picking end*points of lines widgets (used in plot over line and streamlines) using 'p'. - Added support for scene exporters. Supported formats are X3D (binary and ascii), VRML 2 and POV (Persistence of Vision Raytracer). - Added ability to open multiple CTH and Exodus restart files. - Added temporal statistics filter that can be used to find average, min, max and standard deviation of arrays over time. - Added support for choosing (picking) custom center of rotation. - Added volume rendering support for multi*block datasets. The user now chooses which block to volume render. - Added filter to append all blocks of a multi*block dataset to one unstructured grid. Can be used to volume render the whole multi*block dataset. - Added support to color by block. - Added 2D views / slice representation for volumes (vtkImageData). - Added box and sphere widgets for slicing and clipping. - Added cube axes that can be used to show scale of a dataset. - Added support to color by AMR level. - Added support to turn on/off the visibility of multiple objects. Select multiple objects in the pipeline browser and click on one of the eyeballs. - Added multiple selection using ctrl (command on Mac). When performing selection after the first time, hold ctrl to add to the existing selection. - Added "Normal Glyphs" custom filter. - Added "zoom" to individual arrays in the spreadsheet view. Double*click on the title*bar to activate/deactivate. - Added support for displaying textures on polygonal data. -- Christophe Prud'homme Fri, 17 Oct 2008 17:47:41 +0200 paraview (3.2.3-4) unstable; urgency=low [ Christophe Prud'homme ] * debian/control: depends on qt4-dev-tools to ensure that the help is available -- Christophe Prud'homme Wed, 10 Sep 2008 06:53:28 +0200 paraview (3.2.3-3) unstable; urgency=low [ Ondrej Certik ] * Build-Depend on libavformat-dev (>= 0.svn20080206-1). (Closes: #495822) [ Christophe Prud'homme ] * Bug fix: "paraview_3.2.3-2(sparc/unstable): FTBFS on sparc, bus error" (Closes: #494031) -- Christophe Prud'homme Tue, 26 Aug 2008 15:29:02 +0200 paraview (3.2.3-2) unstable; urgency=low [Christophe Prud'homme] * debian/rules: enable hdf5 with parallel support * debian/rules: enable documentation and examples * debian/control: added libxext-dev to fix QT_X11_Xext_LIBRARY not set properly * Bug fix: "paraview: Help->Help doesn't work", thanks to Thomas Weber (Closes: #488671). -- Christophe Prud'homme Fri, 01 Aug 2008 23:39:13 +0200 paraview (3.2.3-1) unstable; urgency=low [Christophe Prud'homme] * New upstream release * attempt to fix vtkFFMPEGWriter (0x9d62518): Error initializing video stream. * cmake 2.6 patch removed, applied upstream -- Christophe Prud'homme Tue, 29 Jul 2008 14:03:01 +0200 paraview (3.2.2-1) unstable; urgency=low [ Ondrej Certik ] * Upload to unstable (Closes: #462631) * New upstream release * debian/patches updated to the 3.2.2 source code * cmake2.6.patch added to configure well with cmake2.6 * libglu1-mesa-dev and libxt-dev added to Build-Depends * gcc4.3.patch added with fixes to compile with gcc 4.3 * Standards-Version bumped to 3.8.0 (no action needed) * debian/rules: python 2.4 changed to 2.5 * README.Debian updated to python2.5 * lintian override for binary-or-shlib-defines-rpath added [Christophe Prud'homme] * added paraview manapage by Gerber van der Graaf * -DMPI_EXTRA_LIBRARY="/usr/lib/libmpi++.so" added * added and install manpages to all binaries -- Christophe Prud'homme Sun, 15 Jun 2008 22:04:41 +0200 paraview (3.2.1-1) UNRELEASED; urgency=low [ Ondrej Certik ] * Initial Debian packaging * XS-Vcs-Svn and XS-Vcs-Browser fields added * Python scripting fixed * Build against Python 2.4 * /usr/lib/paraview/doc directory removed * /usr/bin/vtkWrapPythonInit removed * /usr/bin/vtkWrapPython removed [ Christophe Prud'homme ] * debian/copyright: added all the copyrights and licenses * debian/{rules,control}: use cdbs * debian/{rules,control}: depends on ffmpeg encoder * debian/{rules,control}: depends on python2.5 * debian/{rules,control}: depends on openmpi * debian/rules: enable shared libs and reduce package size tremendously * debian/rules: set the installation directories * debian/{rules, patches/configure.patch} applied patch for Qt4.4 by Gerber van der Graaf . -- Christophe Prud'homme Sat, 17 May 2008 08:58:58 +0200 debian/paraview-dev.manpages0000664000000000000000000000004412155702303013273 0ustar debian/manuals/man_paraview-dev/*.1 debian/control0000664000000000000000000001272212237550020010573 0ustar Source: paraview Section: science Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Science Team Uploaders: Christophe Prud'homme , Anton Gladky Build-Depends: debhelper (>= 9), cmake (>= 2.6.3), libqt4-dev (>= 4.3.3-2), libsqlite3-dev, qt4-dev-tools, libboost-all-dev, libavformat-dev (>= 4:0.7.1), libavutil-dev, libavcodec-dev, libswscale-dev, python-dev, python-support, libglu1-mesa-dev, libxt-dev, python-all, python-all-dev (>= 2.7), python-all-dev (<< 2.8), libxext-dev, doxygen, graphviz, gnuplot, libtiff-dev, libpng-dev, libjpeg-dev, libxml2-dev, libexpat-dev, zlib1g-dev, libfreetype6-dev, libmysqlclient-dev, libpq-dev, libtheora-dev, libogg-dev, mpi-default-dev, mpi-default-bin, libhdf5-dev (>= 1.8.8), hdf5-tools, libgl2ps-dev, libqtwebkit-dev (>=2.2.1), libeigen3-dev, libjsoncpp-dev Standards-Version: 3.9.4 Homepage: http://www.paraview.org/ Vcs-Git: git://git.debian.org/git/debian-science/packages/paraview.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/paraview.git Package: paraview Architecture: any Depends: tcl8.5 | tclsh, ${shlibs:Depends}, ${misc:Depends} Suggests: hdf5-tools, h5utils Recommends: mpi-default-bin, paraview-python, paraview-doc Description: Parallel Visualization Application ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include the following: . * Develop an open-source, multi-platform visualization application. * Support distributed computation models to process large data sets. * Create an open, flexible, and intuitive user interface. * Develop an extensible architecture based on open standards. . ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Mac OS X, Linux and various Unix workstations, clusters and supercomputers. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using Qt. Package: paraview-dev Architecture: any Section: libdevel Depends: qt4-dev-tools, ${shlibs:Depends}, ${misc:Depends}, paraview (= ${binary:Version}), libeigen3-dev Recommends: qt4-dev-tools (>= 4.3.3-2) Description: Parallel Visualization Application. Development header files ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include the following: . * Develop an open-source, multi-platform visualization application. * Support distributed computation models to process large data sets. * Create an open, flexible, and intuitive user interface. * Develop an extensible architecture based on open standards. . ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Mac OS X, Linux and various Unix workstations, clusters and supercomputers. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using Qt. Development header files Package: paraview-doc Architecture: all Recommends: paraview Section: doc Depends: ${misc:Depends} Description: Parallel Visualization Application. Comprehensive documentation ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include the following: . * Develop an open-source, multi-platform visualization application. * Support distributed computation models to process large data sets. * Create an open, flexible, and intuitive user interface. * Develop an extensible architecture based on open standards. . ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Mac OS X, Linux and various Unix workstations, clusters and supercomputers. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using Qt. Comprehensive documentation. Package: paraview-python Architecture: any Section: python Depends: paraview (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python (>= 2.7), python (<<2.8), python-vtk Provides: ${python:Provides} Description: Parallel Visualization Application. python-support ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include the following: . * Develop an open-source, multi-platform visualization application. * Support distributed computation models to process large data sets. * Create an open, flexible, and intuitive user interface. * Develop an extensible architecture based on open standards. . ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Mac OS X, Linux and various Unix workstations, clusters and supercomputers. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using Qt. Enables python support. debian/paraview-python.manpages0000664000000000000000000000003612155702303014037 0ustar debian/manuals/man_python/*.1 debian/paraview.lintian-overrides0000664000000000000000000000063512157674223014403 0ustar # These embedded libraries, seems, have different versions than in repository. # The code is incompatible with repo-versions. paraview: embedded-library usr/lib/paraview/libvtkftgl.so.1: ftgl paraview: postinst-has-useless-call-to-ldconfig paraview: postrm-has-useless-call-to-ldconfig paraview: binary-or-shlib-defines-rpath # Seems this issue due to --as-needed flag paraview: library-not-linked-against-libc debian/paraview.xpm0000664000000000000000000002101412155702272011535 0ustar /* XPM */ static char * paraviewlogo_xpm[] = { "32 32 405 2", " c None", ". c #6E554B", "+ c #7A4536", "@ c #742D26", "# c #71201F", "$ c #6E1A1C", "% c #72161B", "& c #532324", "* c #5B654A", "= c #476C43", "- c #356336", "; c #2B602F", "> c #225C2D", ", c #1B5228", "' c #234228", ") c #515D66", "! c #384F64", "~ c #264462", "{ c #193959", "] c #103457", "^ c #0E3152", "/ c #123251", "( c #AB6A5D", "_ c #E16352", ": c #CF3F35", "< c #CB2C2E", "[ c #C8242B", "} c #D7212B", "| c #84373A", "1 c #636460", "2 c #94C782", "3 c #62B764", "4 c #48AB51", "5 c #39A54B", "6 c #2EA54A", "7 c #2C9446", "8 c #2C5933", "9 c #648198", "0 c #568ABA", "a c #2F6CA9", "b c #185F9E", "c c #0A5898", "d c #055597", "e c #064378", "f c #916D62", "g c #A9413C", "h c #C51F29", "i c #BE1C27", "j c #BE1E27", "k c #BE1F27", "l c #C72129", "m c #663437", "n c #64725A", "o c #4EB258", "p c #259944", "q c #239845", "r c #269B46", "s c #329147", "t c #476D90", "u c #1F66A3", "v c #044E8C", "w c #054F8D", "x c #064E8B", "y c #085495", "z c #1F476B", "A c #8E544E", "B c #C33B3A", "C c #BD1B25", "D c #BE2027", "E c #C3242A", "F c #A62125", "G c #5C8754", "H c #2B9B45", "I c #229745", "J c #229746", "K c #249846", "L c #2C9744", "M c #31813F", "N c #36658E", "O c #085393", "P c #074C8B", "Q c #084D8B", "R c #074E8C", "S c #0D5A9C", "T c #283F55", "U c #954945", "V c #D23235", "W c #BD1C25", "X c #C92B2C", "Y c #912E31", "Z c #5BA95D", "` c #229743", " . c #239846", ".. c #269A46", "+. c #389546", "@. c #35673E", "#. c #496783", "$. c #246095", "%. c #044D8B", "&. c #074D8B", "*. c #0B5290", "=. c #0E518D", "-. c #47525D", ";. c #A24643", ">. c #C61E28", ",. c #BD1F27", "'. c #BF2328", "). c #D23031", "!. c #752D2F", "~. c #515549", "{. c #49AC56", "]. c #229844", "^. c #2D9E47", "/. c #439D4E", "(. c #324A37", "_. c #416483", ":. c #195F9D", "<. c #044C8A", "[. c #165998", "}. c #194671", "|. c #8C5751", "1. c #B33634", "2. c #BF1B26", "3. c #BE1E26", "4. c #C32D2C", "5. c #C32C2C", "6. c #704041", "7. c #4E7149", "8. c #319E49", "9. c #239746", "0. c #3A9F49", "a. c #3A9347", "b. c #30597F", "c. c #105A9A", "d. c #064C8A", "e. c #08508E", "f. c #1D61A2", "g. c #2C4B68", "h. c #894B46", "i. c #C82E2F", "j. c #BE1E25", "k. c #BF2028", "l. c #CB3932", "m. c #9F2B2B", "n. c #4A884C", "o. c #269845", "p. c #2A9A47", "q. c #469E4D", "r. c #35783F", "s. c #255785", "t. c #065090", "u. c #054D8B", "v. c #155793", "w. c #1E5E9D", "x. c #3C4F64", "y. c #8D3F3B", "z. c #CE262C", "A. c #BD1F26", "B. c #BD1E26", "C. c #C1292A", "D. c #D53F38", "E. c #8B3636", "F. c #46A14F", "G. c #379F49", "H. c #4EA254", "I. c #2D5C36", "J. c #47617C", "K. c #1A5A95", "L. c #044C8B", "M. c #064F8D", "N. c #255F9A", "O. c #1F5387", "P. c #9F3633", "Q. c #C41E27", "R. c #BF1F27", "S. c #C53731", "T. c #D03E39", "U. c #7B393A", "V. c #495B47", "W. c #3BA54F", "X. c #279946", "Y. c #49A551", "Z. c #4DA758", "`. c #2D5072", " + c #135C9D", ".+ c #064D8B", "++ c #0F5491", "@+ c #3167A4", "#+ c #2C5378", "$+ c #845350", "%+ c #BC2D2D", "&+ c #BD1C26", "*+ c #BD1E27", "=+ c #C12529", "-+ c #CB473B", ";+ c #B83834", ">+ c #803F42", ",+ c #4B7A4B", "'+ c #2A9846", ")+ c #339C47", "!+ c #55A85B", "~+ c #40944E", "{+ c #24517A", "]+ c #085394", "^+ c #064E8D", "/+ c #205B97", "(+ c #376FAE", "_+ c #334D69", ":+ c #7C3C3A", "<+ c #CE282C", "[+ c #BC1E26", "}+ c #C3312E", "|+ c #D45444", "1+ c #9E3D3C", "2+ c #3E8D46", "3+ c #249745", "4+ c #259845", "5+ c #44A34E", "6+ c #60AD64", "7+ c #34703E", "8+ c #1B5284", "9+ c #054E8E", "0+ c #0C5290", "a+ c #33669F", "b+ c #30659F", "c+ c #3E5269", "d+ c #8D3533", "e+ c #C92129", "f+ c #C02228", "g+ c #C84337", "h+ c #DD584A", "i+ c #8D3D3F", "j+ c #3A9C49", "k+ c #249946", "l+ c #309B46", "m+ c #55AA5B", "n+ c #66B66C", "o+ c #335539", "p+ c #2C4864", "q+ c #115896", "r+ c #064E8C", "s+ c #195894", "t+ c #4671A8", "u+ c #2D5785", "v+ c #A12929", "w+ c #C21E27", "x+ c #C22B2B", "y+ c #CE5745", "z+ c #CE4E47", "A+ c #893E40", "B+ c #426343", "C+ c #319B49", "D+ c #239946", "E+ c #40A04B", "F+ c #67B26A", "G+ c #58AB62", "H+ c #2E5071", "I+ c #0A589A", "J+ c #054D8A", "K+ c #0A518E", "L+ c #2D619B", "M+ c #507AB2", "N+ c #305175", "O+ c #673434", "P+ c #C4262A", "Q+ c #BD1D26", "R+ c #BF2128", "S+ c #C63B33", "T+ c #D76753", "U+ c #B14642", "V+ c #8A4449", "W+ c #3B7841", "X+ c #269545", "Y+ c #229846", "Z+ c #2D9B46", "`+ c #52A757", " @ c #75B776", ".@ c #3F8C4C", "+@ c #23517B", "@@ c #045090", "#@ c #145693", "$@ c #446EA4", "%@ c #4C7BB2", "&@ c #3A5571", "*@ c #7A3B3C", "=@ c #D1232A", "-@ c #C12729", ";@ c #CB503F", ">@ c #DD6F5C", ",@ c #9F4341", "'@ c #379146", ")@ c #259846", "!@ c #229845", "~@ c #3C9E49", "{@ c #64B067", "]@ c #7DBD7E", "^@ c #3E7449", "/@ c #0E508C", "(@ c #245D99", "_@ c #597BAE", ":@ c #436E9F", "<@ c #4D637B", "[@ c #913234", "}@ c #C41D26", "|@ c #BF2027", "1@ c #C6352F", "2@ c #D2654E", "3@ c #DF6D61", "4@ c #964546", "5@ c #319747", "6@ c #249A46", "7@ c #299945", "8@ c #4DA554", "9@ c #76BA77", "0@ c #7DC983", "a@ c #324634", "b@ c #314D64", "c@ c #085698", "d@ c #105491", "e@ c #3867A0", "f@ c #6889B9", "g@ c #416489", "h@ c #AD2126", "i@ c #BF1D27", "j@ c #C02529", "k@ c #CA4739", "l@ c #D87960", "m@ c #CC6259", "n@ c #92464A", "o@ c #3C6A40", "p@ c #2A9244", "q@ c #219945", "r@ c #389E48", "s@ c #5DAC61", "t@ c #8BC388", "u@ c #61AD6A", "v@ c #254B6E", "w@ c #065495", "x@ c #074F8D", "y@ c #1D5A96", "z@ c #5277AA", "A@ c #6C93C2", "B@ c #4A6784", "C@ c #6C3E3E", "D@ c #C92128", "E@ c #C4322F", "F@ c #D0614A", "G@ c #E08972", "H@ c #B05854", "I@ c #337F40", "J@ c #249443", "K@ c #49A451", "L@ c #74B875", "M@ c #98C893", "N@ c #3D8049", "O@ c #0B4273", "P@ c #05508F", "Q@ c #0D5390", "R@ c #33659E", "S@ c #6B88B5", "T@ c #6288B7", "U@ c #455F7C", "V@ c #7C3335", "W@ c #CD212A", "X@ c #BF2228", "Y@ c #C73632", "Z@ c #D0564B", "`@ c #E16861", " # c #A74C4E", ".# c #339246", "+# c #289C47", "@# c #309C46", "## c #4BA653", "$# c #6AB56D", "%# c #76C47E", "&# c #376142", "*# c #344350", "=# c #095595", "-# c #115693", ";# c #3568A1", "># c #5981B3", ",# c #3F6B95", "'# c #3B5970", ")# c #851E20", "!# c #C01C24", "~# c #BB1A22", "{# c #BA1B22", "]# c #BA1B23", "^# c #BA1A22", "/# c #8F3237", "(# c #37563B", "_# c #328E43", ":# c #259941", "<# c #229440", "[# c #219440", "}# c #219541", "|# c #229943", "1# c #343F35", "2# c #2E4760", "3# c #085498", "4# c #054A88", "5# c #054A89", "6# c #074A88", "7# c #074C8C", "8# c #204C76", " ", " ", " ", " ", " ", " ", " . + @ # $ % & * = - ; > , ' ) ! ~ { ] ^ / ", " ( _ : < [ } | 1 2 3 4 5 6 7 8 9 0 a b c d e ", " f g h i j k l m n o p q q r s t u v w x y z ", " A B C D k E F G H I J K L M N O P Q R S T ", " U V W k j X Y Z ` .I ..+.@. #.$.%.Q &.*.=.-. ", " ;.>.,.k '.).!. ~.{.].J q ^./.(. _.:.<.Q x [.}. ", " |.1.2.k 3.4.5.6. 7.8.9.I K 0.a. b.c.d.&.e.f.g. ", " h.i.j.k k.l.m. n.o.q q p.q.r. s.t.Q u.v.w.x. ", " y.z.A.B.C.D.E. F.K 9. .G.H.I. J.K.L.&.M.N.O. ", " P.Q.A.R.S.T.U. V.W. .J X.Y.Z. `. +d..+++@+#+ ", " $+%+&+*+=+-+;+>+ ,+'+ .I )+!+~+ {+]+&.^+/+(+_+ ", " :+<+[+j }+|+1+ 2+3+J 4+5+6+7+ 8+9+.+0+a+b+c+ ", " d+e+B.f+g+h+i+ j+k+I l+m+n+o+ p+q+.+r+s+t+u+ ", " v+w+j x+y+z+A+ B+C+D+q E+F+G+ H+I+J+K+L+M+N+ ", " O+P+Q+R+S+T+U+V+ W+X+Y+Z+`+ @.@ +@@@u.#@$@%@&@ ", " *@=@B.-@;@>@,@ '@)@!@~@{@]@^@ /@.+e.(@_@:@<@ ", " [@}@|@1@2@3@4@ 5@6@7@8@9@0@a@ b@c@.+d@e@f@g@ ", " h@i@j@k@l@m@n@ o@p@q@r@s@t@u@ v@w@x@y@z@A@B@ ", " C@D@k E@F@G@H@ I@J@X.K@L@M@N@ O@P@Q@R@S@T@U@ ", " V@W@X@Y@Z@`@ # .#+#@###$#%#&# *#=#w -#;#>#,#'# ", " )#!#~#{#]#^#/# (#_#:#<#[#}#|#1# 2#3#4#5#6#7#8# ", " ", " ", " ", " ", " "}; debian/paraview.xml0000664000000000000000000000105712155702272011536 0ustar ParaView Document ParaView Document debian/paraview-python.links0000664000000000000000000002626112155702303013374 0ustar usr/lib/paraview/libvtkRenderingAnnotationPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingAnnotationPython.so usr/lib/paraview/libvtkCommonComputationalGeometryPython27D.so usr/lib/python2.7/dist-packages/vtkCommonComputationalGeometryPython.so usr/lib/paraview/libvtkPVServerManagerDefaultPython27D.so usr/lib/python2.7/dist-packages/vtkPVServerManagerDefaultPython.so usr/lib/paraview/libvtkPVServerManagerRenderingPython27D.so usr/lib/python2.7/dist-packages/vtkPVServerManagerRenderingPython.so usr/lib/paraview/libvtkInteractionStylePython27D.so usr/lib/python2.7/dist-packages/vtkInteractionStylePython.so usr/lib/paraview/libvtkFiltersTexturePython27D.so usr/lib/python2.7/dist-packages/vtkFiltersTexturePython.so usr/lib/paraview/libvtkIOMPIImagePython27D.so usr/lib/python2.7/dist-packages/vtkIOMPIImagePython.so usr/lib/paraview/libvtkIONetCDFPython27D.so usr/lib/python2.7/dist-packages/vtkIONetCDFPython.so usr/lib/paraview/libvtkIOAMRPython27D.so usr/lib/python2.7/dist-packages/vtkIOAMRPython.so usr/lib/paraview/libvtkParallelCorePython27D.so usr/lib/python2.7/dist-packages/vtkParallelCorePython.so usr/lib/paraview/libvtkIOLegacyPython27D.so usr/lib/python2.7/dist-packages/vtkIOLegacyPython.so usr/lib/paraview/libvtkFiltersParallelFlowPathsPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersParallelFlowPathsPython.so usr/lib/paraview/libvtkRenderingFreeTypePython27D.so usr/lib/python2.7/dist-packages/vtkRenderingFreeTypePython.so usr/lib/paraview/libvtkIOImportPython27D.so usr/lib/python2.7/dist-packages/vtkIOImportPython.so usr/lib/paraview/libvtkFiltersAMRPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersAMRPython.so usr/lib/paraview/libvtkPVServerImplementationCorePython27D.so usr/lib/python2.7/dist-packages/vtkPVServerImplementationCorePython.so usr/lib/paraview/libvtkIOXMLParserPython27D.so usr/lib/python2.7/dist-packages/vtkIOXMLParserPython.so usr/lib/paraview/libvtkFiltersParallelMPIPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersParallelMPIPython.so usr/lib/paraview/libvtkFiltersHyperTreePython27D.so usr/lib/python2.7/dist-packages/vtkFiltersHyperTreePython.so usr/lib/paraview/libvtkFiltersGeometryPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersGeometryPython.so usr/lib/paraview/libvtkFiltersExtractionPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersExtractionPython.so usr/lib/paraview/libvtkRenderingLabelPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingLabelPython.so usr/lib/paraview/libvtkCommonCorePython27D.so usr/lib/python2.7/dist-packages/vtkCommonCorePython.so usr/lib/paraview/libvtkPVServerImplementationRenderingPython27D.so usr/lib/python2.7/dist-packages/vtkPVServerImplementationRenderingPython.so usr/lib/paraview/libvtkIOExodusPython27D.so usr/lib/python2.7/dist-packages/vtkIOExodusPython.so usr/lib/paraview/libvtkIOLSDynaPython27D.so usr/lib/python2.7/dist-packages/vtkIOLSDynaPython.so usr/lib/paraview/libvtkPVVTKExtensionsRenderingPython27D.so usr/lib/python2.7/dist-packages/vtkPVVTKExtensionsRenderingPython.so usr/lib/paraview/libvtkRenderingOpenGLPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingOpenGLPython.so usr/lib/paraview/libvtkCommonSystemPython27D.so usr/lib/python2.7/dist-packages/vtkCommonSystemPython.so usr/lib/paraview/libvtkIOInfovisPython27D.so usr/lib/python2.7/dist-packages/vtkIOInfovisPython.so usr/lib/paraview/libvtkIOImagePython27D.so usr/lib/python2.7/dist-packages/vtkIOImagePython.so usr/lib/paraview/libvtkFiltersSourcesPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersSourcesPython.so usr/lib/paraview/libvtkIOParallelNetCDFPython27D.so usr/lib/python2.7/dist-packages/vtkIOParallelNetCDFPython.so usr/lib/paraview/libvtkInteractionWidgetsPython27D.so usr/lib/python2.7/dist-packages/vtkInteractionWidgetsPython.so usr/lib/paraview/libvtkImagingCorePython27D.so usr/lib/python2.7/dist-packages/vtkImagingCorePython.so usr/lib/paraview/libvtkCommonColorPython27D.so usr/lib/python2.7/dist-packages/vtkCommonColorPython.so usr/lib/paraview/libvtkInteractionImagePython27D.so usr/lib/python2.7/dist-packages/vtkInteractionImagePython.so usr/lib/paraview/libvtkIOXdmf2Python27D.so usr/lib/python2.7/dist-packages/vtkIOXdmf2Python.so usr/lib/paraview/libvtkPVClientServerCoreRenderingPython27D.so usr/lib/python2.7/dist-packages/vtkPVClientServerCoreRenderingPython.so usr/lib/paraview/libvtkTestingRenderingPython27D.so usr/lib/python2.7/dist-packages/vtkTestingRenderingPython.so usr/lib/paraview/libvtkRenderingContext2DPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingContext2DPython.so usr/lib/paraview/libvtkIOParallelPython27D.so usr/lib/python2.7/dist-packages/vtkIOParallelPython.so usr/lib/paraview/libvtkRenderingLODPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingLODPython.so usr/lib/paraview/libvtkViewsCorePython27D.so usr/lib/python2.7/dist-packages/vtkViewsCorePython.so usr/lib/paraview/libvtkFiltersCorePython27D.so usr/lib/python2.7/dist-packages/vtkFiltersCorePython.so usr/lib/paraview/libvtkFiltersModelingPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersModelingPython.so usr/lib/paraview/libvtkIOPLYPython27D.so usr/lib/python2.7/dist-packages/vtkIOPLYPython.so usr/lib/paraview/libvtkPVCommonPython27D.so usr/lib/python2.7/dist-packages/vtkPVCommonPython.so usr/lib/paraview/libvtkImagingFourierPython27D.so usr/lib/python2.7/dist-packages/vtkImagingFourierPython.so usr/lib/paraview/libvtkRenderingCorePython27D.so usr/lib/python2.7/dist-packages/vtkRenderingCorePython.so usr/lib/paraview/libvtkFiltersGeneralPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersGeneralPython.so usr/lib/paraview/libvtkFiltersVerdictPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersVerdictPython.so usr/lib/paraview/libvtkViewsContext2DPython27D.so usr/lib/python2.7/dist-packages/vtkViewsContext2DPython.so usr/lib/paraview/libvtkRenderingVolumeAMRPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingVolumeAMRPython.so usr/lib/paraview/libvtkPVVTKExtensionsCorePython27D.so usr/lib/python2.7/dist-packages/vtkPVVTKExtensionsCorePython.so usr/lib/paraview/libvtkIOCorePython27D.so usr/lib/python2.7/dist-packages/vtkIOCorePython.so usr/lib/paraview/libvtkFiltersParallelImagingPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersParallelImagingPython.so usr/lib/paraview/libvtkPVServerManagerApplicationPython27D.so usr/lib/python2.7/dist-packages/vtkPVServerManagerApplicationPython.so usr/lib/paraview/libvtkIOGeometryPython27D.so usr/lib/python2.7/dist-packages/vtkIOGeometryPython.so usr/lib/paraview/libvtkFiltersParallelStatisticsPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersParallelStatisticsPython.so usr/lib/paraview/libvtkIOXMLPython27D.so usr/lib/python2.7/dist-packages/vtkIOXMLPython.so usr/lib/paraview/libvtkFiltersGenericPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersGenericPython.so usr/lib/paraview/libvtkChartsCorePython27D.so usr/lib/python2.7/dist-packages/vtkChartsCorePython.so usr/lib/paraview/libvtkIOVPICPython27D.so usr/lib/python2.7/dist-packages/vtkIOVPICPython.so usr/lib/paraview/libvtkCommonTransformsPython27D.so usr/lib/python2.7/dist-packages/vtkCommonTransformsPython.so usr/lib/paraview/libvtkDomainsChemistryPython27D.so usr/lib/python2.7/dist-packages/vtkDomainsChemistryPython.so usr/lib/paraview/libvtkRenderingFreeTypeOpenGLPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingFreeTypeOpenGLPython.so usr/lib/paraview/libvtkFiltersCosmoPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersCosmoPython.so usr/lib/paraview/libvtkImagingSourcesPython27D.so usr/lib/python2.7/dist-packages/vtkImagingSourcesPython.so usr/lib/paraview/libvtkPVClientServerCoreCorePython27D.so usr/lib/python2.7/dist-packages/vtkPVClientServerCoreCorePython.so usr/lib/paraview/libvtkCommonMathPython27D.so usr/lib/python2.7/dist-packages/vtkCommonMathPython.so usr/lib/paraview/libvtkIOParallelExodusPython27D.so usr/lib/python2.7/dist-packages/vtkIOParallelExodusPython.so usr/lib/paraview/libvtkIOParallelLSDynaPython27D.so usr/lib/python2.7/dist-packages/vtkIOParallelLSDynaPython.so usr/lib/paraview/libvtkPVServerManagerCorePython27D.so usr/lib/python2.7/dist-packages/vtkPVServerManagerCorePython.so usr/lib/paraview/libvtkFiltersFlowPathsPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersFlowPathsPython.so usr/lib/paraview/libvtkImagingHybridPython27D.so usr/lib/python2.7/dist-packages/vtkImagingHybridPython.so usr/lib/paraview/libvtkParallelMPIPython27D.so usr/lib/python2.7/dist-packages/vtkParallelMPIPython.so usr/lib/paraview/libvtkImagingColorPython27D.so usr/lib/python2.7/dist-packages/vtkImagingColorPython.so usr/lib/paraview/libvtkRenderingVolumeOpenGLPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingVolumeOpenGLPython.so usr/lib/paraview/libvtkCommonMiscPython27D.so usr/lib/python2.7/dist-packages/vtkCommonMiscPython.so usr/lib/paraview/libvtkFiltersParallelPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersParallelPython.so usr/lib/paraview/libvtkRenderingParallelPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingParallelPython.so usr/lib/paraview/libvtkInfovisCorePython27D.so usr/lib/python2.7/dist-packages/vtkInfovisCorePython.so usr/lib/paraview/libvtkImagingGeneralPython27D.so usr/lib/python2.7/dist-packages/vtkImagingGeneralPython.so usr/lib/paraview/libvtkPVVTKExtensionsWebGLExporterPython27D.so usr/lib/python2.7/dist-packages/vtkPVVTKExtensionsWebGLExporterPython.so usr/lib/paraview/libvtkPVClientServerCoreDefaultPython27D.so usr/lib/python2.7/dist-packages/vtkPVClientServerCoreDefaultPython.so usr/lib/paraview/libvtkFiltersStatisticsPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersStatisticsPython.so usr/lib/paraview/libvtkPVServerImplementationDefaultPython27D.so usr/lib/python2.7/dist-packages/vtkPVServerImplementationDefaultPython.so usr/lib/paraview/libvtkRenderingGL2PSPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingGL2PSPython.so usr/lib/paraview/libvtkPVVTKExtensionsDefaultPython27D.so usr/lib/python2.7/dist-packages/vtkPVVTKExtensionsDefaultPython.so usr/lib/paraview/libvtkFiltersHybridPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersHybridPython.so usr/lib/paraview/libvtkIOEnSightPython27D.so usr/lib/python2.7/dist-packages/vtkIOEnSightPython.so usr/lib/paraview/libvtkCommonExecutionModelPython27D.so usr/lib/python2.7/dist-packages/vtkCommonExecutionModelPython.so usr/lib/paraview/libvtkRenderingHybridOpenGLPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingHybridOpenGLPython.so usr/lib/paraview/libvtkRenderingVolumePython27D.so usr/lib/python2.7/dist-packages/vtkRenderingVolumePython.so usr/lib/paraview/libvtkImagingMorphologicalPython27D.so usr/lib/python2.7/dist-packages/vtkImagingMorphologicalPython.so usr/lib/paraview/libvtkFiltersProgrammablePython27D.so usr/lib/python2.7/dist-packages/vtkFiltersProgrammablePython.so usr/lib/paraview/libvtkRenderingMatplotlibPython27D.so usr/lib/python2.7/dist-packages/vtkRenderingMatplotlibPython.so usr/lib/paraview/libvtkCommonDataModelPython27D.so usr/lib/python2.7/dist-packages/vtkCommonDataModelPython.so usr/lib/paraview/libvtkIOExportPython27D.so usr/lib/python2.7/dist-packages/vtkIOExportPython.so usr/lib/paraview/libvtkCoProcessorPython27D.so usr/lib/python2.7/dist-packages/vtkCoProcessorPython.so usr/lib/paraview/libvtkFiltersImagingPython27D.so usr/lib/python2.7/dist-packages/vtkFiltersImagingPython.so usr/lib/paraview/libvtkIOMoviePython27D.so usr/lib/python2.7/dist-packages/vtkIOMoviePython.so debian/rules0000775000000000000000000000420512255604627010262 0ustar #! /usr/bin/make -f #export DH_VERBOSE=1 DESTDIR = $(CURDIR)/debian/tmp UPSTREAM_VERSION = $(shell dpkg-parsechangelog | awk '/^Version:/ { sub("-[^-]*$$", "", $$2); print $$2}') include /usr/share/dpkg/default.mk #Disable parallel on i386 due to http://pad.lv/1263493 %: dh $@ --with python2 $(if $(filter $(DEB_HOST_ARCH),i386),,--parallel) export LD_LIBRARY_PATH+=:$(CURDIR)/debian/paraview/usr/lib/paraview export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed # Explicit settings of MPI_* is required see # http://www.vtk.org/Bug/view.php?id=12572 PYVER = $(shell pyversions -dv) extra_flags += -Wno-dev \ -DBUILD_DOCUMENTATION=ON \ -DCMAKE_INSTALL_RPATH=/usr/lib/paraview \ -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF \ -DCMAKE_SKIP_RPATH=OFF \ -DBUILD_SHARED_LIBS=ON \ -DVTK_USE_SYSTEM_FREETYPE=ON \ -DVTK_USE_SYSTEM_JPEG=ON \ -DVTK_USE_SYSTEM_PNG=ON \ -DBUILD_TESTING=OFF \ -DVTK_USE_MPEG2_ENCODER=OFF \ -DVTK_USE_FFMPEG_ENCODER=ON \ -DPARAVIEW_ENABLE_FFMPEG=ON \ -DVTK_USE_OGGTHEORA_ENCODER=ON \ -DVTK_USE_SYSTEM_OGGTHEORA=ON \ -DVTK_INSTALL_LIBRARY_DIR="lib/paraview" \ -DVTK_INSTALL_ARCHIVE_DIR="lib/paraview" \ -DVTK_INSTALL_INCLUDE_DIR="include/paraview" \ -DVTK_INSTALL_DATA_DIR="share/paraview" \ -DVTK_INSTALL_DOC_DIR="share/doc/paraview" \ -DVTK_INSTALL_PACKAGE_DIR="lib/cmake/paraview" \ -DVTK_CUSTOM_LIBRARY_SUFFIX="" \ -DVTK_USE_SYSTEM_TIFF=ON \ -DVTK_USE_SYSTEM_ZLIB=ON \ -DBUILD_EXAMPLES=OFF \ -DVTK_USE_SYSTEM_LIBXML2=ON \ -DVTK_USE_SYSTEM_EXPAT=ON \ -DDOCUMENTATION_HTML_HELP=ON \ -DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \ -DBUILD_DOCUMENTATION=ON \ -DPARAVIEW_USE_MPI=ON \ -DMPI_INCLUDE_PATH="/usr/include/mpi" \ -DVTK_USE_SYSTEM_HDF5=ON \ -DPARAVIEW_ENABLE_PYTHON=ON \ -DPARAVIEW_BUILD_PLUGIN_AdiosReader:BOOL=ON \ -DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=ON \ -DEigen_DIR=/usr/include/eigen3 override_dh_auto_configure: dh_auto_configure -- $(extra_flags) override_dh_compress: dh_compress -X.qch override_dh_install: dh_install --list-missing override_dh_makeshlibs: dh_makeshlibs -V'paraview (>= $(UPSTREAM_VERSION)), paraview (<< $(UPSTREAM_VERSION).)' debian/paraview-python.pyinstall0000664000000000000000000000032712155702303014266 0ustar debian/tmp/usr/lib/paraview/site-packages/paraview/*.py paraview debian/tmp/usr/lib/paraview/site-packages/paraview/demos/*.py paraview.demos debian/tmp/usr/lib/paraview/site-packages/paraview/vtk/*.py paraview.vtk debian/watch0000664000000000000000000000040212155702303010213 0ustar version=3 opts=uversionmangle=s/-(RC|Linux|Windows|OSX)/~$1/g \ http://paraview.org/files/v(?!3\.98)(\d+\.\d*[02468])/[pP]ara[vV]iew-(\d.*?)(?:-Source)?\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) # Bart Martens Fri, 23 Nov 2012 08:09:56 +0000 debian/paraview-python.install0000664000000000000000000000005312155702303013711 0ustar usr/bin/pvpython usr/lib/paraview/pvpython debian/paraview.desktop0000664000000000000000000000037412155702272012410 0ustar [Desktop Entry] Version=1.0 Name=ParaView Viewer GenericName=Data Viewer Comment=ParaView allows viewing of large data sets Type=Application Terminal=false Icon=paraview MimeType=application/x-paraview; Categories=Education;Math;Science; Exec=paraview debian/paraview-doc.docs0000664000000000000000000000020212155702303012413 0ustar debian/tmp/usr/share/doc/paraview/paraview.qch debian/tmp/usr/share/doc/paraview/doxygen Applications/ParaView/Documentation/Book debian/scripts/0000775000000000000000000000000012155702303010655 5ustar debian/scripts/create_links.sh0000775000000000000000000000111612155702303013656 0ustar #!/bin/bash # The script serves for creation of paraview-python.links file FILE_NAME='paraview-python.links_autogenerated' echo "" > ${FILE_NAME} for k in $(find ./tmp/usr/lib/paraview -name *Python27D.so); do cuttedline=${k%Python27D.so*} cuttedline=${cuttedline#*w/} #echo ${cuttedline} cuttedline2=${cuttedline#*lib} #echo ${cuttedline2} echo usr/lib/paraview/${cuttedline}Python27D.so usr/lib/python2.7/dist-packages/${cuttedline2}Python.so >> ${FILE_NAME} echo usr/lib/paraview/${cuttedline}Python27D.so usr/lib/python2.7/dist-packages/${cuttedline2}Python.so done debian/patches/0000775000000000000000000000000012156413063010620 5ustar debian/patches/fix_manpages_errors.patch0000664000000000000000000004141712155702303015702 0ustar Description: rough editing of manpages, shipped with sources to fix lintian-warnnings. Author: Anton Gladky Last-Update: 2012-11-25 --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetCreateContext.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetCreateContext.3 @@ -29,8 +29,7 @@ .PP The \fBicetCreateContext\fP -function creates a new -.igcontext!\fBIceT \fP\fBIceT \fP +function creates a new .igcontext!\fBIceT \fP\fBIceT \fP context, makes it current, and returns a handle to the new context. The handle returned is of type \fBIceTContext\fP\&. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetSingleImageStrategy.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetSingleImageStrategy.3 @@ -46,7 +46,7 @@ Automatically chooses which single image strategy to use based on the number of processes participating in the composition. -.igsingle image strategy!automatic + .TP \fBICET_SINGLE_IMAGE_STRATEGY_BSWAP\fP The classic binary swap @@ -55,7 +55,6 @@ receives the opposite half from its partner. The processes are then partitioned into two groups that each have the same image part, and the algorithm recurses. -.igsingle image strategy!binary swap .TP \fBICET_SINGLE_IMAGE_STRATEGY_RADIXK\fP The radix\-k @@ -71,7 +70,6 @@ process partners with another, and one of the processes sends its entire image to the other. The algorithm recurses with the group of processes that received images until only one process has an image. -.igsingle image strategy!tree .PP By default \fBIceT \fPsets the single image strategy to \fBICET_SINGLE_IMAGE_STRATEGY_AUTOMATIC\fP --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetDepthf.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetDepthf.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetDepthFormat.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetDepthFormat.3 @@ -15,8 +15,6 @@ \fBicetImageGetColorFormat\fP,\fBicetImageGetDepthFormat\fP\-\- get the format of image buffers .PP -.igmanpage:icetImageGetDepthFormat -.igicetImageGetDepthFormat|(textbf .PP .SH Synopsis @@ -109,6 +107,5 @@ \fIicetSetColorFormat\fP(3), \fIicetSetDepthFormat\fP(3) .PP -.igicetImageGetDepthFormat|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetCompositeMode.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetCompositeMode.3 @@ -45,8 +45,7 @@ .PP .TP \fBICET_COMPOSITE_MODE_Z_BUFFER\fP - Use the -.igz\-bufferz\-buffer + Use the .igz\-bufferz\-buffer hidden\-surface removal operation. The compositing operation compares the distance of pixel fragments from the viewpoint and passes the fragment closest to the user. In order for @@ -55,8 +54,7 @@ .TP \fBICET_COMPOSITE_MODE_BLEND\fP Blend two fragments together -using the standard -.igover operator.igunder operatorover/under +using the standard .igover operator.igunder operatorover/under operator. in order for this operation to work, images must have a color buffer (set with \fBicetSetColorFormat\fP)that has an alpha channel and there must be --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetHeight.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetHeight.3 @@ -15,11 +15,7 @@ \fBicetImageGetWidth\fP,\fBicetImageGetHeight\fP,\fBicetImageGetNumPixels\fP\-\- get dimensions of an image .PP -.igmanpage:icetImageGetWidth -.igicetImageGetWidth|(textbf .PP -.igmanpage:icetImageGetHeight -.igicetImageGetHeight|(textbf .PP .SH Synopsis @@ -85,8 +81,6 @@ \fIicetImageGetColor\fP(3), \fIicetImageGetDepth\fP(3) .PP -.igicetImageGetWidth|)textbf .PP -.igicetImageGetHeight|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetSetColorFormat.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetSetColorFormat.3 @@ -15,8 +15,6 @@ \fBicetSetColorFormat\fP,\fBicetSetDepthFormat\fP\-\- specifies the buffer formats for \fBIceT \fPto use when creating images .PP -.igmanpage:icetSetDepthFormat -.igicetSetDepthFormat|(textbf .PP .SH Synopsis @@ -134,6 +132,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetSetDepthFormat|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorui.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorui.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetDisable.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetDisable.3 @@ -15,8 +15,7 @@ \fBicetEnable\fP,\fBicetDisable\fP\-\- enable/disable an \fBIceT \fPfeature. .PP -.igmanpage:icetDisable -.igicetDisable|(textbf + .PP .SH Synopsis @@ -177,6 +176,5 @@ .PP \fIicetIsEnabled\fP(3) .PP -.igicetDisable|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetDrawCallback.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetDrawCallback.3 @@ -18,18 +18,6 @@ .SH Synopsis .PP -#include -.PP -.TS H -l l l . -typedef void (*\fBIceTDrawCallbackType\fP)( - const IceTDouble * \fIprojection_matrix\fP, - const IceTDouble * \fImodelview_matrix\fP, - const IceTFloat * \fIbackground_color\fP, - const IceTInt * \fIreadback_viewport\fP, - \fBIceTImage\fP \fIresult\fP ) -.TE -.PP .TS H l l l . void \fBicetDrawCallback\fP( \fBIceTDrawCallbackType\fP \fIcallback\fP ); @@ -70,8 +58,7 @@ and \fImodelview_matrix\fP\&. Each of these arguments is a 16\-value array that represents a $4 *4$ transformation of homogeneous -coordinates. The arrays store the matrices in -.igcolumn\-major ordercolumn\-major +coordinates. The arrays store the matrices in .igcolumn\-major ordercolumn\-major order. .PP Note that the \fIprojection_matrix\fP --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetEnable.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetEnable.3 @@ -15,8 +15,7 @@ \fBicetEnable\fP,\fBicetDisable\fP\-\- enable/disable an \fBIceT \fPfeature. .PP -.igmanpage:icetDisable -.igicetDisable|(textbf + .PP .SH Synopsis @@ -177,6 +176,5 @@ .PP \fIicetIsEnabled\fP(3) .PP -.igicetDisable|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyColorub.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyColorub.3 @@ -15,8 +15,6 @@ \fBicetImageCopyColor\fP,\fBicetImageCopyDepth\fP\-\- retrieve pixel data from image .PP -.igmanpage:icetImageCopyDepth -.igicetImageCopyDepth|(textbf .PP .SH Synopsis @@ -129,6 +127,5 @@ \fIicetImageGetColor\fP(3), \fIicetImageGetDepth\fP(3) .PP -.igicetImageCopyDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyDepthf.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyDepthf.3 @@ -15,8 +15,6 @@ \fBicetImageCopyColor\fP,\fBicetImageCopyDepth\fP\-\- retrieve pixel data from image .PP -.igmanpage:icetImageCopyDepth -.igicetImageCopyDepth|(textbf .PP .SH Synopsis @@ -129,6 +127,5 @@ \fIicetImageGetColor\fP(3), \fIicetImageGetDepth\fP(3) .PP -.igicetImageCopyDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetDepth.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetDepth.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorub.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorub.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorFormat.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorFormat.3 @@ -15,8 +15,6 @@ \fBicetImageGetColorFormat\fP,\fBicetImageGetDepthFormat\fP\-\- get the format of image buffers .PP -.igmanpage:icetImageGetDepthFormat -.igicetImageGetDepthFormat|(textbf .PP .SH Synopsis @@ -109,6 +107,5 @@ \fIicetSetColorFormat\fP(3), \fIicetSetDepthFormat\fP(3) .PP -.igicetImageGetDepthFormat|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorf.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorf.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyColorf.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyColorf.3 @@ -15,8 +15,6 @@ \fBicetImageCopyColor\fP,\fBicetImageCopyDepth\fP\-\- retrieve pixel data from image .PP -.igmanpage:icetImageCopyDepth -.igicetImageCopyDepth|(textbf .PP .SH Synopsis @@ -129,6 +127,5 @@ \fIicetImageGetColor\fP(3), \fIicetImageGetDepth\fP(3) .PP -.igicetImageCopyDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetWidth.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetWidth.3 @@ -15,11 +15,7 @@ \fBicetImageGetWidth\fP,\fBicetImageGetHeight\fP,\fBicetImageGetNumPixels\fP\-\- get dimensions of an image .PP -.igmanpage:icetImageGetWidth -.igicetImageGetWidth|(textbf .PP -.igmanpage:icetImageGetHeight -.igicetImageGetHeight|(textbf .PP .SH Synopsis @@ -85,8 +81,6 @@ \fIicetImageGetColor\fP(3), \fIicetImageGetDepth\fP(3) .PP -.igicetImageGetWidth|)textbf .PP -.igicetImageGetHeight|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetStrategy.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetStrategy.3 @@ -48,7 +48,6 @@ compositing for more than one tile, but is recommended for the single tile case because it bypasses some of the communication necessary for the other multi\-tile strategies. -.igstrategy!sequential .TP \fBICET_STRATEGY_DIRECT\fP As each process renders an image @@ -56,7 +55,7 @@ display that tile. This usually results in a few processes receiving and processing the majority of the data, and is therefore usually an inefficient strategy. -.igstrategy!direct + .TP \fBICET_STRATEGY_SPLIT\fP Like \fBICET_STRATEGY_DIRECT\fP, @@ -65,7 +64,7 @@ about the same amount of data. This strategy is often very efficient, but due to the large amount of messages passed, it has not proven to be very scalable or robust. -.igstrategy!split + .TP \fBICET_STRATEGY_REDUCE\fP A two phase algorithm. In the @@ -77,7 +76,6 @@ well in a wide variety of multi\-tile applications. (However, in the special case where only one tile is defined, the sequential strategy is probably better.) -.igstrategy!reduce .TP \fBICET_STRATEGY_VTREE\fP An extension to the binary tree @@ -89,7 +87,7 @@ or \fBICET_STRATEGY_SPLIT\fP, but has very well behaved network communication. -.igstrategy!virtual trees + .PP Not all of the strategies support ordered image composition. \fBICET_STRATEGY_SEQUENTIAL\fP, --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyColor.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyColor.3 @@ -15,8 +15,6 @@ \fBicetImageCopyColor\fP,\fBicetImageCopyDepth\fP\-\- retrieve pixel data from image .PP -.igmanpage:icetImageCopyDepth -.igicetImageCopyDepth|(textbf .PP .SH Synopsis @@ -129,6 +127,5 @@ \fIicetImageGetColor\fP(3), \fIicetImageGetDepth\fP(3) .PP -.igicetImageCopyDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyDepth.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageCopyDepth.3 @@ -15,8 +15,6 @@ \fBicetImageCopyColor\fP,\fBicetImageCopyDepth\fP\-\- retrieve pixel data from image .PP -.igmanpage:icetImageCopyDepth -.igicetImageCopyDepth|(textbf .PP .SH Synopsis @@ -129,6 +127,5 @@ \fIicetImageGetColor\fP(3), \fIicetImageGetDepth\fP(3) .PP -.igicetImageCopyDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetNumPixels.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetNumPixels.3 @@ -15,11 +15,7 @@ \fBicetImageGetWidth\fP,\fBicetImageGetHeight\fP,\fBicetImageGetNumPixels\fP\-\- get dimensions of an image .PP -.igmanpage:icetImageGetWidth -.igicetImageGetWidth|(textbf .PP -.igmanpage:icetImageGetHeight -.igicetImageGetHeight|(textbf .PP .SH Synopsis @@ -85,8 +81,6 @@ \fIicetImageGetColor\fP(3), \fIicetImageGetDepth\fP(3) .PP -.igicetImageGetWidth|)textbf .PP -.igicetImageGetHeight|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetSetDepthFormat.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetSetDepthFormat.3 @@ -15,8 +15,6 @@ \fBicetSetColorFormat\fP,\fBicetSetDepthFormat\fP\-\- specifies the buffer formats for \fBIceT \fPto use when creating images .PP -.igmanpage:icetSetDepthFormat -.igicetSetDepthFormat|(textbf .PP .SH Synopsis @@ -134,6 +132,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetSetDepthFormat|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColor.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColor.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorcf.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorcf.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetDepthcf.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetDepthcf.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorcui.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorcui.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. --- a/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorcub.3 +++ b/ThirdParty/IceT/vtkicet/doc/man/man3/icetImageGetColorcub.3 @@ -15,8 +15,6 @@ \fBicetImageGetColor , \fBicetImageGetDepth\fP\-\- retrieve pixel data buffer from image\fP .PP -.igmanpage:icetImageGetDepth -.igicetImageGetDepth|(textbf .PP .SH Synopsis @@ -154,6 +152,5 @@ \fIicetImageGetColorFormat\fP(3), \fIicetImageGetDepthFormat\fP(3) .PP -.igicetImageGetDepth|)textbf .PP .\" NOTE: This file is generated, DO NOT EDIT. debian/patches/series0000664000000000000000000000006012156412761012035 0ustar fix_manpages_errors.patch use_system_json.patch debian/patches/use_system_json.patch0000664000000000000000000000151512156413063015074 0ustar Description: Use packaged version of json instead of embedded one. Author: Anton Gladky Last-Update: 2013-06-13 --- a/VTK/IO/Geometry/module.cmake +++ b/VTK/IO/Geometry/module.cmake @@ -7,7 +7,6 @@ vtkCommonMisc vtkIOCore vtkzlib - vtkjsoncpp TEST_DEPENDS vtkIOAMR vtkIOLegacy --- a/VTK/IO/Geometry/CMakeLists.txt +++ b/VTK/IO/Geometry/CMakeLists.txt @@ -41,3 +41,4 @@ ) vtk_module_library(vtkIOGeometry ${Module_SRCS}) +target_link_libraries(vtkIOGeometry jsoncpp) --- a/VTK/IO/Geometry/vtkPlot3DMetaReader.cxx +++ b/VTK/IO/Geometry/vtkPlot3DMetaReader.cxx @@ -32,7 +32,7 @@ #if defined(WIN32) && defined(VTK_BUILD_SHARED_LIBS) # define JSON_DLL #endif -#include +#include #define CALL_MEMBER_FN(object,ptrToMember) ((object).*(ptrToMember)) debian/README.source0000664000000000000000000000026112155702272011351 0ustar This packages uses a patch system. Please read /usr/share/doc/quilt/README.source for more informations. -- Steve M. Robbins , Sat, 26 Feb 2011 17:18:23 -0600 debian/compat0000664000000000000000000000000212155702303010364 0ustar 9 debian/TODO0000664000000000000000000000076712155702303007670 0ustar TODO: - What should I do with ParaView User's Guide 3.10: http://www.paraview.org/paraview/help/download/ParaView%20User's%20Guide%20v3.10.pdf - Need to document building of vtk-python plugins, since paraview-python and python-vtk conflicts. Changes is that vtk-python plugins will be not binary compatible (maybe VTK 5.8.0 should provide a good alternative) - Need to check vtkedge & gdcm paraview plugins still builds even after: http://www.paraview.org/pipermail/paraview/2011-September/022615.html debian/manuals/0000775000000000000000000000000012155702303010626 5ustar debian/manuals/man_python/0000775000000000000000000000000012155702303013002 5ustar debian/manuals/man_python/pvpython.10000664000000000000000000000066012155702303014755 0ustar .TH PVPYTHON 1 .SH NAME pvpython \- pvpython .SH SYNOPSIS .B pvpython .br .SH DESCRIPTION The .BR pvpython application, distributed with the ParaView application suite, is a Python client to the ParaView servers. It supports interactive execution as well as batch execution. You can find information in the paraview manual page and on the paraview web page http://www.paraview.org. .SH AUTHOR The Debian Scientific Computing Team debian/manuals/others/0000775000000000000000000000000012155702303012132 5ustar debian/manuals/others/mTestDriver.10000664000000000000000000000053412155702303014466 0ustar .TH NAME 1 .\" NAME mTestDriver, SECTION 1 .SH NAME mTestDriver \- mTestDriver .SH SYNOPSIS .B mTestDriver .br .SH DESCRIPTION This manual page documents briefly the .BR mTestDriver command. You can find information in the paraview manual page and on the paraview web page http://www.paraview.org. .SH AUTHOR The Debian Scientific Computing Team debian/manuals/genmanpage.sh0000775000000000000000000000077612155702303013301 0ustar #! /bin/sh #set -x for name in pvblot mTestDriver vtkEncodeString vtkWrapHierarchy vtkWrapPython vtkWrapPythonInit smTestDriver; do manname=`echo -n ${name}.1` cat > $manname <