Add gegl, and try to remove the bogus 'last updated' data retained from the page I copied for babl and gegl.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8625 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2010-10-11 00:52:44 +00:00
parent 9ce06cc9d0
commit fdce50fc20
4 changed files with 174 additions and 2 deletions

View File

@ -16,8 +16,8 @@
<?dbhtml filename="babl.html"?>
<sect1info>
<othername>$LastChangedBy: randy $</othername>
<date>$Date: 2010-02-21 20:19:57 +0000 (Sun, 21 Feb 2010) $</date>
<othername>$LastChangedBy: fubar $</othername>
<date>$Date: 2010-10-10 23:59:59 +0000 (Sun, 10 Oct 2010) $</date>
</sect1info>
<title>babl-&babl-version;</title>

167
general/graphlib/gegl.xml Normal file
View File

@ -0,0 +1,167 @@
<?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 gegl-download-http "http://ftp.gtk.org/pub/gegl/0.1/gegl-&gegl-version;.tar.bz2">
<!ENTITY gegl-download-ftp "ftp://ftp.gtk.org/pub/gegl/0.1/gegl-&gegl-version;.tar.bz2">
<!ENTITY gegl-md5sum "d35ffe17dc042652eca3205488ece262">
<!ENTITY gegl-size "3.0 MB">
<!ENTITY gegl-buildsize "37 MB">
<!ENTITY gegl-time "1.7 SBU">
]>
<sect1 id="gegl" xreflabel="gegl-&gegl-version;">
<?dbhtml filename="gegl.html"?>
<sect1info>
<othername>$LastChangedBy: fubar $</othername>
<date>$Date: 2010-10-10 23:59:59 +0000 (Sun, 10 Oct 2010) $</date>
</sect1info>
<title>gegl-&gegl-version;</title>
<indexterm zone="gegl">
<primary sortas="a-Gegl">Gegl</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gegl</title>
<para>This package provides the GEneric Graphics Library, which is a
graph based image processing format.</para>
&lfs67_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gegl-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gegl-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gegl-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gegl-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gegl-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gegl-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gegl Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="babl"/>, <xref linkend="glib2"/>
and <xref linkend="gtk2"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><ulink
url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>
<ulink url="http://www.gnu.org/software/enscript/">enscript</ulink>
<xref linkend="ffmpeg"/>
<xref linkend="graphviz"/>
<xref linkend="libjpeg"/>
<ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>
<xref linkend="libpng"/>
<xref linkend="librsvg"/>
<ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>
<ulink url="http://www.lua.org/">Lua</ulink>
<ulink url="http://www.openexr.org">OpenEXR</ulink>
<xref linkend="ruby"/>
<xref linkend="sdl"/>
and <xref linkend="w3m"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/gegl'/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gegl</title>
<para>Install <application>gegl</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
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 &amp;&amp;
install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl
</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"/>
<para><parameter>install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl
</parameter>:
The command '<command>make install</command>' only installs
<filename>operations.html</filename>, omitting the stylesheet and
<filename>index.html</filename>. This extra command ensures all the links
in the html work.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gegl</seg>
<seg>libgegl-0.1.so, and libraries in /usr/lib/gegl-0.1/</seg>
<seg>/usr/include/gegl-0.1/</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gegl-prog">
<term><command>gegl</command></term>
<listitem>
<para>is a commandline tool for working with the XML data model.</para>
<indexterm zone="gegl gegl-prog">
<primary sortas="b-gegl">gegl</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgegl-0.1">
<term><filename class='libraryfile'>libgegl-0.1.so</filename></term>
<listitem>
<para>provides infrastructure to do demand based cached non
destructive image editing on larger than RAM buffers.</para>
<indexterm zone="gegl libgegl-0.1">
<primary sortas="c-libgegl-0.1">libgegl-0.1.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -46,5 +46,6 @@ $Date$
<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-gtk.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"/>
</chapter>

View File

@ -48,6 +48,10 @@
<para>[ken] - Added new package, Babl-0.1.2. Fixes ticket
<ulink url="&blfs-ticket-root;2627">#2627</ulink></para>
</listitem>
<listitem>
<para>[ken] - Added new package, Gegl-0.1.2. Fixes ticket
<ulink url="&blfs-ticket-root;2628">#2628</ulink></para>
</listitem>
</itemizedlist>
</listitem>