source: multimedia/libdriv/frei0r.xml@ 2eeb8695

10.0 10.1 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 2eeb8695 was 2eeb8695, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format multimedia chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22821 af4574ff-66df-0310-9fd7-8a98e5e911e0

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