Skip to content

Commit 47e16e6

Browse files
package metadata
This metadata file provides information, amongst others, about the version, licence, maintainers and build dependencies. This file is used by build systems (catkin, colcon) to manage a dependency graph and resolve those dependencies automatically. The file structure is defined at: https://www.ros.org/reps/rep-0149.html Signed-off-by: Christian Rauch <[email protected]>
1 parent 22dcaea commit 47e16e6

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

package.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
4+
<name>libcamera</name>
5+
6+
<version>0.4.0</version>
7+
8+
<description>An open source camera stack and framework for Linux, Android, and ChromeOS</description>
9+
10+
<maintainer email="[email protected]">Christian Rauch</maintainer>
11+
12+
<license>LGPL-2.1</license>
13+
14+
<url>https://libcamera.org</url>
15+
16+
<author email="[email protected]">libcamera project</author>
17+
18+
<buildtool_depend>meson</buildtool_depend>
19+
<buildtool_depend>pkg-config</buildtool_depend>
20+
21+
<build_depend>python3-yaml</build_depend>
22+
<build_depend>python3-ply</build_depend>
23+
<build_depend>python3-jinja2</build_depend>
24+
<build_depend>openssl</build_depend>
25+
26+
<depend>yaml</depend>
27+
<depend>libssl-dev</depend>
28+
<depend>libudev-dev</depend>
29+
30+
<!-- workaround for https://bugs.libcamera.org/show_bug.cgi?id=189 -->
31+
<depend>libatomic</depend>
32+
33+
<export>
34+
<build_type>meson</build_type>
35+
</export>
36+
</package>

0 commit comments

Comments
 (0)