source: gnome/applications/cheese.xml@ 8169f4e

10.0 10.1 11.0 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8169f4e was 00581ba, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to gnome-desktop-3.34.4
Update to grilo-0.3.12
NetworkManager: minor tweaks
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22757 af4574ff-66df-0310-9fd7-8a98e5e911e0

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