Author: krejzi Date: 2012-10-13 16:42:57 -0600 (Sat, 13 Oct 2012) New Revision: 10733
Added: trunk/BOOK/archive/autogen.xml trunk/BOOK/archive/libsexy.xml trunk/BOOK/archive/mx.xml trunk/BOOK/archive/sound-theme-freedesktop.xml Removed: trunk/BOOK/general/genutils/autogen.xml trunk/BOOK/multimedia/libdriv/sound-theme-freedesktop.xml trunk/BOOK/x/lib/libsexy.xml trunk/BOOK/x/lib/mx.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/genutils.xml trunk/BOOK/multimedia/libdriv/libdriv.xml trunk/BOOK/x/lib/lib.xml Log: Remove some unneeded packages. Copied: trunk/BOOK/archive/autogen.xml (from rev 10728, trunk/BOOK/general/genutils/autogen.xml) =================================================================== --- trunk/BOOK/archive/autogen.xml (rev 0) +++ trunk/BOOK/archive/autogen.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -0,0 +1,230 @@ +<?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 autogen-download-http + "http://ftp.gnu.org/gnu/autogen/rel&autogen-version;/autogen-&autogen-version;.tar.xz"> + <!ENTITY autogen-download-ftp + "ftp://ftp.gnu.org/gnu/autogen/rel&autogen-version;/autogen-&autogen-version;.tar.xz"> + <!ENTITY autogen-md5sum "0871304953d219f7ad91a60fb1376271"> + <!ENTITY autogen-size "920 KB"> + <!ENTITY autogen-buildsize "15 MB"> + <!ENTITY autogen-time "0.7 SBU"> +]> + +<sect1 id="autogen" xreflabel="AutoGen-&autogen-version;"> + <?dbhtml filename="autogen.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>AutoGen-&autogen-version;</title> + + <indexterm zone="autogen"> + <primary sortas="a-AutoGen">AutoGen</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to AutoGen</title> + + <para> + <application>AutoGen</application> is a tool designed to simplify the + creation and maintenance of programs that contain large amounts of + repetitious text. It is especially valuable in programs that have + several blocks of text that must be kept synchronized. + </para> + + &lfs71_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Download (HTTP): <ulink url="&autogen-download-http;"/> + </para> + </listitem> + <listitem> + <para> + Download (FTP): <ulink url="&autogen-download-ftp;"/> + </para> + </listitem> + <listitem> + <para> + Download MD5 sum: &autogen-md5sum; + </para> + </listitem> + <listitem> + <para> + Download size: &autogen-size; + </para> + </listitem> + <listitem> + <para> + Estimated disk space required: &autogen-buildsize; + </para> + </listitem> + <listitem> + <para> + Estimated build time: &autogen-time; + </para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">AutoGen Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"> + <xref linkend="guile"/> and + <xref linkend="libxml2"/> + </para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/autogen"/> + </para> + </sect2> + + <sect2 role="installation"> + <title>Installation of AutoGen</title> + + <para> + Install <application>AutoGen</application> by running the following + commands: + </para> + +<screen><userinput>./configure --prefix=/usr --disable-static && +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="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/static-libraries.xml"/> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg> + autogen, autoopts-config, columns, getdefs and xml2ag + </seg> + <seg> + libopts.so + </seg> + <seg> + /usr/include/autoopts and + /usr/share/autogen + </seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="autogen-prog"> + <term><command>autogen</command></term> + <listitem> + <para> + is designed for generating program files that contain + repetitive text with varied substitutions. + </para> + <indexterm zone="autogen autogen-prog"> + <primary sortas="b-autogen">autogen</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="autoopts-config"> + <term><command>autoopts-config</command></term> + <listitem> + <para> + is a tool that is used by configure to determine the compiler and + linker flags that should be used to compile and link programs that + use <application>AutoOpts</application>. + </para> + <indexterm zone="autogen autoopts-config"> + <primary sortas="b-autoopts-config">autoopts-config</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="columns"> + <term><command>columns</command></term> + <listitem> + <para> + is used to columnize input text. + </para> + <indexterm zone="autogen columns"> + <primary sortas="b-columns">columns</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="getdefs"> + <term><command>getdefs</command></term> + <listitem> + <para> + is used to extract <application>AutoGen</application> definitions + from a list of source files. + </para> + <indexterm zone="autogen getdefs"> + <primary sortas="b-getdefs">getdefs</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="xml2ag"> + <term><command>xml2ag</command></term> + <listitem> + <para> + is used to convert any arbitrary XML file into equivalent + <application>AutoGen</application> definitions. + </para> + <indexterm zone="autogen xml2ag"> + <primary sortas="b-xml2ag">xml2ag</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libopts"> + <term><filename class='libraryfile'>libopts.so</filename></term> + <listitem> + <para> + is an automated option processing library based on + <application>AutoGen</application>. + </para> + <indexterm zone="autogen libopts"> + <primary sortas="c-libopts">libopts.so</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Copied: trunk/BOOK/archive/libsexy.xml (from rev 10728, trunk/BOOK/x/lib/libsexy.xml) =================================================================== --- trunk/BOOK/archive/libsexy.xml (rev 0) +++ trunk/BOOK/archive/libsexy.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -0,0 +1,138 @@ +<?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 libsexy-download-http "http://releases.chipx86.com/libsexy/libsexy/libsexy-&libsexy-version;.tar.bz2"> + <!ENTITY libsexy-download-ftp " "> + <!ENTITY libsexy-md5sum "056b5d9d22941cdd881c7823e643d3a8"> + <!ENTITY libsexy-size "261 KB"> + <!ENTITY libsexy-buildsize "6 MB"> + <!ENTITY libsexy-time "0.2 SBU"> +]> + +<sect1 id="libsexy" xreflabel="libsexy-&libsexy-version;"> + <?dbhtml filename="libsexy.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>libsexy-&libsexy-version;</title> + + <indexterm zone="libsexy"> + <primary sortas="a-libsexy">libsexy</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to libsexy</title> + + <para>The <application>libsexy</application> package is a collection of + <application>GTK+</application> widgets that extend the functionality of + such standard widgets as GtkEntry and GtkLabel by subclassing them and + working around the limitations of the widgets.</para> + + &lfs70_built; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&libsexy-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&libsexy-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &libsexy-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &libsexy-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &libsexy-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &libsexy-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">libsexy Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="gtk2"/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><xref linkend="gtk-doc"/> and + <xref linkend="iso-codes"/></para> + + <bridgehead renderas="sect4">Optional (Runtime)</bridgehead> + <para role="optional"><xref linkend="enchant"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/libsexy"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of libsexy</title> + + <para>Install <application>libsexy</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para>This package does not come with a test suite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gtk-doc-rebuild.xml"/> + + </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>libsexy.{so,a}</seg> + <seg>/usr/{include/libsexy,share/gtk-doc/html/libsexy}</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libsexy-lib"> + <term><filename class='libraryfile'>libsexy.{so,a}</filename></term> + <listitem> + <para>contains the <application>libsexy</application> API + functions.</para> + <indexterm zone="libsexy libsexy-lib"> + <primary sortas="c-libsexy">libsexy.{so,a}</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Copied: trunk/BOOK/archive/mx.xml (from rev 10728, trunk/BOOK/x/lib/mx.xml) =================================================================== --- trunk/BOOK/archive/mx.xml (rev 0) +++ trunk/BOOK/archive/mx.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -0,0 +1,190 @@ +<?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.4/mx-&mx-version;.tar.xz"> + <!ENTITY mx-download-ftp " "> + <!ENTITY mx-md5sum "92ec1bb29cc878932857de737b111827"> + <!ENTITY mx-size "932 KB"> + <!ENTITY mx-buildsize "30 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 + <application>Clutter</application> technology. It enables smooth + animations and special effects through hardware accelerated graphics + (OpenGL). + </para> + + &lfs72_checked; + + <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="dbus-glib"/>, + <xref linkend="gtk2"/>, + <xref linkend="intltool"/> and + <xref linkend="startup-notification"/> + </para> + + <bridgehead renderas="sect4">Recommended</bridgehead> + <para role="recommended"> + <xref linkend="gobject-introspection"/> + </para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"> + <xref linkend="gtk-doc"/> + </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 does not come with a test suite. + </para> + + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gtk-doc-rebuild.xml"/> + + </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, + /usr/share/gtk-doc/html/mx, + /usr/share/gtk-doc/html/mx-gtk and + /usr/share/mx + </seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libmx-1"> + <term><filename class="libraryfile">libmx-1.0.so</filename></term> + <listitem> + <para> + contains the <application>Mx</application> API functions. + </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 the <application>Mx</application> + <application>GTK+</application> bindings. + </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> Copied: trunk/BOOK/archive/sound-theme-freedesktop.xml (from rev 10728, trunk/BOOK/multimedia/libdriv/sound-theme-freedesktop.xml) =================================================================== --- trunk/BOOK/archive/sound-theme-freedesktop.xml (rev 0) +++ trunk/BOOK/archive/sound-theme-freedesktop.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -0,0 +1,104 @@ +<?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 sound-theme-freedesktop-download-http "http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-&sound-theme-freedesktop-version;.tar.bz2"> + <!ENTITY sound-theme-freedesktop-download-ftp " "> + <!ENTITY sound-theme-freedesktop-md5sum "7bcad4fa54570f80c612012bce66f60f"> + <!ENTITY sound-theme-freedesktop-size "472 KB"> + <!ENTITY sound-theme-freedesktop-buildsize "2 MB"> + <!ENTITY sound-theme-freedesktop-time "less than 0.1 SBU"> +]> + +<sect1 id="sound-theme-freedesktop" xreflabel="sound-theme-freedesktop-&sound-theme-freedesktop-version;"> + <?dbhtml filename="sound-theme-freedesktop.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>sound-theme-freedesktop-&sound-theme-freedesktop-version;</title> + + <indexterm zone="sound-theme-freedesktop"> + <primary sortas="a-sound-theme-freedesktop">sound-theme-freedesktop</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to sound-theme-freedesktop</title> + + <para>The <application>sound-theme-freedesktop</application> package + contains sound themes for the desktop.</para> + + &lfs70_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&sound-theme-freedesktop-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&sound-theme-freedesktop-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &sound-theme-freedesktop-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &sound-theme-freedesktop-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &sound-theme-freedesktop-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &sound-theme-freedesktop-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">sound-theme-freedesktop Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="intltool"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/sound-theme-freedesktop"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of sound-theme-freedesktop</title> + + <para>Install <application>sound-theme-freedesktop</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para>This package does not come with a test suite.</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 Libraries</segtitle> + <segtitle>Installed Directory</segtitle> + + <seglistitem> + <seg>None</seg> + <seg>None</seg> + <seg>/usr/share/sounds/freedesktop/stereo</seg> + </seglistitem> + </segmentedlist> + + + </sect2> + +</sect1> Deleted: trunk/BOOK/general/genutils/autogen.xml =================================================================== --- trunk/BOOK/general/genutils/autogen.xml 2012-10-12 07:04:53 UTC (rev 10732) +++ trunk/BOOK/general/genutils/autogen.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -1,230 +0,0 @@ -<?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 autogen-download-http - "http://ftp.gnu.org/gnu/autogen/rel&autogen-version;/autogen-&autogen-version;.tar.xz"> - <!ENTITY autogen-download-ftp - "ftp://ftp.gnu.org/gnu/autogen/rel&autogen-version;/autogen-&autogen-version;.tar.xz"> - <!ENTITY autogen-md5sum "0871304953d219f7ad91a60fb1376271"> - <!ENTITY autogen-size "920 KB"> - <!ENTITY autogen-buildsize "15 MB"> - <!ENTITY autogen-time "0.7 SBU"> -]> - -<sect1 id="autogen" xreflabel="AutoGen-&autogen-version;"> - <?dbhtml filename="autogen.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>AutoGen-&autogen-version;</title> - - <indexterm zone="autogen"> - <primary sortas="a-AutoGen">AutoGen</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to AutoGen</title> - - <para> - <application>AutoGen</application> is a tool designed to simplify the - creation and maintenance of programs that contain large amounts of - repetitious text. It is especially valuable in programs that have - several blocks of text that must be kept synchronized. - </para> - - &lfs71_checked; - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para> - Download (HTTP): <ulink url="&autogen-download-http;"/> - </para> - </listitem> - <listitem> - <para> - Download (FTP): <ulink url="&autogen-download-ftp;"/> - </para> - </listitem> - <listitem> - <para> - Download MD5 sum: &autogen-md5sum; - </para> - </listitem> - <listitem> - <para> - Download size: &autogen-size; - </para> - </listitem> - <listitem> - <para> - Estimated disk space required: &autogen-buildsize; - </para> - </listitem> - <listitem> - <para> - Estimated build time: &autogen-time; - </para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">AutoGen Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"> - <xref linkend="guile"/> and - <xref linkend="libxml2"/> - </para> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/autogen"/> - </para> - </sect2> - - <sect2 role="installation"> - <title>Installation of AutoGen</title> - - <para> - Install <application>AutoGen</application> by running the following - commands: - </para> - -<screen><userinput>./configure --prefix=/usr --disable-static && -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="commands"> - <title>Command Explanations</title> - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/static-libraries.xml"/> - - </sect2> - - <sect2 role="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Library</segtitle> - <segtitle>Installed Directories</segtitle> - - <seglistitem> - <seg> - autogen, autoopts-config, columns, getdefs and xml2ag - </seg> - <seg> - libopts.so - </seg> - <seg> - /usr/include/autoopts and - /usr/share/autogen - </seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="autogen-prog"> - <term><command>autogen</command></term> - <listitem> - <para> - is designed for generating program files that contain - repetitive text with varied substitutions. - </para> - <indexterm zone="autogen autogen-prog"> - <primary sortas="b-autogen">autogen</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="autoopts-config"> - <term><command>autoopts-config</command></term> - <listitem> - <para> - is a tool that is used by configure to determine the compiler and - linker flags that should be used to compile and link programs that - use <application>AutoOpts</application>. - </para> - <indexterm zone="autogen autoopts-config"> - <primary sortas="b-autoopts-config">autoopts-config</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="columns"> - <term><command>columns</command></term> - <listitem> - <para> - is used to columnize input text. - </para> - <indexterm zone="autogen columns"> - <primary sortas="b-columns">columns</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="getdefs"> - <term><command>getdefs</command></term> - <listitem> - <para> - is used to extract <application>AutoGen</application> definitions - from a list of source files. - </para> - <indexterm zone="autogen getdefs"> - <primary sortas="b-getdefs">getdefs</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="xml2ag"> - <term><command>xml2ag</command></term> - <listitem> - <para> - is used to convert any arbitrary XML file into equivalent - <application>AutoGen</application> definitions. - </para> - <indexterm zone="autogen xml2ag"> - <primary sortas="b-xml2ag">xml2ag</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="libopts"> - <term><filename class='libraryfile'>libopts.so</filename></term> - <listitem> - <para> - is an automated option processing library based on - <application>AutoGen</application>. - </para> - <indexterm zone="autogen libopts"> - <primary sortas="c-libopts">libopts.so</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> Modified: trunk/BOOK/general/genutils/genutils.xml =================================================================== --- trunk/BOOK/general/genutils/genutils.xml 2012-10-12 07:04:53 UTC (rev 10732) +++ trunk/BOOK/general/genutils/genutils.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -21,7 +21,6 @@ PIN numbers and pass-phrases, and a hash generator.</para> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apr-util.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autogen.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="compface.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="desktop-file-utils.xml"/> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-10-12 07:04:53 UTC (rev 10732) +++ trunk/BOOK/general.ent 2012-10-13 22:42:57 UTC (rev 10733) @@ -322,7 +322,6 @@ <!-- Chapter 11 --> <!ENTITY apr-util-version "1.4.1"> -<!ENTITY autogen-version "5.16.2"> <!ENTITY bc-version "1.06.95"> <!ENTITY compface-version "1.5.2"> <!ENTITY desktop-file-utils-version "0.20"> @@ -334,7 +333,6 @@ <!ENTITY imagemagick-version "6.7.9"> <!ENTITY intltool-version "0.50.2"> <!ENTITY libiodbc-version "3.52.8"> -<!ENTITY pilot-link-version "0.12.2"> <!ENTITY pinentry-version "0.8.2"> <!ENTITY rarian-version "0.8.1"> <!ENTITY recode-version "3.6"> @@ -459,7 +457,6 @@ <!-- Chapter 15 --> <!ENTITY bridgeutils-version "1.5"> <!ENTITY cifsutils-version "5.3"> -<!-- <!ENTITY inetutils-version "1.9.1"> --> <!ENTITY ncftp-version "3.2.3"> <!ENTITY net-tools-version "CVS_20101030"> <!ENTITY nfs-utils-version "1.2.5"> @@ -471,9 +468,6 @@ <!ENTITY wireless-tools-version "29"> <!ENTITY wpa_supplicant-version "1.0"> -<!-- Obsolete -<!ENTITY portmap-version "6.0">--> - <!-- Chapter 16 --> <!ENTITY avahi-version "0.6.31"> <!ENTITY bind-version "9.9.1-P3"> @@ -586,9 +580,7 @@ <!ENTITY gtk-vnc-version "0.5.1"> <!ENTITY hicolor-icon-theme-version "0.12"> <!ENTITY libnotify-version "0.7.5"> -<!ENTITY libsexy-version "0.1.11"> <!ENTITY libxklavier-version "5.3"> -<!ENTITY mx-version "1.4.6"> <!ENTITY notification-daemon-version "0.7.6"> <!ENTITY pango-version "1.32.1"> <!ENTITY pangomm-version "2.28.4"> @@ -601,6 +593,11 @@ <!ENTITY gtk2-libdir "2.0/2.10.0"> <!ENTITY qt-dir "$QTDIR"> +<!-- Removed +<!ENTITY libsexy-version "0.1.11"> +<!ENTITY mx-version "1.4.6"> +--> + <!-- Chapter 26 --> <!ENTITY fluxbox-version "1.3.2"> <!ENTITY icewm-version "1.3.7"> @@ -862,7 +859,6 @@ <!ENTITY opal-version "3.10.2"> <!ENTITY pulseaudio-version "2.1"> <!ENTITY sdl-version "1.2.15"> -<!ENTITY sound-theme-freedesktop-version "0.7"> <!ENTITY soundtouch-version "1.7.0"> <!ENTITY speex-version "1.2rc1"> <!ENTITY taglib-version "1.7.2"> Modified: trunk/BOOK/multimedia/libdriv/libdriv.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/libdriv.xml 2012-10-12 07:04:53 UTC (rev 10732) +++ trunk/BOOK/multimedia/libdriv/libdriv.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -70,7 +70,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opal.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pulseaudio.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sdl.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sound-theme-freedesktop.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="soundtouch.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="speex.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="taglib.xml"/> Deleted: trunk/BOOK/multimedia/libdriv/sound-theme-freedesktop.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/sound-theme-freedesktop.xml 2012-10-12 07:04:53 UTC (rev 10732) +++ trunk/BOOK/multimedia/libdriv/sound-theme-freedesktop.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -1,104 +0,0 @@ -<?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 sound-theme-freedesktop-download-http "http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-&sound-theme-freedesktop-version;.tar.bz2"> - <!ENTITY sound-theme-freedesktop-download-ftp " "> - <!ENTITY sound-theme-freedesktop-md5sum "7bcad4fa54570f80c612012bce66f60f"> - <!ENTITY sound-theme-freedesktop-size "472 KB"> - <!ENTITY sound-theme-freedesktop-buildsize "2 MB"> - <!ENTITY sound-theme-freedesktop-time "less than 0.1 SBU"> -]> - -<sect1 id="sound-theme-freedesktop" xreflabel="sound-theme-freedesktop-&sound-theme-freedesktop-version;"> - <?dbhtml filename="sound-theme-freedesktop.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>sound-theme-freedesktop-&sound-theme-freedesktop-version;</title> - - <indexterm zone="sound-theme-freedesktop"> - <primary sortas="a-sound-theme-freedesktop">sound-theme-freedesktop</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to sound-theme-freedesktop</title> - - <para>The <application>sound-theme-freedesktop</application> package - contains sound themes for the desktop.</para> - - &lfs70_checked; - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Download (HTTP): <ulink url="&sound-theme-freedesktop-download-http;"/></para> - </listitem> - <listitem> - <para>Download (FTP): <ulink url="&sound-theme-freedesktop-download-ftp;"/></para> - </listitem> - <listitem> - <para>Download MD5 sum: &sound-theme-freedesktop-md5sum;</para> - </listitem> - <listitem> - <para>Download size: &sound-theme-freedesktop-size;</para> - </listitem> - <listitem> - <para>Estimated disk space required: &sound-theme-freedesktop-buildsize;</para> - </listitem> - <listitem> - <para>Estimated build time: &sound-theme-freedesktop-time;</para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">sound-theme-freedesktop Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="intltool"/></para> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/sound-theme-freedesktop"/></para> - - </sect2> - - <sect2 role="installation"> - <title>Installation of sound-theme-freedesktop</title> - - <para>Install <application>sound-theme-freedesktop</application> by running the following - commands:</para> - -<screen><userinput>./configure --prefix=/usr && -make</userinput></screen> - - <para>This package does not come with a test suite.</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 Libraries</segtitle> - <segtitle>Installed Directory</segtitle> - - <seglistitem> - <seg>None</seg> - <seg>None</seg> - <seg>/usr/share/sounds/freedesktop/stereo</seg> - </seglistitem> - </segmentedlist> - - - </sect2> - -</sect1> Modified: trunk/BOOK/x/lib/lib.xml =================================================================== --- trunk/BOOK/x/lib/lib.xml 2012-10-12 07:04:53 UTC (rev 10732) +++ trunk/BOOK/x/lib/lib.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -47,9 +47,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-vnc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hicolor-icon-theme.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnotify.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsexy.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxklavier.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="notification-daemon.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pango.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pangomm.xml"/> Deleted: trunk/BOOK/x/lib/libsexy.xml =================================================================== --- trunk/BOOK/x/lib/libsexy.xml 2012-10-12 07:04:53 UTC (rev 10732) +++ trunk/BOOK/x/lib/libsexy.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -1,138 +0,0 @@ -<?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 libsexy-download-http "http://releases.chipx86.com/libsexy/libsexy/libsexy-&libsexy-version;.tar.bz2"> - <!ENTITY libsexy-download-ftp " "> - <!ENTITY libsexy-md5sum "056b5d9d22941cdd881c7823e643d3a8"> - <!ENTITY libsexy-size "261 KB"> - <!ENTITY libsexy-buildsize "6 MB"> - <!ENTITY libsexy-time "0.2 SBU"> -]> - -<sect1 id="libsexy" xreflabel="libsexy-&libsexy-version;"> - <?dbhtml filename="libsexy.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>libsexy-&libsexy-version;</title> - - <indexterm zone="libsexy"> - <primary sortas="a-libsexy">libsexy</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to libsexy</title> - - <para>The <application>libsexy</application> package is a collection of - <application>GTK+</application> widgets that extend the functionality of - such standard widgets as GtkEntry and GtkLabel by subclassing them and - working around the limitations of the widgets.</para> - - &lfs70_built; - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Download (HTTP): <ulink url="&libsexy-download-http;"/></para> - </listitem> - <listitem> - <para>Download (FTP): <ulink url="&libsexy-download-ftp;"/></para> - </listitem> - <listitem> - <para>Download MD5 sum: &libsexy-md5sum;</para> - </listitem> - <listitem> - <para>Download size: &libsexy-size;</para> - </listitem> - <listitem> - <para>Estimated disk space required: &libsexy-buildsize;</para> - </listitem> - <listitem> - <para>Estimated build time: &libsexy-time;</para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">libsexy Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="gtk2"/></para> - - <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="gtk-doc"/> and - <xref linkend="iso-codes"/></para> - - <bridgehead renderas="sect4">Optional (Runtime)</bridgehead> - <para role="optional"><xref linkend="enchant"/></para> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/libsexy"/></para> - - </sect2> - - <sect2 role="installation"> - <title>Installation of libsexy</title> - - <para>Install <application>libsexy</application> by running the following - commands:</para> - -<screen><userinput>./configure --prefix=/usr && -make</userinput></screen> - - <para>This package does not come with a test suite.</para> - - <para>Now, as the <systemitem class="username">root</systemitem> user:</para> - -<screen role="root"><userinput>make install</userinput></screen> - - </sect2> - - <sect2 role="commands"> - <title>Command Explanations</title> - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/gtk-doc-rebuild.xml"/> - - </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>libsexy.{so,a}</seg> - <seg>/usr/{include/libsexy,share/gtk-doc/html/libsexy}</seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="libsexy-lib"> - <term><filename class='libraryfile'>libsexy.{so,a}</filename></term> - <listitem> - <para>contains the <application>libsexy</application> API - functions.</para> - <indexterm zone="libsexy libsexy-lib"> - <primary sortas="c-libsexy">libsexy.{so,a}</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> Deleted: trunk/BOOK/x/lib/mx.xml =================================================================== --- trunk/BOOK/x/lib/mx.xml 2012-10-12 07:04:53 UTC (rev 10732) +++ trunk/BOOK/x/lib/mx.xml 2012-10-13 22:42:57 UTC (rev 10733) @@ -1,190 +0,0 @@ -<?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.4/mx-&mx-version;.tar.xz"> - <!ENTITY mx-download-ftp " "> - <!ENTITY mx-md5sum "92ec1bb29cc878932857de737b111827"> - <!ENTITY mx-size "932 KB"> - <!ENTITY mx-buildsize "30 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 - <application>Clutter</application> technology. It enables smooth - animations and special effects through hardware accelerated graphics - (OpenGL). - </para> - - &lfs72_checked; - - <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="dbus-glib"/>, - <xref linkend="gtk2"/>, - <xref linkend="intltool"/> and - <xref linkend="startup-notification"/> - </para> - - <bridgehead renderas="sect4">Recommended</bridgehead> - <para role="recommended"> - <xref linkend="gobject-introspection"/> - </para> - - <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"> - <xref linkend="gtk-doc"/> - </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 does not come with a test suite. - </para> - - <para> - Now, as the <systemitem class="username">root</systemitem> user: - </para> - -<screen role="root"><userinput>make install</userinput></screen> - - </sect2> - - <sect2 role="commands"> - <title>Command Explanations</title> - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/gtk-doc-rebuild.xml"/> - - </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, - /usr/share/gtk-doc/html/mx, - /usr/share/gtk-doc/html/mx-gtk and - /usr/share/mx - </seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="libmx-1"> - <term><filename class="libraryfile">libmx-1.0.so</filename></term> - <listitem> - <para> - contains the <application>Mx</application> API functions. - </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 the <application>Mx</application> - <application>GTK+</application> bindings. - </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> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page