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
|
Source: openvdb
Section: libs
Priority: optional
Maintainer: Mathieu Malaterre <malat@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
dpkg-dev (>= 1.18.0),
libblosc-dev,
libboost-dev (>= 1.46),
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-python-dev,
libboost-system-dev,
libboost-thread-dev,
libcppunit-dev,
libglfw3-dev,
libglu1-mesa-dev | libglu1-dev,
libjemalloc-dev,
liblog4cplus-dev,
libopenexr-dev,
libtbb-dev (>= 4.3~20150611-0.1),
libz-dev,
python-all-dev,
python-numpy
Build-Depends-Indep: doxygen-latex, graphviz, python-epydoc
Homepage: http://openvdb.org
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/openvdb/trunk/
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/openvdb/trunk
Standards-Version: 3.9.8
X-Python-Version: 2.7
Package: libopenvdb3.2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Sparse Volume Processing toolkit - lib
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This package contains the libraries needed to run OpenVDB applications
Package: libopenvdb-dev
Architecture: any
Section: libdevel
Depends: libopenvdb3.2 (= ${binary:Version}), ${misc:Depends}
Description: Sparse Volume Processing toolkit - dev
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for developping OpenVDB applications
Package: libopenvdb-doc
Architecture: all
Section: doc
Depends: doc-base, ${misc:Depends}
Description: Sparse Volume Processing toolkit - doc
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for the doc files for OpenVDB
Package: libopenvdb-tools
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Sparse Volume Processing toolkit - runtime
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for the runtime. It installs vdb_print, vdb_render and
vdb_view
Package: python-openvdb
Architecture: any
Section: python
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Description: Sparse Volume Processing toolkit - Python binding
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for the Python binding.
|