Ignore:
Timestamp:
07/05/2013 05:07:29 PM (11 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:
e7f42de3
Parents:
345e378
Message:

Package updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    r345e378 r41aad3e3  
    55  %general-entities;
    66
    7   <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.36/librsvg-&librsvg-version;.tar.xz">
    8   <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/2.36/librsvg-&librsvg-version;.tar.xz">
    9   <!ENTITY librsvg-md5sum        "3c94524c8ccf668e30b236f409239f54">
     7  <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.37/librsvg-&librsvg-version;.tar.xz">
     8  <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/2.37/librsvg-&librsvg-version;.tar.xz">
     9  <!ENTITY librsvg-md5sum        "3de91824870bf6758f37ab54bae2ac40">
    1010  <!ENTITY librsvg-size          "504 KB">
    11   <!ENTITY librsvg-buildsize     "13 MB">
     11  <!ENTITY librsvg-buildsize     "15 MB">
    1212  <!ENTITY librsvg-time          "0.2 SBU">
    1313]>
     
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="gtk2"/> and
    86       <xref linkend="gtk3"/>
     85      <xref linkend="gtk2"/> (For the Theming Engine) and
     86      <xref linkend="gtk3"/> (For the <command>rsvg-view-3</command>
    8787    </para>
    8888
     
    9595    <bridgehead renderas="sect4">Optional</bridgehead>
    9696    <para role="optional">
    97       <xref linkend="docbook-utils"/> and
    9897      <xref linkend="gtk-doc"/>
    9998    </para>
     
    112111    </para>
    113112
    114 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr \
     114            --enable-vala \
     115            --disable-static &amp;&amp;
    115116make</userinput></screen>
    116117
    117118    <para>
    118       To test the results, issue: <command>make check</command>.
     119      To test the results, issue: <command>make -k check</command>.
     120      Some tests are known to fail for unknown reasons.
    119121    </para>
    120122
     
    129131    <title>Command Explanations</title>
    130132
     133    <para>
     134      <option>--enable-vala</option>: This switch enables
     135      building of the Vala bindings. Remove if you don't have
     136      <xref linkend="vala"/> installed.
     137    </para>
     138
    131139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132140      href="../../xincludes/static-libraries.xml"/>
     
    139147    <para>
    140148      <option>--disable-gtk-theme</option>: Use this switch if you have not
    141       installed <application>GTK+</application> 2.
     149      installed <application>GTK+ 2</application>.
    142150    </para>
    143151
Note: See TracChangeset for help on using the changeset viewer.