blob: 375947d5d5423312e3bb375a998a251a05dd451b (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>printing</herd>
<maintainer>
<email>calchan@gentoo.org</email>
<name>Denis Dupeyron</name>
</maintainer>
<maintainer>
<email>flameeyes@gentoo.org</email>
<name>Diego Elio Pettenò</name>
</maintainer>
<maintainer>
<email>billie@gentoo.org</email>
<name>Daniel Pielmeier</name>
</maintainer>
<use>
<flag name="doc">Build documentation</flag>
<flag name="cupsddk">Add support for <pkg>net-print/cupsddk</pkg> which
enables dynamic PPD files (recommended)</flag>
<flag name="dbus">Add support for <pkg>sys-apps/dbus</pkg> which enables
better communications with your device (recommended)</flag>
<flag name="fax">Enable fax on multifunction devices which support
it</flag>
<flag name="gtk">Enable GTK+ dependencies, currently only the scanner GUI
with USE=scanner</flag>
<flag name="hpcups">Build the hpcups driver for cups (by HP)</flag>
<flag name="hpijs">Build the IJS driver for cups (Foomatic)</flag>
<flag name="libnotify">Enables desktop notifications</flag>
<flag name="minimal">Only build internal hpijs driver (not recommended at
all, make sure you know what you are doing)</flag>
<flag name="new-hpcups">Build the new hpcups driver for cups which is no
longer based on APDK (by HP)</flag>
<flag name="parport">Enable parallel port for devices which require
it</flag>
<flag name="policykit">Enable sys-auth/policykit authentication
support</flag>
<flag name="ppds">Use precompiled PPD files (obsolete, use cupsddk
instead)</flag>
<flag name="qt4">Enable graphical interface using Qt 4</flag>
<flag name="scanner">Enable scanner on multifunction devices which support
it</flag>
<flag name="snmp">Add support for <pkg>net-analyzer/net-snmp</pkg> which
enables this driver to work over networks (both for server and
client)</flag>
<flag name="static-ppds">Use statically-generated PPDs instead of Dynamic
PPDs. This is deprecated, and this USE flag is thus suggested to stay
turned off</flag>
<flag name="udev-acl">Install udev acl rules which needs
<pkg>sys-fs/udev</pkg> with acl support</flag>
</use>
</pkgmetadata>
|