Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/mlt.xml

    r4544b2a6 r7b2fed0f  
    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        "ea8dca852e11ef317e3cac14e4d916f1">
    10   <!ENTITY mlt-size          "1.3 MB">
    11   <!ENTITY mlt-buildsize     "40 MB">
    12   <!ENTITY mlt-time          "0.2 SBU (Using parallelism=4)">
     9  <!ENTITY mlt-md5sum        "c9cca34e75caee6aa31d42d5e141206b">
     10  <!ENTITY mlt-size          "1.1 MB">
     11  <!ENTITY mlt-buildsize     "22 MB">
     12  <!ENTITY mlt-time          "0.1 SBU (Using parallelism=4)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3837    </para>
    3938
    40     &lfs10_checked;
     39    &lfs110a_checked;
    4140
    4241    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9190      <ulink url="http://jackaudio.org">JACK</ulink>,
    9291      <ulink url="http://www.ipswitch.com/moveit/">MOVEit</ulink>,
    93       <ulink url="http://sox.sourceforge.net/">SoX</ulink>,
    94       <ulink url="https://github.com/mltframework/swfdec">Swfdec</ulink>, and
     92      <ulink url="http://sox.sourceforge.net/">SoX</ulink>, and
    9593      <ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
    9694
     
    105103    <title>Installation of MLT</title>
    106104
    107     <!--
    108     <para>
    109       First, adapt MLT to changes in Qt-5.15.0:
    110     </para>
    111 
    112 <screen><userinput remap="pre">sed -i '/#include "graph.h"/a #include &lt;QPainterPath&gt;' src/modules/qt/graph.cpp &amp;&amp;
    113 sed -i '/#include &lt;QPainter&gt;/a #include &lt;QPainterPath&gt;' src/modules/qt/{filter,producer}_qtext.cpp</userinput></screen>
    114     -->
    115 
    116105    <para>
    117106      Install <application>MLT</application> by running the following commands:
    118107    </para>
    119108
    120 <screen><userinput>./configure --prefix=/usr     \
    121             --enable-gpl      \
    122             --enable-gpl3     \
    123             --enable-opengl   \
    124             --disable-gtk2    &amp;&amp;
     109<screen><userinput>mkdir build &amp;&amp;
     110cd    build &amp;&amp;
     111
     112cmake -DCMAKE_INSTALL_PREFIX=/usr \
     113      -DCMAKE_BUILD_TYPE=Release  \
     114      -Wno-dev .. &amp;&amp;
     115
    125116make</userinput></screen>
    126117
     
    156147
    157148      <seglistitem>
    158         <seg>melt</seg>
    159         <seg>libmlt.so,
    160              libmlt++.so, and
     149        <seg>melt-7 and
     150             melt (symlink to melt-7)</seg>
     151        <seg>libmlt-7.so,
     152             libmlt++-7.so, and
    161153             over twenty plugins</seg>
    162         <seg>/usr/include/mlt,
    163              /usr/include/mlt++,
    164              /usr/lib/mlt, and
    165              /usr/share/mlt
     154        <seg>/usr/include/mlt-7,
     155             /usr/include/melt-7/mlt++,
     156             /usr/include/melt-7/framework,
     157             /usr/lib/mlt-7,
     158             /usr/lib/cmake/Mlt7, and
     159             /usr/share/mlt-7
    166160        </seg>
    167161      </seglistitem>
     
    177171        <listitem>
    178172          <para>
    179             is a test tool for MLT.
     173            is a test tool for MLT
    180174          </para>
    181175          <indexterm zone="mlt melt">
Note: See TracChangeset for help on using the changeset viewer.