source: general/sysutils/colord.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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