source: gnome/applications/cheese.xml@ 1005be4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 1005be4 was 1916905, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Cheese: Fix a bug that spammed useless deprecation warnings to logs, 1 per second
gnome-menus: Fix the Applications menu for sundry removal
Thunderbird: Add a note about memory usage when linking.

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

  • Property mode set to 100644
File size: 6.4 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-30;/cheese-&cheese-version;.tar.xz">
8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-minor-30;/cheese-&cheese-version;.tar.xz">
9 <!ENTITY cheese-md5sum "2c2afbe1ce7782dbc09cdca3ea2ab0a9">
10 <!ENTITY cheese-size "1.5 MB">
11 <!ENTITY cheese-buildsize "26 MB">
12 <!ENTITY cheese-time "0.3 SBU">
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 &lfs83_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">Cheese Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="clutter-gst"/>,
78 <xref linkend="clutter-gtk"/>,
79 <xref linkend="gnome-desktop"/>,
80 <xref linkend="gnome-video-effects"/>,
81 <xref linkend="gst10-plugins-bad"/>,
82 <xref linkend="gst10-plugins-good"/> (built with <xref linkend="v4l-utils"/>),
83 <xref linkend="itstool"/>,
84 <xref linkend="libcanberra"/>, and
85 <xref linkend="libgudev"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gobject-introspection"/> and
91 <xref linkend="vala"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gtk-doc"/>,
97 <xref linkend="libxslt"/>,
98 <ulink url="&appstream-glib-url;">appstream-glib</ulink>,
99 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV </ulink>, and
100 <ulink url="&gnome-download-http;/nautilus-sendto/">Nautilus SendTo</ulink>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/cheese"/>
105 </para>
106 </sect2>
107
108 <sect2 role="kernel" id="cheese-kernel">
109 <title>Kernel Configuration</title>
110
111 <para>
112 Depending on your camera, enable the appropriate options and recompile the
113 kernel if necessary:
114 </para>
115
116<screen><literal>Device Drivers ---&gt;
117 Multimedia support ---&gt;
118 &lt;*&gt; Cameras/video grabbers support [CONFIG_MEDIA_CAMERA_SUPPORT]
119 &lt;*&gt; Media USB Adapters ---&gt; [CONFIG_MEDIA_USB_SUPPORT]
120 Select device(s) as needed</literal></screen>
121
122 <indexterm zone="cheese cheese-kernel">
123 <primary sortas="d-cheese">cheese</primary>
124 </indexterm>
125 </sect2>
126
127 <sect2 role="installation">
128 <title>Installation of Cheese</title>
129
130 <para>
131 First, fix a deprecation warning that can fill up logs quickly:
132 </para>
133
134<screen><userinput remap="pre">sed -i '7d' data/cheese.css</userinput></screen>
135
136 <para>
137 Install <application>Cheese</application> by running the following
138 commands:
139 </para>
140
141<screen><userinput>./configure --prefix=/usr &amp;&amp;
142make</userinput></screen>
143
144 <para>
145 This package does not have a working testsuite.
146 </para>
147
148 <para>
149 Now, as the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>make install</userinput></screen>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Program</segtitle>
161 <segtitle>Installed Library</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 cheese
167 </seg>
168 <seg>
169 libcheese.so and libcheese-gtk.so
170 </seg>
171 <seg>
172 /usr/{include,share/gtk-doc/html,share/help/*}/cheese
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="cheese-prog">
183 <term><command>cheese</command></term>
184 <listitem>
185 <para>
186 is a webcam tool with graphical effects.
187 </para>
188 <indexterm zone="cheese cheese-prog">
189 <primary sortas="b-cheese">cheese</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="libcheese">
195 <term><filename class="libraryfile">libcheese.so</filename></term>
196 <listitem>
197 <para>
198 contains the <application>Cheese</application> API functions.
199 </para>
200 <indexterm zone="cheese libcheese">
201 <primary sortas="c-libcheese">libcheese.so</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="libcheese-gtk">
207 <term><filename class="libraryfile">libcheese-gtk.so</filename></term>
208 <listitem>
209 <para>
210 contains the <application>Cheese</application>
211 <application>GTK+</application> widgets.
212 </para>
213 <indexterm zone="cheese libcheese-gtk">
214 <primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.