source: kde/kf5-apps/kdenlive5.xml@ fee60762

ken/TL2024 trunk xry111/llvm18
Last change on this file since fee60762 was 5bfcd23e, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Internal cleanup kf5->kf6

  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[fbcf65e4]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[f806bbf2]7 <!ENTITY kdenlive-download-http "&kf5apps-download-http;/kdenlive-&kf5apps-version;.tar.xz">
8 <!ENTITY kdenlive-download-ftp " ">
9 <!ENTITY kdenlive-md5sum "9c0f3a0332e38e0cc1ff370cc635043b">
10 <!ENTITY kdenlive-size "13 MB">
11 <!ENTITY kdenlive-buildsize "216 MB">
12 <!ENTITY kdenlive-time "2.0 SBU (using parallelism=4)">
[fbcf65e4]13]>
14
[f806bbf2]15<sect1 id="kdenlive" xreflabel="Kdenlive-&kf5apps-version;">
[fbcf65e4]16 <?dbhtml filename="kdenlive.html"?>
17
18
19 <title>Kdenlive-&kf5apps-version;</title>
20
[f806bbf2]21 <indexterm zone="kdenlive">
[aa21336]22 <primary sortas="a-Kdenlive">Kdenlive</primary>
[fbcf65e4]23 </indexterm>
24
25 <sect2 role="package">
[8f445fdc]26 <title>Introduction to Kdenlive</title>
[fbcf65e4]27
28 <para>
[f806bbf2]29 The <application>Kdenlive</application> package is a KF6 based video
[fbcf65e4]30 editor.
31 </para>
32
[f67c5c8]33 &lfs121_checked;
[fbcf65e4]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
[f806bbf2]39 Download (HTTP): <ulink url="&kdenlive-download-http;"/>
[fbcf65e4]40 </para>
41 </listitem>
42 <listitem>
43 <para>
[f806bbf2]44 Download (FTP): <ulink url="&kdenlive-download-ftp;"/>
[fbcf65e4]45 </para>
46 </listitem>
47 <listitem>
48 <para>
[f806bbf2]49 Download MD5 sum: &kdenlive-md5sum;
[fbcf65e4]50 </para>
51 </listitem>
52 <listitem>
53 <para>
[f806bbf2]54 Download size: &kdenlive-size;
[fbcf65e4]55 </para>
56 </listitem>
57 <listitem>
58 <para>
[f806bbf2]59 Estimated disk space required: &kdenlive-buildsize;
[fbcf65e4]60 </para>
61 </listitem>
62 <listitem>
63 <para>
[f806bbf2]64 Estimated build time: &kdenlive-time;
[fbcf65e4]65 </para>
66 </listitem>
67 </itemizedlist>
[f806bbf2]68
[fbcf65e4]69 <bridgehead renderas="sect3">Kdenlive Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
[5bfcd23e]73 <xref linkend="kf6-frameworks"/>,
[8558044]74 <xref linkend="mlt"/>, and
[1f26133]75 <xref role="runtime" linkend="v4l-utils"/> (runtime)
[fbcf65e4]76 </para>
77
[4e0a40f]78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="breeze-icons"/>
81 </para>
82
[fbcf65e4]83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Kdenlive</title>
[6b705bd]87
[fbcf65e4]88 <para>
89 Install <application>Kdenlive</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>mkdir build &amp;&amp;
94cd build &amp;&amp;
95
[f806bbf2]96cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
[fbcf65e4]97 -DCMAKE_BUILD_TYPE=Release \
98 -DBUILD_TESTING=OFF \
99 -Wno-dev .. &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 kdenlive and kdenlive_render
125 </seg>
126 <seg>
127 mltpreview.so
128 </seg>
129 <seg>
[f806bbf2]130 $KF6_PREFIX/share/doc/HTML/*/kdenlive and
131 $KF6_PREFIX/share/kdenlive
[fbcf65e4]132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
[096ed61]136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
[f806bbf2]141 <varlistentry id="kdenlive-prog">
[096ed61]142 <term><command>kdenlive</command></term>
143 <listitem>
144 <para>
145 is an open source non-linear video editor which supports
[4c24eb0a]146 a large number of formats
[096ed61]147 </para>
[f806bbf2]148 <indexterm zone="kdenlive kdenlive-prog">
[096ed61]149 <primary sortas="b-kdenlive">kdenlive</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="kdenlive_render">
155 <term><command>kdenlive_render</command></term>
156 <listitem>
157 <para>
[4c24eb0a]158 is a render program for <command>kdenlive</command>
[096ed61]159 </para>
[f806bbf2]160 <indexterm zone="kdenlive kdenlive_render">
[096ed61]161 <primary sortas="b-kdenlive_render">kdenlive_render</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
[fbcf65e4]168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.