Changeset 716a45fb


Ignore:
Timestamp:
03/10/2020 05:37:34 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 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:
4040245
Parents:
bad2cbca
Message:

Update to cogl-1.22.6.
Update to clutter-1.26.4.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbad2cbca r716a45fb  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to cogl-1.22.6. Fixes
     49          <ulink url="&blfs-ticket-root;13252">#13252</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to clutter-1.26.4. Fixes
     53          <ulink url="&blfs-ticket-root;13251">#13251</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[bdubbs] - Update to xfce4-power-manager-1.6.6. Fixes
    4957          <ulink url="&blfs-ticket-root;13249">#13249</ulink>.</para>
  • packages.ent

    rbad2cbca r716a45fb  
    694694<!ENTITY cairo-version                "1.17.2+f93fc72c03e">
    695695<!ENTITY cairomm-version              "1.12.2">
    696 <!ENTITY cogl-version                 "1.22.4">
    697 <!ENTITY clutter-version              "1.26.2">
     696<!ENTITY cogl-version                 "1.22.6">
     697<!ENTITY clutter-version              "1.26.4">
    698698<!ENTITY clutter-gst-version          "3.0.27">
    699699<!ENTITY clutter-gtk-version          "1.8.4">
  • x/lib/clutter.xml

    rbad2cbca r716a45fb  
    77  <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.26/clutter-&clutter-version;.tar.xz">
    88  <!ENTITY clutter-download-ftp  "&gnome-download-ftp;/clutter/1.26/clutter-&clutter-version;.tar.xz">
    9   <!ENTITY clutter-md5sum        "a03482cbacf735eca8c996f210a21ee5">
    10   <!ENTITY clutter-size          "5.1 MB">
    11   <!ENTITY clutter-buildsize     "85 MB (with tests)">
    12   <!ENTITY clutter-time          "1.2 SBU (with tests)">
     9  <!ENTITY clutter-md5sum        "624dd776a5159de0267587b1df6b97b2">
     10  <!ENTITY clutter-size          "5.2 MB">
     11  <!ENTITY clutter-buildsize     "93 MB (with tests)">
     12  <!ENTITY clutter-time          "0.7 SBU (Using parallelism=4; with tests)">
    1313]>
    1414
     
    140140      To test the results, issue: <command>make -k check</command> (you must be
    141141      in an xterm or similar to do this, because it launches some windows).
    142       The test named actor-offscreen-redirect may hang.
    143       <!-- Two tests have been observed to indicate ERROR, but each is flagged twice. -->
     142      <!-- The test named actor-offscreen-redirect may hang.-->
     143      <!-- Two tests have been observed to indicate ERROR, but each is flagged twice.
     144           For version 1.26.4 all tests pass.  -->
    144145    </para>
    145146
  • x/lib/cogl.xml

    rbad2cbca r716a45fb  
    1010  <!ENTITY cogl-download-http "&gnome-download-http;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
    1111  <!ENTITY cogl-download-ftp  "&gnome-download-ftp;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
    12   <!ENTITY cogl-md5sum        "31755015a865c4af51ac84f6e53af8ab">
    13   <!ENTITY cogl-size          "1.6 MB">
    14   <!ENTITY cogl-buildsize     "55 MB">
    15   <!ENTITY cogl-time          "0.3 SBU (Using parallelism=4; add 0.5 SBU for tests)">
     12  <!ENTITY cogl-md5sum        "7bcc01edb5462d4d08d01bf893feddb0">
     13  <!ENTITY cogl-size          "1.7 MB">
     14  <!ENTITY cogl-buildsize     "61 MB (add 2 MB for tests)">
     15  <!ENTITY cogl-time          "0.3 SBU (Using parallelism=4; add 0.6 SBU for tests)">
    1616]>
    1717
     
    134134<screen><userinput>autoreconf &amp;&amp;
    135135
    136 ./configure --prefix=/usr --enable-gles1 --enable-gles2         \
    137     --enable-{kms,wayland,xlib}-egl-platform                    \
    138     --enable-wayland-egl-server                                 &amp;&amp;
     136./configure --prefix=/usr  \
     137            --enable-gles1 \
     138            --enable-gles2 \
     139            --enable-{kms,wayland,xlib}-egl-platform \
     140            --enable-wayland-egl-server              &amp;&amp;
    139141make</userinput></screen>
    140142
Note: See TracChangeset for help on using the changeset viewer.