source: multimedia/libdriv/frei0r.xml@ ea529d1

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 ea529d1 was ea529d1, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Plasma: Fix URLs for optional dependencies
frei0r-plugins: Remove OpenCV dependency

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

  • Property mode set to 100644
File size: 4.7 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 -Wno-dev .. &amp;&amp;
92
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para><command>sed ... facebl0r.cpp</command>: This command fixes a build
107 problem with the current opencv dependency. </para>
108<!--
109 <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
110 helps the make procedure to find the <filename>libippicv.a</filename>
111 library, installed under that directory tree.</para>
112-->
113 <para><option>-DWITHOUT_GAVL=ON</option>: This option instructs the make
114 procedure to disable building plugins dependent upon gavl.</para>
115<!-- Option is enabled by default with our build.
116 <para><option>-DWITHOUT_OPENCV=ON</option>: This option instructs the make
117 procedure to disable building plugins dependent upon OpenCV.</para>
118-->
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>None</seg>
131 <seg>Over 120 video effects plugins</seg>
132 <seg>/usr/lib/frei0r-1</seg>
133 </seglistitem>
134 </segmentedlist>
135<!--
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="melt">
142 <term><command>melt</command></term>
143 <listitem>
144 <para>is a test tool for MLT.</para>
145 <indexterm zone="frei0r melt">
146 <primary sortas="b-melt">melt</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152-->
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.