source: archive/gnome-video-effects.xml

trunk
Last change on this file was 65d41f1, checked in by Douglas R. Reno <renodr@…>, 3 weeks ago

Archive gnome-video-effects

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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.6/gnome-video-effects-&gnome-video-effects-version;.tar.xz">
9 <!ENTITY gnome-video-effects-download-ftp " ">
10 <!ENTITY gnome-video-effects-md5sum "dd2b93c3da1aad22a2e3e3e44402f3d6">
11 <!ENTITY gnome-video-effects-size "92 KB">
12 <!ENTITY gnome-video-effects-buildsize "1.8 MB">
13 <!ENTITY gnome-video-effects-time "less than 0.1 SBU">
14]>
15
16<sect1 id="gnome-video-effects" xreflabel="gnome-video-effects-&gnome-video-effects-version;">
17 <?dbhtml filename="gnome-video-effects.html"?>
18
19
20 <title>gnome-video-effects-&gnome-video-effects-version;</title>
21
22 <indexterm zone="gnome-video-effects">
23 <primary sortas="a-gnome-video-effects">gnome-video-effects</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Video Effects</title>
28
29 <para>
30 The <application>GNOME Video Effects</application> package contains
31 a collection of <application>GStreamer</application> effects.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&gnome-video-effects-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&gnome-video-effects-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &gnome-video-effects-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &gnome-video-effects-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &gnome-video-effects-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &gnome-video-effects-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of GNOME Video Effects</title>
74
75 <para>
76 Install <application>GNOME Video Effects</application> by running
77 the following commands:
78 </para>
79
80<screen><userinput>mkdir build &amp;&amp;
81cd build &amp;&amp;
82
83meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
84ninja</userinput></screen>
85
86 <para>
87 This package does not come with a test suite.
88 </para>
89
90 <para>
91 Now, as the <systemitem class="username">root</systemitem> user:
92 </para>
93
94<screen role="root"><userinput>ninja install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Programs</segtitle>
103 <segtitle>Installed Libraries</segtitle>
104 <segtitle>Installed Directory</segtitle>
105
106 <seglistitem>
107 <seg>
108 None
109 </seg>
110 <seg>
111 None
112 </seg>
113 <seg>
114 /usr/share/gnome-video-effects
115 </seg>
116 </seglistitem>
117 </segmentedlist>
118
119 </sect2>
120
121</sect1>
Note: See TracBrowser for help on using the repository browser.