source: multimedia/libdriv/mlt.xml@ dd9e0c3

systemd-13485
Last change on this file since dd9e0c3 was d7bee48, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Sync to trunk r17332

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17335 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 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 "cdbc5d1d686b75dd2b8fd14059bdd9d4">
10 <!ENTITY mlt-size "1.3 MB">
11 <!ENTITY mlt-buildsize "66 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><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 &lfs78_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://www.fftw.org/">FFTW</ulink>,
76 <ulink url="http://jackaudio.org">JACK</ulink>,
77 <ulink url="http://www.ipswitchft.com/moveit-managed-file-transfer/">MOVEit</ulink>,
78 <ulink url="http://sox.sourceforge.net/">SoX</ulink>,
79 <ulink url="http://swfdec.freedesktop.org/wiki/">Swfdec</ulink>, and
80 <ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/mlt"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of MLT</title>
90
91 <para>Install <application>MLT</application> by running the
92 following commands:</para>
93
94<screen><userinput>./configure --prefix=/usr \
95 --avformat-vdpau \
96 --enable-gpl \
97 --enable-gpl3 \
98 --enable-opengl \
99 --disable-gtk2 \
100 --qt-libdir=$QT5DIR/lib \
101 --qt-includedir=$QT5DIR/include &amp;&amp;
102make</userinput></screen>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Program</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>melt</seg>
122 <seg>libmlt.so,
123 libmlt++.so, and
124 over twenty plugins</seg>
125 <seg>/usr/include/mlt,
126 /usr/include/mlt++,
127 /usr/lib/mlt, and
128 /usr/share/mlt
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="melt">
139 <term><command>melt</command></term>
140 <listitem>
141 <para>is a test tool for MLT.</para>
142 <indexterm zone="mlt melt">
143 <primary sortas="b-melt">melt</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.