Changeset 3c545251 for x


Ignore:
Timestamp:
09/04/2020 08:09:46 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 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:
e3f30ae7
Parents:
579bdb04
Message:

Update to nasm-2.15.05.
Update to cbindgen-0.14.4.
Update to pango-1.46.1.
Update to mesa-20.1.7.
Update to p11-kit-0.23.21.

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

Location:
x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r579bdb04 r3c545251  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "9618757d96d489f28fde8b5366847a08">
     9  <!ENTITY mesa-md5sum        "d4a092d7b5a2c6ed52aad0f6b6b1447c">
    1010  <!ENTITY mesa-size          "12 MB">
    11   <!ENTITY mesa-buildsize     "566 MB (with demos and docs), add 1.5 MB for tests">
    12   <!ENTITY mesa-time          "2.6 SBU (with parallelism=4, demos, and docs), add 0.1 SBU for tests">
     11  <!ENTITY mesa-buildsize     "566 MB (with demos and docs), add 157 MB for tests">
     12  <!ENTITY mesa-time          "2.3 SBU (with parallelism=4, demos, and docs), add 0.3 SBU for tests">
    1313]>
    1414
  • x/lib/pango.xml

    r579bdb04 r3c545251  
    77  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.46/pango-&pango-version;.tar.xz">
    88  <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.46/pango-&pango-version;.tar.xz">
    9   <!ENTITY pango-md5sum        "6fc4e718c846350f81a8b1ac51a502ff">
    10   <!ENTITY pango-size          "520 KB">
    11   <!ENTITY pango-buildsize     "19 MB (with tests)">
     9  <!ENTITY pango-md5sum        "fa7f0a1f216a2c97d96138245d0bcac6">
     10  <!ENTITY pango-size          "524 KB">
     11  <!ENTITY pango-buildsize     "21 MB (with tests)">
    1212  <!ENTITY pango-time          "0.2 SBU (with tests)">
    1313]>
     
    120120
    121121    <para>
    122       To test the results, issue: <command>ninja test</command>. Three tests,
    123       <filename>test-layout</filename>,
    124       <filename>test-break</filename>, and
    125       <filename>test-itemize</filename> are known to fail if
     122      To test the results, issue: <command>ninja test</command>. Two tests,
     123      <filename>test-layout</filename> and
     124      <filename>test-itemize</filename>, are known to fail if
    126125      <xref linkend="cantarell-fonts"/> is not installed.
    127126    </para>
Note: See TracChangeset for help on using the changeset viewer.