source: general/sysutils/colord1.xml@ 6ec15f1f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6ec15f1f was 6ec15f1f, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Added colord-1.3.2 (for gnome-color-manager) - I am aware that it is a development version.
Added colord-gtk-0.1.26 to trunk and adjusted colord deps as appropriate

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17572 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 12.4 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 colord1-download-http "http://www.freedesktop.org/software/colord/releases/colord-&colord1-version;.tar.xz">
8 <!ENTITY colord1-download-ftp " ">
9 <!ENTITY colord1-md5sum "ceea6df374a2c36a8a4bafe50b11cdd1">
10 <!ENTITY colord1-size "1.2 MB">
11 <!ENTITY colord1-buildsize "32 MB (with tests)">
12 <!ENTITY colord1-time "0.5 SBU (with tests)">
13]>
14
15<!-- Try to keep the indentation used in this file-->
16<sect1 id="colord1" xreflabel="colord-&colord1-version;" revision="systemd">
17 <?dbhtml filename="colord1.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Colord-&colord1-version;</title>
25
26 <indexterm zone="colord1">
27 <primary sortas="a-colord1">Colord</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Colord</title>
32
33 <para>
34 <application>Colord</application> is a system service that makes it easy
35 to manage, install, and generate color profiles. It is used mainly by
36 <application>GNOME Color Manager</application> for system integration
37 and use when no users are logged in.
38 </para>
39
40 &lfs79_checked;&gcc6_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&colord1-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&colord1-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &colord1-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &colord1-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &colord1-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &colord1-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Colord Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="dbus"/>,
81 <xref linkend="glib2"/>,
82 <xref linkend="lcms2"/>, and
83 <xref linkend="sqlite"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="libgudev"/>,
90 <xref linkend="libgusb"/>,
91 <xref linkend="polkit"/>,
92 <xref linkend="systemd"/>, and
93 <xref linkend="vala"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="docbook-utils"/>,
99 <xref linkend="gnome-desktop"/> and
100 <xref linkend="colord-gtk"/> (to build the example tools),
101 <xref linkend="gtk-doc"/>,
102 <xref linkend="libxslt"/>,
103 <xref linkend="sane"/>,
104 <ulink url="http://www.argyllcms.com/">ArgLLCMS</ulink>, and
105 <ulink url="http://www.bash-completion.alioth-debian.org/">Bash Completion</ulink>
106 </para>
107
108 <para condition="html" role="usernotes">
109 User Notes: <ulink url="&blfs-wiki;/colord1"/>
110 </para>
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of Colord</title>
115
116 <warning>
117 <para>
118 This package will overwrite any previous version of Colord that you
119 may have on your system. This package is a development version
120 and is only intended to be used by gnome-color-manager at this time.
121 </para>
122 </warning>
123
124 <para>
125 There should be a dedicated user and group to take control of the colord
126 daemon after it has started. Issue the following commands as the
127 <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>groupadd -g 71 colord &amp;&amp;
131useradd -c "Color Daemon Owner" -d /var/lib/colord -u 71 \
132 -g colord -s /bin/false colord</userinput></screen>
133
134 <para>
135 Install <application>Colord</application> by running the following
136 commands:
137 </para>
138
139<screen><userinput>./configure --prefix=/usr \
140 --sysconfdir=/etc \
141 --localstatedir=/var \
142 --with-daemon-user=colord \
143 --enable-vala \
144 --enable-daemon \
145 --enable-session-helper \
146 --enable-libcolordcompat \
147 --disable-rpath \
148 --disable-argyllcms-sensor \
149 --disable-bash-completion \
150 --disable-static &amp;&amp;
151make</userinput></screen>
152
153 <para>
154 Now, as the <systemitem class="username">root</systemitem> user:
155 </para>
156
157<screen role="root"><userinput>make install</userinput></screen>
158
159 <para>
160 To test the results, issue: <command>make -k check</command>.
161 At least one test,
162 <filename>./lib/colord/.libs/lt-cd-test-daemon</filename>, may fail.
163 The test suite must be run after the package is installed, and the
164 system-wide D-Bus Daemon must be running.
165 </para>
166
167 </sect2>
168
169 <sect2 role="commands">
170 <title>Command Explanations</title>
171
172 <para>
173 <parameter>--with-daemon-user=colord</parameter>: This switch is used
174 so the colord daemon will run as an unprivileged user instead of the
175 <systemitem class="username">root</systemitem> user.
176 </para>
177
178 <para>
179 <parameter>--enable-vala</parameter>: This switch enables building the
180 <application>Vala</application> bindings. Remove if you don't have
181 <xref linkend="vala"/> installed.
182 </para>
183
184 <para>
185 <parameter>--enable-daemon</parameter>: This switch enables building
186 the <application>Colord</application> daemon.
187 </para>
188
189 <para>
190 <parameter>--enable-session-helper</parameter>: This switch enables
191 building the session helper for <application>Colord</application>.
192 </para>
193
194 <para>
195 <parameter>--enable-libcolordcompat</parameter>: This switch enables
196 building a compatibility library for older packages that use
197 <application>Colord</application>.
198 </para>
199
200 <para>
201 <parameter>--disable-rpath</parameter>: This switch prevents the build
202 process from hard-coding library paths into its executables.
203 </para>
204
205 <para>
206 <parameter>--disable-argyllcms-sensor</parameter>: This switch disables
207 the ArgLLCMS sensor driver. Omit if you have
208 <ulink url="http://www.argyllcms.com/">ArgLLCMS</ulink> installed
209 and wish to use it.
210 </para>
211
212 <para>
213 <parameter>--disable-bash-completion</parameter>: This switch disables
214 Bash Completion support for Colord applications.
215 </para>
216
217 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
218 href="../../xincludes/static-libraries.xml"/>
219
220 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
221 href="../../xincludes/gtk-doc-rebuild.xml"/>
222
223 <para>
224 <option>--disable-gusb</option>: Use this switch if you don't have
225 <application>libgusb</application> installed.
226 </para>
227
228 <para>
229 <option>--disable-udev</option>: Use this switch if you don't have
230 <application>libgudev</application> installed.
231 </para>
232
233 <para>
234 <option>--disable-polkit</option>: Use this switch if you don't have
235 <application>polkit</application> installed.
236 </para>
237
238 </sect2>
239
240 <sect2 role="content">
241 <title>Contents</title>
242
243 <segmentedlist>
244 <segtitle>Installed Programs</segtitle>
245 <segtitle>Installed Libraries</segtitle>
246 <segtitle>Installed Directories</segtitle>
247
248 <seglistitem>
249 <seg>
250 cd-create-profile,
251 cd-fix-profile,
252 cd-iccdump,
253 cd-it8, and
254 colormgr
255 </seg>
256 <seg>
257 libcolord.so,
258 libcolordcompat.so,
259 libcolordprivate.so, and
260 libcolorhug.so
261 </seg>
262 <seg>
263 /usr/include/colord-1,
264 /usr/lib/colord-{plugins,sensors},
265 /usr/share/color{d},
266 /usr/share/gtk-doc/html/colord, and
267 /var/lib/colord
268 </seg>
269 </seglistitem>
270 </segmentedlist>
271
272 <variablelist>
273 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
274 <?dbfo list-presentation="list"?>
275 <?dbhtml list-presentation="table"?>
276
277 <!-- If the program or library name conflicts (is the same) as the
278 package name, add -prog or -lib to the varlistentry entity id
279 and the 2nd entry of the indexterm zone entity -->
280
281 <varlistentry id="cd-create-profile1">
282 <term><command>cd-create-profile</command></term>
283 <listitem>
284 <para>
285 is the Color Manager Profile Creation Tool.
286 </para>
287 <indexterm zone="colord1 cd-create-profile">
288 <primary sortas="b-cd-create-profile1">cd-create-profile</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry id="cd-fix-profile1">
294 <term><command>cd-fix-profile</command></term>
295 <listitem>
296 <para>
297 is a tool used to fix metadata in ICC profiles.
298 </para>
299 <indexterm zone="colord1 cd-fix-profile">
300 <primary sortas="b-cd-fix-profile1">cd-fix-profile</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="cd-iccdump1">
306 <term><command>cd-iccdump</command></term>
307 <listitem>
308 <para>
309 dumps the contents of an ICC profile as human readable text.
310 </para>
311 <indexterm zone="colord1 cd-iccdump">
312 <primary sortas="b-cd-iccdump1">cd-iccdump</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 <varlistentry id="cd-it81">
318 <term><command>cd-it8</command></term>
319 <listitem>
320 <para>
321 is the Color Manager Testing Tool.
322 </para>
323 <indexterm zone="colord1 cd-it8">
324 <primary sortas="b-cd-it81">cd-it8</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="colormgr1">
330 <term><command>colormgr</command></term>
331 <listitem>
332 <para>
333 is a text-mode program that allows you to interact with colord on
334 the command line.
335 </para>
336 <indexterm zone="colord1 colormgr">
337 <primary sortas="b-colormgr1">colormgr</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="libcolord.so">
343 <term><filename class="libraryfile">libcolord.so</filename></term>
344 <listitem>
345 <para>
346 contains the <application>Colord</application> API functions.
347 </para>
348 <indexterm zone="colord1 libcolord.so">
349 <primary sortas="c-libcolord.so1">libcolord.so</primary>
350 </indexterm>
351 </listitem>
352 </varlistentry>
353
354 <varlistentry id="libcolordcompat.so">
355 <term><filename class="libraryfile">libcolordcompat.so</filename></term>
356 <listitem>
357 <para>
358 contains legacy API functions for compatiblity with older
359 applications.
360 </para>
361 <indexterm zone="colord1 libcolordcompat.so">
362 <primary sortas="c-libcolordcompat.so1">libcolordcompat.so</primary>
363 </indexterm>
364 </listitem>
365 </varlistentry>
366
367 <varlistentry id="libcolordprivate.so">
368 <term><filename class="libraryfile">libcolordprivate.so</filename></term>
369 <listitem>
370 <para>
371 contains internal API functions for the programs included with
372 <application>Colord</application>.
373 </para>
374 <indexterm zone="colord1 libcolordprivate.so">
375 <primary sortas="c-libcolordprivate.so1">libcolordprivate.so</primary>
376 </indexterm>
377 </listitem>
378 </varlistentry>
379
380 <varlistentry id="libcolorhug.so">
381 <term><filename class="libraryfile">libcolorhug.so</filename></term>
382 <listitem>
383 <para>
384 contains a simple display hardware colorimiter.
385 </para>
386 <indexterm zone="colord libcolorhug.so">
387 <primary sortas="c-libcolorhug.so1">libcolorhug.so</primary>
388 </indexterm>
389 </listitem>
390 </varlistentry>
391 </variablelist>
392 </sect2>
393</sect1>
Note: See TracBrowser for help on using the repository browser.