source: gnome/add/gnome-color-manager.xml@ 4c2be438

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 4c2be438 was 4c2be438, checked in by Krejzi <krejzi@…>, 12 years ago

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 6.7 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.4/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
9 <!ENTITY gnome-color-manager-download-ftp
10 "&gnome-download-ftp;/gnome-color-manager/3.4/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
11 <!ENTITY gnome-color-manager-md5sum "dc8e97c93a29a7623f8e248ed784b77f">
12 <!ENTITY gnome-color-manager-size "2.5 MB">
13 <!ENTITY gnome-color-manager-buildsize "24 MB">
14 <!ENTITY gnome-color-manager-time "0.4 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><application>GNOME Color Manager</application> is a session framework for the
35 <application>GNOME</application> desktop environment that makes it easy to manage,
36 install and generate color profiles.</para>
37
38 &lfs70_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gnome-color-manager-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gnome-color-manager-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gnome-color-manager-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gnome-color-manager-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gnome-color-manager-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gnome-color-manager-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">gnome-color-manager Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required">
66 <xref linkend="colord"/>,
67 <xref linkend="exiv2"/>,
68 <xref linkend="gnome-desktop"/>,
69 <xref linkend="lcms2"/>,
70 <xref linkend="libcanberra"/>,
71 <xref linkend="libexif"/> and
72 <xref linkend="vte"/>
73 </para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="rarian"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="clutter-gtk"/> with
83 <ulink url="http://source.clutter-project.org/sources/mash">mash</ulink>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/gnome-color-manager"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of gnome-color-manager</title>
93
94 <para>Install <application>gnome-color-manager</application> by running the following
95 commands:</para>
96
97<screen><userinput>./configure --prefix=/usr \
98 --libexecdir=/usr/lib/gnome-color-manager \
99 --disable-packagekit &amp;&amp;
100make</userinput></screen>
101
102 <para>This package does not have a testsuite.</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <para><parameter>--libexecdir=/usr/lib/gnome-color-manager</parameter>:
112 This parameter ensures <filename>gcm-helper-exiv</filename> is not installed
113 into <filename class="directory">/usr/libexec</filename>.</para>
114
115 <para><parameter>--disable-packagekit</parameter>: This parameter disables use
116 of PackageKit which isn't suitable for BLFS.</para>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/without-scrollkeeper.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 gcm-calibrate, gcm-import, gcm-inspect,
133 gcm-picker and gcm-viewer
134 </seg>
135 <seg>
136 /usr/lib/gnome-color-manager and
137 /usr/share/gnome-color-manager
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="gcm-calibrate">
148 <term><command>gcm-calibrate</command></term>
149 <listitem>
150 <para>is the GCM calibrator tool.</para>
151 <indexterm zone="gnome-color-manager gcm-calibrate">
152 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="gcm-import">
158 <term><command>gcm-import</command></term>
159 <listitem>
160 <para>allows you to import ICC profiles supplied by vendors.</para>
161 <indexterm zone="gnome-color-manager gcm-import">
162 <primary sortas="b-gcm-import">gcm-import</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="gcm-inspect">
168 <term><command>gcm-inspect</command></term>
169 <listitem>
170 <para>allows you to inspect your session color-management settings.</para>
171 <indexterm zone="gnome-color-manager gcm-inspect">
172 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="gcm-picker">
178 <term><command>gcm-picker</command></term>
179 <listitem>
180 <para>allows you to pick spot colors for use by an attached colorimeter.</para>
181 <indexterm zone="gnome-color-manager gcm-picker">
182 <primary sortas="b-gcm-picker">gcm-picker</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="gcm-viewer">
188 <term><command>gcm-viewer</command></term>
189 <listitem>
190 <para>allows you to view properties of ICC profiles.</para>
191 <indexterm zone="gnome-color-manager gcm-viewer">
192 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.