source: gnome/add/gnome-video-effects.xml@ a027d7d3

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 a027d7d3 was 8c3d032, checked in by Ken Moffat <ken@…>, 12 years ago

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

  • Property mode set to 100644
File size: 3.8 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 gnome-video-effects-download-http "&gnome-download-http;/gnome-video-effects/0.3/gnome-video-effects-&gnome-video-effects-version;.tar.bz2">
8 <!ENTITY gnome-video-effects-download-ftp "&gnome-download-ftp;/gnome-video-effects/0.3/gnome-video-effects-&gnome-video-effects-version;.tar.bz2">
9 <!ENTITY gnome-video-effects-md5sum "16bce3872b2c84e6a043af203d7b2ad4">
10 <!ENTITY gnome-video-effects-size "175 KB">
11 <!ENTITY gnome-video-effects-buildsize "1.8 MB">
12 <!ENTITY gnome-video-effects-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gnome-video-effects" xreflabel="gnome-video-effects-&gnome-video-effects-version;">
16 <?dbhtml filename="gnome-video-effects.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-video-effects-&gnome-video-effects-version;</title>
24
25 <indexterm zone="gnome-video-effects">
26 <primary sortas="a-gnome-video-effects">gnome-video-effects</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-video-effects</title>
31
32 <para>The <application>gnome-video-effects</application> package contains
33 a collection of <application>Gstreamer</application> 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="&gnome-video-effects-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-video-effects-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-video-effects-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-video-effects-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-video-effects-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-video-effects-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">gnome-video-effects Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <!-- This package is weird, the 'effects' it installs are similar to .desktop
63 files - just text/translations : presumably, the heavy-lifting is done by cheese.
64 Although the docs say it includes gstreamer effects, it doesn't check for any
65 gst variant and is only useable (and required) by cheese which *does* require
66 gst. -->
67 <para role="required"><xref linkend="intltool"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/gnome-video-effects"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of gnome-video-effects</title>
76
77 <para>Install <application>gnome-video-effects</application> by running the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
81make</userinput></screen>
82
83 <para>To test the results, issue: <command>make check</command>.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="content">
92 <title>Contents</title>
93
94 <segmentedlist>
95 <segtitle>Installed Programs</segtitle>
96 <segtitle>Installed Libraries</segtitle>
97 <segtitle>Installed Directory</segtitle>
98
99 <seglistitem>
100 <seg>None</seg>
101 <seg>None</seg>
102 <seg><envar>$GNOME_PREFIX</envar>/share/gnome-video-effects</seg>
103 </seglistitem>
104 </segmentedlist>
105
106
107 </sect2>
108
109</sect1>
Note: See TracBrowser for help on using the repository browser.