glfs/kde/kf5-apps/kdenlive5.xml
Bruce Dubbs e66a8c3774 Update to libX11-1.6.6.tar.bz2 (xorg library).
Update to poppler-0.67.0. 
Update to mlt-6.10.0. 
Update to graphite2-1.3.12. 
Update to kf5-apps-18.08.0. 
Update to opencv-3.4.2. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20359 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-08-21 20:14:23 +00:00

183 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 kdenlive5-download-http "&kf5apps-download-http;/kdenlive-&kf5apps-version;.tar.xz">
<!ENTITY kdenlive5-download-ftp " ">
<!ENTITY kdenlive5-md5sum "4cda25856cd790a5e9c1face9f2be7c5">
<!ENTITY kdenlive5-size "9.0 MB">
<!ENTITY kdenlive5-buildsize "121 MB">
<!ENTITY kdenlive5-time "1.3 SBU (using parallelism=4)">
]>
<sect1 id="kdenlive5" xreflabel="Kdenlive-&kf5apps-version;">
<?dbhtml filename="kdenlive.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kdenlive-&kf5apps-version;</title>
<indexterm zone="kdenlive5">
<primary sortas="a-Kdenlive">Konsole</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kdenlive</title>
<para>
The <application>Kdenlive</application> package is a KF5 based video
editor.
</para>
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&kdenlive5-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&kdenlive5-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &kdenlive5-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &kdenlive5-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &kdenlive5-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &kdenlive5-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Kdenlive Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kf5-frameworks"/>
<xref linkend="mlt"/>, and
<xref role="runtime" linkend="v4l-utils"/> (runtime)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/kdenlive5"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Kdenlive</title>
<para>First, fix some issues identified by gcc7:</para>
<screen><userinput>sed -e '/KLocal/a #include &lt;functional&gt;' \
-i src/profiles/tree/profiletreemodel.cpp &amp;&amp;
sed -e '/abs/s/leftDist/(int)&amp;/' \
-i src/scopes/audioscopes/spectrogram.cpp
</userinput></screen>
<para>
Install <application>Kdenlive</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<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 Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
kdenlive and kdenlive_render
</seg>
<seg>
mltpreview.so
</seg>
<seg>
$KF5_PREFIX/share/doc/HTML/*/kdenlive,
$KF5_PREFIX/share/kdenlive, and
$KF5_PREFIX/share/kxmlgui5/kdenlive
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="kdenlive">
<term><command>kdenlive</command></term>
<listitem>
<para>
is an open source non-linear video editor which supports
a large number of formats.
</para>
<indexterm zone="kdenlive5 kdenlive">
<primary sortas="b-kdenlive">kdenlive</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kdenlive_render">
<term><command>kdenlive_render</command></term>
<listitem>
<para>
is a render program for <command>kdenlive</command>.
</para>
<indexterm zone="kdenlive5 kdenlive_render">
<primary sortas="b-kdenlive_render">kdenlive_render</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>