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

12.1 gimp3 ken/TL2024 lazarus trunk xry111/llvm18 xry111/spidermonkey128
Last change on this file since 8674204 was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 7.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[30712eb]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
[2c80efe]8 "&gnome-download-http;/gnome-color-manager/&gnome-minor-36;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
[f4ac7141]9 <!ENTITY gnome-color-manager-download-ftp " ">
[2c80efe]10 <!ENTITY gnome-color-manager-md5sum "c5360705a68e88455b1801200e9aaa2e">
11 <!ENTITY gnome-color-manager-size "2.1 MB">
[b9fc02a]12 <!ENTITY gnome-color-manager-buildsize "12 MB">
[2c80efe]13 <!ENTITY gnome-color-manager-time "0.1 SBU">
[30712eb]14]>
15
[51dfb3e]16<sect1 id="gnome-color-manager" xreflabel="gnome-color-manager-&gnome-color-manager-version;">
[30712eb]17 <?dbhtml filename="gnome-color-manager.html"?>
18
19
20 <title>gnome-color-manager-&gnome-color-manager-version;</title>
21
22 <indexterm zone="gnome-color-manager">
23 <primary sortas="a-gnome-color-manager">gnome-color-manager</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Color Manager</title>
28
29 <para>
30 <application>GNOME Color Manager</application> is a session framework
31 for the <application>GNOME</application> desktop environment that makes
32 it easy to manage, install and generate color profiles.
33 </para>
34
[c71450c]35 &lfs120_checked;
[30712eb]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-color-manager-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-color-manager-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-color-manager-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-color-manager-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-color-manager-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-color-manager-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME Color Manager Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[1accff3c]75 <xref linkend="colord"/>,
[30712eb]76 <xref linkend="gtk3"/>,
77 <xref linkend="itstool"/>,
78 <xref linkend="lcms2"/>,
79 <xref linkend="libcanberra"/>, and
80 <xref linkend="libexif"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
[2c80efe]85 <xref linkend="desktop-file-utils"/>
[30712eb]86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
[827ba01c]90 <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
[e3fb392]91 <xref linkend="docbook-utils"/> (currently causes build to fail)
[30712eb]92 </para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of GNOME Color Manager</title>
98
[597c34df]99 <para>
100 If <xref linkend="docbook-utils"/> is installed, disable installation
101 of the man pages to avoid a build failure:
102 </para>
103
104<screen><userinput>sed /subdir\(\'man/d -i meson.build</userinput></screen>
105
[30712eb]106 <para>
107 Install <application>GNOME Color Manager</application> by running the following
108 commands:
109 </para>
110
[0791bf00]111<screen><userinput>mkdir build &amp;&amp;
[5ff1726]112cd build &amp;&amp;
113
[91318eb]114meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
[0791bf00]115ninja</userinput></screen>
[30712eb]116
117 <para>
[2c80efe]118 To test the results, issue: <command>ninja test</command>. The tests must
119 be run from an X session.
[30712eb]120 </para>
121
[2431f37]122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
[0791bf00]126<screen role="root"><userinput>ninja install</userinput></screen>
[30712eb]127
128 </sect2>
129
[6eea7da]130 <!--
[1575ce1]131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
[82192a18]134 <para>
135 <parameter>-Dexiv=false</parameter>: This switch is used to disable
136 using Exiv2 because Exiv2-0.27 changed the API in a way that several
137 applications cannot use.
138 </para>
[6eea7da]139 <!- - Please check this at the next version of gnome-color-manager AND/OR
[1575ce1]140 the next version of Exiv2. No work has been done upstream, but I did file
[6eea7da]141 an issue upstream. - ->
[1575ce1]142
143 </sect2>
[6eea7da]144 -->
[1575ce1]145
[30712eb]146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
[2c80efe]156 <!--gcm-calibrate,--> gcm-import, gcm-inspect,
[30712eb]157 gcm-picker, and gcm-viewer
158 </seg>
159 <seg>
160 None
161 </seg>
162 <seg>
163 /usr/share/gnome-color-manager and
164 /usr/share/help/*/gnome-color-manager
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
[2c80efe]174<!-- Seems to be removed in 3.36.0
[30712eb]175 <varlistentry id="gcm-calibrate">
176 <term><command>gcm-calibrate</command></term>
177 <listitem>
178 <para>
179 is the GCM calibrator tool.
180 </para>
181 <indexterm zone="gnome-color-manager gcm-calibrate">
182 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
[2c80efe]186-->
[30712eb]187 <varlistentry id="gcm-import">
188 <term><command>gcm-import</command></term>
189 <listitem>
190 <para>
[4c24eb0a]191 allows you to import ICC profiles supplied by vendors
[30712eb]192 </para>
193 <indexterm zone="gnome-color-manager gcm-import">
194 <primary sortas="b-gcm-import">gcm-import</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="gcm-inspect">
200 <term><command>gcm-inspect</command></term>
201 <listitem>
202 <para>
[4c24eb0a]203 allows you to inspect your session color-management settings
[30712eb]204 </para>
205 <indexterm zone="gnome-color-manager gcm-inspect">
206 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="gcm-picker">
212 <term><command>gcm-picker</command></term>
213 <listitem>
214 <para>
[4c24eb0a]215 allows you to pick spot colors for use by an attached colorimeter
[30712eb]216 </para>
217 <indexterm zone="gnome-color-manager gcm-picker">
218 <primary sortas="b-gcm-picker">gcm-picker</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="gcm-viewer">
224 <term><command>gcm-viewer</command></term>
225 <listitem>
226 <para>
[4c24eb0a]227 allows you to view properties of ICC profiles
[30712eb]228 </para>
229 <indexterm zone="gnome-color-manager gcm-viewer">
230 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 </variablelist>
236
237 </sect2>
238
239</sect1>
Note: See TracBrowser for help on using the repository browser.