summaryrefslogtreecommitdiff
path: root/www-client/chromium/metadata.xml
blob: f8c7b77e951c89cc1d190860fe9b22e223ea86cb (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
36
37
38
39
40
<?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" proxied="yes">
		<email>Matt.Jolly@footclan.ninja</email>
		<name>Matt Jolly</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<use>
		<flag name="component-build">Split build into more shared libraries to speed up linking. Mostly intended for debugging and development, NOT RECOMMENDED for general use.</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="pic">Disable optimized assembly code that is not PIC friendly</flag>
		<flag name="proprietary-codecs">Enable codecs for patent-encumbered audio and video formats.</flag>
		<flag name="suid">Build the SUID sandbox, which is only needed on CONFIG_USER_NS=n kernels</flag>
		<flag name="system-av1">Use system libaom and dav1d instead of the bundled one.</flag>
		<flag name="system-ffmpeg">Use system ffmpeg instead of the bundled one</flag>
		<flag name="system-harfbuzz">Use system harfbuzz instead of the bundled one.</flag>
		<flag name="system-icu">Use system icu instead of the bundled one</flag>
		<flag name="system-png">Use system libpng 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">stha09/chromium-patches</remote-id>
	</upstream>
</pkgmetadata>