Ignore:
Timestamp:
05/03/2015 11:33:57 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.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, nosym, 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:
29e22d4b
Parents:
61f8849
Message:

Update to totem-pl-parser-3.10.5.
Update to brasero-3.12.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/totem-pl-parser.xml

    r61f8849 r729d61a  
    99  <!ENTITY totem-pl-parser-download-ftp
    1010   "&gnome-download-ftp;/totem-pl-parser/3.10/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
    11   <!ENTITY totem-pl-parser-md5sum        "b7a72b528a48149a341aa14d57674bed">
     11  <!ENTITY totem-pl-parser-md5sum        "7ff9cf8afa8df88e7856cce578d002fe">
    1212  <!ENTITY totem-pl-parser-size          "1.6 MB">
    13   <!ENTITY totem-pl-parser-buildsize     "12 MB (additional 1 MB for the tests)">
    14   <!ENTITY totem-pl-parser-time          "0.2 SBU (additional 0.6 SBU for the tests)">
     13  <!ENTITY totem-pl-parser-buildsize     "13 MB (additional 1 MB for the tests)">
     14  <!ENTITY totem-pl-parser-time          "0.1 SBU (additional 0.9 SBU for the tests)">
    1515]>
    1616
     
    118118
    119119    <para>
    120       To test the results, issue: <command>make -k check</command>. Some test
    121       fail for unknown reasons. You will need an active internet connection in
    122       order to successfully complete all tests.
     120      If you wish to run the test suite, disable two tests which fail,
     121      by running:
     122    </para>
     123
     124<screen><userinput>sed -e '/g_test_add_func (\"\/parser\/parsability/d' \
     125    -e '/g_test_add_func (\"\/parser\/parsing\/xml_mixed_cdata/d' \
     126    -i plparse/tests/parser.c</userinput></screen>
     127
     128    <para>
     129      To test the results, issue: <command>make check</command>. You will
     130      need an active internet connection in order to successfully complete all
     131      tests.
    123132    </para>
    124133
Note: See TracChangeset for help on using the changeset viewer.