mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
e414613417
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19849 af4574ff-66df-0310-9fd7-8a98e5e911e0
242 lines
7.0 KiB
XML
242 lines
7.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY cheese-download-http "&gnome-download-http;/cheese/&gnome-minor-26;/cheese-&cheese-version;.tar.xz">
|
|
<!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-minor-26;/cheese-&cheese-version;.tar.xz">
|
|
<!ENTITY cheese-md5sum "8bf8756999b194e5665889c3ca764a83">
|
|
<!ENTITY cheese-size "1.8 MB">
|
|
<!ENTITY cheese-buildsize "26 MB">
|
|
<!ENTITY cheese-time "0.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="cheese" xreflabel="Cheese-&cheese-version;">
|
|
<?dbhtml filename="cheese.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Cheese-&cheese-version;</title>
|
|
|
|
<indexterm zone="cheese">
|
|
<primary sortas="a-Cheese">Cheese</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Cheese</title>
|
|
|
|
<para>
|
|
<application>Cheese</application> is used to take
|
|
photos and videos with fun graphical effects.
|
|
</para>
|
|
|
|
&lfs82_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&cheese-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&cheese-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &cheese-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &cheese-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &cheese-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &cheese-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Required patch:
|
|
<ulink url="&patch-root;/cheese-&cheese-version;-clutter_gst_3.0-1.patch"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>-->
|
|
|
|
<bridgehead renderas="sect3">Cheese Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="clutter-gst"/>,
|
|
<xref linkend="clutter-gtk"/>,
|
|
<xref linkend="gnome-desktop"/>,
|
|
<xref linkend="gnome-video-effects"/>,
|
|
<xref linkend="gst10-plugins-bad"/>,
|
|
<xref linkend="gst10-plugins-good"/> (built with <xref linkend="v4l-utils"/>),
|
|
<xref linkend="itstool"/>,
|
|
<xref linkend="libcanberra"/>, and
|
|
<xref linkend="libgudev"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/> and
|
|
<xref linkend="vala"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<!-- <phrase revision="systemd"><xref linkend="appstream-glib"/>,</phrase> -->
|
|
<xref linkend="gtk-doc"/>,
|
|
<xref linkend="libxslt"/>,
|
|
<ulink url="&appstream-glib-url;">appstream-glib</ulink>,
|
|
<ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV </ulink>, and
|
|
<ulink url="&gnome-download-http;/nautilus-sendto/">Nautilus SendTo</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/cheese"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="kernel" id="cheese-kernel">
|
|
<title>Kernel Configuration</title>
|
|
|
|
<para>
|
|
Depending on your camera, enable the appropriate options and recompile the
|
|
kernel if necessary:
|
|
</para>
|
|
|
|
<screen><literal>Device Drivers --->
|
|
Multimedia support --->
|
|
<*> Cameras/video grabbers support [CONFIG_MEDIA_CAMERA_SUPPORT]
|
|
<*> Media USB Adapter ---> [CONFIG_MEDIA_USB_SUPPORT]
|
|
Select device(s) as needed</literal></screen>
|
|
|
|
<indexterm zone="cheese cheese-kernel">
|
|
<primary sortas="d-cheese">cheese</primary>
|
|
</indexterm>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Cheese</title>
|
|
|
|
<para>
|
|
Install <application>Cheese</application> by running the following
|
|
commands:
|
|
</para>
|
|
<!--
|
|
<screen><userinput>patch -Np1 -i ../cheese-&cheese-version;-clutter_gst_3.0-1.patch &&-->
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not have a working testsuite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
<!--
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><command>patch ...</command>: Allow <application>cheese</application>
|
|
to be built with clutter-gst-3.</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
-->
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
cheese
|
|
</seg>
|
|
<seg>
|
|
libcheese.so and libcheese-gtk.so
|
|
</seg>
|
|
<seg>
|
|
/usr/{include,share/gtk-doc/html,share/help/*}/cheese
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="cheese-prog">
|
|
<term><command>cheese</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a webcam tool with graphical effects.
|
|
</para>
|
|
<indexterm zone="cheese cheese-prog">
|
|
<primary sortas="b-cheese">cheese</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libcheese">
|
|
<term><filename class="libraryfile">libcheese.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>Cheese</application> API functions.
|
|
</para>
|
|
<indexterm zone="cheese libcheese">
|
|
<primary sortas="c-libcheese">libcheese.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libcheese-gtk">
|
|
<term><filename class="libraryfile">libcheese-gtk.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>Cheese</application>
|
|
<application>GTK+</application> widgets.
|
|
</para>
|
|
<indexterm zone="cheese libcheese-gtk">
|
|
<primary sortas="c-libcheese-gtk">libcheese-gtk.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|