Changeset dadfb45


Ignore:
Timestamp:
12/20/2021 08:29:04 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ab659ee
Parents:
29d8b98
Message:

Package updates.
Update to mlt-7.4.0.
Update to gimp-2.10.30.
Tweak gegl instructions to remove an obsolete module.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r29d8b98 rdadfb45  
    136136
    137137    <para>
     138      If installing over a previous version of <application>gegl</application>,
     139      one module needs to be removed.  As the <systemitem class="username">root</systemitem>
     140      user, run:
     141    </para>
     142
     143<screen><userinput>rm -f /usr/lib/gegl-0.4/vector-fill.so</userinput></screen>
     144
     145    <para>
    138146      Install <application>gegl</application> by running the following commands:
    139147    </para>
  • introduction/welcome/changelog.xml

    r29d8b98 rdadfb45  
    4444
    4545    <listitem>
     46      <para>December 20th, 2021</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to mlt-7.4.0. Fixes
     50          <ulink url="&blfs-ticket-root;15880">#15880</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to gimp-2.10.30. Fixes
     54          <ulink url="&blfs-ticket-root;15879">#15879</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    4660      <para>December 19th, 2021</para>
    4761      <itemizedlist>
  • multimedia/libdriv/mlt.xml

    r29d8b98 rdadfb45  
    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        "fbcdac9bbda30dbf92739bbf40e3120a">
    10   <!ENTITY mlt-size          "1.1 MB">
     9  <!ENTITY mlt-md5sum        "4bc74ec681e67310340bafc235178a81">
     10  <!ENTITY mlt-size          "1.2 MB">
    1111  <!ENTITY mlt-buildsize     "22 MB">
    12   <!ENTITY mlt-time          "0.1 SBU (Using parallelism=4)">
     12  <!ENTITY mlt-time          "0.5 SBU">
    1313]>
    1414
  • packages.ent

    r29d8b98 rdadfb45  
    949949<!ENTITY fontforge-version            "20201107">
    950950<!ENTITY gparted-version              "1.3.1">
    951 <!ENTITY gimp-version                 "2.10.28">
     951<!ENTITY gimp-version                 "2.10.30">
    952952<!ENTITY hexchat-version              "2.16.0">
    953953<!ENTITY icedtea-web-version          "1.7.1">
     
    10201020<!ENTITY libvorbis-version            "1.3.7">
    10211021<!ENTITY libvpx-version               "1.11.0">
    1022 <!ENTITY mlt-version                  "7.2.0">
     1022<!ENTITY mlt-version                  "7.4.0">
    10231023<!ENTITY opal-version                 "3.10.10">
    10241024<!ENTITY opus-version                 "1.3.1">
  • xsoft/other/gimp.xml

    r29d8b98 rdadfb45  
    77  <!ENTITY gimp-download-http "https://download.gimp.org/pub/gimp/v2.10/gimp-&gimp-version;.tar.bz2">
    88  <!ENTITY gimp-download-ftp  " ">
    9   <!ENTITY gimp-md5sum        "56bf7e78b5dd72ed82124f2cbb028d80">
     9  <!ENTITY gimp-md5sum        "564fe77da27eaa4dfc73dc8358733d24">
    1010  <!ENTITY gimp-size          "30 MB">
    11   <!ENTITY gimp-buildsize     "885 MB (194 MB installed, add 820 MB for tests)">
    12   <!ENTITY gimp-time          "1.7 SBU (Using parallelism=4; add 0.6 SBU for tests)">
     11  <!ENTITY gimp-buildsize     "885 MB (194 MB installed, add 814 MB for tests)">
     12  <!ENTITY gimp-time          "2.0 SBU (Using parallelism=4; add 0.5 SBU for tests)">
    1313
    1414  <!-- pro-tem, a pull of gimp-help, https://gitlab.gnome.org/GNOME/gimp-help.git
     
    230230      To test the results (requires an X-Windowed terminal) issue:
    231231      <command>make check</command>.
    232       <!-- Six tests are known to fail.
    233       All appear to be related to the same problem in the test suite.-->
    234232      <!-- km: in 2.10.16 no failures, 2 tests were skipped -->
     233
    235234    </para>
    236235
Note: See TracChangeset for help on using the changeset viewer.