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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f2d5c26a was 50a0dd0, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to kf5-apps-17.04.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18738 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 KB
Line 
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">
8 <!ENTITY kdenlive5-download-ftp " ">
9 <!ENTITY kdenlive5-md5sum "921e5ebb0cda53c578160eedc9358835">
10 <!ENTITY kdenlive5-size "8.9 MB">
11 <!ENTITY kdenlive5-buildsize "120 MB">
12 <!ENTITY kdenlive5-time "3.0 SBU">
13]>
14
15<sect1 id="kdenlive5" xreflabel="Kdenlive-&kf5apps-version;">
16 <?dbhtml filename="kdenlive.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kdenlive-&kf5apps-version;</title>
24
25 <indexterm zone="kdenlive5">
26 <primary sortas="a-Kdenlive">Konsole</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kdenlive</title>
31
32 <para>
33 The <application>Kdenlive</application> package is a KF5 based video
34 editor.
35 </para>
36
37 &lfs80_checked;
38 &gcc7_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&kdenlive5-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&kdenlive5-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &kdenlive5-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &kdenlive5-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &kdenlive5-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &kdenlive5-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Kdenlive Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="kf5-frameworks"/>
79 <xref linkend="mlt"/>, and
80 <xref linkend="v4l-utils"/> (runtime)
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/kdenlive5"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Kdenlive</title>
90
91 <para>First, fix some issues identified by gcc7:</para>
92
93<screen><userinput>sed -e '/KLocal/a #include &lt;functional&gt;' \
94 -i src/profiles/tree/profiletreemodel.cpp &amp;&amp;
95
96sed -e '/abs/s/leftDist/(int)&amp;/' \
97 -i src/scopes/audioscopes/spectrogram.cpp
98</userinput></screen>
99
100 <para>
101 Install <application>Kdenlive</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>mkdir build &amp;&amp;
106cd build &amp;&amp;
107
108cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
109 -DCMAKE_BUILD_TYPE=Release \
110 -DBUILD_TESTING=OFF \
111 -Wno-dev .. &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 kdenlive and kdenlive_render
137 </seg>
138 <seg>
139 mltpreview.so
140 </seg>
141 <seg>
142 $KF5_PREFIX/share/doc/HTML/*/kdenlive,
143 $KF5_PREFIX/share/kdenlive, and
144 $KF5_PREFIX/share/kxmlgui5/kdenlive
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="kdenlive">
155 <term><command>kdenlive</command></term>
156 <listitem>
157 <para>
158 is an open source non-linear video editor which supports
159 a large number of formats.
160 </para>
161 <indexterm zone="kdenlive5 kdenlive">
162 <primary sortas="b-kdenlive">kdenlive</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="kdenlive_render">
168 <term><command>kdenlive_render</command></term>
169 <listitem>
170 <para>
171 is a render program for <command>kdenlive</command>.
172 </para>
173 <indexterm zone="kdenlive5 kdenlive_render">
174 <primary sortas="b-kdenlive_render">kdenlive_render</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.