Changeset 6b705bd


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r27ebd7a r6b705bd  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Add a patch to fix segmentation faults when closing
     49          Kdenlive.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to gtk+-3.24.14. Fixes
    4953          <ulink url="&blfs-ticket-root;13152">#13152</ulink>.</para>
  • 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>
  • kde/kf5/kf5-frameworks.xml

    r27ebd7a r6b705bd  
    147147  <para role="optional"> <!-- Leaving as optional since these are external -->
    148148    <ulink url="http://libdmtx.sourceforge.net/">Datamatrix</ulink> and
    149     <ulink url="http://megaui.net/fukuchi/works/qrencode/index.html/">QRencode</ulink>
     149    <ulink url="https://fukuchi.org/works/qrencode/">QRencode</ulink>
    150150  </para>
    151151
  • multimedia/libdriv/mlt.xml

    r27ebd7a r6b705bd  
    7777      <ulink url="http://www.ipswitchft.com/moveit-managed-file-transfer/">MOVEit</ulink>,
    7878      <ulink url="http://sox.sourceforge.net/">SoX</ulink>,
    79       <ulink url="http://swfdec.freedesktop.org/wiki/">Swfdec</ulink>, and
     79      <ulink url="https://github.com/mltframework/swfdec">Swfdec</ulink>, and
    8080      <ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
    8181
  • networking/netprogs/samba.xml

    r27ebd7a r6b705bd  
    6868      <xref linkend="jansson"/>,
    6969      <xref linkend="libtirpc"/>,
    70       <xref linkend="lmdb"/>,
    71       <xref linkend="python3"/>, and
     70      <xref linkend="lmdb"/>, and
     71      <!--<xref linkend="python3"/>, and-->
    7272      <xref linkend="rpcsvc-proto"/>
    7373    </para>
Note: See TracChangeset for help on using the changeset viewer.