source: multimedia/libdriv/frei0r.xml@ cf8bec7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 cf8bec7 was cf8bec7, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to xfsprogs-4.15.0.
Update to phonon-backend-vlc-0.10.0.
Update to phonon-4.10.0.
Tags for kf5 and dependencies.

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

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