summaryrefslogtreecommitdiff
blob: 09a0289b9f9fcbeb4657875da5c23c6a8ee4a703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>openoffice</herd>
	<longdescription>LibreOffice is a fork of OpenOffice.org. 
This ebuild allows you to compile it yourself. Unfortunately this 
compilation can take up to a day depending on the speed of your 
computer. It will however make a snappier openoffice than the binary 
version</longdescription>
	<use>
		<flag name="binfilter">Enable support for legacy StarOffice 5.x and earlier file formats</flag>
		<flag name="binfilterdebug">Generate debug info for binfilter code (not recommended, huge files result)</flag>
		<flag name="gtk3">Enable highly experimental gtk3 frontend</flag>
		<flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for allocations</flag>
		<flag name="odk">Build the Office Development Kit</flag>
		<flag name="telepathy">Enable document colaboration features using telepathy communication framework.</flag>
		<flag name="vba">Enable support for VBA compatibility and ActiveX embedding</flag>
		<flag name="webdav">Adds support for HTTP content adding via <pkg>net-libs/neon</pkg></flag>
	</use>
</pkgmetadata>