source: gnome/applications/cheese.xml@ b410868

11.1 11.2 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b410868 was b410868, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Gnome platform tags

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