Changeset fbcf65e4


Ignore:
Timestamp:
07/01/2015 06:32:48 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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
Children:
fb42bf8
Parents:
000266b1
Message:

Add kdenlive

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r000266b1 rfbcf65e4  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 30th &year;">
     9<!ENTITY releasedate  "July 1st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r000266b1 rfbcf65e4  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>July 1st, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Add kdenlive video editor.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4655
    4756    <listitem>
  • kde/kf5-apps/kf5-apps.xml

    r000266b1 rfbcf65e4  
    1717 
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kate5.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kdenlive5.xml"/>
    1920  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmix5.xml"/>
    2021  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="konsole5.xml"/>
  • kde/libdbusmenuqt.xml

    r000266b1 rfbcf65e4  
    3131
    3232    <para>This library provides a <application>Qt</application> implementation
    33     of the DBusMenu specs in order to expose menus on DBus.  Its
     33    of the DBusMenu specification that exposes menus via DBus.  Its
    3434    libraries are used by both KDE4 and KF5, but they must be linked to <xref
    3535    linkend='qt4'/> and <xref linkend='qt5'/> respectively. The two versions do
Note: See TracChangeset for help on using the changeset viewer.