Ignore:
Timestamp:
04/19/2012 09:24:31 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:
0d6b2b9
Parents:
826ddf4
Message:

gtk-vnc 0.5.0, libatasmart 0.18, udisks2 1.94.0, upower 0.9.15, colord 0.1.19, telepathy-glib 0.18.0, telepathy-logger 0.4.0, telepathy-mission-control 5.12.0, mx 1.4.5. Added farstream 0.1.2 and telepathy-farstream 0.4.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/mx.xml

    r826ddf4 rc341539  
    55  %general-entities;
    66
    7   <!ENTITY mx-download-http "http://source.clutter-project.org/sources/mx/1.2/mx-&mx-version;.tar.bz2">
     7  <!ENTITY mx-download-http "http://source.clutter-project.org/sources/mx/1.4/mx-&mx-version;.tar.xz">
    88  <!ENTITY mx-download-ftp  " ">
    9   <!ENTITY mx-md5sum        "1d7f9764c6e79cadf9f1cae3bcbe0eef">
    10   <!ENTITY mx-size          "1.2 MB">
     9  <!ENTITY mx-md5sum        "fda6be1b5818e5b04150ef4fde3b4762">
     10  <!ENTITY mx-size          "932 KB">
    1111  <!ENTITY mx-buildsize     "33 MB">
    1212  <!ENTITY mx-time          "0.8 SBU">
     
    3030    <title>Introduction to mx</title>
    3131
    32     <para><application>Mx</application> is a traditional GUI toolkit, built upon
    33     Clutter technology. This enables smooth animations and special effects through
     32    <para><application>Mx</application> is a traditional GUI toolkit built upon
     33    Clutter technology. It enables smooth animations and special effects through
    3434    hardware accelerated graphics (OpenGL).</para>
    3535
    36     &lfs70_built;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="clutter"/>,
    64     <xref linkend="gdk-pixbuf"/>,
    65     <xref linkend="dbus"/>,
    66     <xref linkend="startup-notification"/>,
    67     <xref linkend="gobject-introspection"/>, and
    68     <xref linkend="gtk2"/></para>
     63    <para role="required">
     64      <xref linkend="clutter"/>,
     65      <xref linkend="dbus"/>,
     66      <xref linkend="gtk2"/>,
     67      <xref linkend="intltool"/> and
     68      <xref linkend="startup-notification"/>
     69    </para>
     70
     71    <bridgehead renderas="sect4">Recommended</bridgehead>
     72    <para role="recommended">
     73      <xref linkend="gobject-introspection"/>
     74      (Required if building GNOME)
     75    </para>
     76
     77    <bridgehead renderas="sect4">Optional</bridgehead>
     78    <para role="optional">
     79      <xref linkend="gtk-doc"/>
     80    </para>
    6981
    7082    <para condition="html" role="usernotes">User Notes:
     
    8294make</userinput></screen>
    8395
    84     <para>This package's testsuite is only intended to be used by the
    85     maintainer to check i18n files.</para>
     96    <para>This package does not come with a test suite. </para>
    8697
    8798    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8899
    89100<screen role="root"><userinput>make install</userinput></screen>
     101
     102  </sect2>
     103
     104  <sect2 role="commands">
     105    <title>Command Explanations</title>
     106
     107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     108      href="../../xincludes/gtk-doc-rebuild.xml"/>
    90109
    91110  </sect2>
     
    100119
    101120      <seglistitem>
    102         <seg>mx-create-image-cache</seg>
    103         <seg>libmx-1.0.so and libmx-gtk-1.0.so</seg>
    104         <seg>/usr/{include/mx-1.0/mx-gtk,share/{gtk-doc/html/mx-gtk,mx/style}}</seg>
     121        <seg>
     122          mx-create-image-cache
     123        </seg>
     124        <seg>
     125          libmx-1.0.so and libmx-gtk-1.0.so
     126        </seg>
     127        <seg>
     128          /usr/include/mx-1.0,
     129          /usr/share/gtk-doc/html/{mx,mx-gtk} and
     130          /usr/share/mx/style
     131        </seg>
    105132      </seglistitem>
    106133    </segmentedlist>
     
    111138      <?dbhtml list-presentation="table"?>
    112139
    113       <varlistentry id="mx-create-image-cache">
    114         <term><command>mx-create-image-cache</command></term>
    115         <listitem>
    116           <para>does this .....</para>
    117           <indexterm zone="mx mx-create-image-cache">
    118             <primary sortas="b-mx-create-image-cache">mx-create-image-cache</primary>
    119           </indexterm>
    120         </listitem>
    121       </varlistentry>
    122 
    123140      <varlistentry id="libmx-1">
    124141        <term><filename class='libraryfile'>libmx-1.0.so</filename></term>
    125142        <listitem>
    126           <para>contains functions that .....</para>
     143          <para>contains the MX API functions.</para>
    127144          <indexterm zone="mx libmx-1">
    128145            <primary sortas="c-libmx-1">libmx-1.0.so</primary>
     
    134151        <term><filename class='libraryfile'>libmx-gtk-1.0.so</filename></term>
    135152        <listitem>
    136           <para>contains functions that .....</para>
     153          <para>contains the GTK+ Bindings to MX.</para>
    137154          <indexterm zone="mx libmx-gtk-1">
    138155            <primary sortas="c-libmx-gtk-1">libmx-gtk-1.0.so</primary>
Note: See TracChangeset for help on using the changeset viewer.