blob: 56da8b649c2d1c111cbc76f00ee9abe282d7e8ba (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>net-irc</herd>
<maintainer>
<email>patrick@gentoo.org</email>
</maintainer>
<maintainer>
<email>sputnick@quassel-irc.org</email>
<description>Upstream author, please CC on bugs</description>
</maintainer>
<maintainer>
<email>poczta-sn@gazeta.pl</email>
<description>Author of the split ebuild based on Portage (non-split) one. Bugs regarding the split ebuild please here.</description>
</maintainer>
<use>
<flag name="phonon">
Build client with phonon backend support. This enables sound
playback in client.
</flag>
<flag name="webkit">
Use qt-webkit rendering engine for showing URL thumbnails and
for other things that need web browser integration.
</flag>
<flag name="X">
Build the Qt 4 GUI client for quassel. If this USE flag is
disabled, the GUI is not built, and cannot be used. You might
want to disable this on the server, but you need it enabled on
the client.
</flag>
<flag name="crypt">
Support core->network per-channel and per-query blowfish
encryption via <pkg>app-crypt/qca:2</pkg>.
</flag>
</use>
</pkgmetadata>
|