source: multimedia/libdriv/frei0r.xml

trunk
Last change on this file was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[5cdcd74]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
[603a42b]7 <!ENTITY frei0r-download-http "https://files.dyne.org/frei0r/releases/frei0r-plugins-&frei0r-version;.tar.gz">
[5cdcd74]8 <!ENTITY frei0r-download-ftp " ">
[e273fc4]9 <!ENTITY frei0r-md5sum "45ffe53925ce0a90ce1d838c05e0a3c0">
10 <!ENTITY frei0r-size "804 KB">
11 <!ENTITY frei0r-buildsize "40 MB">
12 <!ENTITY frei0r-time "0.5 SBU">
[5cdcd74]13]>
14
[603a42b]15<sect1 id="frei0r" xreflabel="frei0r-plugins-&frei0r-version;">
[5cdcd74]16 <?dbhtml filename="frei0r.html"?>
17
18
[603a42b]19 <title>frei0r-plugins-&frei0r-version;</title>
[5cdcd74]20
21 <indexterm zone="frei0r">
22 <primary sortas="a-frei0r">frei0r</primary>
23 </indexterm>
24
25 <sect2 role="package">
[603a42b]26 <title>Introduction to Frei0r-plugins</title>
[5cdcd74]27
[2eeb8695]28 <para>
29 <application>Frei0r</application> is a minimalistic plugin API for
30 video effects. Note that the 0 in the name is a zero, not a capital
31 letter o.
32 </para>
[5cdcd74]33
[181e069f]34 &lfs121_checked;
[5cdcd74]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[2eeb8695]39 <para>
40 Download (HTTP): <ulink url="&frei0r-download-http;"/>
41 </para>
[5cdcd74]42 </listitem>
43 <listitem>
[2eeb8695]44 <para>
45 Download (FTP): <ulink url="&frei0r-download-ftp;"/>
46 </para>
[5cdcd74]47 </listitem>
48 <listitem>
[2eeb8695]49 <para>
50 Download MD5 sum: &frei0r-md5sum;
51 </para>
[5cdcd74]52 </listitem>
53 <listitem>
[2eeb8695]54 <para>
55 Download size: &frei0r-size;
56 </para>
[5cdcd74]57 </listitem>
58 <listitem>
[2eeb8695]59 <para>
60 Estimated disk space required: &frei0r-buildsize;
61 </para>
[5cdcd74]62 </listitem>
63 <listitem>
[2eeb8695]64 <para>
65 Estimated build time: &frei0r-time;
66 </para>
[5cdcd74]67 </listitem>
68 </itemizedlist>
69
[603a42b]70 <bridgehead renderas="sect3">Frei0r-plugins Dependencies</bridgehead>
[5cdcd74]71
[e6ce0692]72 <bridgehead renderas="sect4">Recommended</bridgehead>
[5cdcd74]73 <para>
[8558044]74 <xref linkend='gavl'/>
[5cdcd74]75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para>
[7cf84c3f]79 <xref linkend='doxygen'/> and
[7a9a7b26]80 <xref linkend='opencv'/>
[5cdcd74]81 </para>
82
83
84 </sect2>
85
86 <sect2 role="installation">
[603a42b]87 <title>Installation of Frei0r-plugins</title>
[5cdcd74]88
[2eeb8695]89 <para>
90 Install <application>Frei0r</application> by running the
91 following commands:
92 </para>
[5cdcd74]93
[7cf84c3f]94<screen><userinput>mkdir -vp build &amp;&amp;
[e6ce0692]95cd build &amp;&amp;
96
[7cf84c3f]97cmake -DCMAKE_INSTALL_PREFIX=/usr \
98 -DCMAKE_BUILD_TYPE=Release \
99 -Wno-dev .. &amp;&amp;
[e6ce0692]100
[5cdcd74]101make</userinput></screen>
102
[2eeb8695]103 <para>
104 This package does not come with a test suite.
105 </para>
[5cdcd74]106
[2eeb8695]107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
[5cdcd74]110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
[e6ce0692]115 <sect2 role="commands">
116 <title>Command Explanations</title>
[7cf84c3f]117
[2eeb8695]118 <para>
119 <option>-DWITHOUT_OPENCV=TRUE</option>: This option instructs the make
120 procedure to disable building plugins dependent upon opencv.
121 </para>
[7cf84c3f]122
[2eeb8695]123 <para>
124 <option>-DWITHOUT_GAVL=TRUE</option>: This option instructs the make
125 procedure to disable building plugins dependent upon gavl.
126 </para>
[e6ce0692]127 </sect2>
128
[5cdcd74]129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Program</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>None</seg>
[7cf84c3f]139 <seg>Over 130 video effects plugins</seg>
[5cdcd74]140 <seg>/usr/lib/frei0r-1</seg>
141 </seglistitem>
142 </segmentedlist>
[2eeb8695]143
[5cdcd74]144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.