Author: ken Date: 2012-01-26 17:57:22 -0700 (Thu, 26 Jan 2012) New Revision: 9240
Added: trunk/BOOK/general/graphlib/mx.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/graphlib.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Add mx. Modified: trunk/BOOK/general/graphlib/graphlib.xml =================================================================== --- trunk/BOOK/general/graphlib/graphlib.xml 2012-01-27 00:28:20 UTC (rev 9239) +++ trunk/BOOK/general/graphlib/graphlib.xml 2012-01-27 00:57:22 UTC (rev 9240) @@ -48,6 +48,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gst.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gtk.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mx.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="babl.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gegl.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="colord.xml"/> Added: trunk/BOOK/general/graphlib/mx.xml =================================================================== --- trunk/BOOK/general/graphlib/mx.xml (rev 0) +++ trunk/BOOK/general/graphlib/mx.xml 2012-01-27 00:57:22 UTC (rev 9240) @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY mx-download-http "http://source.clutter-project.org/sources/mx/1.2/mx-&mx-version;.tar.bz2"> + <!ENTITY mx-download-ftp " "> + <!ENTITY mx-md5sum "1d7f9764c6e79cadf9f1cae3bcbe0eef"> + <!ENTITY mx-size "1.2 MB"> + <!ENTITY mx-buildsize "33 MB"> + <!ENTITY mx-time "0.8 SBU"> +]> + +<sect1 id="mx" xreflabel="mx-&mx-version;"> + <?dbhtml filename="mx.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>mx-&mx-version;</title> + + <indexterm zone="mx"> + <primary sortas="a-mx">mx</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to mx</title> + + <para><application>Mx</application> is a traditional GUI toolkit, built upon + Clutter technology. This enables smooth animations and special effects through + hardware accelerated graphics (OpenGL).</para> + + &lfs70_built; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&mx-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&mx-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &mx-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &mx-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &mx-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &mx-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">mx Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="clutter"/>, + <xref linkend="gdk-pixbuf"/>, + <xref linkend="dbus"/>, + <xref linkend="startup-notification"/>, + <xref linkend="gobject-introspection"/>, and + <xref linkend="gtk2"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/mx"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of mx</title> + + <para>Install <application>mx</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para>This package's testsuite is only intended to be used by the + maintainer to check i18n files.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Program</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>mx-create-image-cache</seg> + <seg>libmx-1.0.so and libmx-gtk-1.0.so</seg> + <seg>/usr/{include/mx-1.0/mx-gtk,share/{gtk-doc/html/mx-gtk,mx/style}}</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="mx-create-image-cache"> + <term><command>mx-create-image-cache</command></term> + <listitem> + <para>does this .....</para> + <indexterm zone="mx mx-create-image-cache"> + <primary sortas="b-mx-create-image-cache">mx-create-image-cache</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libmx-1"> + <term><filename class='libraryfile'>libmx-1.0.so</filename></term> + <listitem> + <para>contains functions that .....</para> + <indexterm zone="mx libmx-1"> + <primary sortas="c-libmx-1">libmx-1.0.so</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libmx-gtk-1"> + <term><filename class='libraryfile'>libmx-gtk-1.0.so</filename></term> + <listitem> + <para>contains functions that .....</para> + <indexterm zone="mx libmx-gtk-1"> + <primary sortas="c-libmx-gtk-1">libmx-gtk-1.0.so</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/graphlib/mx.xml ___________________________________________________________________ Added: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-01-27 00:28:20 UTC (rev 9239) +++ trunk/BOOK/general.ent 2012-01-27 00:57:22 UTC (rev 9240) @@ -261,6 +261,7 @@ <!ENTITY clutter-version "1.8.2"> <!ENTITY clutter-gst-version "1.4.4"> <!ENTITY clutter-gtk-version "1.0.4"> +<!ENTITY mx-version "1.2.1"> <!ENTITY babl-version "0.1.6"> <!ENTITY gegl-version "0.1.8"> <!ENTITY colord-version "0.1.14"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-01-27 00:28:20 UTC (rev 9239) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-01-27 00:57:22 UTC (rev 9240) @@ -48,9 +48,9 @@ <para>[bdubbs] - Add bridge-utils-1.5.</para> </listitem> <listitem> - <para>[ken] - Add autogen-5.12, clutter-gst-1.4.4, colord-0.1.14 and - lcms2-2.2 from Wayne, and mention Cantarell fonts in the Xft Font Protocol - part of xorg-config.</para> + <para>[ken] - Add autogen-5.12, clutter-gst-1.4.4, colord-0.1.14, + lcms2-2.2 and mx-1.2.1 from Wayne, and mention Cantarell fonts in the + Xft Font Protocol part of xorg-config.</para> </listitem> <listitem> <para>[ken] - Merge clutter-1.8.2, clutter-gtk-1.0.4 and eviv2-0.22 -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
