summaryrefslogtreecommitdiff
blob: def1c51b38bc6f704f067cf9d9a0dd7ddcd88220 (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
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>elvis@magic.io</email>
		<name>Elvis Pranskevichus</name>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription>Electron is a cross platform application development framework based on web technologies based on Chromium</longdescription>
	<use>
		<flag name="gconf">Use gnome-base/gconf</flag>
		<flag name="lto">Build with link time optimization enabled</flag>
		<flag name="pic">Disable optimized assembly code that is not PIC friendly</flag>
		<flag name="proprietary-codecs">Enable proprietary codecs like H.264, MP3</flag>
		<flag name="system-ffmpeg">Use system ffmpeg instead of the bundled one</flag>
		<flag name="system-libvpx">Use system libvpx instead of the bundled one</flag>
		<flag name="system-ssl">Use system OpenSSL instead of the bundled one</flag>
		<flag name="tcmalloc">Use bundled tcmalloc instead of system malloc</flag>
	</use>
	<upstream>
		<remote-id type="github">elprans/asar</remote-id>
		<remote-id type="github">elprans/gentoo-electron-patches</remote-id>
		<remote-id type="github">elprans/grit</remote-id>
		<remote-id type="github">elprans/node-browserify</remote-id>
	</upstream>
</pkgmetadata>