[go: up one dir, main page]

File: control

package info (click to toggle)
soqt 1.3.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,444 kB
  • ctags: 5,628
  • sloc: cpp: 21,475; sh: 9,312; makefile: 1,448; ansic: 1,291; perl: 8
file content (37 lines) | stat: -rw-r--r-- 1,660 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
Source: soqt
Section: graphics
Priority: optional
Maintainer: Steve M. Robbins <smr@debian.org>
Build-Depends: debhelper (>= 5), doxygen, libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxp-dev, libxpm-dev, libxt-dev, x-dev, xlibmesa-gl-dev, libcoin40-dev, libqt3-mt-dev, qt3-dev-tools
Standards-Version: 3.6.2.0

Package: libsoqt20
Conflicts: libsoqt20c102
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Qt GUI component toolkit for Inventor - runtime
 SoQt is a Qt GUI component toolkit library for Coin, based on the
 API of the InventorXt GUI component toolkit.  SoQt is also compatible 
 with OpenInventor of SGI and TGS.
 .
 See http://doc.coin3d.org/SoQt/

Package: libsoqt-dev
Architecture: any
Section: libdevel
Depends: libsoqt20 (= ${Source-Version}), libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxp-dev, libxpm-dev, libxt-dev, x-dev, xlibmesa-gl-dev, libcoin40-dev, libqt3-mt-dev, qt3-dev-tools
Description: Qt GUI component toolkit for Inventor - development
 SoQt is a Qt GUI component toolkit library for Coin, based on the
 API of the InventorXt GUI component toolkit.  SoQt is also compatible 
 with OpenInventor of SGI and TGS.
 .
 SoQt provides a class-hierarchy of viewer classes that ranges from a
 simple render canvas (the SoQtRenderArea), providing only the basic
 synchronization and device input conversion routines between Qt and
 Coin, up to 3 different full-featured viewer classes
 (SoQtExaminerViewer, SoQtPlaneViewer and SoQtFlyViewer) with input
 device handling logic and user interfaces to let the application
 programmer do Rapid Application Development.
 .
 See http://doc.coin3d.org/SoQt/