Changeset a33e01ac for general/graphlib


Ignore:
Timestamp:
01/26/2012 11:30:00 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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:
f1a8ab0
Parents:
5f6ab32
Message:

Clutter-1.8.2 and correct my previous changelog entry.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/clutter.xml

    r5f6ab32 ra33e01ac  
    55  %general-entities;
    66
    7   <!ENTITY clutter-download-http "http://www.clutter-project.org/sources/clutter/1.2/clutter-&clutter-version;.tar.bz2">
    8   <!ENTITY clutter-download-ftp  " ">
    9   <!ENTITY clutter-md5sum        "ca8dbc4a65c55720779872c13eac86ba">
    10   <!ENTITY clutter-size          "2.3 MB">
    11   <!ENTITY clutter-buildsize     "50 MB">
    12   <!ENTITY clutter-time          "0.8 SBU">
     7  <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.8/clutter-&clutter-version;.tar.xz">
     8  <!ENTITY clutter-download-ftp  "&gnome-download-ftp;/clutter/1.8/clutter-&clutter-version;.tar.xz">
     9  <!ENTITY clutter-md5sum        "f9b072536f40b236c09b8d076cafe5d7">
     10  <!ENTITY clutter-size          "4.3 MB">
     11  <!ENTITY clutter-buildsize     "77 MB">
     12  <!ENTITY clutter-time          "1.2 SBU">
    1313]>
    1414
     
    3434    user interfaces.</para>
    3535
    36     &lfs65_built;
     36  <note>
     37    <para>Anything built with this toolkit needs accelerated 3D support from the
     38    graphics driver at runtime.  If you use <application>GNOME-3</application> and
     39    it selects the <emphasis>fallback</emphasis> window manager
     40    (<application>metacity</application>) you should treat this package as a build
     41    dependency and expect unsatisfactory runtime performance from other
     42    <application>clutter</application> packages, particularly
     43    <application>totem</application>.</para>
     44  </note>
     45
     46    &lfs70_built;
    3747
    3848    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6171
    6272    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="gtk2"/> and
    64     <xref linkend="mesalib"/></para>
     73    <para role="required"><xref linkend="atk"/>,
     74    <xref linkend="cairo"/>,
     75    <!-- FIXME:ken -->
     76    cogl-1.8.2,
     77    <!--
     78    <xref linkend="cogl"/>,
     79    -->
     80    <xref linkend="gdk-pixbuf"/>,
     81    <xref linkend="json-glib"/>,
     82    <xref linkend="mesalib"/>, and
     83    <xref linkend="pango"/></para>
    6584
    6685    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="gir-repository"/> and
    68     <xref linkend="gtk-doc"/></para>
     86    <para role="optional"><xref linkend="gtk-doc"/></para>
    6987
    7088    <bridgehead renderas="sect4">Optional (to build the application developers
     
    91109make</userinput></screen>
    92110
    93     <para>This package does not come with a test suite.</para>
     111 <!-- I have assumed my test failures are because I don't have acclerated graphics. ken -->
     112    <para>To test the results, issue: <command>make check</command> (you must be
     113    in an xterm or similar to do this, because it launches some windows).</para>
    94114
    95115    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    125145        <seg>None</seg>
    126146        <seg>libclutter-glx-1.0.so</seg>
    127         <seg>/usr/{include/clutter-1.0/{clutter/{glx,json,x11},cogl},
    128         share/gtk-doc/html/{clutter,cogl}}</seg>
     147        <seg>/usr/{include/clutter-1.0/{cally,clutter/{glx,x11}},
     148        share/gtk-doc/html/{cally,clutter}}</seg>
    129149      </seglistitem>
    130150    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.