glfs/kde/kf5-apps/kdenlive5.xml
Pierre Labastie d5e4154e46 KF5 applications 20.12.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24037 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-31 14:09:30 +00:00

195 lines
5.3 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 "55f8b6272556ba46da823c9e42594503">
<!ENTITY kdenlive5-size "11 MB">
<!ENTITY kdenlive5-buildsize "446 MB">
<!ENTITY kdenlive5-time "2 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>
&lfs10_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">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/kdenlive-&kf5apps-version;-segfault_fix-1.patch"/>
</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>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="breeze-icons"/>
</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, apply a patch to fix segmentation faults upon exiting Kdenlive:
</para>
<screen><userinput remap="pre">patch -Np1 -i ../kdenlive-&kf5apps-version;-segfault_fix-1.patch</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>