mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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
This commit is contained in:
parent
6dc238b2c9
commit
8c3d032430
@ -762,6 +762,7 @@ $Date$
|
||||
<!ENTITY at-spi2-core-version "2.3.1">
|
||||
<!ENTITY gdl-version "3.2.0">
|
||||
<!ENTITY gnome-applets-version "3.2.1">
|
||||
<!ENTITY gnome-video-effects-version "0.3.0">
|
||||
<!ENTITY gtkhtml-version "3.30.2">
|
||||
<!ENTITY gtksourceview-version "3.2.3">
|
||||
<!ENTITY libgda-version "4.2.4">
|
||||
|
@ -26,6 +26,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi2-core.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdl.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-applets.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-video-effects.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkhtml.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceview.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgda.xml"/>
|
||||
|
109
gnome/add/gnome-video-effects.xml
Normal file
109
gnome/add/gnome-video-effects.xml
Normal file
@ -0,0 +1,109 @@
|
||||
<?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 &&
|
||||
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>
|
@ -62,6 +62,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merge file-roller-3.2.2 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - add gnome-video-effects-0.3.0 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user