source: multimedia/libdriv/frei0r.xml@ 650ddb8

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 650ddb8 was 650ddb8, checked in by Bruce Dubbs <bdubbs@…>, 20 months ago

Tag the rest of multimedia/libdriv/

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