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
|
Source: opensubdiv
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Matteo F. Vescovi <mfv@debian.org>
Build-Conflicts:
libtbb-dev
Build-Depends:
cmake,
debhelper-compat (= 13),
libglew-dev,
libglfw3-dev,
libjs-jquery,
libxcursor-dev,
libxi-dev,
libxinerama-dev,
libxrandr-dev,
libxxf86vm-dev,
opencl-headers,
opensubdiv-tools <cross>,
zlib1g-dev
Build-Depends-Indep:
doxygen,
python3-dev,
python3-docutils,
python3-pygments
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://graphics.pixar.com/opensubdiv/
Vcs-Git: https://salsa.debian.org/multimedia-team/opensubdiv.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/opensubdiv
Package: libosdcpu3.6.0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Replaces: libosdcpu3.4.0 (<< 3.4.3-2)
Breaks: libosdcpu3.4.0 (<< 3.4.3-2)
Description: high performance subdivision surface (subdiv) library - CPU runtime
OpenSubdiv is a set of open source libraries that implement high
performance subdivision surface (subdiv) evaluation on massively
parallel CPU and GPU architectures. This codepath is optimized for
drawing deforming subdivs with static topology at interactive
framerates. The resulting limit surface matches Pixar's Renderman to
numerical precision.
.
This package provides the CPU-based runtime library.
Package: libosdgpu3.6.0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Replaces: libosdgpu3.4.0 (<< 3.4.3-2)
Breaks: libosdgpu3.4.0 (<< 3.4.3-2)
Description: high performance subdivision surface (subdiv) library - GPU runtime
OpenSubdiv is a set of open source libraries that implement high
performance subdivision surface (subdiv) evaluation on massively
parallel CPU and GPU architectures. This codepath is optimized for
drawing deforming subdivs with static topology at interactive
framerates. The resulting limit surface matches Pixar's Renderman to
numerical precision.
.
This package provides the GPU-based runtime library.
Package: libosd-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libosdcpu3.6.0 (= ${binary:Version}),
libosdgpu3.6.0 (= ${binary:Version}),
${misc:Depends}
Description: high performance subdivision surface (subdiv) library - development
OpenSubdiv is a set of open source libraries that implement high
performance subdivision surface (subdiv) evaluation on massively
parallel CPU and GPU architectures. This codepath is optimized for
drawing deforming subdivs with static topology at interactive
framerates. The resulting limit surface matches Pixar's Renderman to
numerical precision.
.
This package provides the development files.
Package: libosd-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
libosd-dev (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: high performance subdivision surface (subdiv) library - documentation
OpenSubdiv is a set of open source libraries that implement high
performance subdivision surface (subdiv) evaluation on massively
parallel CPU and GPU architectures. This codepath is optimized for
drawing deforming subdivs with static topology at interactive
framerates. The resulting limit surface matches Pixar's Renderman to
numerical precision.
.
This package provides the documentation.
Package: opensubdiv-tools
Section: graphics
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends}
Description: high performance subdivision surface (subdiv) library - tools
OpenSubdiv is a set of open source libraries that implement high
performance subdivision surface (subdiv) evaluation on massively
parallel CPU and GPU architectures. This codepath is optimized for
drawing deforming subdivs with static topology at interactive
framerates. The resulting limit surface matches Pixar's Renderman to
numerical precision.
.
This package provides the official tools.
|