source: gnome/applications/cheese.xml@ 09e3604f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 09e3604f was 13e5884, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Correct tcl sed.
Update to mc-4.8.14.
Mark cheese checked.
Add version to /etc/lsb_release.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15739 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-16;/cheese-&cheese-version;.tar.xz">
8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-minor-16;/cheese-&cheese-version;.tar.xz">
9 <!ENTITY cheese-md5sum "8a2f1cc55461a2fe2c2363ae9facd9b7">
10 <!ENTITY cheese-size "1.8 MB">
11 <!ENTITY cheese-buildsize "26 MB">
12 <!ENTITY cheese-time "0.5 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 &lfs77_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-gst2"/>,
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"/>,
85 <xref linkend="librsvg"/>, and
86 <xref linkend="udev-extras"/> (for GUdev)
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="gobject-introspection"/> and
92 <xref linkend="vala"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="gtk-doc"/> and
98 <ulink url="&gnome-download-http;/nautilus-sendto/">Nautilus SendTo</ulink>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/cheese"/>
103 </para>
104 </sect2>
105
106 <sect2 role="kernel" id="cheese-kernel">
107 <title>Kernel Configuration</title>
108
109 <para>
110 Depending on your camera, enable the appropriate options and recompile the
111 kernel if necessary:
112 </para>
113
114<screen><literal>Device Drivers ---&gt;
115 Multimedia support ---&gt;
116 &lt;*&gt; Cameras/video grabbers support [CONFIG_MEDIA_CAMERA_SUPPORT]
117 &lt;*&gt; Media USB Adapter ---&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>./configure --prefix=/usr &amp;&amp;
134make</userinput></screen>
135
136 <para>
137 This package does not have a working testsuite.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/gtk-doc-rebuild.xml"/>
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/cheese,
173 /usr/share/gtk-doc/html/cheese, and
174 /usr/share/help/*/cheese
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="cheese-prog">
185 <term><command>cheese</command></term>
186 <listitem>
187 <para>
188 is the webcam tool with graphical effects.
189 </para>
190 <indexterm zone="cheese cheese-prog">
191 <primary sortas="b-cheese">cheese</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="libcheese">
197 <term><filename class="libraryfile">libcheese.so</filename></term>
198 <listitem>
199 <para>
200 contains the <application>Cheese</application> API functions.
201 </para>
202 <indexterm zone="cheese libcheese">
203 <primary sortas="c-libcheese">libcheese.so</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="libcheese-gtk">
209 <term><filename class="libraryfile">libcheese-gtk.so</filename></term>
210 <listitem>
211 <para>
212 contains the <application>Cheese</application>
213 <application>GTK+</application> widgets.
214 </para>
215 <indexterm zone="cheese libcheese-gtk">
216 <primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.