source: gnome/platform/gnome-video-effects.xml@ 2c9b77a7

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 2c9b77a7 was 274ac683, checked in by Xi Ruoyao <xry111@…>, 11 months ago

gnome: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

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