source: gnome/applications/cheese.xml@ 937c279

systemd-13485
Last change on this file since 937c279 was 73fdc14, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to libqmi-1.16.0
(systemd) Update to ibus-1.5.13
(systemd) Update to cups-pk-helper-0.2.6
(systemd / gnome merge) Moved gnome-color-manager, vino, and gnome-control-center over
(systemd / gnome merge) Copied over dependencies for Cheese
(systemd / gnome merge) Update to Appstream-GLib-0.5.16
(systemd / gnome merge staging) Update to cheese-3.20.2
(systemd / gnome merge staging) Update to gnome-color-manager-3.20.0
(systemd / gnome merge staging) Update to gnome-control-center-3.20.1
(systemd / gnome merge staging) Update to vino-3.20.2
Tags / Typo Fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17573 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.5 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-minor20;/cheese-&cheese-version;.tar.xz">
8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-minor20;/cheese-&cheese-version;.tar.xz">
9 <!ENTITY cheese-md5sum "4446b2942cee1d91e920bf85bfe8ab2d">
10 <!ENTITY cheese-size "1.8 MB">
11 <!ENTITY cheese-buildsize "28 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 &lfs79_checked;&gcc6_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
83 <xref linkend="v4l-utils"/> support),
84 <xref linkend="itstool"/>,
85 <xref linkend="libcanberra"/>,
86 <xref linkend="libgudev"/>, and
87 <xref linkend="librsvg"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="appstream-glib"/>,
93 <xref linkend="gobject-introspection"/>, and
94 <xref linkend="vala"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional</bridgehead>
98 <para role="optional">
99 <xref linkend="DocBook"/>,
100 <xref linkend="docbook-xsl"/>, and
101 <xref linkend="libxslt"/> (to build manual pages),
102 <xref linkend="gtk-doc"/>, and
103 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
104 </para>
105
106 <para condition="html" role="usernotes">User Notes:
107 <ulink url="&blfs-wiki;/cheese"/>
108 </para>
109 </sect2>
110
111 <sect2 role="kernel" id="cheese-kernel">
112 <title>Kernel Configuration</title>
113
114 <para>
115 Depending on your camera, enable the appropriate options and recompile the
116 kernel if necessary:
117 </para>
118
119<screen><literal>Device Drivers ---&gt;
120 Multimedia support ---&gt;
121 &lt;*&gt; Cameras/video grabbers support [CONFIG_MEDIA_CAMERA_SUPPORT]
122 &lt;*&gt; Media USB Adapter ---&gt; [CONFIG_MEDIA_USB_SUPPORT]
123 Select device(s) as needed</literal></screen>
124
125 <indexterm zone="cheese cheese-kernel">
126 <primary sortas="d-cheese">cheese</primary>
127 </indexterm>
128 </sect2>
129
130 <sect2 role="installation">
131 <title>Installation of Cheese</title>
132
133 <para>
134 Install <application>Cheese</application> by running the following
135 commands:
136 </para>
137
138<screen><userinput>./configure --prefix=/usr &amp;&amp;
139make</userinput></screen>
140
141 <para>
142 This package does not have a working testsuite.
143 </para>
144
145 <para>
146 Now, as the <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen role="root"><userinput>make install</userinput></screen>
150
151 </sect2>
152<!--
153 <sect2 role="commands">
154 <title>Command Explanations</title>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/gtk-doc-rebuild.xml"/>
158
159 </sect2>
160-->
161 <sect2 role="content">
162 <title>Contents</title>
163
164 <segmentedlist>
165 <segtitle>Installed Programs</segtitle>
166 <segtitle>Installed Libraries</segtitle>
167 <segtitle>Installed Directories</segtitle>
168
169 <seglistitem>
170 <seg>
171 cheese
172 </seg>
173 <seg>
174 libcheese.so and libcheese-gtk.so
175 </seg>
176 <seg>
177 /usr/include/cheese,
178 /usr/share/gtk-doc/html/cheese, and
179 /usr/share/help/*/cheese
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 <variablelist>
185 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
186 <?dbfo list-presentation="list"?>
187 <?dbhtml list-presentation="table"?>
188
189 <varlistentry id="cheese-prog">
190 <term><command>cheese</command></term>
191 <listitem>
192 <para>
193 is the webcam tool with graphical effects.
194 </para>
195 <indexterm zone="cheese cheese-prog">
196 <primary sortas="b-cheese">cheese</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="libcheese">
202 <term><filename class="libraryfile">libcheese.so</filename></term>
203 <listitem>
204 <para>
205 contains the <application>Cheese</application> API functions.
206 </para>
207 <indexterm zone="cheese libcheese">
208 <primary sortas="c-libcheese">libcheese.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="libcheese-gtk">
214 <term><filename class="libraryfile">libcheese-gtk.so</filename></term>
215 <listitem>
216 <para>
217 contains the <application>Cheese</application>
218 <application>GTK+</application> widgets.
219 </para>
220 <indexterm zone="cheese libcheese-gtk">
221 <primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.