Changeset b93d66ac for general/graphlib


Ignore:
Timestamp:
01/28/2018 07:09:17 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a14353ad
Parents:
315ff91
Message:

Update to libvpx-1.7.0.
Update to highlight-3.42.
Update to librsvg-2.42.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    r315ff91 rb93d66ac  
    55  %general-entities;
    66
    7   <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.40/librsvg-&librsvg-version;.tar.xz">
    8   <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/2.40/librsvg-&librsvg-version;.tar.xz">
    9   <!ENTITY librsvg-md5sum        "4949d313b0c5d9161a5c259104af5568">
    10   <!ENTITY librsvg-size          "1.7 MB">
    11   <!ENTITY librsvg-buildsize     "14 MB (with tests)">
    12   <!ENTITY librsvg-time          "0.2 SBU (with tests)">
     7  <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.42/librsvg-&librsvg-version;.tar.xz">
     8  <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/2.42/librsvg-&librsvg-version;.tar.xz">
     9  <!ENTITY librsvg-md5sum        "874e540f57a347347bc268dd2584a812">
     10  <!ENTITY librsvg-size          "5.7 MB">
     11  <!ENTITY librsvg-buildsize     "106 MB (add 154 MB for tests)">
     12  <!ENTITY librsvg-time          "0.5 SBU (add 0.2 SBU for tests)">
    1313]>
    1414
     
    7777    <para role="required">
    7878      <xref linkend="gdk-pixbuf"/>,
    79       <xref linkend="libcroco"/> and
    80       <xref linkend="pango"/>
     79      <xref linkend="libcroco"/>,
     80      <xref linkend="pango"/>, and
     81      <xref linkend="rust"/>
    8182    </para>
    8283
     
    106107    </para>
    107108
    108 <screen><userinput>sed -i 's/ --nogtkinit//' doc/Makefile.in &amp;&amp;
    109 
    110 ./configure --prefix=/usr    \
     109<screen><userinput>./configure --prefix=/usr    \
    111110            --enable-vala    \
    112111            --disable-static &amp;&amp;
     
    115114    <para>
    116115      To test the results, issue: <command>make check</command>.
    117       One sub-test of rsvg-test is known to fail.
     116      Many (17) tests fail due to differences between genereated images
     117      and reference images.
    118118    </para>
    119119
     
    127127  <sect2 role="commands">
    128128    <title>Command Explanations</title>
    129 
    130     <para>
    131       <command>sed ... doc/Makefile.in</command>: This change removes
    132       a switch that prevents building the API documentation (if
    133       requested).
    134     </para>
    135129
    136130    <para>
Note: See TracChangeset for help on using the changeset viewer.