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/3.8/cheese-&cheese-version;.tar.xz">
|
---|
8 | <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/3.8/cheese-&cheese-version;.tar.xz">
|
---|
9 | <!ENTITY cheese-md5sum "62f2670fa2c44fb51613ebb8f4d2c07c">
|
---|
10 | <!ENTITY cheese-size "3.6 MB">
|
---|
11 | <!ENTITY cheese-buildsize "30 MB">
|
---|
12 | <!ENTITY cheese-time "0.4 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 | &lfs73_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"/>,
|
---|
83 | <xref linkend="libcanberra"/>,
|
---|
84 | <xref linkend="librsvg"/>,
|
---|
85 | <xref linkend="udev"/> or
|
---|
86 | <xref linkend="udev-extras"/> (for GUdev) and
|
---|
87 | <xref linkend="yelp-xsl"/>
|
---|
88 | </para>
|
---|
89 |
|
---|
90 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
91 | <para role="recommended">
|
---|
92 | <xref linkend="gobject-introspection"/> and
|
---|
93 | <xref linkend="vala"/>
|
---|
94 | </para>
|
---|
95 |
|
---|
96 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
97 | <para role="optional">
|
---|
98 | <xref linkend="gtk-doc"/> and
|
---|
99 | <ulink url="&gnome-download-http;/nautilus-sendto/">Nautilus SendTo</ulink>
|
---|
100 | </para>
|
---|
101 |
|
---|
102 | <para condition="html" role="usernotes">User Notes:
|
---|
103 | <ulink url="&blfs-wiki;/cheese"/>
|
---|
104 | </para>
|
---|
105 | </sect2>
|
---|
106 |
|
---|
107 | <sect2 role="installation">
|
---|
108 | <title>Installation of Cheese</title>
|
---|
109 |
|
---|
110 | <para>
|
---|
111 | Install <application>Cheese</application> by running the following
|
---|
112 | commands:
|
---|
113 | </para>
|
---|
114 |
|
---|
115 | <screen><userinput>./configure --prefix=/usr &&
|
---|
116 | make</userinput></screen>
|
---|
117 |
|
---|
118 | <para>
|
---|
119 | To test the results, issue <command>make check</command>.
|
---|
120 | </para>
|
---|
121 |
|
---|
122 | <para>
|
---|
123 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
124 | </para>
|
---|
125 |
|
---|
126 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
127 |
|
---|
128 | </sect2>
|
---|
129 |
|
---|
130 | <sect2 role="commands">
|
---|
131 | <title>Command Explanations</title>
|
---|
132 |
|
---|
133 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
134 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
135 |
|
---|
136 | </sect2>
|
---|
137 |
|
---|
138 | <sect2 role="content">
|
---|
139 | <title>Contents</title>
|
---|
140 |
|
---|
141 | <segmentedlist>
|
---|
142 | <segtitle>Installed Program</segtitle>
|
---|
143 | <segtitle>Installed Library</segtitle>
|
---|
144 | <segtitle>Installed Directories</segtitle>
|
---|
145 |
|
---|
146 | <seglistitem>
|
---|
147 | <seg>
|
---|
148 | cheese
|
---|
149 | </seg>
|
---|
150 | <seg>
|
---|
151 | libcheese.so and libcheese-gtk.so
|
---|
152 | </seg>
|
---|
153 | <seg>
|
---|
154 | /usr/include/cheese,
|
---|
155 | /usr/share/cheese,
|
---|
156 | /usr/share/gtk-doc/html/cheese and
|
---|
157 | /usr/share/help/*/cheese
|
---|
158 | </seg>
|
---|
159 | </seglistitem>
|
---|
160 | </segmentedlist>
|
---|
161 |
|
---|
162 | <variablelist>
|
---|
163 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
164 | <?dbfo list-presentation="list"?>
|
---|
165 | <?dbhtml list-presentation="table"?>
|
---|
166 |
|
---|
167 | <varlistentry id="cheese-prog">
|
---|
168 | <term><command>cheese</command></term>
|
---|
169 | <listitem>
|
---|
170 | <para>
|
---|
171 | is the webcam tool with graphical effects.
|
---|
172 | </para>
|
---|
173 | <indexterm zone="cheese cheese-prog">
|
---|
174 | <primary sortas="b-cheese">cheese</primary>
|
---|
175 | </indexterm>
|
---|
176 | </listitem>
|
---|
177 | </varlistentry>
|
---|
178 |
|
---|
179 | <varlistentry id="libcheese">
|
---|
180 | <term><filename class="libraryfile">libcheese.so</filename></term>
|
---|
181 | <listitem>
|
---|
182 | <para>
|
---|
183 | contains the <application>Cheese</application> API functions.
|
---|
184 | </para>
|
---|
185 | <indexterm zone="cheese libcheese">
|
---|
186 | <primary sortas="c-libcheese">libcheese.so</primary>
|
---|
187 | </indexterm>
|
---|
188 | </listitem>
|
---|
189 | </varlistentry>
|
---|
190 |
|
---|
191 | <varlistentry id="libcheese-gtk">
|
---|
192 | <term><filename class="libraryfile">libcheese-gtk.so</filename></term>
|
---|
193 | <listitem>
|
---|
194 | <para>
|
---|
195 | contains the <application>Cheese</application>
|
---|
196 | <application>GTK+</application> widgets.
|
---|
197 | </para>
|
---|
198 | <indexterm zone="cheese libcheese-gtk">
|
---|
199 | <primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
|
---|
200 | </indexterm>
|
---|
201 | </listitem>
|
---|
202 | </varlistentry>
|
---|
203 |
|
---|
204 | </variablelist>
|
---|
205 |
|
---|
206 | </sect2>
|
---|
207 |
|
---|
208 | </sect1>
|
---|