Author: ken
Date: 2012-01-25 13:09:02 -0700 (Wed, 25 Jan 2012)
New Revision: 9211

Added:
   trunk/BOOK/general/genlib/exempi.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/genlib.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Add exempi.

Added: trunk/BOOK/general/genlib/exempi.xml
===================================================================
--- trunk/BOOK/general/genlib/exempi.xml                                (rev 0)
+++ trunk/BOOK/general/genlib/exempi.xml        2012-01-25 20:09:02 UTC (rev 
9211)
@@ -0,0 +1,120 @@
+<?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 exempi-download-http 
"http://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.gz";>
+  <!ENTITY exempi-download-ftp  " ">
+  <!ENTITY exempi-md5sum        "62ecb5a01387b9f940a5429b3df67e65">
+  <!ENTITY exempi-size          "3.3 MB">
+  <!ENTITY exempi-buildsize     "?? MB">
+  <!ENTITY exempi-time          "?? SBU">
+]>
+
+<sect1 id="exempi" xreflabel="exempi-&exempi-version;">
+  <?dbhtml filename="exempi.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>exempi-&exempi-version;</title>
+
+  <indexterm zone="exempi">
+    <primary sortas="a-exempi">exempi</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to exempi</title>
+
+    <para><application>Exempi</application> is an implementation of XMP 
(Adobe's
+    Extensible Metadata Platform).</para>
+
+    &lfs68_built;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&exempi-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&exempi-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &exempi-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &exempi-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &exempi-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &exempi-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">exempi Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="boost"/></para>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/exempi"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of exempi</title>
+
+    <para>Install <application>exempi</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</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directory</segtitle>
+
+      <seglistitem>
+        <seg>None</seg>
+        <seg>libexempi.{so,a}</seg>
+        <seg>/usr/include/exempi-2.0/exempi</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="libexempi">
+        <term><filename class='libraryfile'>libexempi.{so,a}</filename></term>
+        <listitem>
+          <para>contains functions that .....</para>
+          <indexterm zone="exempi libexempi">
+            <primary sortas="c-libexempi">libexempi.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>


Property changes on: trunk/BOOK/general/genlib/exempi.xml
___________________________________________________________________
Added: svn:keywords
   + Date LastChangedBy

Modified: trunk/BOOK/general/genlib/genlib.xml
===================================================================
--- trunk/BOOK/general/genlib/genlib.xml        2012-01-25 19:26:52 UTC (rev 
9210)
+++ trunk/BOOK/general/genlib/genlib.xml        2012-01-25 20:09:02 UTC (rev 
9211)
@@ -102,6 +102,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="qca.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="libdbusmenuqt.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="libunistring.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="exempi.xml"/>
   <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="libxml.xml"/> -->
   <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="ispell.xml"/> -->
   <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="fam.xml"/> 
-->

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-01-25 19:26:52 UTC (rev 9210)
+++ trunk/BOOK/general.ent      2012-01-25 20:09:02 UTC (rev 9211)
@@ -82,6 +82,10 @@
                               properly using an LFS-6.7 platform.</para>">
 <!ENTITY lfs67_built          "<para>This package is known to build using an 
LFS
                               6.7 platform but has not been tested.</para>">
+<!ENTITY lfs68_checked        "<para>This package is known to build and work
+                              properly using an LFS-6.8 platform.</para>">
+<!ENTITY lfs68_built          "<para>This package is known to build using an 
LFS
+                              6.8 platform but has not been tested.</para>">
 <!ENTITY lfs70_checked        "<para>This package is known to build and work
                               properly using an LFS-7.0 platform.</para>">
 <!ENTITY lfs70_built          "<para>This package is known to build using an 
LFS
@@ -218,6 +222,7 @@
 <!ENTITY qca-version                  "2.0.3">
 <!ENTITY libdbusmenu-qt-version       "0.7.0">
 <!ENTITY libunistring-version         "0.9.3">
+<!ENTITY exempi-version               "2.1.1">
 
 <!-- Obsolete
 <!ENTITY fam-version                  "2.7.0">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-01-25 19:26:52 UTC 
(rev 9210)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-01-25 20:09:02 UTC 
(rev 9211)
@@ -49,6 +49,9 @@
           (2.28.6) reinstated alongside pygobject3; pyorbit, gnome-python
           and gnome-python-desktop retired.</para>
         </listitem>
+        <listitem>
+          <para>[ken] - Add exempi-2.1.1 from Wayne.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to