source: multimedia/libdriv/frei0r.xml@ c93c620c

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c93c620c was c93c620c, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags

  • Property mode set to 100644
File size: 4.3 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 "78a7c7511cbda93013147563dc7a3618">
10 <!ENTITY frei0r-size "1.2 MB">
11 <!ENTITY frei0r-buildsize "39 MB">
12 <!ENTITY frei0r-time "0.1 SBU">
13]>
14
15<sect1 id="frei0r" xreflabel="frei0r-plugins-&frei0r-version;">
16 <?dbhtml filename="frei0r.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>frei0r-plugins-&frei0r-version;</title>
23
24 <indexterm zone="frei0r">
25 <primary sortas="a-frei0r">frei0r</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Frei0r-plugins</title>
30
31 <para>
32 <application>Frei0r</application> is a minimalistic plugin API for
33 video effects. Note that the 0 in the name is a zero, not a capital
34 letter o.
35 </para>
36
37 &lfs110a_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&frei0r-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&frei0r-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &frei0r-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &frei0r-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &frei0r-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &frei0r-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Frei0r-plugins Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para>
77 <xref linkend='gavl'/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para>
82 <xref linkend='doxygen'/> and
83 <xref linkend='opencv'/> (currently broken)
84
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/frei0r"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Frei0r-plugins</title>
94
95 <para>
96 Install <application>Frei0r</application> by running the
97 following commands:
98 </para>
99
100<screen><userinput>mkdir -vp build &amp;&amp;
101cd build &amp;&amp;
102
103cmake -DCMAKE_INSTALL_PREFIX=/usr \
104 -DCMAKE_BUILD_TYPE=Release \
105 -DWITHOUT_OPENCV=TRUE \
106 -Wno-dev .. &amp;&amp;
107
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124<!--
125 <para>
126 <command>sed ... facebl0r.cpp</command>: This command fixes a build
127 problem with the current opencv dependency.
128 </para>
129
130 <para>
131 <parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
132 helps the make procedure to find the <filename>libippicv.a</filename>
133 library, installed under that directory tree.
134 </para>
135-->
136 <para>
137 <option>-DWITHOUT_OPENCV=TRUE</option>: This option instructs the make
138 procedure to disable building plugins dependent upon opencv.
139 </para>
140
141 <para>
142 <option>-DWITHOUT_GAVL=TRUE</option>: This option instructs the make
143 procedure to disable building plugins dependent upon gavl.
144 </para>
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Program</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>None</seg>
157 <seg>Over 130 video effects plugins</seg>
158 <seg>/usr/lib/frei0r-1</seg>
159 </seglistitem>
160 </segmentedlist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.