source: general/graphlib/colord.xml@ 8cf883c4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8cf883c4 was 8cf883c4, checked in by Ken Moffat <ken@…>, 12 years ago

glib2 -> pkgconfig xref changes for general/graphlib. In poppler reinstate the commented required pkgconfig - unclear why commented - and just drop the recommended glib2. In gegl, drop glib2 because babl already requires pkgconfig.

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

  • Property mode set to 100644
File size: 7.3 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 colord-download-http "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
8 <!ENTITY colord-download-ftp " ">
9 <!ENTITY colord-md5sum "b230ba65a3834d1ee67085d62aa81a16">
10 <!ENTITY colord-size "437 KB">
11 <!ENTITY colord-buildsize "19 MB">
12 <!ENTITY colord-time "0.2 SBU">
13]>
14
15<sect1 id="colord" xreflabel="colord-&colord-version;">
16 <?dbhtml filename="colord.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>colord-&colord-version;</title>
24
25 <indexterm zone="colord">
26 <primary sortas="a-colord">colord</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to colord</title>
31
32 <para>The <application>colord</application> package is a system activated
33 daemon that maps devices to color profiles. It is used by
34 gnome-color-manager for system integration and use when there are no users
35 logged in.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&colord-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&colord-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &colord-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &colord-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &colord-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &colord-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">colord Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="dbus"/>,
65 <xref linkend="lcms2"/>
66 <xref linkend="pkgconfig"/>,
67 <xref linkend="sqlite"/>, and
68 <xref linkend="udev"/></para>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended"><xref linkend="polkit"/></para>
72
73 <bridgehead renderas="sect4">optional</bridgehead>
74 <para role="optional"><xref linkend="gobject-introspection"/></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/colord"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of colord</title>
83
84 <para>Install <application>colord</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=/usr \
88 --sysconfdir=/etc \
89 --libexecdir=/usr/lib/colord \
90 --localstatedir=/var &amp;&amp;
91make</userinput></screen>
92
93 <para>To test the results, issue: <command>make check</command>.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><option>--disable-examples</option>: This option disables the DBus
105 example code.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>cd-create-profile, cd-fix-profile, colord, and colormgr</seg>
119 <seg>libcolord.{so,a}, libcolord_sensor_dummy.{so,a},
120 libcolord_sensor_huey.{so,a}, and libcolord_sensor_munki.{so,a}</seg>
121 <seg>/usr/{include/colord-1/colord,lib/colord-sensors,
122 share/{color/icc/colord,dbus-1/interfaces,locale/it_IT/LC_MESSAGES}},
123 /var/lib/colord</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="cd-create-profile">
133 <term><command>cd-create-profile</command></term>
134 <listitem>
135 <para>is a Color Manager Profile Creation Tool.</para>
136 <indexterm zone="colord cd-create-profile">
137 <primary sortas="b-cd-create-profile">cd-create-profile</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="cd-fix-profile">
143 <term><command>cd-fix-profile</command></term>
144 <listitem>
145 <para>is a tool to fix metadata in ICC profiles.</para>
146 <indexterm zone="colord cd-fix-profile">
147 <primary sortas="b-cd-fix-profile">cd-fix-profile</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="colord-prog">
153 <term><command>colord</command></term>
154 <listitem>
155 <para>is the daemon.</para>
156 <indexterm zone="colord colord-prog">
157 <primary sortas="b-colord-prog">colord-prog</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="colormgr">
163 <term><command>colormgr</command></term>
164 <listitem>
165 <para>is a text-mode program that allows you to interact with colord
166 on the command line.</para>
167 <indexterm zone="colord colormgr">
168 <primary sortas="b-colormgr">colormgr</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libcolord">
174 <term><filename class='libraryfile'>libcolord.{so,a}</filename></term>
175 <listitem>
176 <para>contains the <application>colord</application> API
177 functions.</para>
178 <indexterm zone="colord libcolord">
179 <primary sortas="c-libcolord">libcolord.{so,a}</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <!--<varlistentry id="libcolord_sensor_dummy">
185 <term><filename class='libraryfile'>libcolord_sensor_dummy.{so,a}</filename></term>
186 <listitem>
187 <para>contains functions that .....</para>
188 <indexterm zone="colord libcolord_sensor_dummy">
189 <primary sortas="c-libcolord_sensor_dummy">libcolord_sensor_dummy.{so,a}</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="libcolord_sensor_huey">
195 <term><filename class='libraryfile'>libcolord_sensor_huey.{so,a}</filename></term>
196 <listitem>
197 <para>contains functions that .....</para>
198 <indexterm zone="colord libcolord_sensor_huey">
199 <primary sortas="c-libcolord_sensor_huey">libcolord_sensor_huey.{so,a}</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libcolord_sensor_munki">
205 <term><filename class='libraryfile'>libcolord_sensor_munki.{so,a}</filename></term>
206 <listitem>
207 <para>contains functions that .....</para>
208 <indexterm zone="colord libcolord_sensor_munki">
209 <primary sortas="c-libcolord_sensor_munki">libcolord_sensor_munki.{so,a}</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>-->
213
214 </variablelist>
215
216 </sect2>
217
218</sect1>
Note: See TracBrowser for help on using the repository browser.