Author: ken
Date: 2012-01-26 17:28:20 -0700 (Thu, 26 Jan 2012)
New Revision: 9239

Added:
   trunk/BOOK/general/graphlib/lcms2.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/colord.xml
   trunk/BOOK/general/graphlib/graphlib.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Add lcms2.

Modified: trunk/BOOK/general/graphlib/colord.xml
===================================================================
--- trunk/BOOK/general/graphlib/colord.xml      2012-01-27 00:03:14 UTC (rev 
9238)
+++ trunk/BOOK/general/graphlib/colord.xml      2012-01-27 00:28:20 UTC (rev 
9239)
@@ -65,11 +65,7 @@
     <xref linkend="dbus"/>,
     <xref linkend="udev"/>,
     <xref linkend="sqlite"/>, and
-    <!-- FIXME:ken -->
-    lcms2-2.2</para>
-    <!--
     <xref linkend="lcms2"/></para>
-    -->
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended"><xref linkend="polkit"/></para>

Modified: trunk/BOOK/general/graphlib/graphlib.xml
===================================================================
--- trunk/BOOK/general/graphlib/graphlib.xml    2012-01-27 00:03:14 UTC (rev 
9238)
+++ trunk/BOOK/general/graphlib/graphlib.xml    2012-01-27 00:28:20 UTC (rev 
9239)
@@ -28,6 +28,7 @@
   -->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="giflib.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="lcms.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="lcms2.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libmng.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="freetype2.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="fontconfig.xml"/>

Added: trunk/BOOK/general/graphlib/lcms2.xml
===================================================================
--- trunk/BOOK/general/graphlib/lcms2.xml                               (rev 0)
+++ trunk/BOOK/general/graphlib/lcms2.xml       2012-01-27 00:28:20 UTC (rev 
9239)
@@ -0,0 +1,175 @@
+<?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 lcms2-download-http 
"http://downloads.sourceforge.net/lcms/lcms2-&lcms2-version;.tar.gz";>
+  <!ENTITY lcms2-download-ftp  " ">
+  <!ENTITY lcms2-md5sum        "aaf33c7c25675e6163189ba488ae20f5">
+  <!ENTITY lcms2-size          "4.0 MB">
+  <!ENTITY lcms2-buildsize     "21 MB">
+  <!ENTITY lcms2-time          "0.2 SBU">
+]>
+
+<sect1 id="lcms2" xreflabel="lcms2-&lcms2-version;">
+  <?dbhtml filename="lcms2.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>lcms2-&lcms2-version;</title>
+
+  <indexterm zone="lcms2">
+    <primary sortas="a-lcms2">lcms2</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to lcms2</title>
+
+    <para>The <application>lcms2</application> package intends to be a
+    small-footprint color management engine, with special focus on accuracy
+    and performance. It uses the International Color Consortium standard (ICC),
+    which is the modern standard for color management.</para>
+
+    &lfs70_built;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&lcms2-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&lcms2-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &lcms2-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &lcms2-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &lcms2-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &lcms2-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/lcms2"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of lcms2</title>
+
+    <para>Install <application>lcms2</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="commands">
+    <title>Command Explanations</title>
+
+    <para><option>--enable-static=no</option>: This switch prevents the static
+    libraries being installed.</para>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directory</segtitle>
+
+      <seglistitem>
+        <seg>jpgicc, linkicc, psicc, tificc, and transicc</seg>
+        <seg>liblcms2.{so,a}</seg>
+        <seg></seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="jpgicc">
+        <term><command>jpgicc</command></term>
+        <listitem>
+          <para>does this .....</para>
+          <indexterm zone="lcms2 jpgicc">
+            <primary sortas="b-jpgicc">jpgicc</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="linkicc">
+        <term><command>linkicc</command></term>
+        <listitem>
+          <para>does this .....</para>
+          <indexterm zone="lcms2 linkicc">
+            <primary sortas="b-linkicc">linkicc</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="psicc">
+        <term><command>psicc</command></term>
+        <listitem>
+          <para>does this .....</para>
+          <indexterm zone="lcms2 psicc">
+            <primary sortas="b-psicc">psicc</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="tificc">
+        <term><command>tificc</command></term>
+        <listitem>
+          <para>does this .....</para>
+          <indexterm zone="lcms2 tificc">
+            <primary sortas="b-tificc">tificc</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="transicc">
+        <term><command>transicc</command></term>
+        <listitem>
+          <para>does this .....</para>
+          <indexterm zone="lcms2 transicc">
+            <primary sortas="b-transicc">transicc</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="liblcms2">
+        <term><filename class='libraryfile'>liblcms2.{so,a}</filename></term>
+        <listitem>
+          <para>contains functions that .....</para>
+          <indexterm zone="lcms2 liblcms2">
+            <primary sortas="c-liblcms2">liblcms2.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>


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

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-01-27 00:03:14 UTC (rev 9238)
+++ trunk/BOOK/general.ent      2012-01-27 00:28:20 UTC (rev 9239)
@@ -244,7 +244,7 @@
 <!ENTITY libtiff-version              "4.0.0">
 <!ENTITY giflib-version               "4.1.6">
 <!ENTITY lcms-version                 "1.19">
-<!-- Note lcms2 is incompatible with the rest of BLFS-->
+<!ENTITY lcms2-version                "2.2">
 <!ENTITY libmng-version               "1.0.10">
 <!ENTITY freetype2-version            "2.4.8">
 <!ENTITY fontconfig-version           "2.8.0">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-01-27 00:03:14 UTC 
(rev 9238)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-01-27 00:28:20 UTC 
(rev 9239)
@@ -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 and colord-0.1.14 
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 and
+         lcms2-2.2 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

Reply via email to