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/
|