Changeset 729d61a


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r61f8849 r729d61a  
    1919<!ENTITY libwnck-version              "3.14.0">
    2020<!ENTITY notification-daemon-version  "3.16.1">
    21 <!ENTITY totem-pl-parser-version      "3.10.4">
     21<!ENTITY totem-pl-parser-version      "3.10.5">
    2222<!ENTITY vte-version                  "0.40.0">
    2323
     
    3535<!-- Applications -->
    3636<!ENTITY baobab-version               "3.16.1">
    37 <!ENTITY brasero-version              "3.12.0">
     37<!ENTITY brasero-version              "3.12.1">
    3838<!ENTITY cheese-version               "3.16.1">
    3939<!ENTITY eog-version                  "3.16.1">
  • gnome/applications/brasero.xml

    r61f8849 r729d61a  
    99  <!ENTITY brasero-download-ftp
    1010           "&gnome-download-ftp;/brasero/3.12/brasero-&brasero-version;.tar.xz">
    11   <!ENTITY brasero-md5sum        "3a12a2b954b265c751ef29669d589908">
    12   <!ENTITY brasero-size          "3.5 MB">
    13   <!ENTITY brasero-buildsize     "92 MB (additional 1 MB to rebuild and install
    14                                   the API documentation)">
    15   <!ENTITY brasero-time          "1 SBU">
     11  <!ENTITY brasero-md5sum        "216691249053448a9f2b4ee5e118ce72">
     12  <!ENTITY brasero-size          "3.6 MB">
     13  <!ENTITY brasero-buildsize     "106 MB">
     14  <!ENTITY brasero-time          "1.5 SBU">
    1615]>
    1716
     
    166165        </seg>
    167166        <seg>
    168           libbrasero-burn3.so,
    169           libbrasero-media3.so,
    170           libbrasero-utils3.so, and
     167          libbrasero-{burn,media,utils}3.so, and
    171168          /usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so
    172169        </seg>
     
    175172          /usr/lib/brasero3,
    176173          /usr/share/brasero,
    177           /usr/share/gtk-doc/html/{libbrasero-burn,libbrasero-media}, and
     174          /usr/share/gtk-doc/html/libbrasero-{burn,media}, and
    178175          /usr/share/help/*/brasero
    179176        </seg>
  • 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
  • introduction/welcome/changelog.xml

    r61f8849 r729d61a  
    4848      <para>May 3rd, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to brasero-3.12.1. Fixes
     52          <ulink url="&blfs-ticket-root;6453">#6453</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to totem-pl-parser-3.10.5. Fixes
     56          <ulink url="&blfs-ticket-root;6452">#6452</ulink>.</para>
     57        </listitem>
    5058        <listitem>
    5159          <para>[fernando] - Update to pcre-8.37. Fixes
Note: See TracChangeset for help on using the changeset viewer.