glfs/kde/kf5-apps/kdenlive5.xml
2023-08-24 15:00:35 -05:00

188 lines
5.1 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 "db634eb3e9fcb62934275b03f72c99c2">
<!ENTITY kdenlive5-size "12 MB">
<!ENTITY kdenlive5-buildsize "199 MB">
<!ENTITY kdenlive5-time "1.4 SBU (using parallelism=4)">
]>
<sect1 id="kdenlive5" xreflabel="Kdenlive-&kf5apps-version;">
<?dbhtml filename="kdenlive.html"?>
<title>Kdenlive-&kf5apps-version;</title>
<indexterm zone="kdenlive5">
<primary sortas="a-Kdenlive">Kdenlive</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kdenlive</title>
<para>
The <application>Kdenlive</application> package is a KF5 based video
editor.
</para>
&lfs120_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>
</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>