Changeset a2ce753 for x/lib/cairo.xml


Ignore:
Timestamp:
03/27/2021 09:55:25 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5505c45
Parents:
cceceaaf
Message:

Update to valgrind-3.17.0
Update to lxml-4.6.3 (Python Module - Security Update)
Update to nettle-3.7.2 (Security Update)
Update to Thunar-4.16.6
Update to cairo-1.17.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo.xml

    rcceceaaf ra2ce753  
    55  %general-entities;
    66
    7   <!--
    8   <!ENTITY cairo-download-http "https://www.cairographics.org/releases/cairo-&cairo-version;.tar.xz">
    9   -->
    10   <!ENTITY cairo-download-http "&sources-anduin-http;/cairo/cairo-&cairo-version;.tar.xz">
     7  <!ENTITY cairo-download-http "https://www.cairographics.org/snapshots/cairo-&cairo-version;.tar.xz"> 
     8  <!--<!ENTITY cairo-download-http "&sources-anduin-http;/cairo/cairo-&cairo-version;.tar.xz">-->
    119  <!ENTITY cairo-download-ftp  " ">
    12   <!ENTITY cairo-md5sum        "23a9420780f74ad0ca1e9885e53ee022">
     10  <!ENTITY cairo-md5sum        "bf9d0d324ecbd350d0e9308125fa4ce0">
    1311  <!ENTITY cairo-size          "40 MB">
    14   <!ENTITY cairo-buildsize     "148 MB">
    15   <!ENTITY cairo-time          "0.9 SBU">
     12  <!ENTITY cairo-buildsize     "154 MB">
     13  <!ENTITY cairo-time          "0.8 SBU">
    1614]>
    1715
     
    144142    </para>
    145143
    146 <screen><userinput>autoreconf -fv              &amp;&amp;
    147 ./configure --prefix=/usr    \
     144<screen><userinput>./configure --prefix=/usr    \
    148145            --disable-static \
    149146            --enable-tee &amp;&amp;
     
    152149    <para>
    153150      This package does not have a working testsuite.
     151      <!-- The test suite can be run with 'make check', but 488 tests fail and
     152      59 tests pass. This seems to be due to minute changes in the expected
     153      output, similar to librsvg's tests. Since it's a huge chunk of the tests,
     154      let's keep it as "broken" for now.-->
    154155    </para>
    155156
     
    164165    <title>Command Explanations</title>
    165166
     167<!-- Not needed with 1.17.4
    166168    <para>
    167169      <parameter>autoreconf -fv</parameter>: This prevents
     
    170172      definitions came from a previous version.
    171173    </para>
     174-->
    172175
    173176    <para>
     
    215218      <seglistitem>
    216219        <seg>
    217           cairo-sphinx and cairo-trace
     220          cairo-trace
    218221        </seg>
    219222        <seg>
     
    232235      <?dbhtml list-presentation="table"?>
    233236
     237<!--
    234238     <varlistentry id="cairo-sphinx">
    235239        <term><command>cairo-sphinx</command></term>
     
    243247        </listitem>
    244248      </varlistentry>
     249-->
    245250
    246251      <varlistentry id="cairo-trace">
Note: See TracChangeset for help on using the changeset viewer.