source: gnome/add/cheese.xml@ ee8252a6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ee8252a6 was ee8252a6, checked in by Ken Moffat <ken@…>, 12 years ago

cheese-3.2.2

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

  • Property mode set to 100644
File size: 6.1 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-version;/cheese-&cheese-version;.tar.xz">
8 <!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-version;/cheese-&cheese-version;.tar.xz">
9 <!ENTITY cheese-md5sum "a674bbe235cc960e578bb71b6aa55783">
10 <!ENTITY cheese-size "3.4 MB">
11 <!ENTITY cheese-buildsize "27 MB">
12 <!ENTITY cheese-time "0.9 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>The <application>cheese</application> package takes photos and videos
33 with your webcam, with fun graphical effects.</para>
34
35 &lfs70_built;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&cheese-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&cheese-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &cheese-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &cheese-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &cheese-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &cheese-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">cheese Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="clutter-gst"/> ( with
63 <xref linkend="gst-plugins-base"/> using <xref linkend="libtheora"/>),
64 <xref linkend="clutter-gtk"/>,
65 <xref linkend="gnome-desktop"/>,
66 <xref linkend="gnome-video-effects"/>,
67 <xref linkend="libcanberra"/>,
68 <xref linkend="librsvg"/>,
69 <xref linkend="mx"/>, and
70 <xref linkend="udev"/></para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><xref linkend="rarian"/></para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/cheese"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of cheese</title>
82
83 <para>Install <application>cheese</application> by running the following
84 commands:</para>
85
86<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
87make</userinput></screen>
88
89 <para>This package does not come with a test suite.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
101 href="../../xincludes/gnome-prefix.xml"/>
102
103 <!-- a nice description, but no libexec is created
104 <para><parameter>\-\-libexecdir=$GNOME_PREFIX/lib/cheese</parameter>: This
105 parameter is used so that the <application>cheese</application> internal
106 support programs are installed in the preferred location of <filename
107 class='directory'>$GNOME_PREFIX/lib/cheese</filename> instead of <filename
108 class='directory'>$GNOME_PREFIX/libexec/cheese</filename>.</para>-->
109
110 <!-- despite suggestionsi otherwise, this is still offered by configure and
111 rarian, whick provides the scrollkeeper commands, is only used if present -->
112 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
113 have installed <application>rarian</application> but wish to disable the
114 updates to the scrollkeeper database.</para>
115
116 <para><option>--enable-static=no</option>: This switch prevents the static
117 libraries being installed.</para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>cheese</seg>
131 <seg>libcheese.{so,a}, libcheese-gtk.{so,a}</seg>
132 <seg><envar>$GNOME_PREFIX</envar>/{include/cheese,lib/cheese,
133 share/{cheese/{effects,icons/hicolor/*,pixmaps},gnome/help/cheese/*,
134 gtk-doc/html/cheese,omf/cheese}}</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="cheese-prog">
144 <term><command>cheese</command></term>
145 <listitem>
146 <para>is the webcam with graphical effects tool.</para>
147 <indexterm zone="cheese cheese-prog">
148 <primary sortas="b-cheese">cheese</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="libcheese">
154 <term><filename class='libraryfile'>libcheese.{so,a}</filename></term>
155 <listitem>
156 <para>contains the <application>cheese</application> API
157 functions.</para>
158 <indexterm zone="cheese libcheese">
159 <primary sortas="c-libcheese">libcheese.{so,a}</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="libcheese-gtk">
165 <term><filename class='libraryfile'>libcheese-gtk.{so,a}</filename></term>
166 <listitem>
167 <para>contains the <application>cheese</application> API
168 functions for Gtk+-2.</para>
169 <indexterm zone="cheese libcheese-gtk">
170 <primary sortas="c-libcheese-gtk">libcheese-gtk.{so,a}</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.