source: multimedia/libdriv/mlt.xml@ 000266b1

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

Fix mlt url

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

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[5cdcd74]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
[000266b1]7 <!ENTITY mlt-download-http "&sourceforge-repo2;/projects/mlt/files/mlt-&mlt-version;.tar.gz">
[5cdcd74]8 <!ENTITY mlt-download-ftp " ">
9 <!ENTITY mlt-md5sum "92bcc95af44ff086df0a0ce17a201d1c">
10 <!ENTITY mlt-size "1.2 MB">
11 <!ENTITY mlt-buildsize "168 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: bdubbs $</othername>
20 <date>$Date: 2015-02-22 23:16:54 -0600 (Sun, 22 Feb 2015) $</date>
21 </sect1info>
22
23 <title>MLT-&mlt-version;</title>
24
25 <indexterm zone="mlt">
26 <primary sortas="a-mlt">Gavl</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 &lfs77_checked; &gcc5_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.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Program</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>melt</seg>
121 <seg>libmlt.so,
122 libmlt++.so, and
123 over twenty plugins</seg>
124 <seg>/usr/include/mlt,
125 /usr/include/mlt++,
126 /usr/lib/mlt, and
127 /usr/share/mlt
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="melt">
138 <term><command>melt</command></term>
139 <listitem>
140 <para>is a test tool for MLT.</para>
141 <indexterm zone="mlt melt">
142 <primary sortas="b-melt">melt</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.