mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package, cheese-2.30.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8563 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
96f1b78b8f
commit
917f94b4a4
@ -625,6 +625,7 @@ $Date$
|
||||
<!ENTITY alacarte-version "0.13.1">
|
||||
<!ENTITY brasero-version "2.30.2">
|
||||
<!ENTITY bug-buddy-version "2.30.0">
|
||||
<!ENTITY cheese-version "2.30.1">
|
||||
<!ENTITY ekiga-version "3.2.7">
|
||||
<!ENTITY eog-version "2.30.2">
|
||||
<!ENTITY epiphany-version "2.30.2">
|
||||
|
@ -38,6 +38,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alacarte.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brasero.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bug-buddy.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cheese.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ekiga.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epiphany.xml"/>
|
||||
|
166
gnome/add/cheese.xml
Normal file
166
gnome/add/cheese.xml
Normal file
@ -0,0 +1,166 @@
|
||||
<?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-version;/cheese-&cheese-version;.tar.bz2">
|
||||
<!ENTITY cheese-download-ftp "&gnome-download-ftp;/cheese/&gnome-version;/cheese-&cheese-version;.tar.bz2">
|
||||
<!ENTITY cheese-md5sum "1599fded8a1797ea51fb010af4e6c45b">
|
||||
<!ENTITY cheese-size "5.0 MB">
|
||||
<!ENTITY cheese-buildsize "28 MB">
|
||||
<!ENTITY cheese-time "0.4 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>The <application>cheese</application> package takes photos and videos
|
||||
with your webcam, with fun graphical effects.</para>
|
||||
|
||||
&lfs65_built;
|
||||
|
||||
<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">cheese Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gnome-desktop"/>,
|
||||
<xref linkend="gst-plugins-base"/>,
|
||||
<xref linkend="libcanberra"/>,
|
||||
<xref linkend="librsvg"/>, and
|
||||
<xref linkend="udev"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="rarian"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/cheese"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of cheese</title>
|
||||
|
||||
<para>Install <application>cheese</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||
--sysconfdir=&gnome-etc-dir; \
|
||||
--libexecdir=$(pkg-config \
|
||||
--variable=prefix ORBit-2.0)/lib \
|
||||
--disable-scrollkeeper &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</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>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/>
|
||||
|
||||
<para><parameter>--libexecdir=$(pkg-config
|
||||
--variable=prefix ORBit-2.0)/lib/cheese</parameter>: This parameter is
|
||||
used so that the <application>cheese</application> internal support programs
|
||||
are installed in the preferred location of
|
||||
<filename class='directory'>$GNOME_PREFIX/lib/cheese</filename> instead of
|
||||
<filename class='directory'>$GNOME_PREFIX/libexec/cheese</filename>.</para>
|
||||
|
||||
<para><parameter>--disable-scrollkeeper</parameter>: Do not make updates to
|
||||
the <application>scrollkeeper</application> database. Remove it if you have
|
||||
<application>rarian</application> installed.</para>
|
||||
|
||||
</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-gtk.{so,a}</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/{include/cheese,lib/cheese,
|
||||
share/{cheese/{effects,icons/hicolor/*,pixmaps},gnome/help/cheese/*,
|
||||
gtk-doc/html/cheese,omf/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 the webcam with graphical effects tool.</para>
|
||||
<indexterm zone="cheese cheese-prog">
|
||||
<primary sortas="b-cheese">cheese</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcheese-gtk">
|
||||
<term><filename class='libraryfile'>libcheese-gtk.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains the <application>cheese</application> API
|
||||
functions.</para>
|
||||
<indexterm zone="cheese libcheese-gtk">
|
||||
<primary sortas="c-libcheese-gtk">libcheese-gtk.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>August 22nd, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, cheese-2.30.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, alacarte-0.13.1.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user