source: multimedia/libdriv/frei0r.xml

trunk
Last change on this file was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 3.7 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 frei0r-download-http "https://files.dyne.org/frei0r/releases/frei0r-plugins-&frei0r-version;.tar.gz">
8 <!ENTITY frei0r-download-ftp " ">
9 <!ENTITY frei0r-md5sum "45ffe53925ce0a90ce1d838c05e0a3c0">
10 <!ENTITY frei0r-size "804 KB">
11 <!ENTITY frei0r-buildsize "40 MB">
12 <!ENTITY frei0r-time "0.5 SBU">
13]>
14
15<sect1 id="frei0r" xreflabel="frei0r-plugins-&frei0r-version;">
16 <?dbhtml filename="frei0r.html"?>
17
18
19 <title>frei0r-plugins-&frei0r-version;</title>
20
21 <indexterm zone="frei0r">
22 <primary sortas="a-frei0r">frei0r</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Frei0r-plugins</title>
27
28 <para>
29 <application>Frei0r</application> is a minimalistic plugin API for
30 video effects. Note that the 0 in the name is a zero, not a capital
31 letter o.
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="&frei0r-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&frei0r-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &frei0r-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &frei0r-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &frei0r-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &frei0r-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Frei0r-plugins Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para>
74 <xref linkend='gavl'/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para>
79 <xref linkend='doxygen'/> and
80 <xref linkend='opencv'/>
81 </para>
82
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Frei0r-plugins</title>
88
89 <para>
90 Install <application>Frei0r</application> by running the
91 following commands:
92 </para>
93
94<screen><userinput>mkdir -vp build &amp;&amp;
95cd build &amp;&amp;
96
97cmake -DCMAKE_INSTALL_PREFIX=/usr \
98 -DCMAKE_BUILD_TYPE=Release \
99 -Wno-dev .. &amp;&amp;
100
101make</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para>
119 <option>-DWITHOUT_OPENCV=TRUE</option>: This option instructs the make
120 procedure to disable building plugins dependent upon opencv.
121 </para>
122
123 <para>
124 <option>-DWITHOUT_GAVL=TRUE</option>: This option instructs the make
125 procedure to disable building plugins dependent upon gavl.
126 </para>
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Program</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>None</seg>
139 <seg>Over 130 video effects plugins</seg>
140 <seg>/usr/lib/frei0r-1</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.