Changeset 3ee626e for x


Ignore:
Timestamp:
05/08/2012 07:06:25 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
5c409d3
Parents:
7a0533ee
Message:

Clutter 1.10.4, Tracker 0.14.1, GnuTLS 3.0.19 and Telepathy-GLib 0.18.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/clutter.xml

    r7a0533ee r3ee626e  
    77  <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.10/clutter-&clutter-version;.tar.xz">
    88  <!ENTITY clutter-download-ftp  "&gnome-download-ftp;/clutter/1.10/clutter-&clutter-version;.tar.xz">
    9   <!ENTITY clutter-md5sum        "7447512b4cb4e7b360a691ed2ceee1b1">
     9  <!ENTITY clutter-md5sum        "a26f59d594441983fb677ea189417839">
    1010  <!ENTITY clutter-size          "4.6 MB">
    1111  <!ENTITY clutter-buildsize     "90 MB">
     
    3030    <title>Introduction to Clutter</title>
    3131
    32     <para>The <application>Clutter</application> package is an open source
    33     software library for creating fast, visually rich and animated graphical
    34     user interfaces.</para>
    35 
    36   <note>
    37     <para>Anything built with this toolkit needs hardware 3D acceleration from the
    38     graphics driver at runtime.  This is provided by <application>MesaLib</application>
    39     (or by proprietary graphics drivers), but is not available for every graphics card,
    40     nor for all virtual machines). You may wish to review <xref linkend="checking-dri"/>.
    41     </para>
    42 <!-- I don't quite understand this second paragraph, but I think first one covers
    43      clutter enough
    44 
    45     <para>If you use <application>GNOME-3</application> and it selects the
    46     <emphasis>fallback</emphasis> window manager
    47     (<application>metacity</application>) you should treat this package as a build
    48     dependency and expect unsatisfactory runtime performance from other
    49     <application>clutter</application> packages such as
    50     <application>totem</application>.</para> -->
    51   </note>
     32    <para>
     33      The <application>Clutter</application> package is an open source
     34      software library for creating fast, visually rich and animated graphical
     35      user interfaces.
     36    </para>
     37
     38    <note>
     39      <para>
     40        Anything built with this toolkit needs hardware 3D acceleration from
     41        the graphics driver at runtime. This is provided by
     42        <application>MesaLib</application> (or by proprietary graphics drivers),
     43        but is not available for every graphics card nor for all virtual machines.
     44        You may wish to review <xref linkend="checking-dri"/>.
     45      </para>
     46    </note>
    5247
    5348    &lfs70_checked;
     
    5651    <itemizedlist spacing="compact">
    5752      <listitem>
    58         <para>Download (HTTP): <ulink url="&clutter-download-http;"/></para>
    59       </listitem>
    60       <listitem>
    61         <para>Download (FTP): <ulink url="&clutter-download-ftp;"/></para>
    62       </listitem>
    63       <listitem>
    64         <para>Download MD5 sum: &clutter-md5sum;</para>
    65       </listitem>
    66       <listitem>
    67         <para>Download size: &clutter-size;</para>
    68       </listitem>
    69       <listitem>
    70         <para>Estimated disk space required: &clutter-buildsize;</para>
    71       </listitem>
    72       <listitem>
    73         <para>Estimated build time: &clutter-time;</para>
     53        <para>
     54          Download (HTTP): <ulink url="&clutter-download-http;"/>
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download (FTP): <ulink url="&clutter-download-ftp;"/>
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Download MD5 sum: &clutter-md5sum;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Download size: &clutter-size;
     70        </para>
     71      </listitem>
     72      <listitem>
     73        <para>
     74          Estimated disk space required: &clutter-buildsize;
     75        </para>
     76      </listitem>
     77      <listitem>
     78        <para>
     79          Estimated build time: &clutter-time;
     80        </para>
    7481      </listitem>
    7582    </itemizedlist>
     
    94101    </para>
    95102
    96     <bridgehead renderas="sect4">Optional (to build the application developers
    97     manual)</bridgehead>
     103    <bridgehead renderas="sect4">
     104      Optional (to build the application developers manual)
     105    </bridgehead>
    98106    <para role="optional">
    99107      <xref linkend="docbook-utils"/>,
     
    113121    <title>Installation of clutter</title>
    114122
    115     <para>Install <application>clutter</application> by running the following
    116     commands:</para>
     123    <para>
     124      Install <application>clutter</application> by running the following
     125      commands:
     126    </para>
    117127
    118128<screen><userinput>./configure --prefix=/usr &amp;&amp;
    119129make</userinput></screen>
    120130
    121  <!-- I have assumed my test failures are because I don't have acclerated graphics. ken -->
    122     <para>To test the results, issue: <command>make check</command> (you must be
    123     in an xterm or similar to do this, because it launches some windows).</para>
    124 
    125     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     131    <para>
     132      To test the results, issue: <command>make check</command> (you must be
     133      in an xterm or similar to do this, because it launches some windows).
     134    </para>
     135
     136    <para>
     137      Now, as the <systemitem class="username">root</systemitem> user:
     138    </para>
    126139
    127140<screen role="root"><userinput>make install</userinput></screen>
     
    132145    <title>Command Explanations</title>
    133146
    134     <para><option>--enable-manual</option>: Use this parameter if
    135     <application>DocBook-utils</application>, <application>xmlto</application>,
    136     <application>JadeTeX</application>, and either
    137     <application>Links</application>, <application>Lynx</application>, or
    138     <application>W3m</application> are installed and you wish to build the
    139     application developers manual.</para>
     147    <para>
     148      <option>--enable-manual</option>: Use this parameter if
     149      <application>DocBook-utils</application>, <application>xmlto</application>,
     150      <application>JadeTeX</application>, and either
     151      <application>Links</application>, <application>Lynx</application>, or
     152      <application>W3m</application> are installed and you wish to build the
     153      application developers manual.
     154    </para>
    140155
    141156    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    142     href="../../xincludes/gtk-doc-rebuild.xml"/>
     157      href="../../xincludes/gtk-doc-rebuild.xml"/>
    143158
    144159  </sect2>
     
    170185        <term><filename class='libraryfile'>libclutter-glx-1.0.so</filename></term>
    171186        <listitem>
    172           <para>contains the clutter API functions.</para>
     187          <para>
     188            contains the <application>Clutter</application> API functions.
     189          </para>
    173190          <indexterm zone="clutter libclutter-glx-1.0">
    174191            <primary sortas="c-libclutter-glx-1.0">libclutter-glx-1.0.so</primary>
Note: See TracChangeset for help on using the changeset viewer.