Changeset d233fd23


Ignore:
Timestamp:
07/02/2015 06:11:48 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
d8942ee
Parents:
15e8283
Message:

Update to clutter-1.22.4

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r15e8283 rd233fd23  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 1st &year;">
     9<!ENTITY releasedate  "July 2nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r15e8283 rd233fd23  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>July 2nd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[renodr] - Update to clutter-1.22.4. Fixes
     52          <ulink url="&blfs-ticket-root;6665">#6665</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r15e8283 rd233fd23  
    463463<!ENTITY cairomm-version              "1.10.0">
    464464<!ENTITY cogl-version                 "1.20.0">
    465 <!ENTITY clutter-version              "1.22.2">
     465<!ENTITY clutter-version              "1.22.4">
    466466<!ENTITY clutter-gst-version          "3.0.6">
    467467<!ENTITY clutter-gtk-version          "1.6.0">
  • x/lib/clutter.xml

    r15e8283 rd233fd23  
    77  <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.22/clutter-&clutter-version;.tar.xz">
    88  <!ENTITY clutter-download-ftp  "&gnome-download-ftp;/clutter/1.22/clutter-&clutter-version;.tar.xz">
    9   <!ENTITY clutter-md5sum        "48398ac43d45916eec03abc7a6e4f2ec">
    10   <!ENTITY clutter-size          "5.1 MB">
     9  <!ENTITY clutter-md5sum        "26494256c980d49703a553916e3083cd">
     10  <!ENTITY clutter-size          "5.0 MB">
    1111  <!ENTITY clutter-buildsize     "95 MB (additional 14 MB for tests)">
    1212  <!ENTITY clutter-time          "0.6 SBU (additional 0.5 SBU for tests)">
     
    135135      To test the results, issue: <command>make -k check</command> (you must be
    136136      in an xterm or similar to do this, because it launches some windows).
    137       Two tests have been observed to fail.
     137      <!-- Two tests have been observed to fail. -->
    138138    </para>
    139139
Note: See TracChangeset for help on using the changeset viewer.