source: multimedia/libdriv/frei0r.xml@ c68f5d2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 c68f5d2 was 7d4be40, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

More multimedia tags.
Disable incompatible libvpx in vlc.

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

  • Property mode set to 100644
File size: 4.6 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 "bb85573340029e5d0ae1c21d0685461d">
10 <!ENTITY frei0r-size "1.1 MB">
11 <!ENTITY frei0r-buildsize "38 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 <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><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 letter
34 o.</para>
35
36 &lfs84_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&frei0r-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&frei0r-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &frei0r-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &frei0r-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &frei0r-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &frei0r-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Frei0r-plugins Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Recommended</bridgehead>
63 <para>
64 <xref linkend='gavl'/> and
65 <xref linkend='opencv'/>
66 </para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para>
70 <xref linkend='doxygen'/>
71 </para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/frei0r"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Frei0r-plugins</title>
80
81 <para>Install <application>Frei0r</application> by running the
82 following commands:</para>
83
84<screen><userinput>sed -i 's/CV_RGB/cv::Scalar/' src/filter/facebl0r/facebl0r.cpp &amp;&amp;
85
86mkdir -vp build &amp;&amp;
87cd build &amp;&amp;
88
89cmake -DCMAKE_INSTALL_PREFIX=/usr \
90 -DCMAKE_BUILD_TYPE=Release \
91 -DOpenCV_DIR=/usr/share/OpenCV \
92 -Wno-dev .. &amp;&amp;
93
94make</userinput></screen>
95
96 <para>This package does not come with a test suite.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><command>sed ... facebl0r.cpp</command>: This command fixes a build
108 problem with the current opencv dependency. </para>
109
110 <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
111 helps the make procedure to find the <filename>libippicv.a</filename>
112 library, installed under that directory tree.</para>
113
114 <para><option>-DWITHOUT_GAVL=ON</option>: This option instructs the make
115 procedure to disable building plugins dependent upon gavl.</para>
116
117 <para><option>-DWITHOUT_OPENCV=ON</option>: This option instructs the make
118 procedure to disable building plugins dependent upon OpenCV.</para>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Program</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>None</seg>
132 <seg>Over 120 video effects plugins</seg>
133 <seg>/usr/lib/frei0r-1</seg>
134 </seglistitem>
135 </segmentedlist>
136<!--
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="melt">
143 <term><command>melt</command></term>
144 <listitem>
145 <para>is a test tool for MLT.</para>
146 <indexterm zone="frei0r melt">
147 <primary sortas="b-melt">melt</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153-->
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.