source: multimedia/libdriv/mlt.xml@ 45ab6c7

11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.3 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 mlt-download-http "https://github.com/mltframework/mlt/releases/download/v&mlt-version;/mlt-&mlt-version;.tar.gz">
8 <!ENTITY mlt-download-ftp " ">
9 <!ENTITY mlt-md5sum "ea8dca852e11ef317e3cac14e4d916f1">
10 <!ENTITY mlt-size "1.3 MB">
11 <!ENTITY mlt-buildsize "40 MB">
12 <!ENTITY mlt-time "0.2 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="mlt" xreflabel="mlt-&mlt-version;">
16 <?dbhtml filename="mlt.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>MLT-&mlt-version;</title>
23
24 <indexterm zone="mlt">
25 <primary sortas="a-mlt">MLT</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to MLT</title>
30
31 <para>
32 <application>MLT</application> package is the Media Lovin Toolkit.
33 It is an open source multimedia framework, designed and developed for
34 television broadcasting. It provides a toolkit for broadcasters, video
35 editors, media players, transcoders, web streamers and many more types of
36 applications.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&mlt-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&mlt-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &mlt-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &mlt-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &mlt-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &mlt-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">MLT Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para>
79 <xref linkend='frei0r'/> and
80 <xref linkend='qt5'/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para>
85 <xref linkend='doxygen'/>,
86 <xref linkend='fftw'/>,
87 <xref linkend="libexif"/>,
88 <xref linkend="sdl"/>,
89 <xref linkend="sdl2"/>,
90 <ulink url="http://jackaudio.org">JACK</ulink>,
91 <ulink url="http://www.ipswitch.com/moveit/">MOVEit</ulink>,
92 <ulink url="http://sox.sourceforge.net/">SoX</ulink>,
93 <ulink url="https://github.com/mltframework/swfdec">Swfdec</ulink>, and
94 <ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
95
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/mlt"/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of MLT</title>
105
106 <!--
107 <para>
108 First, adapt MLT to changes in Qt-5.15.0:
109 </para>
110
111<screen><userinput remap="pre">sed -i '/#include "graph.h"/a #include &lt;QPainterPath&gt;' src/modules/qt/graph.cpp &amp;&amp;
112sed -i '/#include &lt;QPainter&gt;/a #include &lt;QPainterPath&gt;' src/modules/qt/{filter,producer}_qtext.cpp</userinput></screen>
113 -->
114
115 <para>
116 Install <application>MLT</application> by running the following commands:
117 </para>
118
119<screen><userinput>./configure --prefix=/usr \
120 --enable-gpl \
121 --enable-gpl3 \
122 --enable-opengl \
123 --disable-gtk2 &amp;&amp;
124make</userinput></screen>
125
126 <para>
127 This package does not come with a test suite. However a test .mp4
128 file can be played in a local graphical environment with
129 <command>./src/melt/melt &lt;filename&gt;.mp4</command>.
130 </para>
131
132 <note>
133 <para>
134 This application uses advanced graphical capabilites. In
135 some cases, firmware for your specific graphics adaptor may be needed.
136 See <xref linkend="video-firmware"/> for more information.
137 </para>
138 </note>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Program</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>melt</seg>
158 <seg>libmlt.so,
159 libmlt++.so, and
160 over twenty plugins</seg>
161 <seg>/usr/include/mlt,
162 /usr/include/mlt++,
163 /usr/lib/mlt, and
164 /usr/share/mlt
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="melt">
175 <term><command>melt</command></term>
176 <listitem>
177 <para>
178 is a test tool for MLT
179 </para>
180 <indexterm zone="mlt melt">
181 <primary sortas="b-melt">melt</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.