source: multimedia/libdriv/mlt.xml@ 1cc5345

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 1cc5345 was 1cc5345, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Add section about nvidia firmware.
Update kde4 package links.
Tag kde and dependencies.

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

  • Property mode set to 100644
File size: 4.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 mlt-download-http "&sourceforge-repo2;/projects/mlt/files/mlt-&mlt-version;.tar.gz">
8 <!ENTITY mlt-download-ftp " ">
9 <!ENTITY mlt-md5sum "268e3551958e9fb98927a87315c16889">
10 <!ENTITY mlt-size "1.2 MB">
11 <!ENTITY mlt-buildsize "66 MB">
12 <!ENTITY mlt-time "0.3 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><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.</para>
37
38 &lfs79_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&mlt-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&mlt-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &mlt-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &mlt-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &mlt-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &mlt-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">MLT Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para>
66 <xref linkend='frei0r'/> and
67 <xref linkend='qt5'/>
68 </para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para>
72 <xref linkend='doxygen'/>,
73 <xref linkend="libexif"/>,
74 <xref linkend="sdl"/>,
75 <ulink url="http://jackaudio.org">JACK</ulink>,
76 <!--<ulink url="http://www.ladspa.org/">LADSPA</ulink>,-->
77 <ulink url="http://www.ipswitchft.com/moveit-managed-file-transfer/">MOVEit</ulink>,
78 <ulink url="http://sox.sourceforge.net/">SoX</ulink>, and
79 <ulink url="http://swfdec.freedesktop.org/wiki/">Swfdec</ulink>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/mlt"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of MLT</title>
89
90 <para>Install <application>MLT</application> by running the
91 following commands:</para>
92
93<screen><userinput>./configure --prefix=/usr \
94 --avformat-vdpau \
95 --enable-gpl \
96 --enable-gpl3 \
97 --enable-opengl \
98 --disable-gtk2 \
99 --qt-libdir=$QT5DIR/lib \
100 --qt-includedir=$QT5DIR/include &amp;&amp;
101make</userinput></screen>
102
103 <para>This package does not come with a test suite. However a test .mp4
104 file can be played in a local graphical environment with
105 <userinput>./src/melt/melt &lt;filename&gt;.mp4</userinput>.</para>
106
107 <note><para>This application uses advanced graphical capabilites. In
108 some cases, firmware for your specific graphics adaptor may be needed.
109 See <xref linkend="video-firmware"/> for more information.</para></note>
110
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>melt</seg>
128 <seg>libmlt.so,
129 libmlt++.so, and
130 over twenty plugins</seg>
131 <seg>/usr/include/mlt,
132 /usr/include/mlt++,
133 /usr/lib/mlt, and
134 /usr/share/mlt
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="melt">
145 <term><command>melt</command></term>
146 <listitem>
147 <para>is a test tool for MLT.</para>
148 <indexterm zone="mlt melt">
149 <primary sortas="b-melt">melt</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.