source: multimedia/libdriv/frei0r.xml@ 3389fc3

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 3389fc3 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.8 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 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 &lfs112_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 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/frei0r"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Frei0r-plugins</title>
90
91 <para>
92 Install <application>Frei0r</application> by running the
93 following commands:
94 </para>
95
96<screen><userinput>mkdir -vp build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_INSTALL_PREFIX=/usr \
100 -DCMAKE_BUILD_TYPE=Release \
101 -Wno-dev .. &amp;&amp;
102
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para>
121 <option>-DWITHOUT_OPENCV=TRUE</option>: This option instructs the make
122 procedure to disable building plugins dependent upon opencv.
123 </para>
124
125 <para>
126 <option>-DWITHOUT_GAVL=TRUE</option>: This option instructs the make
127 procedure to disable building plugins dependent upon gavl.
128 </para>
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Program</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>None</seg>
141 <seg>Over 130 video effects plugins</seg>
142 <seg>/usr/lib/frei0r-1</seg>
143 </seglistitem>
144 </segmentedlist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.