glfs/multimedia/libdriv/mlt.xml
Bruce Dubbs eff6c3a80b Update to mlt-6.12.0.
Update to fdk-aac-2.0.0. 
Update to cups-2.2.9. 
Update to ghostscript-9.26. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20776 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-12-05 02:26:37 +00:00

159 lines
4.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY mlt-download-http "https://github.com/mltframework/mlt/releases/download/v&mlt-version;/mlt-&mlt-version;.tar.gz">
<!ENTITY mlt-download-ftp " ">
<!ENTITY mlt-md5sum "df43d6b6ecc298bf8bb8e3b2bf9ada8f">
<!ENTITY mlt-size "1.3 MB">
<!ENTITY mlt-buildsize "70 MB">
<!ENTITY mlt-time "0.4 SBU">
]>
<sect1 id="mlt" xreflabel="mlt-&mlt-version;">
<?dbhtml filename="mlt.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>MLT-&mlt-version;</title>
<indexterm zone="mlt">
<primary sortas="a-mlt">MLT</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to MLT</title>
<para><application>MLT</application> package is the Media Lovin Toolkit.
It is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications.</para>
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&mlt-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&mlt-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &mlt-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &mlt-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &mlt-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &mlt-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">MLT Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para>
<xref linkend='frei0r'/> and
<xref linkend='qt5'/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para>
<xref linkend='doxygen'/>,
<xref linkend='fftw'/>,
<xref linkend="libexif"/>,
<xref linkend="sdl"/>,
<ulink url="http://jackaudio.org">JACK</ulink>,
<ulink url="http://www.ipswitchft.com/moveit-managed-file-transfer/">MOVEit</ulink>,
<ulink url="http://sox.sourceforge.net/">SoX</ulink>,
<ulink url="http://swfdec.freedesktop.org/wiki/">Swfdec</ulink>, and
<ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/mlt"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of MLT</title>
<para>Install <application>MLT</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr \
--enable-gpl \
--enable-gpl3 \
--enable-opengl \
--disable-gtk2 \
--qt-libdir=$QT5DIR/lib \
--qt-includedir=$QT5DIR/include &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite. However a test .mp4
file can be played in a local graphical environment with
<userinput>./src/melt/melt &lt;filename&gt;.mp4</userinput>.</para>
<note><para>This application uses advanced graphical capabilites. In
some cases, firmware for your specific graphics adaptor may be needed.
See <xref linkend="video-firmware"/> for more information.</para></note>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>melt</seg>
<seg>libmlt.so,
libmlt++.so, and
over twenty plugins</seg>
<seg>/usr/include/mlt,
/usr/include/mlt++,
/usr/lib/mlt, and
/usr/share/mlt
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="melt">
<term><command>melt</command></term>
<listitem>
<para>is a test tool for MLT.</para>
<indexterm zone="mlt melt">
<primary sortas="b-melt">melt</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>