mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
bd65b8c300
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16224 af4574ff-66df-0310-9fd7-8a98e5e911e0
142 lines
3.7 KiB
XML
142 lines
3.7 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 "&kf5apps-download-ftp;/kdenlive-&kf5apps-version;.tar.xz">
|
|
<!ENTITY kdenlive5-md5sum "a75d306ba17fbebb5662d34233f867ef">
|
|
<!ENTITY kdenlive5-size "3.0 MB">
|
|
<!ENTITY kdenlive5-buildsize "47 MB">
|
|
<!ENTITY kdenlive5-time "2.4 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdenlive5" xreflabel="Kdenlive-&kf5apps-version;">
|
|
<?dbhtml filename="kdenlive.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy: krejzi $</othername>
|
|
<date>$Date: 2014-10-21 16:07:43 +0200 (Tue, 21 Oct 2014) $</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>
|
|
|
|
&lfs77_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"/> and
|
|
<xref linkend="mlt"/>
|
|
</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 &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DLIB_INSTALL_DIR=lib \
|
|
-DBUILD_TESTING=OFF \
|
|
-Wno-dev .. &&
|
|
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>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|