Author: ken
Date: 2012-01-26 16:44:38 -0700 (Thu, 26 Jan 2012)
New Revision: 9236

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

Added: trunk/BOOK/general/graphlib/colord.xml
===================================================================
--- trunk/BOOK/general/graphlib/colord.xml                              (rev 0)
+++ trunk/BOOK/general/graphlib/colord.xml      2012-01-26 23:44:38 UTC (rev 
9236)
@@ -0,0 +1,222 @@
+<?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 colord-download-http 
"http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz";>
+  <!ENTITY colord-download-ftp  " ">
+  <!ENTITY colord-md5sum        "b230ba65a3834d1ee67085d62aa81a16">
+  <!ENTITY colord-size          "437 KB">
+  <!ENTITY colord-buildsize     "19 MB">
+  <!ENTITY colord-time          "0.2 SBU">
+]>
+
+<sect1 id="colord" xreflabel="colord-&colord-version;">
+  <?dbhtml filename="colord.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>colord-&colord-version;</title>
+
+  <indexterm zone="colord">
+    <primary sortas="a-colord">colord</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to colord</title>
+
+    <para>The <application>colord</application> package is a system activated
+    daemon that maps devices to color profiles. It is used by
+    gnome-color-manager for system integration and use when there are no users
+    logged in.</para>
+
+    &lfs70_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&colord-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&colord-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &colord-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &colord-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &colord-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &colord-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">colord Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="glib2"/>,
+    <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>
+
+    <bridgehead renderas="sect4">optional</bridgehead>
+    <para role="optioanl"><xref linkend="gobject-introspection"/></para>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/colord"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of colord</title>
+
+    <para>Install <application>colord</application> by running the following
+    commands:</para>
+
+<screen><userinput>./configure --prefix=/usr \
+            --sysconfdir=/etc \
+            --libexecdir=/usr/lib/colord \
+            --localstatedir=/var &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>--disable-examples</option>: This option disables the DBus
+    example code.</para>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>cd-create-profile, cd-fix-profile, colord, and colormgr</seg>
+        <seg>libcolord.{so,a}, libcolord_sensor_dummy.{so,a},
+        libcolord_sensor_huey.{so,a}, and libcolord_sensor_munki.{so,a}</seg>
+        <seg>/usr/{include/colord-1/colord,lib/colord-sensors,
+        share/{color/icc/colord,dbus-1/interfaces,locale/it_IT/LC_MESSAGES}},
+        /var/lib/colord</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="cd-create-profile">
+        <term><command>cd-create-profile</command></term>
+        <listitem>
+          <para>is a Color Manager Profile Creation Tool.</para>
+          <indexterm zone="colord cd-create-profile">
+            <primary sortas="b-cd-create-profile">cd-create-profile</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="cd-fix-profile">
+        <term><command>cd-fix-profile</command></term>
+        <listitem>
+          <para>is a tool to fix metadata in ICC profiles.</para>
+          <indexterm zone="colord cd-fix-profile">
+            <primary sortas="b-cd-fix-profile">cd-fix-profile</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="colord-prog">
+        <term><command>colord</command></term>
+        <listitem>
+          <para>is the daemon.</para>
+          <indexterm zone="colord colord-prog">
+            <primary sortas="b-colord-prog">colord-prog</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="colormgr">
+        <term><command>colormgr</command></term>
+        <listitem>
+          <para>is a text-mode program that allows you to interact with colord
+          on the command line.</para>
+          <indexterm zone="colord colormgr">
+            <primary sortas="b-colormgr">colormgr</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="libcolord">
+        <term><filename class='libraryfile'>libcolord.{so,a}</filename></term>
+        <listitem>
+          <para>contains the <application>colord</application> API
+          functions.</para>
+          <indexterm zone="colord libcolord">
+            <primary sortas="c-libcolord">libcolord.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <!--<varlistentry id="libcolord_sensor_dummy">
+        <term><filename 
class='libraryfile'>libcolord_sensor_dummy.{so,a}</filename></term>
+        <listitem>
+          <para>contains functions that .....</para>
+          <indexterm zone="colord libcolord_sensor_dummy">
+            <primary 
sortas="c-libcolord_sensor_dummy">libcolord_sensor_dummy.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="libcolord_sensor_huey">
+        <term><filename 
class='libraryfile'>libcolord_sensor_huey.{so,a}</filename></term>
+        <listitem>
+          <para>contains functions that .....</para>
+          <indexterm zone="colord libcolord_sensor_huey">
+            <primary 
sortas="c-libcolord_sensor_huey">libcolord_sensor_huey.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="libcolord_sensor_munki">
+        <term><filename 
class='libraryfile'>libcolord_sensor_munki.{so,a}</filename></term>
+        <listitem>
+          <para>contains functions that .....</para>
+          <indexterm zone="colord libcolord_sensor_munki">
+            <primary 
sortas="c-libcolord_sensor_munki">libcolord_sensor_munki.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>-->
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>


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

Modified: trunk/BOOK/general/graphlib/graphlib.xml
===================================================================
--- trunk/BOOK/general/graphlib/graphlib.xml    2012-01-26 23:30:00 UTC (rev 
9235)
+++ trunk/BOOK/general/graphlib/graphlib.xml    2012-01-26 23:44:38 UTC (rev 
9236)
@@ -49,5 +49,6 @@
   <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"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="colord.xml"/>
 
 </chapter>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-01-26 23:30:00 UTC (rev 9235)
+++ trunk/BOOK/general.ent      2012-01-26 23:44:38 UTC (rev 9236)
@@ -263,6 +263,7 @@
 <!ENTITY clutter-gtk-version          "1.0.4">
 <!ENTITY babl-version                 "0.1.6">
 <!ENTITY gegl-version                 "0.1.8">
+<!ENTITY colord-version               "0.1.14">
 
 <!-- Obsolete
 <!ENTITY libungif-version             "4.1.3">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-01-26 23:30:00 UTC 
(rev 9235)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-01-26 23:44:38 UTC 
(rev 9236)
@@ -53,7 +53,8 @@
           </para>
         </listitem>
         <listitem>
-         <para>[ken] - Merge clutter-1.8.2 and clutter-gtk-1.0.4 from 
Wayne.</para>
+         <para>[ken] - Merge clutter-1.8.2, clutter-gtk-1.0.4 and colord-0.1.14
+          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