source: gnome/applications/cheese.xml@ 14891a90

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 14891a90 was 14891a90, checked in by Xi Ruoyao <xry111@…>, 11 months ago

treewide: More "User Notes" clean up

Remove links to pages w/o real contents.

  • 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 cheese-download-http "&gnome-download-http;/cheese/&gnome-44;/cheese-&cheese-version;.tar.xz">
8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-44;/cheese-&cheese-version;.tar.xz">
9 <!ENTITY cheese-md5sum "1dd88384f60b32f4eee6d4b5e1048ab1">
10 <!ENTITY cheese-size "1.0 MB">
11 <!ENTITY cheese-buildsize "16 MB">
12 <!ENTITY cheese-time "0.2 SBU">
13]>
14
15<sect1 id="cheese" xreflabel="Cheese-&cheese-version;">
16 <?dbhtml filename="cheese.html"?>
17
18
19 <title>Cheese-&cheese-version;</title>
20
21 <indexterm zone="cheese">
22 <primary sortas="a-Cheese">Cheese</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Cheese</title>
27
28 <para>
29 <application>Cheese</application> is used to take
30 photos and videos with fun graphical effects.
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&cheese-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&cheese-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &cheese-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &cheese-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &cheese-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &cheese-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Cheese Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="clutter-gst"/>,
74 <xref linkend="clutter-gtk"/>,
75 <xref linkend="gnome-desktop"/>,
76 <xref linkend="gst10-plugins-bad"/>,
77 <xref linkend="gst10-plugins-good"/> (built with <xref linkend="v4l-utils"/>),
78 <xref linkend="libcanberra"/>, and
79 <xref linkend="libgudev"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref role="runtime" linkend="gnome-video-effects"/> (at runtime, for video effects),
85 <xref linkend="gobject-introspection"/> and
86 <xref linkend="vala"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gtk-doc"/>,
92 <xref linkend="libxslt"/>,
93 <ulink url="&appstream-glib-url;">appstream-glib</ulink>,
94 <ulink url="https://ltp.sourceforge.net/coverage/lcov.php"> LCOV </ulink>, and
95 <ulink url="&gnome-download-http;/nautilus-sendto/">Nautilus SendTo</ulink>
96 </para>
97
98 </sect2>
99
100 <sect2 role="kernel" id="cheese-kernel">
101 <title>Kernel Configuration</title>
102
103 <para>
104 Depending on your camera, enable the appropriate options and recompile the
105 kernel if necessary:
106 </para>
107
108<screen><literal>Device Drivers ---&gt;
109 &lt;*&gt; Multimedia support ---&gt; [CONFIG_MEDIA_SUPPORT]
110 [*] Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends) [CONFIG_MEDIA_SUBDRV_AUTOSELECT]
111 Media device types ---&gt;
112 [*] Cameras and video grabbers [CONFIG_MEDIA_CAMERA_SUPPORT]
113 Media drivers ---&gt;
114 [*] Media USB Adapters ---&gt; [CONFIG_MEDIA_USB_SUPPORT]
115 Select device(s) as needed</literal></screen>
116
117 <indexterm zone="cheese cheese-kernel">
118 <primary sortas="d-cheese">cheese</primary>
119 </indexterm>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of Cheese</title>
124
125 <para>
126 Install <application>Cheese</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>mkdir build &amp;&amp;
131cd build &amp;&amp;
132
133meson setup --prefix=/usr \
134 --buildtype=release \
135 -Dgtk_doc=false \
136 -Dtests=true \
137 .. &amp;&amp;
138ninja</userinput></screen>
139
140 <para>
141 To test the results, issue: <command>ninja test</command>
142 </para>
143
144 <para>
145 Now, as the <systemitem class="username">root</systemitem> user:
146 </para>
147
148<screen role="root"><userinput>ninja install</userinput></screen>
149
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/meson-buildtype-release.xml"/>
157
158 <para>
159 <parameter>-Dgtk_doc=false</parameter>: This switch prevents the build
160 system from generating and installing the API documentation. Omit this
161 switch if you have <xref linkend="gtk-doc" role="nodep"/> installed
162 and wish to generate and install the API documentation. Building the
163 documentation is broken due to an incompatibility with gtk-doc.
164 </para>
165
166 <para>
167 <parameter>-Dtests=true</parameter>: This switch allows building the
168 tests so that the test suite can be run. Remove this switch if you are
169 not going to run the tests.
170 </para>
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Program</segtitle>
178 <segtitle>Installed Library</segtitle>
179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
182 <seg>
183 cheese
184 </seg>
185 <seg>
186 libcheese.so and libcheese-gtk.so
187 </seg>
188 <seg>
189 /usr/{include,share/gtk-doc/html,share/help/*}/cheese
190 </seg>
191 </seglistitem>
192 </segmentedlist>
193
194 <variablelist>
195 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
196 <?dbfo list-presentation="list"?>
197 <?dbhtml list-presentation="table"?>
198
199 <varlistentry id="cheese-prog">
200 <term><command>cheese</command></term>
201 <listitem>
202 <para>
203 is a webcam tool with graphical effects
204 </para>
205 <indexterm zone="cheese cheese-prog">
206 <primary sortas="b-cheese">cheese</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="libcheese">
212 <term><filename class="libraryfile">libcheese.so</filename></term>
213 <listitem>
214 <para>
215 contains the <application>Cheese</application> API functions
216 </para>
217 <indexterm zone="cheese libcheese">
218 <primary sortas="c-libcheese">libcheese.so</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="libcheese-gtk">
224 <term><filename class="libraryfile">libcheese-gtk.so</filename></term>
225 <listitem>
226 <para>
227 contains the <application>Cheese</application>
228 <application>GTK+</application> widgets
229 </para>
230 <indexterm zone="cheese libcheese-gtk">
231 <primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 </variablelist>
237
238 </sect2>
239
240</sect1>
Note: See TracBrowser for help on using the repository browser.