Changeset 6b705bd for kde/kf5-apps


Ignore:
Timestamp:
03/04/2020 03:32:15 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
bcc6fd4
Parents:
27ebd7a
Message:

Add a patch to resolve segmentation faults in kdenlive when closing the program
kf5/mlt: Fix some external URLs
Samba: Remove python3 dependency since it's already in LFS

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5-apps/kdenlive5.xml

    r27ebd7a r6b705bd  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/kdenlive-&kf5apps-version;-segfault_fix-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7383    <bridgehead renderas="sect3">Kdenlive Dependencies</bridgehead>
    7484
     
    92102  <sect2 role="installation">
    93103    <title>Installation of Kdenlive</title>
     104
     105    <para>
     106      First, apply a patch to fix segmentation faults upon exiting Kdenlive:
     107    </para>
     108
     109<screen><userinput remap="pre">patch -Np1 -i ../kdenlive-&kf5apps-version;-segfault_fix-1.patch</userinput></screen>
    94110
    95111    <para>
Note: See TracChangeset for help on using the changeset viewer.