source: networking/netutils/avahi.xml@ af40952f

trunk
Last change on this file since af40952f was 0e16b36, checked in by Bruce Dubbs <bdubbs@…>, 4 weeks ago

Archive qt5.

There are a large number of packages that needed to be changed to
remove qt5, but most are harmless. One package that is affected
is vlc where the gui interface is no longer available. Videos
can still be played from the command line and the kf6 dependency
on vlc is still satisfied.

If necessary qt5 can be restored for vlc.

Also three other files are archived that are no longer needed.

  • Property mode set to 100644
File size: 23.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[49547f1]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
[a1fa348]7 <!ENTITY avahi-download-http "https://github.com/lathiat/avahi/releases/download/v&avahi-version;/avahi-&avahi-version;.tar.gz">
[49547f1]8 <!ENTITY avahi-download-ftp " ">
[25ff6d5]9 <!ENTITY avahi-md5sum "229c6aa30674fc43c202b22c5f8c2be7">
10 <!ENTITY avahi-size "1.5 MB">
11 <!ENTITY avahi-buildsize "32 MB">
[a1fa348]12 <!ENTITY avahi-time "0.3 SBU">
[49547f1]13]>
14
[7ded7e3]15<sect1 id="avahi" xreflabel="Avahi-&avahi-version;">
[49547f1]16 <?dbhtml filename="avahi.html"?>
17
18
[7ded7e3]19 <title>Avahi-&avahi-version;</title>
[49547f1]20
21 <indexterm zone="avahi">
[7ded7e3]22 <primary sortas="a-Avahi">Avahi</primary>
[49547f1]23 </indexterm>
24
25 <sect2 role="package">
[7ded7e3]26 <title>Introduction to Avahi</title>
[49547f1]27
[7ded7e3]28 <para>
29 The <application>Avahi</application> package is a system which
30 facilitates service discovery on a local network.
31 </para>
[49547f1]32
[4c0efc3c]33 &lfs122_checked;
[49547f1]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
[7ded7e3]38 <para>
39 Download (HTTP): <ulink url="&avahi-download-http;"/>
40 </para>
[49547f1]41 </listitem>
42 <listitem>
[7ded7e3]43 <para>
44 Download (FTP): <ulink url="&avahi-download-ftp;"/>
45 </para>
[49547f1]46 </listitem>
47 <listitem>
[7ded7e3]48 <para>
49 Download MD5 sum: &avahi-md5sum;
50 </para>
[49547f1]51 </listitem>
52 <listitem>
[7ded7e3]53 <para>
54 Download size: &avahi-size;
55 </para>
[49547f1]56 </listitem>
57 <listitem>
[7ded7e3]58 <para>
59 Estimated disk space required: &avahi-buildsize;
60 </para>
[49547f1]61 </listitem>
62 <listitem>
[7ded7e3]63 <para>
64 Estimated build time: &avahi-time;
65 </para>
[49547f1]66 </listitem>
67 </itemizedlist>
68
[14726fe]69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>
73 Required patch:
74 <ulink url="&patch-root;/avahi-&avahi-version;-ipv6_race_condition_fix-1.patch"/>
75 </para>
76 </listitem>
77 </itemizedlist>
78
[7ded7e3]79 <bridgehead renderas="sect3">Avahi Dependencies</bridgehead>
[49547f1]80
81 <bridgehead renderas="sect4">Required</bridgehead>
[7ded7e3]82 <para role="required">
[c0bc0a9]83 <xref linkend="glib2"/> (GObject Introspection recommended)
[7ded7e3]84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
[d6988867]87 <para role="recommended">
[0e16b36]88 <xref linkend="gtk3"/> and
89 <xref linkend="libdaemon"/>
[7ded7e3]90 </para>
[cd127db2]91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
[dac1800]94 <xref linkend="dbus-python"/>,
[6365d99]95 <xref linkend="libevent"/>,
[82b0e62]96 <xref linkend="doxygen"/>,
97 &gtk2; (deprecated), and
[dac1800]98 <ulink url="https://sourceforge.net/projects/xmltoman/">xmltoman</ulink>
99 (for generating documentation)
[dc600829]100 </para>
[49547f1]101
102 </sect2>
103
104 <sect2 role="installation">
[7ded7e3]105 <title>Installation of Avahi</title>
[49547f1]106
[7ded7e3]107 <para>
108 There should be a dedicated user and group to take control
109 of the <command>avahi-daemon</command> daemon after it is
110 started. Issue the following commands as the
111 <systemitem class="username">root</systemitem> user:
112 </para>
[49547f1]113
[7ded7e3]114<screen role="root"><userinput>groupadd -fg 84 avahi &amp;&amp;
[2e68ced9]115useradd -c "Avahi Daemon Owner" -d /run/avahi-daemon -u 84 \
[7ded7e3]116 -g avahi -s /bin/false avahi</userinput></screen>
[49547f1]117
[7ded7e3]118 <para>
[2c87187]119 There should also be a dedicated privileged access group for
[7ded7e3]120 <application>Avahi</application> clients. Issue the following command as
[0d7900a]121 the <systemitem class="username">root</systemitem> user:
[7ded7e3]122 </para>
[49547f1]123
[7ded7e3]124<screen role="root"><userinput>groupadd -fg 86 netdev</userinput></screen>
[49547f1]125
[14726fe]126 <para>
127 Fix a regression that results in a race condition when IPv6 is in use
128 and multiple network adapters are present on the system:
129 </para>
130
131<screen><userinput remap="pre">patch -Np1 -i ../avahi-&avahi-version;-ipv6_race_condition_fix-1.patch</userinput></screen>
132
[3b339ddc]133 <para>
[2c87187]134 Fix a security vulnerability in <command>avahi-daemon</command>:
[3b339ddc]135 </para>
136
137<screen><userinput remap="pre">sed -i '426a if (events &amp; AVAHI_WATCH_HUP) { \
138client_free(c); \
139return; \
140}' avahi-daemon/simple-protocol.c</userinput></screen>
141
[7c56ece]142 <para>
143 Install <application>Avahi</application> by running the following
144 commands:
145 </para>
[49547f1]146
[2e68ced9]147<screen revision="sysv"><userinput>./configure \
148 --prefix=/usr \
149 --sysconfdir=/etc \
150 --localstatedir=/var \
151 --disable-static \
152 --disable-libevent \
153 --disable-mono \
154 --disable-monodoc \
155 --disable-python \
156 --disable-qt3 \
157 --disable-qt4 \
[0e16b36]158 --disable-qt5 \
[2e68ced9]159 --enable-core-docs \
160 --with-distro=none \
161 --with-systemdsystemunitdir=no \
[87c582c]162 --with-dbus-system-address='unix:path=/run/dbus/system_bus_socket' &amp;&amp;
[49547f1]163make</userinput></screen>
164
[2e68ced9]165<screen revision="systemd"><userinput>./configure \
166 --prefix=/usr \
167 --sysconfdir=/etc \
168 --localstatedir=/var \
169 --disable-static \
170 --disable-libevent \
171 --disable-mono \
172 --disable-monodoc \
173 --disable-python \
174 --disable-qt3 \
175 --disable-qt4 \
[0e16b36]176 --disable-qt5 \
[2e68ced9]177 --enable-core-docs \
178 --with-distro=none \
[87c582c]179 --with-dbus-system-address='unix:path=/run/dbus/system_bus_socket' &amp;&amp;
[cec6657e]180make</userinput></screen>
181
[7ded7e3]182 <para>
183 This package does not come with a test suite.
184 </para>
[49547f1]185
[7c56ece]186 <para>
187 Now, as the <systemitem class="username">root</systemitem> user:
188 </para>
[49547f1]189
190<screen role="root"><userinput>make install</userinput></screen>
191
192 </sect2>
193
194 <sect2 role="commands">
195 <title>Command Explanations</title>
196
[7ded7e3]197 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
198 href="../../xincludes/static-libraries.xml"/>
[49547f1]199
[6365d99]200 <para>
201 <parameter>--disable-libevent</parameter>: This parameter disables the
202 use of <xref linkend="libevent"/>. Remove if you have it installed.
203 </para>
204
[7ded7e3]205 <para>
[d6988867]206 <parameter>--disable-mono</parameter>: This parameter disables the
[7ded7e3]207 <application>Mono</application> bindings.
208 </para>
[49547f1]209
[7ded7e3]210 <para>
[d6988867]211 <parameter>--disable-monodoc</parameter>: This parameter disables
[7ded7e3]212 documentation for the <application>Mono</application> bindings.
213 </para>
[49547f1]214
[7ded7e3]215 <para>
[d6988867]216 <parameter>--disable-python</parameter>: This parameter disables the
[7ded7e3]217 scripts that depend on <application>Python</application>. It also
218 allows a regular install to complete successfully.
219 </para>
[49547f1]220
[7ded7e3]221 <para>
[d6988867]222 <parameter>--disable-qt3</parameter>: This parameter disables the
[8558044]223 attempt to build the obsolete <application>Qt3</application>
[e4d2b8d]224 portions of the package.
[7ded7e3]225 </para>
[49547f1]226
[7ded7e3]227 <para>
[e4d2b8d]228 <parameter>--disable-qt4</parameter>: This parameter disables the
[8558044]229 attempt to build the obsolete <application>Qt4Core</application>
[e4d2b8d]230 portions of the package.
[7ded7e3]231 </para>
[49547f1]232
[7ded7e3]233 <para>
[d6988867]234 <parameter>--enable-core-docs</parameter>: This parameter enables the
[7ded7e3]235 building of documentation.
236 </para>
[49547f1]237
[7ded7e3]238 <para>
239 <parameter>--with-distro=none</parameter>: There is an obsolete
240 boot script in the distribution for LFS. This option disables it.
241 </para>
[49547f1]242
[cec6657e]243 <para revision="sysv">
[e12c552]244 <parameter>--with-systemdsystemunitdir=no</parameter>: Without it, the
245 daemon fails to start in BLFS, which does not support
246 <application>systemd</application>.
247 </para>
248
[2e68ced9]249 <para>
[875b3b57]250 <parameter>--with-dbus-system-address=</parameter>: This option
[5f729f8]251 prevents the package from referring to the deprecated
[2e68ced9]252 <filename class='directory'>/var/run</filename> directory.
253 </para>
254
[7ded7e3]255 <para>
256 <option>--disable-dbus</option>: This parameter disables the use
257 of <application>D-Bus</application>.
258 </para>
[79d9ab52]259
[7ded7e3]260 <para>
261 <option>--disable-gtk</option>: This parameter disables the use
262 of <application>GTK+2</application>.
263 </para>
[cd127db2]264
[7ded7e3]265 <para>
266 <option>--disable-gtk3</option>: This parameter disables the use
267 of <application>GTK+3</application>.
268 </para>
[cd127db2]269
[9063b113]270 <para>
[0e16b36]271 <option>--disable-qt5</option>: This parameter disables
272 the use of <application>Qt5</application>, and allows
273 building without it.
[9063b113]274 </para>
275
[7ded7e3]276 <para>
277 <option>--disable-libdaemon</option>: This parameter disables the use
[d6988867]278 of <application>libdaemon</application>. If you use this option,
[7ded7e3]279 <command>avahi-daemon</command> won't be built.
280 </para>
[cd127db2]281
[7ded7e3]282 <para>
283 <option>--enable-tests</option>: This option enables the building of
284 tests and examples.
285 </para>
[49547f1]286
[7ded7e3]287 <para>
288 <option>--enable-compat-howl</option>: This option enables the
289 compatibility layer for <application>HOWL</application>.
290 </para>
[79d9ab52]291
[7ded7e3]292 <para>
293 <option>--enable-compat-libdns_sd</option>: This option enables the
294 compatibility layer for <application>libdns_sd</application>.
295 </para>
[49547f1]296
[79d9ab52]297 </sect2>
298
299 <sect2 role="configuration">
300 <title>Configuring avahi</title>
301
302 <sect3 id="avahi-init">
303 <title>Boot Script</title>
304
[cec6657e]305 <para revision="sysv">
[7ded7e3]306 To automatically start the <command>avahi-daemon</command>
307 when the system is rebooted, install the
308 <filename>/etc/rc.d/init.d/avahi</filename> bootscript from
[cec6657e]309 the <xref linkend="bootscripts"/> package.
310 </para>
311
312 <para revision="systemd">
313 To start the <command>avahi-daemon</command> daemon at boot, enable
314 the previously installed systemd unit by running the following command
315 as the <systemitem class="username">root</systemitem> user:
[7ded7e3]316 </para>
[79d9ab52]317
318 <indexterm zone="avahi avahi-init">
319 <primary sortas="f-avahi">avahi</primary>
320 </indexterm>
321
[cec6657e]322<screen role="root" revision="sysv"><userinput>make install-avahi</userinput></screen>
323
324<screen role="root" revision="systemd"><userinput>systemctl enable avahi-daemon</userinput></screen>
[dac1800]325
[cec6657e]326 <para revision="systemd">
327 To start the <command>avahi-dnsconfd</command> daemon at boot, enable
328 the previously installed systemd unit by running the following command
329 as the <systemitem class="username">root</systemitem> user:
330 </para>
331
332<screen role="root" revision="systemd"><userinput>systemctl enable avahi-dnsconfd</userinput></screen>
[dac1800]333
[79d9ab52]334 </sect3>
[49547f1]335
336 </sect2>
337
338 <sect2 role="content">
339 <title>Contents</title>
340
341 <segmentedlist>
342 <segtitle>Installed Programs</segtitle>
343 <segtitle>Installed Libraries</segtitle>
344 <segtitle>Installed Directories</segtitle>
345
346 <seglistitem>
[25ff6d5]347 <seg>avahi-autoipd, avahi-browse, avahi-browse-domains,
348 avahi-daemon, avahi-discover-standalone, avahi-dnsconfd,
[79d9ab52]349 avahi-publish, avahi-publish-address, avahi-publish-service,
350 avahi-resolve, avahi-resolve-address, avahi-resolve-host-name,
351 avahi-set-host-name, bshell, bssh, and bvnc</seg>
[8558044]352 <seg>libavahi-client.so, libavahi-common.so, libavahi-core.so,
[25ff6d5]353 libavahi-glib.so, libavahi-gobject.so, libavahi-libevent.so
[0e16b36]354 libavahi-ui-gtk3.so, libavahi-ui.so, libdns_sd.so, and
[6e1336bb]355 libhowl.so</seg>
[25ff6d5]356 <seg>/etc/avahi/services, /usr/include/{avahi-client,avahi-common,
[8558044]357 avahi-compat-howl, avahi-compat-libdns_sd, avahi-core, avahi-glib,
[0e16b36]358 avahi-gobject, avahi-libevent, avahi-ui},
[25ff6d5]359 /usr/lib/avahi, /usr/share/avahi</seg>
[49547f1]360 </seglistitem>
361 </segmentedlist>
362
363 <variablelist>
364 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
365 <?dbfo list-presentation="list"?>
366 <?dbhtml list-presentation="table"?>
367
368 <varlistentry id="avahi-autoipd">
369 <term><command>avahi-autoipd</command></term>
370 <listitem>
[7c56ece]371 <para>
[4c24eb0a]372 is a IPv4LL network address configuration daemon
[7c56ece]373 </para>
[49547f1]374 <indexterm zone="avahi avahi-autoipd">
375 <primary sortas="b-avahi-autoipd">avahi-autoipd</primary>
376 </indexterm>
377 </listitem>
378 </varlistentry>
[25ff6d5]379 <!--
[49547f1]380 <varlistentry id="avahi-bookmarks">
381 <term><command>avahi-bookmarks</command></term>
382 <listitem>
[7c56ece]383 <para>
384 is a Web service showing mDNS/DNS-SD announced HTTP services
385 using the <application>Avahi</application> daemon.
386 </para>
[49547f1]387 <indexterm zone="avahi avahi-bookmarks">
388 <primary sortas="b-avahi-bookmarks">avahi-bookmarks</primary>
389 </indexterm>
390 </listitem>
391 </varlistentry>
[25ff6d5]392 -->
[49547f1]393 <varlistentry id="avahi-browse">
394 <term><command>avahi-browse</command></term>
395 <listitem>
[7c56ece]396 <para>
397 browses for mDNS/DNS-SD services using the
[4c24eb0a]398 <application>Avahi</application> daemon
[7c56ece]399 </para>
[49547f1]400 <indexterm zone="avahi avahi-browse">
401 <primary sortas="b-avahi-browse">avahi-browse</primary>
402 </indexterm>
403 </listitem>
404 </varlistentry>
405
[79d9ab52]406 <varlistentry id="avahi-browse-domains">
407 <term><command>avahi-browse-domains</command></term>
408 <listitem>
[7c56ece]409 <para>
410 browses for mDNS/DNS-SD services using the
[4c24eb0a]411 <application>Avahi</application> daemon
[7c56ece]412 </para>
[79d9ab52]413 <indexterm zone="avahi avahi-browse-domains">
414 <primary sortas="b-avahi-browse-domains">avahi-browse-domains</primary>
415 </indexterm>
416 </listitem>
417 </varlistentry>
418
[49547f1]419 <varlistentry id="avahi-daemon">
420 <term><command>avahi-daemon</command></term>
421 <listitem>
[7c56ece]422 <para>
[4c24eb0a]423 is the <application>Avahi</application> mDNS/DNS-SD daemon
[7c56ece]424 </para>
[49547f1]425 <indexterm zone="avahi avahi-daemon">
426 <primary sortas="b-avahi-daemon">avahi-daemon</primary>
427 </indexterm>
428 </listitem>
429 </varlistentry>
[25ff6d5]430 <!--
[49547f1]431 <varlistentry id="avahi-discover">
432 <term><command>avahi-discover</command></term>
433 <listitem>
[7c56ece]434 <para>
435 browses for mDNS/DNS-SD services using the
436 <application>Avahi</application> daemon.
437 </para>
[49547f1]438 <indexterm zone="avahi avahi-discover">
439 <primary sortas="b-avahi-discover">avahi-discover</primary>
440 </indexterm>
441 </listitem>
442 </varlistentry>
[25ff6d5]443 -->
[49547f1]444 <varlistentry id="avahi-discover-standalone">
445 <term><command>avahi-discover-standalone</command></term>
446 <listitem>
[7c56ece]447 <para>
448 browses for mDNS/DNS-SD services using the
[4c24eb0a]449 <application>Avahi</application> daemon
[7c56ece]450 </para>
[49547f1]451 <indexterm zone="avahi avahi-discover-standalone">
452 <primary sortas="b-avahi-discover-standalone">avahi-discover-standalone</primary>
453 </indexterm>
454 </listitem>
455 </varlistentry>
456
457 <varlistentry id="avahi-dnsconfd">
458 <term><command>avahi-dnsconfd</command></term>
459 <listitem>
[7c56ece]460 <para>
[4c24eb0a]461 is a Unicast DNS server from mDNS/DNS-SD configuration daemon
[7c56ece]462 </para>
[49547f1]463 <indexterm zone="avahi avahi-dnsconfd">
464 <primary sortas="b-avahi-dnsconfd">avahi-dnsconfd</primary>
465 </indexterm>
466 </listitem>
467 </varlistentry>
468
469 <varlistentry id="avahi-publish">
470 <term><command>avahi-publish</command></term>
471 <listitem>
[7c56ece]472 <para>
473 registers a mDNS/DNS-SD service or host name or address mapping
[4c24eb0a]474 using the <application>Avahi</application> daemon
[7c56ece]475 </para>
[49547f1]476 <indexterm zone="avahi avahi-publish">
477 <primary sortas="b-avahi-publish">avahi-publish</primary>
478 </indexterm>
479 </listitem>
480 </varlistentry>
481
[79d9ab52]482 <varlistentry id="avahi-publish-address">
483 <term><command>avahi-publish-address</command></term>
484 <listitem>
[7c56ece]485 <para>
486 registers a mDNS/DNS-SD service or host name or address mapping
[4c24eb0a]487 using the <application>Avahi</application> daemon
[7c56ece]488 </para>
[79d9ab52]489 <indexterm zone="avahi avahi-publish-address">
490 <primary sortas="b-avahi-publish-address">avahi-publish-address</primary>
491 </indexterm>
492 </listitem>
493 </varlistentry>
494
495 <varlistentry id="avahi-publish-service">
496 <term><command>avahi-publish-service</command></term>
497 <listitem>
[7c56ece]498 <para>
499 registers a mDNS/DNS-SD service or host name or address mapping
[4c24eb0a]500 using the <application>Avahi</application> daemon
[7c56ece]501 </para>
[79d9ab52]502 <indexterm zone="avahi avahi-publish-service">
503 <primary sortas="b-avahi-publish-service">avahi-publish-service</primary>
504 </indexterm>
505 </listitem>
506 </varlistentry>
507
[49547f1]508 <varlistentry id="avahi-resolve">
509 <term><command>avahi-resolve</command></term>
510 <listitem>
[7c56ece]511 <para>
512 resolves one or more mDNS/DNS host name(s) to IP address(es)
513 (and vice versa) using the <application>Avahi</application>
[4c24eb0a]514 daemon
[7c56ece]515 </para>
[49547f1]516 <indexterm zone="avahi avahi-resolve">
517 <primary sortas="b-avahi-resolve">avahi-resolve</primary>
518 </indexterm>
519 </listitem>
520 </varlistentry>
521
[79d9ab52]522 <varlistentry id="avahi-resolve-address">
523 <term><command>avahi-resolve-address</command></term>
524 <listitem>
[7c56ece]525 <para>
526 resolves one or more mDNS/DNS host name(s) to IP address(es)
527 (and vice versa) using the <application>Avahi</application>
[4c24eb0a]528 daemon
[7c56ece]529 </para>
[79d9ab52]530 <indexterm zone="avahi avahi-resolve-address">
531 <primary sortas="b-avahi-resolve-address">avahi-resolve-address</primary>
532 </indexterm>
533 </listitem>
534 </varlistentry>
535
536 <varlistentry id="avahi-resolve-host-name">
537 <term><command>avahi-resolve-host-name</command></term>
538 <listitem>
[7c56ece]539 <para>
540 resolves one or more mDNS/DNS host name(s) to IP address(es)
541 (and vice versa) using the <application>Avahi</application>
[4c24eb0a]542 daemon
[7c56ece]543 </para>
[79d9ab52]544 <indexterm zone="avahi avahi-resolve-host-name">
545 <primary sortas="b-avahi-resolve-host-name">avahi-resolve-host-name</primary>
546 </indexterm>
547 </listitem>
548 </varlistentry>
549
[49547f1]550 <varlistentry id="avahi-set-host-name">
551 <term><command>avahi-set-host-name</command></term>
552 <listitem>
[7c56ece]553 <para>
[4c24eb0a]554 changes the mDNS host name
[7c56ece]555 </para>
[49547f1]556 <indexterm zone="avahi avahi-set-host-name">
557 <primary sortas="b-avahi-set-host-name">avahi-set-host-name</primary>
558 </indexterm>
559 </listitem>
560 </varlistentry>
561
[79d9ab52]562 <!--<varlistentry id="bshell">
563 <term><command>bshell</command></term>
564 <listitem>
[7c56ece]565 <para>
566 does this .....
567 </para>
[79d9ab52]568 <indexterm zone="avahi bshell">
569 <primary sortas="b-bshell">bshell</primary>
570 </indexterm>
571 </listitem>
572 </varlistentry>-->
573
[49547f1]574 <varlistentry id="bssh">
575 <term><command>bssh</command></term>
576 <listitem>
[7c56ece]577 <para>
[4c24eb0a]578 browses for SSH servers on the local network
[7c56ece]579 </para>
[49547f1]580 <indexterm zone="avahi bssh">
581 <primary sortas="b-bssh">bssh</primary>
582 </indexterm>
583 </listitem>
584 </varlistentry>
585
[79d9ab52]586 <varlistentry id="bvnc">
587 <term><command>bvnc</command></term>
588 <listitem>
[7c56ece]589 <para>
[4c24eb0a]590 browses for VNC servers on the local network
[7c56ece]591 </para>
[79d9ab52]592 <indexterm zone="avahi bvnc">
593 <primary sortas="b-bvnc">bvnc</primary>
594 </indexterm>
595 </listitem>
596 </varlistentry>
[49547f1]597
598 <!--<varlistentry id="libavahi-client">
599 <term><filename class='libraryfile'>libavahi-client.{so,a}</filename></term>
600 <listitem>
[7c56ece]601 <para>
602 contains functions that .....
603 </para>
[49547f1]604 <indexterm zone="avahi libavahi-client">
605 <primary sortas="c-libavahi-client">libavahi-client.{so,a}</primary>
606 </indexterm>
607 </listitem>
608 </varlistentry>
609
610 <varlistentry id="libavahi-common">
611 <term><filename class='libraryfile'>libavahi-common.{so,a}</filename></term>
612 <listitem>
[7c56ece]613 <para>
614 contains functions that .....
615 </para>
[49547f1]616 <indexterm zone="avahi libavahi-common">
617 <primary sortas="c-libavahi-common">libavahi-common.{so,a}</primary>
618 </indexterm>
619 </listitem>
620 </varlistentry>
621
622 <varlistentry id="libavahi-core">
623 <term><filename class='libraryfile'>libavahi-core.{so,a}</filename></term>
624 <listitem>
[7c56ece]625 <para>
626 contains functions that .....
627 </para>
[49547f1]628 <indexterm zone="avahi libavahi-core">
629 <primary sortas="c-libavahi-core">libavahi-core.{so,a}</primary>
630 </indexterm>
631 </listitem>
632 </varlistentry>
633
634 <varlistentry id="libavahi-glib">
635 <term><filename class='libraryfile'>libavahi-glib.{so,a}</filename></term>
636 <listitem>
[7c56ece]637 <para>
638 contains functions that .....
639 </para>
[49547f1]640 <indexterm zone="avahi libavahi-glib">
641 <primary sortas="c-libavahi-glib">libavahi-glib.{so,a}</primary>
642 </indexterm>
643 </listitem>
644 </varlistentry>
645
646 <varlistentry id="libavahi-gobject">
647 <term><filename class='libraryfile'>libavahi-gobject.{so,a}</filename></term>
648 <listitem>
[7c56ece]649 <para>
650 contains functions that .....
651 </para>
[49547f1]652 <indexterm zone="avahi libavahi-gobject">
653 <primary sortas="c-libavahi-gobject">libavahi-gobject.{so,a}</primary>
654 </indexterm>
655 </listitem>
656 </varlistentry>
657
[79d9ab52]658 <varlistentry id="libavahi-ui-gtk3">
659 <term><filename class='libraryfile'>libavahi-ui-gtk3.{so,a}</filename></term>
660 <listitem>
[7c56ece]661 <para>
662 contains functions that .....
663 </para>
[79d9ab52]664 <indexterm zone="avahi libavahi-ui-gtk3">
665 <primary sortas="c-libavahi-ui-gtk3">libavahi-ui-gtk3.{so,a}</primary>
666 </indexterm>
667 </listitem>
668 </varlistentry>
669
[49547f1]670 <varlistentry id="libavahi-ui">
671 <term><filename class='libraryfile'>libavahi-ui.{so,a}</filename></term>
672 <listitem>
[7c56ece]673 <para>
674 contains functions that .....
675 </para>
[49547f1]676 <indexterm zone="avahi libavahi-ui">
677 <primary sortas="c-libavahi-ui">libavahi-ui.{so,a}</primary>
678 </indexterm>
679 </listitem>
[79d9ab52]680 </varlistentry>
681
682 <varlistentry id="libdns_sd">
683 <term><filename class='libraryfile'>libdns_sd.{so,a}</filename></term>
684 <listitem>
[7c56ece]685 <para>
686 contains functions that .....
687 </para>
[79d9ab52]688 <indexterm zone="avahi libdns_sd">
689 <primary sortas="c-libdns_sd">libdns_sd.{so,a}</primary>
690 </indexterm>
691 </listitem>
692 </varlistentry>
693
694 <varlistentry id="libhowl">
695 <term><filename class='libraryfile'>libhowl.{so,a}</filename></term>
696 <listitem>
[7c56ece]697 <para>
698 contains functions that .....
699 </para>
[79d9ab52]700 <indexterm zone="avahi libhowl">
701 <primary sortas="c-libhowl">libhowl.{so,a}</primary>
702 </indexterm>
703 </listitem>
[49547f1]704 </varlistentry>-->
705
706 </variablelist>
707
708 </sect2>
709
710</sect1>
Note: See TracBrowser for help on using the repository browser.