Changeset fd67949


Ignore:
Timestamp:
04/28/2024 03:53:38 PM (2 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
323a66b
Parents:
90edaa1
Message:

Update to mlt-7.24.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r90edaa1 rfd67949  
    4242      <para>April 28th, 2024</para>
    4343      <itemizedlist>
     44       <listitem>
     45          <para>[bdubbs] - Update to mlt-7.24.0. Fixes
     46          <ulink url="&blfs-ticket-root;19733">#19733</ulink>.</para>
     47        </listitem>
    4448       <listitem>
    4549          <para>[bdubbs] - Update to jasper-4.2.4. Fixes
  • multimedia/libdriv/mlt.xml

    r90edaa1 rfd67949  
    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        "9f747ae1b7388937be6328b4c234431b">
     9  <!ENTITY mlt-md5sum        "08b3604ad071a13fd172f7a18abd610b">
    1010  <!ENTITY mlt-size          "1.6 MB">
    11   <!ENTITY mlt-buildsize     "30 MB">
    12   <!ENTITY mlt-time          "0.1 SBU (Using parallelism=4)">
     11  <!ENTITY mlt-buildsize     "28 MB">
     12  <!ENTITY mlt-time          "0.2 SBU (Using parallelism=4)">
    1313]>
    1414
     
    1717
    1818
    19   <title>MLT-&mlt-version;</title>
     19  <title>mlt-&mlt-version;</title>
    2020
    2121  <indexterm zone="mlt">
    22     <primary sortas="a-mlt">MLT</primary>
     22    <primary sortas="a-mlt">mlt</primary>
    2323  </indexterm>
    2424
    2525  <sect2 role="package">
    26     <title>Introduction to MLT</title>
     26    <title>Introduction to mlt</title>
    2727
    2828    <para>
    29       <application>MLT</application> package is the Media Lovin Toolkit.
     29      The <application>mlt</application> package is the Media Lovin Toolkit.
    3030      It is an open source multimedia framework, designed and developed for
    3131      television broadcasting. It provides a toolkit for broadcasters, video
     
    7070    </itemizedlist>
    7171
    72     <bridgehead renderas="sect3">MLT Dependencies</bridgehead>
     72    <bridgehead renderas="sect3">mlt Dependencies</bridgehead>
    7373
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    7575    <para>
    7676      <xref linkend='frei0r'/> and
    77       &qt5-deps;
     77      <xref linkend='qt6'/>
    7878    </para>
    7979
     
    8484      <xref linkend="libexif"/>,
    8585      <xref linkend="sdl2"/>,
     86      &qt5-deps;,
    8687      <ulink url="https://jackaudio.org">JACK</ulink>,
    8788      <ulink url="https://www.ipswitch.com/moveit/">MOVEit</ulink>,
     
    9596
    9697  <sect2 role="installation">
    97     <title>Installation of MLT</title>
     98    <title>Installation of mlt</title>
    9899
    99100    <para>
    100       Install <application>MLT</application> by running the following commands:
     101      Install <application>mlt</application> by running the following commands:
    101102    </para>
    102103
     
    104105cd    build &amp;&amp;
    105106
    106 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    107       -DCMAKE_BUILD_TYPE=Release  \
    108       -Wno-dev .. &amp;&amp;
    109 
     107cmake -D CMAKE_INSTALL_PREFIX=/usr \
     108      -D CMAKE_BUILD_TYPE=Release  \
     109      -D MOD_QT=OFF                \
     110      -D MOD_QT6=ON                \
     111      -W no-dev .. &amp;&amp;
    110112make</userinput></screen>
    111113
     
    147149             over twenty plugins</seg>
    148150        <seg>/usr/include/mlt-7,
    149           <!-- Now in /usr/include/mlt-7, it seems
    150              /usr/include/melt-7/mlt++,
    151              /usr/include/melt-7/framework,-->
    152151             /usr/lib/mlt-7,
    153152             /usr/lib/cmake/Mlt7, and
     
    166165        <listitem>
    167166          <para>
    168             is a test tool for MLT
     167            is a test tool for mlt
    169168          </para>
    170169          <indexterm zone="mlt melt">
  • packages.ent

    r90edaa1 rfd67949  
    11191119<!ENTITY libvorbis-version            "1.3.7">
    11201120<!ENTITY libvpx-version               "1.14.0">
    1121 <!ENTITY mlt-version                  "7.22.0">
     1121<!ENTITY mlt-version                  "7.24.0">
    11221122<!ENTITY opus-version                 "1.5.2">
    11231123<!ENTITY pipewire-version             "1.0.5">
Note: See TracChangeset for help on using the changeset viewer.