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

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since c6fc0cb5 was 506e6e7, checked in by Xi Ruoyao <xry111@…>, 12 months ago

kde: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[fbcf65e4]1<?xml version="1.0" encoding="ISO-8859-1"?>
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
7 <!ENTITY kdenlive5-download-http "&kf5apps-download-http;/kdenlive-&kf5apps-version;.tar.xz">
[d0a06208]8 <!ENTITY kdenlive5-download-ftp " ">
[3bffd5b]9 <!ENTITY kdenlive5-md5sum "cdce6eb30dec6c44205a85b82f988c46">
[f36ab176]10 <!ENTITY kdenlive5-size "12 MB">
[3bffd5b]11 <!ENTITY kdenlive5-buildsize "197 MB">
12 <!ENTITY kdenlive5-time "1.5 SBU (using parallelism=4)">
[fbcf65e4]13]>
14
15<sect1 id="kdenlive5" xreflabel="Kdenlive-&kf5apps-version;">
16 <?dbhtml filename="kdenlive.html"?>
17
18
19 <title>Kdenlive-&kf5apps-version;</title>
20
21 <indexterm zone="kdenlive5">
[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>
29 The <application>Kdenlive</application> package is a KF5 based video
30 editor.
31 </para>
32
[30faaf30]33 &lfs113_checked;
[fbcf65e4]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&kdenlive5-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&kdenlive5-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &kdenlive5-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &kdenlive5-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &kdenlive5-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &kdenlive5-time;
65 </para>
66 </listitem>
67 </itemizedlist>
[e4b4cda]68<!--
[6b705bd]69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>
73 Required patch:
74 <ulink url="&patch-root;/kdenlive-&kf5apps-version;-segfault_fix-1.patch"/>
75 </para>
76 </listitem>
77 </itemizedlist>
[e4b4cda]78-->
[fbcf65e4]79 <bridgehead renderas="sect3">Kdenlive Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
[dd15f54a]83 <xref linkend="kf5-frameworks"/>,
[8558044]84 <xref linkend="mlt"/>, and
[1f26133]85 <xref role="runtime" linkend="v4l-utils"/> (runtime)
[fbcf65e4]86 </para>
87
[4e0a40f]88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="breeze-icons"/>
91 </para>
92
[fbcf65e4]93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Kdenlive</title>
[e4b4cda]97<!--
[6b705bd]98 <para>
99 First, apply a patch to fix segmentation faults upon exiting Kdenlive:
100 </para>
101
102<screen><userinput remap="pre">patch -Np1 -i ../kdenlive-&kf5apps-version;-segfault_fix-1.patch</userinput></screen>
[e4b4cda]103-->
[fbcf65e4]104 <para>
105 Install <application>Kdenlive</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
113 -DCMAKE_BUILD_TYPE=Release \
114 -DBUILD_TESTING=OFF \
115 -Wno-dev .. &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 kdenlive and kdenlive_render
141 </seg>
142 <seg>
143 mltpreview.so
144 </seg>
145 <seg>
146 $KF5_PREFIX/share/doc/HTML/*/kdenlive,
147 $KF5_PREFIX/share/kdenlive, and
148 $KF5_PREFIX/share/kxmlgui5/kdenlive
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
[096ed61]153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="kdenlive">
159 <term><command>kdenlive</command></term>
160 <listitem>
161 <para>
162 is an open source non-linear video editor which supports
[4c24eb0a]163 a large number of formats
[096ed61]164 </para>
165 <indexterm zone="kdenlive5 kdenlive">
166 <primary sortas="b-kdenlive">kdenlive</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="kdenlive_render">
172 <term><command>kdenlive_render</command></term>
173 <listitem>
174 <para>
[4c24eb0a]175 is a render program for <command>kdenlive</command>
[096ed61]176 </para>
177 <indexterm zone="kdenlive5 kdenlive_render">
178 <primary sortas="b-kdenlive_render">kdenlive_render</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
[fbcf65e4]185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.