source: gnome/applications/cheese.xml@ f1a4776e

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 f1a4776e was 48771ae, checked in by David Bryant <davidbryant@…>, 18 months ago

Unless it's a directory name, or something like that, "test suite"
should be spelled as two words.

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