[blfs] 02/02: Update to mlt-7.40.0.

git Owner ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

commit 296dbb0a9a0bc7a03a709bd1d6125be06423c347
Author: Bruce Dubbs <[email protected]>
AuthorDate: Fri Jun 26 15:56:45 2026 -0500

    Update to mlt-7.40.0.
---
 general/genlib/rnnoise.xml         | 127 +++++++++++++++++++++++++++++++++++++
 introduction/welcome/changelog.xml |   4 ++
 multimedia/libdriv/mlt.xml         |  12 ++--
 packages.ent                       |   2 +-
 4 files changed, 140 insertions(+), 5 deletions(-)

diff --git a/general/genlib/rnnoise.xml b/general/genlib/rnnoise.xml
new file mode 100644
index 0000000000..8d7b91f653
--- /dev/null
+++ b/general/genlib/rnnoise.xml
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY rnnoise-download-http "&gnu-http;/rnnoise/rnnoise-&rnnoise-version;.tar.gz">
+  <!ENTITY rnnoise-download-ftp  " ">
+  <!ENTITY rnnoise-md5sum        "0e795b2d2b4730fc5ee6e38b77699e91">
+  <!ENTITY rnnoise-size          "2.2 MB">
+  <!ENTITY rnnoise-buildsize     "16 MB">
+  <!ENTITY rnnoise-time          "less than 0.1 SBU">
+]>
+
+<sect1 id="rnnoise" xreflabel="rnnoise-&rnnoise-version;">
+  <?dbhtml filename="rnnoise.html"?>
+
+
+  <title>rnnoise-&rnnoise-version;</title>
+
+  <indexterm zone="rnnoise">
+    <primary sortas="a-rnnoise">rnnoise</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to rnnoise</title>
+
+    <para>
+      <application>rnnoise</application> is a noise suppression 
+      library based on a recurrent neural network.
+    </para>
+
+    &lfs130_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&rnnoise-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&rnnoise-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &rnnoise-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &rnnoise-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &rnnoise-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &rnnoise-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of rnnoise</title>
+
+    <para>
+      Install <application>rnnoise</application> by running the following
+      commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr \
+            --disable-static \
+            -docdir=/usr/shhare/doc/rnnoise-&rnnoise-version;
+make</userinput></screen>
+
+    <para>
+      This package does not come with a test suite.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../../xincludes/static-libraries.xml"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          None
+        </seg>
+        <seg>
+          rnnoise.so
+        </seg>
+        <seg>
+          /usr/share/doc/rnnoise-&rnnoise-version; 
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+  </sect2>
+
+</sect1>
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index e3c0060fd8..326c34f514 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -42,6 +42,10 @@
     <listitem>
       <para>June 26th, 2026</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to mlt-7.40.0. Fixes
+          <ulink url="&blfs-ticket-root;23495">#23495</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - Add rnnoise-0.2. Supports mlt at ticket
           <ulink url="&blfs-ticket-root;23495">#23495</ulink>.</para>
diff --git a/multimedia/libdriv/mlt.xml b/multimedia/libdriv/mlt.xml
index 3b76c4e267..cc823161db 100644
--- a/multimedia/libdriv/mlt.xml
+++ b/multimedia/libdriv/mlt.xml
@@ -6,16 +6,15 @@
 
   <!ENTITY mlt-download-http "https://github.com/mltframework/mlt/releases/download/v&mlt-version;/mlt-&mlt-version;.tar.gz">
   <!ENTITY mlt-download-ftp  " ">
-  <!ENTITY mlt-md5sum        "20de3730ac25953d93ad5c9b71b22a82">
-  <!ENTITY mlt-size          "6.4 MB">
-  <!ENTITY mlt-buildsize     "54 MB">
+  <!ENTITY mlt-md5sum        "259266dc466af040f33a8019a82b9936">
+  <!ENTITY mlt-size          "6.5 MB">
+  <!ENTITY mlt-buildsize     "49 MB">
   <!ENTITY mlt-time          "0.2 SBU (Using parallelism=4)">
 ]>
 
 <sect1 id="mlt" xreflabel="MLT-&mlt-version;">
   <?dbhtml filename="mlt.html"?>
 
-
   <title>MLT-&mlt-version;</title>
 
   <indexterm zone="mlt">
@@ -71,6 +70,11 @@
 
     <bridgehead renderas="sect3">MLT Dependencies</bridgehead>
 
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend='rnnoise'/>
+    </para>
+
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
       <xref linkend='ffmpeg'/>,
diff --git a/packages.ent b/packages.ent
index 5f0da7f2f0..79c9aa7252 100644
--- a/packages.ent
+++ b/packages.ent
@@ -1217,7 +1217,7 @@
 <!ENTITY libtheora-version            "1.1.1">
 <!ENTITY libvorbis-version            "1.3.7">
 <!ENTITY libvpx-version               "1.16.0">
-<!ENTITY mlt-version                  "7.38.0">
+<!ENTITY mlt-version                  "7.40.0">
 <!ENTITY opus-version                 "1.6.1">
 <!ENTITY pipewire-version             "1.6.7">
 <!ENTITY pulseaudio-major-version     "17.0">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.