mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Add kdenlive
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16201 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
000266b15c
commit
fbcf65e494
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "30"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2015">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "June 30th &year;">
|
||||
<!ENTITY releasedate "July 1st &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -44,6 +44,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>July 1st, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add kdenlive video editor.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>June 30th, 2015</para>
|
||||
<itemizedlist>
|
||||
|
141
kde/kf5-apps/kdenlive5.xml
Normal file
141
kde/kf5-apps/kdenlive5.xml
Normal file
@ -0,0 +1,141 @@
|
||||
<?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 "17ccf8546a341aa47ecaa4d60098ce8b">
|
||||
<!ENTITY kdenlive5-size "3.0 MB">
|
||||
<!ENTITY kdenlive5-buildsize "64 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>
|
@ -16,6 +16,7 @@ $Date: 2014-09-10 14:10:00 -0500 (Wed, 10 Sep 2014) $
|
||||
<title>KDE Frameworks 5 Based Applications</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kate5.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kdenlive5.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmix5.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="konsole5.xml"/>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
<title>Introduction to libdbusmenu-qt</title>
|
||||
|
||||
<para>This library provides a <application>Qt</application> implementation
|
||||
of the DBusMenu specs in order to expose menus on DBus. Its
|
||||
of the DBusMenu specification that exposes menus via DBus. Its
|
||||
libraries are used by both KDE4 and KF5, but they must be linked to <xref
|
||||
linkend='qt4'/> and <xref linkend='qt5'/> respectively. The two versions do
|
||||
not conflict with each other. </para>
|
||||
|
Loading…
Reference in New Issue
Block a user