Changeset a2912ff for x/lib/gtk-vnc.xml


Ignore:
Timestamp:
07/24/2012 04:17:44 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3af204c
Parents:
2ba0c1a
Message:

XML Polishing, Part 2. Set libpng (again) as required for Cairo, since it requires too many switches if it is not present, thus making it realy required.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10464 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk-vnc.xml

    r2ba0c1a ra2912ff  
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to gtk-vnc</title>
    31 
    32     <para>
    33       The <application>gtk-vnc</application> package is a VNC viewer widget
    34       for <application>GTK</application>. It is built using coroutines allowing it
    35       to be completely asynchronous while remaining single threaded.
     30    <title>Introduction to Gtk Vnc</title>
     31
     32    <para>
     33      The <application>Gtk Vnc</application> package is a VNC viewer widget
     34      for <application>GTK+</application>. It is built using coroutines allowing
     35      it to be completely asynchronous while remaining single threaded.
    3636    </para>
    3737
     
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">gtk-vnc Dependencies</bridgehead>
     74    <bridgehead renderas="sect3">Gtk Vnc Dependencies</bridgehead>
    7575
    7676    <bridgehead renderas="sect4">Required</bridgehead>
     
    9292      <xref linkend="nspr"/>,
    9393      <xref linkend="pulseaudio"/> and
    94       <ulink url="https://developer.mozilla.org/en/XULRunner">Xulrunner</ulink>
     94      <xref linkend="xulrunner"/>
    9595    </para>
    9696
    9797    <para condition="html" role="usernotes">User Notes:
    98     <ulink url="&blfs-wiki;/gtk-vnc"/></para>
    99 
     98      <ulink url="&blfs-wiki;/gtk-vnc"/>
     99    </para>
    100100  </sect2>
    101101
    102102  <sect2 role="installation">
    103     <title>Installation of gtk-vnc</title>
    104 
    105     <para>
    106       Install <application>gtk-vnc</application> by running the following
     103    <title>Installation of Gtk Vnc</title>
     104
     105    <para>
     106      Install <application>Gtk Vnc</application> by running the following
    107107      commands:
    108108    </para>
     
    115115
    116116    <para>
    117       This package's testsuite is only intended to be used by the
    118       maintainer to check the i18n files.
     117      This package does not come with a testsuite.
    119118    </para>
    120119
     
    131130
    132131    <para>
    133       <parameter>--with-gtk=3.0</parameter>: This parameter enables building of
    134       <application>GTK+3</application> library instead of
    135       <application>GTK+2</application> one.
     132      <parameter>--with-gtk=3.0</parameter>: This parameter enables
     133      building of <application>GTK+ 3</application> library instead
     134      of <application>GTK+ 2</application> one.
    136135    </para>
    137136
     
    144143    <para>
    145144      <option>--without-sasl</option>: This parameter disables the use of
    146       <application>Cyrus SASL</application> for authentication. Remove it if you have
    147       <application>Cyrus SASL</application> installed and wish to enable it for
    148       authentication.
     145      <application>Cyrus SASL</application> for authentication. Remove it if you
     146      have installed <application>Cyrus SASL</application> and wish to enable it
     147      for  authentication.
    149148    </para>
    150149
     
    197196        <listitem>
    198197          <para>
    199             contains GTK+3 bindings for GTK VNC.
     198            contains <application>GTK+ 3</application> bindings for
     199            <application>Gtk Vnc</application>.
    200200          </para>
    201201          <indexterm zone="gtk-vnc libgtk-vnc-2.0">
     
    209209        <listitem>
    210210          <para>
    211             contains GObject bindings for GTK VNC.
     211            contains GObject bindings for <application>Gtk Vnc</application>.
    212212          </para>
    213213          <indexterm zone="gtk-vnc libgvnc-1.0">
     
    221221        <listitem>
    222222          <para>
    223             is Pulseaudio bridge for GTK VNC.
     223            is the <application>PulseAudio</application> bridge for
     224            <application>Gtk Vnc</application>.
    224225          </para>
    225226          <indexterm zone="gtk-vnc libgvncpulse-1.0">
Note: See TracChangeset for help on using the changeset viewer.