Author: ken Date: 2012-02-26 11:41:32 -0700 (Sun, 26 Feb 2012) New Revision: 9524
Added: trunk/BOOK/gnome/add/gdlmm.xml Modified: trunk/BOOK/general.ent trunk/BOOK/gnome/add/add.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Add gdlmm. Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-02-26 18:13:56 UTC (rev 9523) +++ trunk/BOOK/general.ent 2012-02-26 18:41:32 UTC (rev 9524) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "26"> <!-- Always 2 digits --> +<!ENTITY day "27"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2012"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "February 26th, &year;"> +<!ENTITY releasedate "February 27th, &year;"> <!-- <!ENTITY releasedate "November &day;st, &year;"> --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> @@ -761,6 +761,7 @@ <!ENTITY at-spi2-atk-version "2.3.1"> <!ENTITY at-spi2-core-version "2.3.1"> <!ENTITY gdl-version "3.2.0"> +<!ENTITY gdlmm-version "3.2.1"> <!ENTITY gnome-applets-version "3.2.1"> <!ENTITY gnome-video-effects-version "0.3.0"> <!ENTITY gtkhtml-version "3.30.2"> Modified: trunk/BOOK/gnome/add/add.xml =================================================================== --- trunk/BOOK/gnome/add/add.xml 2012-02-26 18:13:56 UTC (rev 9523) +++ trunk/BOOK/gnome/add/add.xml 2012-02-26 18:41:32 UTC (rev 9524) @@ -25,6 +25,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi2-atk.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi2-core.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdl.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdlmm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-applets.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-video-effects.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkhtml.xml"/> Added: trunk/BOOK/gnome/add/gdlmm.xml =================================================================== --- trunk/BOOK/gnome/add/gdlmm.xml (rev 0) +++ trunk/BOOK/gnome/add/gdlmm.xml 2012-02-26 18:41:32 UTC (rev 9524) @@ -0,0 +1,126 @@ +<?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 gdlmm-download-http "&gnome-download-http;/gdlmm/3.2/gdlmm-&gdlmm-version;.tar.xz"> + <!ENTITY gdlmm-download-ftp "&gnome-download-ftp;/gdlmm/3.2/gdlmm-&gdlmm-version;.tar.xz"> + <!ENTITY gdlmm-md5sum "d07999618fcec79a2287bb23d01fc4d2"> + <!ENTITY gdlmm-size "375 KB"> + <!ENTITY gdlmm-buildsize "9.2 MB"> + <!ENTITY gdlmm-time "0.2 SBU"> +]> + +<sect1 id="gdlmm" xreflabel="gdlmm-&gdlmm-version;"> + <?dbhtml filename="gdlmm.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>gdlmm-&gdlmm-version;</title> + + <indexterm zone="gdlmm"> + <primary sortas="a-gdlmm">gdlmm</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to gdlmm</title> + + <para>The <application>gdlmm</application> package contains C++ bindings for the + gdl library.</para> + + &lfs70_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&gdlmm-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&gdlmm-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &gdlmm-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &gdlmm-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &gdlmm-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &gdlmm-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">gdlmm Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="gdl"/>, + <xref linkend="glibmm"/>, and + <xref linkend="gtkmm"/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><xref linkend="doxygen"/>, + <xref linkend="libxslt"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/gdlmm"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of gdlmm</title> + + <para>Install <application>gdlmm</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=$GNOME_PREFIX && +make</userinput></screen> + + <para>To test the results, issue: <command>make check</command>.</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 Programs</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>None</seg> + <seg>libgdlmm-3.0.so</seg> + <seg>/usr/{include/gdlmm-3.0/gdlmm/private,lib/gdlmm-3.0/include,share/{devhelp/books/gdlmm-3.0,doc/gdlmm-3.0/reference/html}}</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libgdlmm-3"> + <term><filename class='libraryfile'>libgdlmm-3.0.so</filename></term> + <listitem> + <para>contains functions that .....</para> + <indexterm zone="gdlmm libgdlmm-3"> + <primary sortas="c-libgdlmm-3">libgdlmm-3.0.so</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/gnome/add/gdlmm.xml ___________________________________________________________________ Added: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-26 18:13:56 UTC (rev 9523) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-26 18:41:32 UTC (rev 9524) @@ -41,7 +41,16 @@ </listitem> --> + <listitem> + <para>February 27th, 2012</para> + <itemizedlist> + <listitem> + <para>[ken] - added gdl-3.2.1 from Wayne.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>February 26th, 2012</para> <itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
