Ignore:
Timestamp:
08/01/2020 04:57:00 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:
fed4605f
Parents:
12e5abc9
Message:

Update to mlt-6.22.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/mlt.xml

    r12e5abc9 r5e04f80c  
    77  <!ENTITY mlt-download-http "https://github.com/mltframework/mlt/releases/download/v&mlt-version;/mlt-&mlt-version;.tar.gz">
    88  <!ENTITY mlt-download-ftp  " ">
    9   <!ENTITY mlt-md5sum        "90a7fd10374dbf2b9d33ec3fbad18f2f">
    10   <!ENTITY mlt-size          "1.4 MB">
    11   <!ENTITY mlt-buildsize     "39 MB">
     9  <!ENTITY mlt-md5sum        "f368354154a7e2d8191d6e6f8eb3d475">
     10  <!ENTITY mlt-size          "1.3 MB">
     11  <!ENTITY mlt-buildsize     "52 MB">
    1212  <!ENTITY mlt-time          "0.4 SBU">
    1313]>
     
    8888      <xref linkend="libexif"/>,
    8989      <xref linkend="sdl"/>,
     90      <xref linkend="sdl2"/>,
    9091      <ulink url="http://jackaudio.org">JACK</ulink>,
    9192      <ulink url="http://www.ipswitchft.com/moveit/">MOVEit</ulink>,
     
    104105    <title>Installation of MLT</title>
    105106
     107    <!--
    106108    <para>
    107109      First, adapt MLT to changes in Qt-5.15.0:
     
    110112<screen><userinput remap="pre">sed -i '/#include "graph.h"/a #include &lt;QPainterPath&gt;' src/modules/qt/graph.cpp &amp;&amp;
    111113sed -i '/#include &lt;QPainter&gt;/a #include &lt;QPainterPath&gt;' src/modules/qt/{filter,producer}_qtext.cpp</userinput></screen>
     114    -->
    112115
    113116    <para>
Note: See TracChangeset for help on using the changeset viewer.