glfs/kde/kf5-apps/kdenlive5.xml
Bruce Dubbs d0a0620826 Update KF5 apps to 12.15.3.
Add ark.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17158 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-03-24 05:30:12 +00:00

175 lines
4.6 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 "768180060ceb067f75c82d19f71e58c5">
<!ENTITY kdenlive5-size "3.5 MB">
<!ENTITY kdenlive5-buildsize "42 MB">
<!ENTITY kdenlive5-time "3.9 SBU">
]>
<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 Konsole</title>
<para>
The <application>Kdenlive</application> package is a KF5 based video
editor.
</para>
&lfs79_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 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>
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 \
-DLIB_INSTALL_DIR=lib \
-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>