File: control

package info (click to toggle)
volpack 1.0b3-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,248 kB
  • sloc: ansic: 12,177; sh: 9,066; makefile: 85; csh: 76
file content (55 lines) | stat: -rw-r--r-- 2,297 bytes parent folder | download
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
Source: volpack
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael Hanke <michael.hanke@gmail.com>,
           Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11),
               m4,
               d-shlibs
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/volpack
Vcs-Git: https://salsa.debian.org/med-team/volpack.git
Homepage: http://graphics.stanford.edu/software/volpack/

Package: libvolpack1
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: fast volume rendering library
 VolPack is a software library for fast, high-quality volume rendering with
 this features:
  * Renders data sampled on a regular, three-dimensional grid.
  * Supports user-specified transfer functions for both opacity and color.
  * Provides a shading model with directional light sources, multiple material
    types with different reflective properties, depth cueing, and shadows.
  * Produces color (24 bits/pixel) or grayscale (8 bits/pixel) renderings,
    with or without an alpha channel.
  * Supports arbitrary affine view transformations.
  * Supports a flexible data format that allows an arbitrary C structure to be
    associated with each voxel.

Package: libvolpack1-dev
Architecture: any
Section: libdevel
Depends: libvolpack1 (= ${binary:Version}),
         ${devlibs:Depends},
         ${misc:Depends},
         grap
Conflicts: libvolpack-dev
Provides: libvolpack-dev
Description: fast volume rendering library (development package)
 VolPack is a software library for fast, high-quality volume rendering with
 this features:
  * Renders data sampled on a regular, three-dimensional grid.
  * Supports user-specified transfer functions for both opacity and color.
  * Provides a shading model with directional light sources, multiple material
    types with different reflective properties, depth cueing, and shadows.
  * Produces color (24 bits/pixel) or grayscale (8 bits/pixel) renderings,
    with or without an alpha channel.
  * Supports arbitrary affine view transformations.
  * Supports a flexible data format that allows an arbitrary C structure to be
    associated with each voxel.
 .
 This is the development package.