2012-02-27 06:26:41 +08:00
|
|
|
<?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 gnome-color-manager-download-http "&gnome-download-http;/gnome-color-manager/3.2/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
|
|
|
|
<!ENTITY gnome-color-manager-download-ftp "&gnome-download-ftp;/gnome-color-manager/3.2/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
|
|
|
|
<!ENTITY gnome-color-manager-md5sum "76d36a6e915cd4fe08ea25a2f7ed914b">
|
|
|
|
<!ENTITY gnome-color-manager-size "2.4 MB">
|
|
|
|
<!ENTITY gnome-color-manager-buildsize "24 MB">
|
|
|
|
<!ENTITY gnome-color-manager-time "0.3 SBU">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="gnome-color-manager" xreflabel="gnome-color-manager-&gnome-color-manager-version;">
|
|
|
|
<?dbhtml filename="gnome-color-manager.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>gnome-color-manager-&gnome-color-manager-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="gnome-color-manager">
|
|
|
|
<primary sortas="a-gnome-color-manager">gnome-color-manager</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to gnome-color-manager</title>
|
|
|
|
|
|
|
|
<para><application>GNOME Color Manager</application> is a session framework for the
|
|
|
|
<application>GNOME</application> desktop environment that makes it easy to manage,
|
|
|
|
install and generate color profiles.</para>
|
|
|
|
|
|
|
|
&lfs70_built;
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&gnome-color-manager-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&gnome-color-manager-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &gnome-color-manager-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &gnome-color-manager-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &gnome-color-manager-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &gnome-color-manager-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">gnome-color-manager Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required"><xref linkend="colord"/>,
|
|
|
|
<xref linkend="exiv2"/>,
|
|
|
|
<xref linkend="gnome-desktop"/>,
|
|
|
|
<xref linkend="gnome-doc-utils"/>,
|
|
|
|
<!-- pulled in by gnome-desktop <xref linkend="gtk3"/>,-->
|
|
|
|
<!-- pulled in for xorg <xref linkend="intltool"/>, -->
|
|
|
|
<xref linkend="lcms2"/>,
|
|
|
|
<xref linkend="libcanberra"/>,
|
|
|
|
<xref linkend="libexif"/>,
|
|
|
|
<xref linkend="vte"/>, and
|
|
|
|
<xref linkend="xorg7-lib"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="optional"><xref linkend="rarian"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional"><xref linkend="clutter-gtk"/> with
|
|
|
|
<ulink url="http://source.clutter-project.org/sources/mash">mash</ulink></para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/gnome-color-manager"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of gnome-color-manager</title>
|
|
|
|
|
|
|
|
<para>Install <application>gnome-color-manager</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
|
2012-03-11 04:38:39 +08:00
|
|
|
--libexecdir=$GNOME_PREFIX/lib/gnome-color-manager \
|
|
|
|
--disable-packagekit &&
|
2012-02-27 06:26:41 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<!-- in this case, lie - it looks as if our version of glibc broke it
|
|
|
|
('file' undeclared in gcm-self-test.c) -->
|
|
|
|
<para>This package does not have a testsuite.</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-color-manager</parameter>:
|
|
|
|
This parameter ensures <filename>gcm-helper-exiv</filename> is not installed
|
|
|
|
into <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
|
2012-03-11 04:38:39 +08:00
|
|
|
<para><parameter>--disable-packagekit</parameter>: This parameter disables use
|
|
|
|
of PackageKit which isn't suitable for BLFS.</para>
|
|
|
|
|
2012-02-27 06:26:41 +08:00
|
|
|
<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 Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>gcm-calibrate, gcm-helper-exiv, gcm-import, gcm-inspect, gcm-picker, and gcm-viewer</seg>
|
|
|
|
<seg>None</seg>
|
|
|
|
<seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-color-manager,share/gnome-color-manager/{figures,icons,targets}}</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="gcm-calibrate">
|
|
|
|
<term><command>gcm-calibrate</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is the GCM calibrator tool.</para>
|
|
|
|
<indexterm zone="gnome-color-manager gcm-calibrate">
|
|
|
|
<primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<!-- undocumented
|
|
|
|
<varlistentry id="gcm-helper-exiv">
|
|
|
|
<term><command>gcm-helper-exiv</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>does this .....</para>
|
|
|
|
<indexterm zone="gnome-color-manager gcm-helper-exiv">
|
|
|
|
<primary sortas="b-gcm-helper-exiv">gcm-helper-exiv</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>-->
|
|
|
|
|
|
|
|
<varlistentry id="gcm-import">
|
|
|
|
<term><command>gcm-import</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>allows you to import ICC profiles supplied by vendors.</para>
|
|
|
|
<indexterm zone="gnome-color-manager gcm-import">
|
|
|
|
<primary sortas="b-gcm-import">gcm-import</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gcm-inspect">
|
|
|
|
<term><command>gcm-inspect</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>allows you to inspect your session color-management settings.</para>
|
|
|
|
<indexterm zone="gnome-color-manager gcm-inspect">
|
|
|
|
<primary sortas="b-gcm-inspect">gcm-inspect</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gcm-picker">
|
|
|
|
<term><command>gcm-picker</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>allows you to pick spot colors for use by an attached colorimeter.</para>
|
|
|
|
<indexterm zone="gnome-color-manager gcm-picker">
|
|
|
|
<primary sortas="b-gcm-picker">gcm-picker</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gcm-viewer">
|
|
|
|
<term><command>gcm-viewer</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>allows you to view properties of ICC profiles.</para>
|
|
|
|
<indexterm zone="gnome-color-manager gcm-viewer">
|
|
|
|
<primary sortas="b-gcm-viewer">gcm-viewer</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|