forked from rock-core/gui-vizkit3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
26 lines (26 loc) · 905 Bytes
/
manifest.xml
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
<package>
<description brief="Rock Visualization Library">
Provides a Qt based framework for visualisation of rock data items.
Visualisation plugins for specific data items are within the respective packages.
</description>
<author>Jakob Schwendner/[email protected]</author>
<maintainer>Steffen Planthaber/[email protected]</maintainer>
<copyright>
DFKI/[email protected]
</copyright>
<keywords>
<keyword>utilities</keyword>
<keyword>ui</keyword>
<keyword>visualization</keyword>
<keyword>vizkit3d</keyword>
</keywords>
<stage>-1</stage>
<depend package="osg" />
<depend package="qt4" />
<depend package="qt4-opengl" />
<depend package="gui/osg_qt4" />
<depend package="boost" />
<depend package="base/cmake" />
<depend package="gui/osgviz" />
<!-- <depend package="qt-designer" /> !-->
</package>