source: multimedia/libdriv/frei0r.xml@ c59adc0

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since c59adc0 was 7a9a7b26, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Remove spaces at the end of lines

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