source: pst/printing/cups-browsed.xml@ 8bb1591

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 8bb1591 was 8bb1591, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Add cups-browsed-2.0.0

  • Property mode set to 100644
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY cups-browsed-download-http
8 "https://github.com/OpenPrinting/cups-browsed/releases/download/&cups-browsed-version;/cups-browsed-&cups-browsed-version;.tar.xz">
9 <!ENTITY cups-browsed-download-ftp " ">
10 <!ENTITY cups-browsed-md5sum "1f8dc0c5a08d8a410df0713c5adbaee9">
11 <!ENTITY cups-browsed-size "416 KB">
12 <!ENTITY cups-browsed-buildsize "6.3 MB">
13 <!ENTITY cups-browsed-time "less than 0.1 SBU (Using parallelism=4)">
14]>
15
16<sect1 id="cups-browsed" xreflabel="cups-browsed-&cups-browsed-version;">
17 <?dbhtml filename="cups-browsed.html"?>
18
19
20 <title>cups-browsed-&cups-browsed-version;</title>
21
22 <indexterm zone="cups-browsed">
23 <primary sortas="a-cups-browsed">cups-browsed</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to cups-browsed</title>
28
29 <para>
30 The <application>cups-browsed</application> daemon is used to
31 browse the network for remote CUPS queues and IPP network printers
32 and automatically create local queues pointing to them.
33 </para>
34
35 &lfs120_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&cups-browsed-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&cups-browsed-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &cups-browsed-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &cups-browsed-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &cups-browsed-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &cups-browsed-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">cups-browsed Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="libcupsfilters"/> and
76 <xref linkend="libppd"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="avahi"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="openldap"/>
87 </para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of cups-browsed</title>
93
94 <para>
95 Install <application>cups-browsed</application> by running the
96 following commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr \
100 --with-cups-rundir=/run/cups \
101 --without-rcdir \
102 --disable-static \
103 --docdir=/usr/share/doc/cups-browsed-&cups-browsed-version; &amp;&amp;
104make</userinput></screen>
105<!-- Tests seem to hang, not sure why
106 <para>
107 To test the results, issue <command>make check</command>.
108 </para>
109 -->
110 <para>
111 This package does not come with a functional test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 <para revision="systemd">
121 Install the systemd unit by running the following command as the
122 <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root" revision="systemd"><userinput>install -v -m644 daemon/cups-browsed.service /lib/systemd/system/cups-browsed.service</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/static-libraries.xml"/>
134
135 <para>
136 <parameter>--with-cups-rundir=/run/cups</parameter>: Defines the
137 directory containing transcient printing data. The default
138 <filename class="directory">/var/run/cups</filename> is obsolete.
139 </para>
140
141 <para>
142 <parameter>--without-rcdir</parameter>: This switch disables
143 installation of the bundled bootscript which is not compatible with BLFS.
144 </para>
145
146 </sect2>
147
148<!-- TODO: Write a bootscript for cups-browsed -->
149
150 <sect2 role="configuration" revision="systemd">
151 <title>Configuring cups-browsed</title>
152
153 <sect3 id="cups-browsed-init">
154 <title>Systemd Unit</title>
155
156 <para>
157 To start the <command>cups-browsed</command> daemon at boot, enable
158 the previously installed systemd unit by running the following command
159 as the <systemitem class="username">root</systemitem> user:
160 </para>
161
162 <indexterm zone="cups-browsed cups-browsed-init">
163 <primary sortas="f-cups-browsed">cups-browsed</primary>
164 </indexterm>
165
166<screen role="root"><userinput>systemctl enable cups-browsed</userinput></screen>
167
168 </sect3>
169
170 </sect2>
171
172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Programs</segtitle>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directories</segtitle>
179
180 <seglistitem>
181 <seg>
182 cups-browsed
183 </seg>
184 <seg>
185 None
186 </seg>
187 <seg>
188 None
189 </seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="cups-browsed-prog">
199 <term><command>cups-browsed</command></term>
200 <listitem>
201 <para>
202 is a daemon for browsing the Bonjour and CUPS broadcasts of
203 shared, remote CUPS printers
204 </para>
205 <indexterm zone="cups-browsed cups-browsed-prog">
206 <primary sortas="b-cups-browsed">cups-browsed</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 </variablelist>
212
213 </sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.