source: gnome/applications/cheese.xml@ f87fa82b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 f87fa82b was 4184d4d, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to gedit-3.34.0.
Update to gnome-terminal-3.34.0.
Update to gnome-maps-3.34.0.
Update to gnome-disk-utility-3.34.0.
Update to gnome-calculator-3.34.0.
Update to file-roller-3.32.2.
Update to evolution-3.34.0.
Update to eog-3.34.0.
Update to cheese-3.34.0.
Update to baobab-3.34.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22175 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 &lfs90_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="gnome-video-effects"/>,
91 <xref linkend="gst10-plugins-bad"/>,
92 <xref linkend="gst10-plugins-good"/> (built with <xref linkend="v4l-utils"/>),
93 <xref linkend="itstool"/>,
94 <xref linkend="libcanberra"/>, and
95 <xref linkend="libgudev"/>
96 </para>
97
98 <bridgehead renderas="sect4">Recommended</bridgehead>
99 <para role="recommended">
100 <xref linkend="gobject-introspection"/> and
101 <xref linkend="vala"/>
102 </para>
103
104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional">
106 <xref linkend="gtk-doc"/>,
107 <xref linkend="libxslt"/>,
108 <ulink url="&appstream-glib-url;">appstream-glib</ulink>,
109 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV </ulink>, and
110 <ulink url="&gnome-download-http;/nautilus-sendto/">Nautilus SendTo</ulink>
111 </para>
112
113 <para condition="html" role="usernotes">User Notes:
114 <ulink url="&blfs-wiki;/cheese"/>
115 </para>
116 </sect2>
117
118 <sect2 role="kernel" id="cheese-kernel">
119 <title>Kernel Configuration</title>
120
121 <para>
122 Depending on your camera, enable the appropriate options and recompile the
123 kernel if necessary:
124 </para>
125
126<screen><literal>Device Drivers ---&gt;
127 Multimedia support ---&gt;
128 &lt;*&gt; Cameras/video grabbers support [CONFIG_MEDIA_CAMERA_SUPPORT]
129 &lt;*&gt; Media USB Adapters ---&gt; [CONFIG_MEDIA_USB_SUPPORT]
130 Select device(s) as needed</literal></screen>
131
132 <indexterm zone="cheese cheese-kernel">
133 <primary sortas="d-cheese">cheese</primary>
134 </indexterm>
135 </sect2>
136
137 <sect2 role="installation">
138 <title>Installation of Cheese</title>
139
140 <para>
141 First, fix a problem generating the man page:
142 </para>
143
144<screen><userinput>sed -i "s/&amp;version;/&cheese-version;/" docs/reference/cheese{,-docs}.xml</userinput></screen>
145
146 <para>
147 Install <application>Cheese</application> by running the following
148 commands:
149 </para>
150
151<screen><userinput>mkdir build &amp;&amp;
152cd build &amp;&amp;
153
154meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
155ninja</userinput></screen>
156
157 <para>
158 This package does not have a working testsuite.
159 </para>
160
161 <para>
162 Now, as the <systemitem class="username">root</systemitem> user:
163 </para>
164
165<screen role="root"><userinput>ninja install</userinput></screen>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Program</segtitle>
174 <segtitle>Installed Library</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>
179 cheese
180 </seg>
181 <seg>
182 libcheese.so and libcheese-gtk.so
183 </seg>
184 <seg>
185 /usr/{include,share/gtk-doc/html,share/help/*}/cheese
186 </seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="cheese-prog">
196 <term><command>cheese</command></term>
197 <listitem>
198 <para>
199 is a webcam tool with graphical effects.
200 </para>
201 <indexterm zone="cheese cheese-prog">
202 <primary sortas="b-cheese">cheese</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libcheese">
208 <term><filename class="libraryfile">libcheese.so</filename></term>
209 <listitem>
210 <para>
211 contains the <application>Cheese</application> API functions.
212 </para>
213 <indexterm zone="cheese libcheese">
214 <primary sortas="c-libcheese">libcheese.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="libcheese-gtk">
220 <term><filename class="libraryfile">libcheese-gtk.so</filename></term>
221 <listitem>
222 <para>
223 contains the <application>Cheese</application>
224 <application>GTK+</application> widgets.
225 </para>
226 <indexterm zone="cheese libcheese-gtk">
227 <primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.