source: gnome/applications/cheese.xml@ 976c15a

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 976c15a was 976c15a, checked in by Douglas R. Reno <renodr@…>, 12 months ago

Update to cheese-44.0.1

  • Property mode set to 100644
File size: 7.5 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 <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 &lt;*&gt; Multimedia support ---&gt; [CONFIG_MEDIA_SUPPORT]
113 [*] Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends) [CONFIG_MEDIA_SUBDRV_AUTOSELECT]
114 Media device types ---&gt;
115 [*] Cameras and video grabbers [CONFIG_MEDIA_CAMERA_SUPPORT]
116 Media drivers ---&gt;
117 [*] 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 setup --prefix=/usr \
137 --buildtype=release \
138 -Dgtk_doc=false \
139 -Dtests=true \
140 .. &amp;&amp;
141ninja</userinput></screen>
142
143 <para>
144 To test the results, issue: <command>ninja test</command>
145 </para>
146
147 <para>
148 Now, as the <systemitem class="username">root</systemitem> user:
149 </para>
150
151<screen role="root"><userinput>ninja install</userinput></screen>
152
153 </sect2>
154
155 <sect2 role="commands">
156 <title>Command Explanations</title>
157
158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="../../xincludes/meson-buildtype-release.xml"/>
160
161 <para>
162 <parameter>-Dgtk_doc=false</parameter>: This switch prevents the build
163 system from generating and installing the API documentation. Omit this
164 switch if you have <xref linkend="gtk-doc" role="nodep"/> installed
165 and wish to generate and install the API documentation. Building the
166 documentation is broken due to an incompatibility with gtk-doc.
167 </para>
168
169 <para>
170 <parameter>-Dtests=true</parameter>: This switch allows building the
171 tests so that the test suite can be run. Remove this switch if you are
172 not going to run the tests.
173 </para>
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Program</segtitle>
181 <segtitle>Installed Library</segtitle>
182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
185 <seg>
186 cheese
187 </seg>
188 <seg>
189 libcheese.so and libcheese-gtk.so
190 </seg>
191 <seg>
192 /usr/{include,share/gtk-doc/html,share/help/*}/cheese
193 </seg>
194 </seglistitem>
195 </segmentedlist>
196
197 <variablelist>
198 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
199 <?dbfo list-presentation="list"?>
200 <?dbhtml list-presentation="table"?>
201
202 <varlistentry id="cheese-prog">
203 <term><command>cheese</command></term>
204 <listitem>
205 <para>
206 is a webcam tool with graphical effects
207 </para>
208 <indexterm zone="cheese cheese-prog">
209 <primary sortas="b-cheese">cheese</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="libcheese">
215 <term><filename class="libraryfile">libcheese.so</filename></term>
216 <listitem>
217 <para>
218 contains the <application>Cheese</application> API functions
219 </para>
220 <indexterm zone="cheese libcheese">
221 <primary sortas="c-libcheese">libcheese.so</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="libcheese-gtk">
227 <term><filename class="libraryfile">libcheese-gtk.so</filename></term>
228 <listitem>
229 <para>
230 contains the <application>Cheese</application>
231 <application>GTK+</application> widgets
232 </para>
233 <indexterm zone="cheese libcheese-gtk">
234 <primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 </variablelist>
240
241 </sect2>
242
243</sect1>
Note: See TracBrowser for help on using the repository browser.