source: x/lib/colord-gtk.xml@ dc1a45e

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since dc1a45e was dc1a45e, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Lots of tags

  • Property mode set to 100644
File size: 8.0 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-gtk-download-http "https://www.freedesktop.org/software/colord/releases/colord-gtk-&colord-gtk-version;.tar.xz">
8 <!ENTITY colord-gtk-download-ftp " ">
9 <!ENTITY colord-gtk-md5sum "08c245d6482b3923a2b6a09f7fbbe612">
10 <!ENTITY colord-gtk-size "24 KB">
11 <!ENTITY colord-gtk-buildsize "6.1 MB">
12 <!ENTITY colord-gtk-time "less than 0.1 SBU">
13]>
14
15<sect1 id="colord-gtk" xreflabel="colord-gtk-&colord-gtk-version;">
16 <?dbhtml filename="colord-gtk.html"?>
17
18
19 <title>colord-gtk-&colord-gtk-version;</title>
20
21 <indexterm zone="colord-gtk">
22 <primary sortas="a-colord-gtk">colord-gtk</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Colord GTK</title>
27
28 <para>
29 The <application>Colord GTK</application> package contains
30 <application>GTK+</application> bindings for
31 <application>Colord</application>.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&colord-gtk-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&colord-gtk-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &colord-gtk-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &colord-gtk-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &colord-gtk-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &colord-gtk-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Colord GTK Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="colord"/> and
75 <xref linkend="gtk3"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="gobject-introspection"/>,
81 <xref linkend="gtk2"/>,
82 <xref linkend="gtk4"/>, and
83 <xref linkend="vala"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="docbook-utils"/> and
89 <xref linkend="gtk-doc"/>
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/colord-gtk"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Colord GTK</title>
99
100 <warning>
101 <para>
102 If building the documentation <command>ninja -j1</command> must be used.
103 </para>
104 </warning>
105
106 <para>
107 Install <application>Colord GTK</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114meson --prefix=/usr \
115 --buildtype=release \
116 -Dgtk2=true \
117 -Dgtk4=true \
118 -Dvapi=true \
119 -Ddocs=false \
120 -Dman=false .. &amp;&amp;
121ninja</userinput></screen>
122
123 <para>
124 To test the results, issue: <command>ninja test</command>.
125 The tests need to be run from an X session, and may require
126 a color profile for your primary display.
127 <!-- on an ASUS 32" IPS display, I have a color profile and it works
128 properly. On the other hand, with a Dell SP2208WFP LCD,
129 no color profile is available and the tests fail. It seems to
130 depend on the system/display. -->
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>ninja install</userinput></screen>
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/meson-buildtype-release.xml"/>
145
146 <para>
147 <parameter>-Dvapi=true</parameter>: This switch enables
148 building of the Vala bindings. Remove this switch if you don't
149 have <xref linkend="vala" role="nodep"/> installed.
150 </para>
151
152 <para>
153 <parameter>-Dgtk2=true</parameter>: This switch enables building
154 the GTK+-2 bindings for colord.
155 </para>
156
157 <para>
158 <parameter>-Dgtk4=true</parameter>: This switch enables building
159 the GTK-4 bindings for colord. Set this option to 'false' if you
160 do not have <xref linkend="gtk4" role="nodep"/> installed.
161 </para>
162
163 <para>
164 <parameter>-Ddocs=false</parameter>: This switch disables building
165 gtk-doc based documentation. Even if gtk-doc is installed, you will
166 need the namespaced versions of the Docbook XSL stylesheets.
167 </para>
168
169 <para>
170 <parameter>-Dman=false</parameter>: This switch disables generating
171 the manual pages for this package. Remove this switch if you have
172 namespaced versions of the Docbook XSL stylesheets installed.
173 </para>
174
175 <!--
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="../../xincludes/static-libraries.xml"/>
178
179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="../../xincludes/gtk-doc-rebuild.xml"/>
181 -->
182 </sect2>
183
184 <sect2 role="content">
185 <title>Contents</title>
186
187 <segmentedlist>
188 <segtitle>Installed Programs</segtitle>
189 <segtitle>Installed Libraries</segtitle>
190 <segtitle>Installed Directories</segtitle>
191
192 <seglistitem>
193 <seg>
194 cd-convert
195 </seg>
196 <seg>
197 libcolord-gtk.so,
198 libcolord-gtk2.so, and
199 libcolord-gtk4.so
200 </seg>
201 <seg>
202 /usr/include/colord-1/colord-gtk and
203 /usr/share/gtk-doc/html/colord-gtk
204 </seg>
205 </seglistitem>
206 </segmentedlist>
207
208 <variablelist>
209 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
210 <?dbfo list-presentation="list"?>
211 <?dbhtml list-presentation="table"?>
212
213 <varlistentry id="cd-convert">
214 <term><command>cd-convert</command></term>
215 <listitem>
216 <para>
217 is a Color Manager Testing Tool
218 </para>
219 <indexterm zone="colord-gtk cd-convert">
220 <primary sortas="b-cd-convert">cd-convert</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="libcolord-gtk">
226 <term><filename class="libraryfile">libcolord-gtk.so</filename></term>
227 <listitem>
228 <para>
229 contains the <application>Colord</application>
230 <application>GTK+</application> bindings
231 </para>
232 <indexterm zone="colord-gtk libcolord-gtk">
233 <primary sortas="c-libcolord-gtk">libcolord-gtk.so</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="libcolord-gtk2">
239 <term><filename class="libraryfile">libcolord-gtk2.so</filename></term>
240 <listitem>
241 <para>
242 contains the <application>Colord</application>
243 <application>GTK+-2</application> bindings
244 </para>
245 <indexterm zone="colord-gtk libcolord-gtk2">
246 <primary sortas="c-libcolord-gtk2">libcolord-gtk2.so</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="libcolord-gtk4">
252 <term><filename class="libraryfile">libcolord-gtk4.so</filename></term>
253 <listitem>
254 <para>
255 contains the <application>Colord</application>
256 <application>GTK-4</application> bindings
257 </para>
258 <indexterm zone="colord-gtk libcolord-gtk4">
259 <primary sortas="c-libcolord-gtk4">libcolord-gtk4.so</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263 </variablelist>
264
265 </sect2>
266
267</sect1>
Note: See TracBrowser for help on using the repository browser.