Ignore:
Timestamp:
09/03/2012 08:27:56 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:
12e5fd25
Parents:
6208859
Message:

librsvg 2.36.3 and gmime 2.6.10. Added ibus entity and commented out href.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    r6208859 r8c668de  
    77  <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.36/librsvg-&librsvg-version;.tar.xz">
    88  <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/2.36/librsvg-&librsvg-version;.tar.xz">
    9   <!ENTITY librsvg-md5sum        "89d483f30a7c77245b7ee02faaea5a5a">
    10   <!ENTITY librsvg-size          "496 KB">
    11   <!ENTITY librsvg-buildsize     "15 MB">
    12   <!ENTITY librsvg-time          "0.5 SBU">
     9  <!ENTITY librsvg-md5sum        "20415678cef81d20aec903732ae32d38">
     10  <!ENTITY librsvg-size          "500 KB">
     11  <!ENTITY librsvg-buildsize     "13 MB">
     12  <!ENTITY librsvg-time          "0.2 SBU">
    1313]>
    1414
     
    3232    <para>
    3333      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.
     34      a library and tools used to manipulate, convert and view
     35      Scalable Vector Graphic (SVG) images.
    3636    </para>
    3737
     
    8989    <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
    9090    <para role="optional">
    91       <xref linkend="gobject-introspection"/>
     91      <xref linkend="gobject-introspection"/> and
     92      <xref linkend="vala"/>
    9293    </para>
    9394
     
    111112    </para>
    112113
    113 <screen><userinput>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' Makefile.in &amp;&amp;
    114 ./configure --prefix=/usr --disable-static &amp;&amp;
     114<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    115115make</userinput></screen>
    116116
     
    128128  <sect2 role="commands">
    129129    <title>Command Explanations</title>
    130 
    131     <para>
    132       <command>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#'
    133       Makefile.in</command>: This sed fixes a problem compiling if you have
    134       Gobject-Introspection installed. It has no effect if you've not installed
    135       Gobject-Introspection.
    136     </para>
    137130
    138131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    165158        </seg>
    166159        <seg>
    167           /usr/include/librsvg-2 and
    168           /usr/share/gtk-doc/html/rsvg
     160          /usr/include/librsvg-2,
     161          /usr/share/gtk-doc/html/rsvg and
     162          /usr/share/themes/bubble
    169163        </seg>
    170164      </seglistitem>
     
    201195
    202196      <varlistentry id="librsvg-2">
    203         <term><filename class='libraryfile'>librsvg-2.so</filename></term>
     197        <term><filename class="libraryfile">librsvg-2.so</filename></term>
    204198        <listitem>
    205199          <para>
     
    213207
    214208      <varlistentry id="libpixbufloader-svg">
    215         <term><filename class='libraryfile'>libpixbufloader-svg.so</filename></term>
     209        <term><filename class="libraryfile">libpixbufloader-svg.so</filename></term>
    216210        <listitem>
    217211          <para>
Note: See TracChangeset for help on using the changeset viewer.