Changeset 605c369


Ignore:
Timestamp:
05/09/2019 12:07:04 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
77c3644
Parents:
3387a84
Message:

Update to mlt-6.16.0.
Update to gegl-0.4.16.
Update to gjs-1.56.2.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r3387a84 r605c369  
    77  <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.bz2">
    88  <!ENTITY gegl-download-ftp  " ">
    9   <!ENTITY gegl-md5sum        "88004f3a204e2506cd0cc445eba8d63e">
    10   <!ENTITY gegl-size          "6.9 MB">
    11   <!ENTITY gegl-buildsize     "144 MB (add 23 MB for tests)">
    12   <!ENTITY gegl-time          "1.0 SBU (Using parallelism=4; add 0.4 SBU for tests)">
     9  <!ENTITY gegl-md5sum        "cb17ac529a882f25f54c0115c63d4027">
     10  <!ENTITY gegl-size          "7.0 MB">
     11  <!ENTITY gegl-buildsize     "144 MB (add 21 MB for tests)">
     12  <!ENTITY gegl-time          "1.0 SBU (Using parallelism=4; add 0.5 SBU for tests)">
    1313]>
    1414
     
    122122
    123123    <para>
    124       First, fix a problem with the latest <xref linkend='exiv2'/>:
    125     </para>
    126 
    127 <screen><userinput>sed -i '/exif.hpp/a#include &lt;exiv2/error.hpp&gt;' tools/exp_combine.cpp</userinput></screen>
    128 
    129     <para>
    130124      Install <application>gegl</application> by running the following commands:
    131125    </para>
  • gnome.ent

    r3387a84 r605c369  
    2727<!ENTITY GConf-version                     "3.2.6">
    2828<!ENTITY geocode-glib-version              "3.26.1">
    29 <!ENTITY gjs-version                       "1.56.1">
     29<!ENTITY gjs-version                       "1.56.2">
    3030<!ENTITY gnome-autoar-version              "0.2.3">
    3131<!ENTITY gnome-desktop-version             "3.32.2">
  • gnome/platform/gjs.xml

    r3387a84 r605c369  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.56/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.56/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "a83e57b381d70a7affc07ea54eea3827">
     9  <!ENTITY gjs-md5sum        "6744153c56e958ad496021062e21823f">
    1010  <!ENTITY gjs-size          "688 KB">
    1111  <!ENTITY gjs-buildsize     "75 MB (with tests)">
    12   <!ENTITY gjs-time          "1.1 SBU (with tests)">
     12  <!ENTITY gjs-time          "0.6 SBU (using parallelism=4; with tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r3387a84 r605c369  
    4646      <para>May 8th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to mlt-6.16.0. Fixes
     50          <ulink url="&blfs-ticket-root;12038">#12038</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to gegl-0.4.16. Fixes
     54          <ulink url="&blfs-ticket-root;12037">#12037</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to gjs-1.56.2. Fixes
     58          <ulink url="&blfs-ticket-root;12036">#12036</ulink>.</para>
     59        </listitem>
    4860        <listitem>
    4961          <para>[bdubbs] - Update to yelp-3.32.2. Fixes
  • multimedia/libdriv/mlt.xml

    r3387a84 r605c369  
    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        "d4eb88984d7151c2608f4fd0a4aadbb0">
    10   <!ENTITY mlt-size          "1.3 MB">
     9  <!ENTITY mlt-md5sum        "e3872267232aae89f5182fd567be2596">
     10  <!ENTITY mlt-size          "1.4 MB">
    1111  <!ENTITY mlt-buildsize     "294 MB">
    1212  <!ENTITY mlt-time          "0.5 SBU">
  • packages.ent

    r3387a84 r605c369  
    199199<!ENTITY fontconfig-version           "2.13.1">  <!-- stable lt .90 micro version -->
    200200<!ENTITY fribidi-version              "1.0.5">
    201 <!ENTITY gegl-version                 "0.4.14">
     201<!ENTITY gegl-version                 "0.4.16">
    202202<!ENTITY giflib-version               "5.1.9">
    203203<!ENTITY glm-version                  "0.9.9.5">
     
    945945<!ENTITY libvorbis-version            "1.3.6">
    946946<!ENTITY libvpx-version               "1.8.0">
    947 <!ENTITY mlt-version                  "6.14.0">
     947<!ENTITY mlt-version                  "6.16.0">
    948948<!ENTITY opal-version                 "3.10.10">
    949949<!ENTITY opus-version                 "1.3.1">
Note: See TracChangeset for help on using the changeset viewer.