File: control

package info (click to toggle)
openctm 1.0.3%2Bdfsg1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,684 kB
  • sloc: ansic: 9,241; cpp: 5,199; python: 735; makefile: 26
file content (65 lines) | stat: -rw-r--r-- 2,732 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
56
57
58
59
60
61
62
63
64
65
Source: openctm
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Teemu Ikonen <tpikonen@gmail.com>
Build-Depends: debhelper (>= 10), libpnglite-dev, libtinyxml-dev,
 libjpeg-dev, libglew-dev, freeglut3-dev, zlib1g-dev, libgtk2.0-dev,
Standards-Version: 4.1.3
Section: libs
Homepage: http://openctm.sourceforge.net/
Vcs-Git: https://salsa.debian.org/science-team/openctm.git
Vcs-Browser: https://salsa.debian.org/science-team/openctm

Package: libopenctm-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libopenctm1 (= ${binary:Version}), ${misc:Depends}
Description: Library headers for compression of 3D triangle meshes
 OpenCTM — the Open Compressed Triangle Mesh file format — is a file format,
 a software library and a tool set for compression of 3D triangle meshes.
 The geometry is compressed to a fraction of comparable file formats,
 and the format is easily accessible through a simple, portable API.
 .
 This package contains the development files needed for compiling programs
 using OpenCTM.

Package: libopenctm1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for compression of 3D triangle meshes
 OpenCTM — the Open Compressed Triangle Mesh file format — is a file format,
 a software library and a tool set for compression of 3D triangle meshes.
 The geometry is compressed to a fraction of comparable file formats,
 and the format is easily accessible through a simple, portable API.
 .
 This package contains the OpenCTM runtime library.

Package: openctm-tools
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tools for compression of 3D triangle meshes
 OpenCTM — the Open Compressed Triangle Mesh file format — is a file format,
 a software library and a tool set for compression of 3D triangle meshes.
 The geometry is compressed to a fraction of comparable file formats,
 and the format is easily accessible through a simple, portable API.
 .
 This package contains the programs ctmconv and ctmview, used to convert
 and view OpenCTM files.

Package: openctm-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Documentation for OpenCTM library and tools
 OpenCTM — the Open Compressed Triangle Mesh file format — is a file format,
 a software library and a tool set for compression of 3D triangle meshes.
 The geometry is compressed to a fraction of comparable file formats,
 and the format is easily accessible through a simple, portable API.
 .
 This package contains the OpenCTM documentation.