From fbcf65e4945d3ba407a76785ebda7e46cd493466 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 1 Jul 2015 18:32:48 +0000 Subject: [PATCH] Add kdenlive git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16201 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 6 +- introduction/welcome/changelog.xml | 9 ++ kde/kf5-apps/kdenlive5.xml | 141 +++++++++++++++++++++++++++++ kde/kf5-apps/kf5-apps.xml | 1 + kde/libdbusmenuqt.xml | 2 +- 5 files changed, 155 insertions(+), 4 deletions(-) create mode 100644 kde/kf5-apps/kdenlive5.xml diff --git a/general.ent b/general.ent index aa26e86130..a73458d2b2 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - - + + - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index edab5a9662..19fdf9bf85 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,15 @@ --> + + July 1st, 2015 + + + [bdubbs] - Add kdenlive video editor. + + + + June 30th, 2015 diff --git a/kde/kf5-apps/kdenlive5.xml b/kde/kf5-apps/kdenlive5.xml new file mode 100644 index 0000000000..049eadcc7e --- /dev/null +++ b/kde/kf5-apps/kdenlive5.xml @@ -0,0 +1,141 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy: krejzi $ + $Date: 2014-10-21 16:07:43 +0200 (Tue, 21 Oct 2014) $ + + + Kdenlive-&kf5apps-version; + + + Konsole + + + + Introduction to Konsole + + + The Kdenlive package is a KF5 based video + editor. + + + &lfs77_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &kdenlive5-md5sum; + + + + + Download size: &kdenlive5-size; + + + + + Estimated disk space required: &kdenlive5-buildsize; + + + + + Estimated build time: &kdenlive5-time; + + + + + Kdenlive Dependencies + + Required + + and + + + + + User Notes: + + + + + Installation of Kdenlive + + + Install Kdenlive by running the following + commands: + + +mkdir build && +cd build && + +cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ + -DCMAKE_BUILD_TYPE=Release \ + -DLIB_INSTALL_DIR=lib \ + -DBUILD_TESTING=OFF \ + -Wno-dev .. && +make + + + This package does not come with a test suite. + + + + Now, as the root user: + + +make install + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + kdenlive and kdenlive_render + + + mltpreview.so + + + $KF5_PREFIX/share/doc/HTML/*/kdenlive, + $KF5_PREFIX/share/kdenlive, and + $KF5_PREFIX/share/kxmlgui5/kdenlive + + + + + + + diff --git a/kde/kf5-apps/kf5-apps.xml b/kde/kf5-apps/kf5-apps.xml index 81a92efcf8..60dea2a523 100644 --- a/kde/kf5-apps/kf5-apps.xml +++ b/kde/kf5-apps/kf5-apps.xml @@ -16,6 +16,7 @@ $Date: 2014-09-10 14:10:00 -0500 (Wed, 10 Sep 2014) $ KDE Frameworks 5 Based Applications + diff --git a/kde/libdbusmenuqt.xml b/kde/libdbusmenuqt.xml index 948005eb75..6cc8577e10 100644 --- a/kde/libdbusmenuqt.xml +++ b/kde/libdbusmenuqt.xml @@ -30,7 +30,7 @@ Introduction to libdbusmenu-qt This library provides a Qt 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 and respectively. The two versions do not conflict with each other.