source: gnome/applications/gnome-color-manager.xml@ cf5136d

gnome
Last change on this file since cf5136d was cf5136d, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated dependencies on empathy evolution gnome-clocks gnome-color-manager gnome-contacts gnome-control-center gnome-music gnome-sound-recorder
gnome-weather polari sushi and
vinagre pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13456 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-color-manager-download-http
8 "&gnome-download-http;/gnome-color-manager/3.6/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
9 <!ENTITY gnome-color-manager-download-ftp
10 "&gnome-download-ftp;/gnome-color-manager/3.6/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
11 <!ENTITY gnome-color-manager-md5sum "fe76eb6ca3a37b968e4c9b1a87010aa5">
12 <!ENTITY gnome-color-manager-size "2.5 MB">
13 <!ENTITY gnome-color-manager-buildsize "27 MB">
14 <!ENTITY gnome-color-manager-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-color-manager" xreflabel="gnome-color-manager-&gnome-color-manager-version;">
18 <?dbhtml filename="gnome-color-manager.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-color-manager-&gnome-color-manager-version;</title>
26
27 <indexterm zone="gnome-color-manager">
28 <primary sortas="a-gnome-color-manager">gnome-color-manager</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Color Manager</title>
33
34 <para>
35 <application>GNOME Color Manager</application> is a session framework
36 for the <application>GNOME</application> desktop environment that makes
37 it easy to manage, install and generate color profiles.
38 </para>
39
40 &lfs75_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-color-manager-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-color-manager-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-color-manager-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-color-manager-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-color-manager-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-color-manager-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Color Manager Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gtk3"/>,
81 <xref linkend="gnome-desktop"/>,
82 <xref linkend="lcms2"/>, and
83 <xref linkend="libcanberra"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="exiv2"/>,
89 <xref linkend="libtiff"/>,
90 <xref linkend="libexif"/>, and
91 <xref linkend="vte"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="clutter-gtk"/>, and
97 <ulink url="http://source.clutter-project.org/sources/mash">Mash</ulink>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gnome-color-manager"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GNOME Color Manager</title>
107
108 <para>
109 Install <application>GNOME Color Manager</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr \
114 --libexecdir=/usr/lib/gnome-color-manager \
115 --disable-packagekit &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <option>--disable-packagekit</option>: This parameter disables use
131 of PackageKit which isn't suitable for BLFS.
132 </para>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>
146 gcm-calibrate, gcm-import, gcm-inspect,
147 gcm-picker and gcm-viewer
148 </seg>
149 <seg>
150 None
151 </seg>
152 <seg>
153 /usr/lib/gnome-color-manager,
154 /usr/share/gnome-color-manager and
155 /usr/share/help/*/gnome-color-manager
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="gcm-calibrate">
166 <term><command>gcm-calibrate</command></term>
167 <listitem>
168 <para>
169 is the GCM calibrator tool.
170 </para>
171 <indexterm zone="gnome-color-manager gcm-calibrate">
172 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="gcm-import">
178 <term><command>gcm-import</command></term>
179 <listitem>
180 <para>
181 allows you to import ICC profiles supplied by vendors.
182 </para>
183 <indexterm zone="gnome-color-manager gcm-import">
184 <primary sortas="b-gcm-import">gcm-import</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="gcm-inspect">
190 <term><command>gcm-inspect</command></term>
191 <listitem>
192 <para>
193 allows you to inspect your session color-management settings.
194 </para>
195 <indexterm zone="gnome-color-manager gcm-inspect">
196 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="gcm-picker">
202 <term><command>gcm-picker</command></term>
203 <listitem>
204 <para>
205 allows you to pick spot colors for use by an attached colorimeter.
206 </para>
207 <indexterm zone="gnome-color-manager gcm-picker">
208 <primary sortas="b-gcm-picker">gcm-picker</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="gcm-viewer">
214 <term><command>gcm-viewer</command></term>
215 <listitem>
216 <para>
217 allows you to view properties of ICC profiles.
218 </para>
219 <indexterm zone="gnome-color-manager gcm-viewer">
220 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.