summaryrefslogtreecommitdiff
path: root/www-client/chromium/metadata.xml
blob: 46230c5852604ed206b69b2227e83f34e1f05609 (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
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>chromium@gentoo.org</email>
		<name>Chromium in Gentoo Project</name>
	</maintainer>
	<maintainer type="person">
		<email>kangie@gentoo.org</email>
		<name>Matt Jolly</name>
	</maintainer>
	<use>
		<flag name="ffmpeg-chromium">(binpkg only) Use Chromium FFmpeg fork (<pkg>media-video/ffmpeg-chromium</pkg>) rather than mainline FFmpeg (<pkg>media-video/ffmpeg</pkg>)</flag>
		<flag name="debug">Enable DCHECK feature with severity configurable at runtime. Mostly intended for debugging and development, NOT RECOMMENDED for general use.</flag>
		<flag name="gtk4">Build with GTK4 headers.</flag>
		<flag name="headless">Build Ozone only with headless backend, NOT RECOMMENDED for general use.</flag>
		<flag name="hangouts">Enable support for Google Hangouts features such as screen sharing</flag>
		<flag name="libcxx">Use bundled libc++ instead of libstdc++ for building.</flag>
		<flag name="lto">Build with Link Time Optimizations (via clang's ThinLTO)</flag>
		<flag name="official">Enable Official build instead of Developer build.</flag>
		<flag name="pax-kernel">Allow building on a PaX-enabled kernel</flag>
		<flag name="pgo">Build with Profile Guided Optimizations (2-stage compilation)</flag>
		<flag name="proprietary-codecs">Enable codecs for patent-encumbered audio and video formats.</flag>
		<flag name="system-harfbuzz">Use system <pkg>media-libs/harfbuzz</pkg> instead of the bundled library.</flag>
		<flag name="system-icu">Use system <pkg>dev-libs/icu</pkg> instead of the bundled one</flag>
		<flag name="system-png">Use system <pkg>media-libs/libpng</pkg> instead of the bundled library</flag>
		<flag name="system-toolchain">Use system toolchain instead of the bundled one (if possible)</flag>
		<flag name="system-zstd">Use system <pkg>app-arch/zstd</pkg> instead of the bundled one.</flag>
		<flag name="widevine">Unsupported closed-source DRM capability (required by Netflix VOD)</flag>
	</use>
	<upstream>
		<remote-id type="github">chromium/chromium</remote-id>
		<remote-id type="gitlab">Matt.Jolly/chromium-patches</remote-id>
	</upstream>
</pkgmetadata>