source: multimedia/libdriv/frei0r.xml@ 5cdcd74

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.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 nosym 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 5cdcd74 was 5cdcd74, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Add mlt (MLT Multimedia Framework).
Add frei0r (Free Video Effect Plugins).
Add gavl (Gmerlin Audio Video Library).
Add opencv (Open Computer Vision).

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

  • Property mode set to 100644
File size: 3.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/snapshots/frei0r-snapshot-&frei0r-version;.tar.gz">
8 <!ENTITY frei0r-download-ftp " ">
9 <!ENTITY frei0r-md5sum "a383214dacc8edf0d31ee3fea65ca8fd">
10 <!ENTITY frei0r-size "728 KB">
11 <!ENTITY frei0r-buildsize "83 MB">
12 <!ENTITY frei0r-time "0.4 SBU">
13]>
14
15<sect1 id="frei0r" xreflabel="frei0r-&frei0r-version;">
16 <?dbhtml filename="frei0r.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: bdubbs $</othername>
20 <date>$Date: 2015-02-22 23:16:54 -0600 (Sun, 22 Feb 2015) $</date>
21 </sect1info>
22
23 <title>frei0r-&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</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 &lfs77_checked; &gcc5_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 Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</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</title>
80
81 <para>Install <application>Frei0r</application> by running the
82 following commands:</para>
83
84<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
85make</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="content">
96 <title>Contents</title>
97
98 <segmentedlist>
99 <segtitle>Installed Program</segtitle>
100 <segtitle>Installed Libraries</segtitle>
101 <segtitle>Installed Directories</segtitle>
102
103 <seglistitem>
104 <seg>None</seg>
105 <seg>Over 120 vieeo effects plugins</seg>
106 <seg>/usr/lib/frei0r-1</seg>
107 </seglistitem>
108 </segmentedlist>
109<!--
110 <variablelist>
111 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
112 <?dbfo list-presentation="list"?>
113 <?dbhtml list-presentation="table"?>
114
115 <varlistentry id="melt">
116 <term><command>melt</command></term>
117 <listitem>
118 <para>is a test tool for MLT.</para>
119 <indexterm zone="frei0r melt">
120 <primary sortas="b-melt">melt</primary>
121 </indexterm>
122 </listitem>
123 </varlistentry>
124
125 </variablelist>
126-->
127 </sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.