source: gnome/platform/gnome-video-effects.xml@ b3d57664

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b3d57664 was 58ebeee, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tag GNOME Libraries

  • Property mode set to 100644
File size: 3.5 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.5/gnome-video-effects-&gnome-video-effects-version;.tar.xz">
9 <!ENTITY gnome-video-effects-download-ftp
10 "&gnome-download-ftp;/gnome-video-effects/0.5/gnome-video-effects-&gnome-video-effects-version;.tar.xz">
11 <!ENTITY gnome-video-effects-md5sum "0c81bfafa7fc5c88cb0834d0026ad001">
12 <!ENTITY gnome-video-effects-size "84 KB">
13 <!ENTITY gnome-video-effects-buildsize "1.5 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 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/gnome-video-effects"/>
73 </para>
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of GNOME Video Effects</title>
78
79 <para>
80 Install <application>GNOME Video Effects</application> by running
81 the following commands:
82 </para>
83
84<screen><userinput>mkdir build &amp;&amp;
85cd build &amp;&amp;
86
87meson --prefix=/usr --buildtype=release .. &amp;&amp;
88ninja</userinput></screen>
89
90 <para>
91 This package does not come with a test suite.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>ninja install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directory</segtitle>
109
110 <seglistitem>
111 <seg>
112 None
113 </seg>
114 <seg>
115 None
116 </seg>
117 <seg>
118 /usr/share/gnome-video-effects
119 </seg>
120 </seglistitem>
121 </segmentedlist>
122
123 </sect2>
124
125</sect1>
Note: See TracBrowser for help on using the repository browser.