glfs/gnome/add/gnome-video-effects.xml
Ken Moffat 8c3d032430 Add gnome-video-effects. Treated as a library because it does nothing on its own, I assume only cheese can use it.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9498 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-02-22 23:54:22 +00:00

110 lines
3.8 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 gnome-video-effects-download-http "&gnome-download-http;/gnome-video-effects/0.3/gnome-video-effects-&gnome-video-effects-version;.tar.bz2">
<!ENTITY gnome-video-effects-download-ftp "&gnome-download-ftp;/gnome-video-effects/0.3/gnome-video-effects-&gnome-video-effects-version;.tar.bz2">
<!ENTITY gnome-video-effects-md5sum "16bce3872b2c84e6a043af203d7b2ad4">
<!ENTITY gnome-video-effects-size "175 KB">
<!ENTITY gnome-video-effects-buildsize "1.8 MB">
<!ENTITY gnome-video-effects-time "less than 0.1 SBU">
]>
<sect1 id="gnome-video-effects" xreflabel="gnome-video-effects-&gnome-video-effects-version;">
<?dbhtml filename="gnome-video-effects.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-video-effects-&gnome-video-effects-version;</title>
<indexterm zone="gnome-video-effects">
<primary sortas="a-gnome-video-effects">gnome-video-effects</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gnome-video-effects</title>
<para>The <application>gnome-video-effects</application> package contains
a collection of <application>Gstreamer</application> effects.</para>
&lfs70_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gnome-video-effects-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gnome-video-effects-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gnome-video-effects-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gnome-video-effects-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gnome-video-effects-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gnome-video-effects-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gnome-video-effects Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<!-- This package is weird, the 'effects' it installs are similar to .desktop
files - just text/translations : presumably, the heavy-lifting is done by cheese.
Although the docs say it includes gstreamer effects, it doesn't check for any
gst variant and is only useable (and required) by cheese which *does* require
gst. -->
<para role="required"><xref linkend="intltool"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-video-effects"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gnome-video-effects</title>
<para>Install <application>gnome-video-effects</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>None</seg>
<seg><envar>$GNOME_PREFIX</envar>/share/gnome-video-effects</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>