source: multimedia/libdriv/mlt.xml@ 12e5abc9

10.0 10.1 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 12e5abc9 was e50e45e, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Fix building MLT with Qt-5.15.0

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

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