forked from choreonoid/choreonoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
56 lines (47 loc) · 2.11 KB
/
package.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
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
<?xml version="1.0"?>
<package format="2">
<name>choreonoid</name>
<version>1.7.0</version>
<description>
Choreonoid is an integrated graphical robotics application framework including a simulator, a motion editor, etc.
</description>
<maintainer email="[email protected]">Shin'ichiro Nakaoka</maintainer>
<license>MIT</license>
<author email="[email protected]">Shin'ichiro Nakaoka</author>
<url type="website">http://choreonoid.org/</url>
<url type="repository">https://github.com/choreonoid/choreonoid/</url>
<url type="bugtracker">https://github.com/choreonoid/choreonoid/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>boost</depend>
<build_export_depend>eigen</build_export_depend>
<build_depend>yaml</build_depend>
<exec_depend>yaml</exec_depend>
<depend>zlib</depend>
<depend>libjpeg</depend>
<build_depend>libpng-dev</build_depend>
<build_depend>assimp-dev</build_depend>
<exec_depend>assimp</exec_depend>
<build_export_depend>qtbase5-dev</build_export_depend>
<build_depend>libqt5-opengl-dev</build_depend>
<build_depend>libqt5x11extras5-dev</build_depend>
<exec_depend>libqt5-core</exec_depend>
<exec_depend>libqt5-gui</exec_depend>
<exec_depend>libqt5-widgets</exec_depend>
<exec_depend>libqt5-network</exec_depend>
<exec_depend>libqt5-opengl</exec_depend>
<exec_depend>opengl</exec_depend>
<!-- Choreonoid depends on Python and numpy if its Python integration is enabled, but the dependency on
python packages is omitted in this file because package.xml cannot describe the dependency on
different versions of Python for each distribution. In fact up to Melodic uses Python2 and from
Noetic uses Python3. -->
<!-- Packages that Media-plugin depends on -->
<build_depend>libpulse-dev</build_depend>
<build_depend>libsndfile1-dev</build_depend>
<build_depend>libgstreamer1.0-dev</build_depend>
<build_depend>libgstreamer-plugins-base1.0-dev</build_depend>
<exec_depend>gstreamer1.0</exec_depend>
<exec_depend>gstreamer1.0-plugins-base</exec_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>