source: gnome/applications/cheese.xml@ 3fd1cb7

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3fd1cb7 was f4f11ec4, checked in by Douglas R. Reno <renodr@…>, 18 months ago

Update to cheese-43.0

  • 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-43;/cheese-&cheese-version;.tar.xz">
8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-43;/cheese-&cheese-version;.tar.xz">
9 <!ENTITY cheese-md5sum "176f154ef15bed6df77fe69e2c308879">
10 <!ENTITY cheese-size "1.0 MB">
11 <!ENTITY cheese-buildsize "19 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 &lfs112_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="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV </ulink>, and
95 <ulink url="&gnome-download-http;/nautilus-sendto/">Nautilus SendTo</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/cheese"/>
100 </para>
101 </sect2>
102
103 <sect2 role="kernel" id="cheese-kernel">
104 <title>Kernel Configuration</title>
105
106 <para>
107 Depending on your camera, enable the appropriate options and recompile the
108 kernel if necessary:
109 </para>
110
111<screen><literal>Device Drivers ---&gt;
112 Multimedia support ---&gt;
113 &lt;*&gt; Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends) [CONFIG_MEDIA_SUBDRV_AUTOSELECT]
114 Media device types ---&gt;
115 &lt;*&gt; Cameras/video grabbers support [CONFIG_MEDIA_CAMERA_SUPPORT]
116 Media drivers ---&gt;
117 &lt;*&gt; Media USB Adapters ---&gt; [CONFIG_MEDIA_USB_SUPPORT]
118 Select device(s) as needed</literal></screen>
119
120 <indexterm zone="cheese cheese-kernel">
121 <primary sortas="d-cheese">cheese</primary>
122 </indexterm>
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of Cheese</title>
127
128 <para>
129 Install <application>Cheese</application> by running the following
130 commands:
131 </para>
132
133<screen><userinput>mkdir build &amp;&amp;
134cd build &amp;&amp;
135
136meson --prefix=/usr \
137 --buildtype=release \
138 -Dgtk_doc=false \
139 -Dtests=true .. &amp;&amp;
140ninja</userinput></screen>
141
142 <para>
143 To test the results, issue: <command>ninja test</command>
144 </para>
145
146 <para>
147 Now, as the <systemitem class="username">root</systemitem> user:
148 </para>
149
150<screen role="root"><userinput>ninja install</userinput></screen>
151
152 </sect2>
153
154 <sect2 role="commands">
155 <title>Command Explanations</title>
156
157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="../../xincludes/meson-buildtype-release.xml"/>
159
160 <para>
161 <parameter>-Dgtk_doc=false</parameter>: This switch prevents the build
162 system from generating and installing the API documentation. Omit this
163 switch if you have <xref linkend="gtk-doc" role="nodep"/> installed
164 and wish to generate and install the API documentation. Building the
165 documentation is broken due to an incompatibility with gtk-doc.
166 </para>
167
168 <para>
169 <parameter>-Dtests=true</parameter>: This switch allows building the
170 tests so that the test suite can be run. Remove this switch if you are
171 not going to run the tests.
172 </para>
173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Program</segtitle>
180 <segtitle>Installed Library</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>
185 cheese
186 </seg>
187 <seg>
188 libcheese.so and libcheese-gtk.so
189 </seg>
190 <seg>
191 /usr/{include,share/gtk-doc/html,share/help/*}/cheese
192 </seg>
193 </seglistitem>
194 </segmentedlist>
195
196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
200
201 <varlistentry id="cheese-prog">
202 <term><command>cheese</command></term>
203 <listitem>
204 <para>
205 is a webcam tool with graphical effects
206 </para>
207 <indexterm zone="cheese cheese-prog">
208 <primary sortas="b-cheese">cheese</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="libcheese">
214 <term><filename class="libraryfile">libcheese.so</filename></term>
215 <listitem>
216 <para>
217 contains the <application>Cheese</application> API functions
218 </para>
219 <indexterm zone="cheese libcheese">
220 <primary sortas="c-libcheese">libcheese.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="libcheese-gtk">
226 <term><filename class="libraryfile">libcheese-gtk.so</filename></term>
227 <listitem>
228 <para>
229 contains the <application>Cheese</application>
230 <application>GTK+</application> widgets
231 </para>
232 <indexterm zone="cheese libcheese-gtk">
233 <primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 </variablelist>
239
240 </sect2>
241
242</sect1>
Note: See TracBrowser for help on using the repository browser.