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

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 c2065a2 was c2065a2, checked in by Krejzi <krejzi@…>, 12 years ago

at-spi2-core 2.4.1, at-spi2-atk 2.4.0, pyatspi 2.4.0, pygobject 3.2.0, gnome-video-effects 0.4.0, gnome-js-common modifications

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9968 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.4 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
8 "&gnome-download-http;/gnome-video-effects/0.4/gnome-video-effects-&gnome-video-effects-version;.tar.xz">
9 <!ENTITY gnome-video-effects-download-ftp
10 "&gnome-download-ftp;/gnome-video-effects/0.4/gnome-video-effects-&gnome-video-effects-version;.tar.xz">
11 <!ENTITY gnome-video-effects-md5sum "bf77ccbf5bfff2d3c763c11b2ba90fcf">
12 <!ENTITY gnome-video-effects-size "140 KB">
13 <!ENTITY gnome-video-effects-buildsize "1.8 MB">
14 <!ENTITY gnome-video-effects-time "less than 0.1 SBU">
15]>
16
17<sect1 id="gnome-video-effects" xreflabel="gnome-video-effects-&gnome-video-effects-version;">
18 <?dbhtml filename="gnome-video-effects.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-video-effects-&gnome-video-effects-version;</title>
26
27 <indexterm zone="gnome-video-effects">
28 <primary sortas="a-gnome-video-effects">gnome-video-effects</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gnome-video-effects</title>
33
34 <para>The <application>gnome-video-effects</application> package contains
35 a collection of <application>Gstreamer</application> effects.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gnome-video-effects-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gnome-video-effects-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnome-video-effects-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnome-video-effects-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnome-video-effects-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnome-video-effects-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">gnome-video-effects Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="intltool"/>
66 </para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/gnome-video-effects"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of gnome-video-effects</title>
75
76 <para>Install <application>gnome-video-effects</application> by running the following
77 commands:</para>
78
79<screen><userinput>./configure --prefix=/usr &amp;&amp;
80make</userinput></screen>
81
82 <para>To test the results, issue: <command>make check</command>.</para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 </sect2>
89
90 <sect2 role="content">
91 <title>Contents</title>
92
93 <segmentedlist>
94 <segtitle>Installed Directory</segtitle>
95
96 <seglistitem>
97 <seg>
98 /usr/share/gnome-video-effects
99 </seg>
100 </seglistitem>
101 </segmentedlist>
102
103 </sect2>
104
105</sect1>
Note: See TracBrowser for help on using the repository browser.