File: control

package info (click to toggle)
coin3 3.1.4~abc9f50%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 42,008 kB
  • sloc: cpp: 248,959; ansic: 22,122; sh: 14,814; makefile: 9,227; perl: 2,366; lex: 1,562; lisp: 1,247; pascal: 961; xml: 604; yacc: 388; sed: 68
file content (93 lines) | stat: -rw-r--r-- 3,061 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
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
Source: coin3
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: graphics
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
               autotools-dev,
               doxygen,
               libgl1-mesa-dev,
               libx11-dev,
               libxext-dev,
               libxi-dev,
               libxmu-dev,
               libxpm-dev,
               libxt-dev,
               libboost-all-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/coin3.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/coin3.git
Homepage: https://bitbucket.org/Coin3D/coin/

Package: libcoin80v5
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Suggests: libbz2-1.0,
          libfreetype6,
          libopenal0a,
          libsimage-dev,
          zlib1g
Pre-Depends: ${misc:Pre-Depends}
Breaks: libcoin80
Replaces: libcoin80
Description: high-level 3D graphics kit implementing the Open Inventor API
 Coin is an OpenGL-based, retain-mode 3D graphics library that
 implements the Open Inventor 2.1 API. It also includes support for
 VRML97 and 3D audio.  Installing the suggested packages will enable
 extra features:
 .
     libsimage-dev enables loading of image files in SbImage
     libfreetype6 enables use of TrueType fonts
     libopenal0a   enables audio support
     zlib1g and libbz2 enable transparent read of compressed files

Package: libcoin80-dev
Architecture: any
Section: libdevel
Depends: libcoin80v5 (= ${binary:Version}),
         libgl1-mesa-dev | libgl-dev,
         libx11-dev,
         libxext-dev,
         libxi-dev,
         libxmu-dev,
         libxpm-dev,
         libxt-dev,
         ${misc:Depends}
Suggests: libcoin80-doc (= ${binary:Version})
Conflicts: inventor-dev,
           libcoin20-dev,
           libcoin40-dev,
           libcoin60-dev
Description: high-level 3D graphics devkit with Open Inventor and VRML97 support
 Coin is an OpenGL-based, retain-mode 3D graphics library that
 implements the Open Inventor 2.1 API. It also includes support for
 VRML97 and 3D audio.

Package: libcoin80-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libcoin80-dev (= ${binary:Version})
Conflicts: inventor-dev,
           libcoin20-doc,
           libcoin40-doc,
           libcoin60-doc
Description: high-level 3D graphics kit with Open Inventor and VRML97 support
 API documentation for the Coin library (the Open Inventor API) in
 manpage and HTML format.

Package: libcoin80-runtime
Architecture: all
Section: libs
Depends: ${misc:Depends}
Suggests: libcoin80v5
Conflicts: libcoin20-runtime,
           libcoin40-runtime,
           libcoin60-runtime
Description: high-level 3D graphics kit - external data files
 External data files used by the Coin library at run-time.  The
 dragger geometry files represent the defaults that are used if the
 files are not found.  This package is completely optional.