Changeset 7c2cf8ef for x/lib/clutter.xml


Ignore:
Timestamp:
04/17/2014 04:56:55 PM (10 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.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b45d8f3
Parents:
796e0faf
Message:

Updates: clutter-1.18.2, at-spi2-atk-2.12.1, and from Gnome 3.12.1: gnome-desktop, baobab, cheese, eog, evince, file-roller and gnome-system-monitor.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/clutter.xml

    r796e0faf r7c2cf8ef  
    77  <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.18/clutter-&clutter-version;.tar.xz">
    88  <!ENTITY clutter-download-ftp  "&gnome-download-ftp;/clutter/1.18/clutter-&clutter-version;.tar.xz">
    9   <!ENTITY clutter-md5sum        "bdd6426ab2ca4885164736aa49dcea0a">
     9  <!ENTITY clutter-md5sum        "471f5ea423e20d4140c7771873daef29">
    1010  <!ENTITY clutter-size          "5.0 MB">
    11   <!ENTITY clutter-buildsize     "85 MB (additional 7 MB for docs creation
    12                                   and 11 MB for tests)">
    13   <!ENTITY clutter-time          "0.7 SBU (additional 1.8 SBU for docs creation)">
     11  <!ENTITY clutter-buildsize     "85 MB (additional 7 MB for docs creation and 13 MB for tests)">
     12  <!ENTITY clutter-time          "0.8 SBU (additional 2.1 SBU for docs creation and 0.5 SBU for tests)">
    1413]>
    1514
     
    118117
    119118    <para>
     119      If you wish to run the tests, the following commands disables two tests
     120      that fail.
     121    </para>
     122
     123<screen><userinput>sed -i '/actor-offscreen-redirect/d' \
     124       tests/conform/Makefile.am tests/conform/Makefile.in &amp;&amp;
     125autoreconf -f -i</userinput></screen>
     126
     127    <para>
    120128      Install <application>Clutter</application> by running the following
    121129      commands:
     
    126134
    127135    <para>
    128       To test the results, issue: <command>make -k check</command> (you must be
    129       in an xterm or similar to do this, because it launches some windows). The
    130       abicheck.sh test fails, if experimental backends have been enabled by the
    131       use of the parameter <parameter>--enable-egl-backend</parameter>. Without
    132       that switch, the tests pass.
     136      To test the results, issue: <command>make check</command> (you must be
     137      in an xterm or similar to do this, because it launches some windows).
    133138    </para>
    134139
Note: See TracChangeset for help on using the changeset viewer.