Changeset 5d1cdfd for general/graphlib


Ignore:
Timestamp:
05/07/2012 04:48:52 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
1e36a629
Parents:
f412656
Message:

Librsvg tweaks

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    rf412656 r5d1cdfd  
    3030    <title>Introduction to librsvg</title>
    3131
    32     <para>The <application>librsvg</application> package contains
    33     <filename class="libraryfile">librsvg</filename> libraries and tools used to
    34     manipulate, convert and view Scalable Vector Graphic (SVG) images.</para>
     32    <para>
     33      The <application>librsvg</application> package contains
     34      <filename class="libraryfile">librsvg</filename> libraries and tools used
     35      to manipulate, convert and view Scalable Vector Graphic (SVG) images.
     36    </para>
    3537
    3638    &lfs71_checked;
     
    6264    <bridgehead renderas="sect4">Required</bridgehead>
    6365    <para role="required">
    64       <xref linkend="gtk3"/> and
     66      <xref linkend="gtk2"/> or <xref linkend="gtk3"/> and
    6567      <xref linkend="libcroco"/>
    6668    </para>
     
    7375    <bridgehead renderas="sect4">Optional</bridgehead>
    7476    <para role="optional">
    75       <xref linkend="docbook-utils"/>,
    76       <xref linkend="gtk2"/> and
     77      <xref linkend="docbook-utils"/> and
    7778      <xref linkend="gtk-doc"/>
    7879    </para>
     
    8081    <para condition="html" role="usernotes">User Notes:
    8182    <ulink url="&blfs-wiki;/librsvg"/></para>
    82 
    8383  </sect2>
    8484
     
    9595    <para>To test the results, issue: <command>make check</command>.</para>
    9696
    97     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     97    <para>
     98      Now, as the <systemitem class="username">root</systemitem> user:
     99    </para>
    98100
    99101<screen role="root"><userinput>make install</userinput></screen>
    100 
    101102  </sect2>
    102103
     
    111112    </para>
    112113
     114    <para>
     115      <option>--disable-introspection</option>: Add this option if you've not
     116      installed Gobject Introspection.
     117    </para>
     118
    113119    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    114120    href="../../xincludes/static-libraries.xml"/>
     
    128134      <seglistitem>
    129135        <seg>
    130           rsvg-convert and rsvg-view-3
     136          rsvg-convert and
     137          rsvg-view-3.
    131138        </seg>
    132139        <seg>
    133           libsvg.so
     140          librsvg-2.so and
     141          libpixbufloader-svg.so.
    134142        </seg>
    135143        <seg>
    136           /usr/include/librsvg-2 and /usr/share/gtk-doc/html/rsvg
     144          /usr/include/librsvg-2 and
     145          /usr/share/gtk-doc/html/rsvg.
    137146        </seg>
    138147      </seglistitem>
     
    147156        <term><command>rsvg-convert</command></term>
    148157        <listitem>
    149           <para>is used to covert SVG images into PNG, JPEG and
    150           ICO raster images.</para>
     158          <para>
     159            is used to covert SVG images into PNG, JPEG and ICO raster images.
     160          </para>
    151161          <indexterm zone="librsvg rsvg-convert">
    152162            <primary sortas="b-rsvg-convert">rsvg-convert</primary>
     
    158168        <term><command>rsvg-view-3</command></term>
    159169        <listitem>
    160           <para>is used to view an SVG file in an <application>X</application>
    161           window.</para>
     170          <para>
     171            is a simple Gtk+ 3 application that can be used to view an SVG file.
     172          </para>
    162173          <indexterm zone="librsvg rsvg-view-3">
    163174            <primary sortas="b-rsvg-view-3">rsvg-view-3</primary>
     
    169180        <term><filename class='libraryfile'>librsvg-2.so</filename></term>
    170181        <listitem>
    171           <para>provide the functions to render Scalable Vector Graphics.</para>
     182          <para>
     183            provides the functions to render Scalable Vector Graphics.
     184          </para>
    172185          <indexterm zone="librsvg librsvg-2">
    173186            <primary sortas="c-librsvg-2">librsvg-2.so</primary>
     
    176189      </varlistentry>
    177190
     191      <varlistentry id="libpixbufloader-svg.so">
     192        <term><filename class='libraryfile'>libpixbufloader-svg.so.so</filename></term>
     193        <listitem>
     194          <para>
     195            is the Gdk Pixbuf plugin that allows Gtk+ to render Scalable Vector
     196            Graphics images.
     197          </para>
     198          <indexterm zone="librsvg libpixbufloader-svg.so">
     199            <primary sortas="c-libpixbufloader-svg.so">libpixbufloader-svg.so.so</primary>
     200          </indexterm>
     201        </listitem>
     202      </varlistentry>
    178203    </variablelist>
    179 
    180   </sect2>
    181 
     204  </sect2>
    182205</sect1>
Note: See TracChangeset for help on using the changeset viewer.