blob: 6b14a304fa551ef94a010e7ac93ecb477d094936 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>krsloco@gmail.com</email>
<name>Kellerman Rivero</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<!-- Video Project because of wireplumber dependency on libcamera: https://bugs.gentoo.org/867670 -->
<maintainer type="project" proxied="proxy">
<email>media-video@gentoo.org</email>
<name>Gentoo Video Project</name>
</maintainer>
<use>
<flag name="drm">Build with drm support for cam tool</flag>
<flag name="elfutils">Build with improved debugging using <pkg>dev-libs/elfutils</pkg></flag>
<flag name="gui">Build QCam extra tool</flag>
<flag name="openssl">Verify IPA modules signatures using <pkg>dev-libs/openssl</pkg>. Note:<pkg>dev-libs/openssl</pkg> is also required at build time to sign IPA modules.</flag>
<flag name="sdl">Build Cam extra tool with SDL sink support (requires USE=gui)</flag>
<flag name="tools">Build extra tools (including cam, qcam and lc-compliance). Note: 'qcam' requires also USE="gui"</flag>
<flag name="trace">Build with tracing capabilities</flag>
<flag name="unwind">Build with improved debugging using <pkg>sys-libs/libunwind</pkg> (has no effect if USE=elfutils is set)</flag>
</use>
<upstream>
<remote-id type="freedesktop-gitlab">camera/libcamera</remote-id>
</upstream>
</pkgmetadata>
|