Changeset 2cc15a2b


Ignore:
Timestamp:
08/24/2022 06:13:13 PM (20 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
e3c11400
Parents:
8430372
Message:

Package updates, URL fix, and tags

Update to SDL2-2.24.0
Update to cups-filters-1.28.16
Fix the libxml2 python2 module's download URL (was 2.9, change to 2.10).

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r8430372 r2cc15a2b  
    3434    </para>
    3535
    36     &lfs111_checked;
     36    &lfs112_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/libxml2py2.xml

    r8430372 r2cc15a2b  
    66
    77  <!-- The download, md5sum, size entities need to match those used in libxml2.xml -->
    8   <!ENTITY libxml2py2-download-http "https://download.gnome.org/sources/libxml2/2.9/libxml2-&libxml2-version;.tar.xz">
     8  <!ENTITY libxml2py2-download-http "https://download.gnome.org/sources/libxml2/2.10/libxml2-&libxml2-version;.tar.xz">
    99  <!ENTITY libxml2py2-download-ftp  " ">
    1010  <!ENTITY libxml2py2-md5sum        "54fdcf2404eb5c1ca59ffc82b2edff78">
     
    4040      </para>
    4141
    42       &lfs111_checked;
     42      &lfs112_checked;
    4343
    4444      <bridgehead renderas="sect4">Package Information</bridgehead>
  • gnome/platform/gexiv2.xml

    r8430372 r2cc15a2b  
    3434    </para>
    3535
    36     &lfs111_checked;
     36    &lfs112_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    r8430372 r2cc15a2b  
    4545      <para>August 24th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix the download URL for the libxml2 python2
     49          module.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to sdl2-2.24.0. Fixes
     53          <ulink url="&blfs-ticket-root;16677">#16677</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to cups-filters-1.28.16. Fixes
     57          <ulink url="&blfs-ticket-root;16946">#16946</ulink>.</para>
     58        </listitem>
    4759        <listitem>
    4860          <para>[thomas] - Update xfc4-panel-4.16.5. Fixes
  • multimedia/libdriv/sdl2.xml

    r8430372 r2cc15a2b  
    77  <!ENTITY sdl2-download-http "https://www.libsdl.org/release/SDL2-&sdl2-version;.tar.gz">
    88  <!ENTITY sdl2-download-ftp  " ">
    9   <!ENTITY sdl2-md5sum        "40aedb499cb2b6f106d909d9d97f869a">
    10   <!ENTITY sdl2-size          "6.9 MB">
    11   <!ENTITY sdl2-buildsize     "175 MB (with docs)">
    12   <!ENTITY sdl2-time          "0.5 SBU (using parallelism=4; with docs)">
     9  <!ENTITY sdl2-md5sum        "cf539ffe9e0dd6f943ac9de75fd2e56e">
     10  <!ENTITY sdl2-size          "7.2 MB">
     11  <!ENTITY sdl2-buildsize     "163 MB (with docs)">
     12  <!ENTITY sdl2-time          "0.4 SBU (using parallelism=4; with docs)">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs111_checked;
     37    &lfs112_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    100100      <xref linkend="libsamplerate"/>,
    101101      <xref linkend="x-window-system"/>,
    102       <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>, and
    103       <ulink url="https://fcitx-im.org/">fcitx</ulink>
     102      <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>,
     103      <ulink url="https://fcitx-im.org/">fcitx</ulink>, and
     104      <ulink url="https://jackaudio.org/">jack</ulink>
    104105    </para>
    105106
     
    112113    <title>Installation of SDL2</title>
    113114
     115<!--
    114116    <para>
    115117      First, fix an overly restrictive build option:
     
    117119
    118120<screen><userinput remap="pre">sed -i "s/-Werror=declaration-after-statement//" configure</userinput></screen>
     121-->
    119122
    120123    <para>
     
    235238        <seg>sdl2-config</seg>
    236239        <seg>libSDL2.so</seg>
    237         <seg>/usr/include/SDL2 and
     240        <seg>/usr/include/SDL2,
     241             /usr/lib/cmake/SDL2, and
    238242             /usr/share/doc/SDL-&sdl2-version;</seg>
    239243      </seglistitem>
  • packages.ent

    r8430372 r2cc15a2b  
    10481048<!ENTITY pulseaudio-version           "&pulseaudio-major-version;">
    10491049<!ENTITY sdl-version                  "1.2.15">
    1050 <!ENTITY sdl2-version                 "2.0.22">
     1050<!ENTITY sdl2-version                 "2.24.0">
    10511051<!ENTITY sound-theme-freedesktop-version "0.8">
    10521052<!ENTITY soundtouch-version           "2.3.1">
     
    10911091<!-- Chapter 46 -->
    10921092<!ENTITY cups-version                 "2.4.2">
    1093 <!ENTITY cups-filters-version         "1.28.15">
     1093<!ENTITY cups-filters-version         "1.28.16">
    10941094<!ENTITY gs-version                   "9.56.1">
    10951095<!ENTITY gs-packver                   "9561">
  • pst/printing/cups-filters.xml

    r8430372 r2cc15a2b  
    88  "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "b6891109445e147a38198d42c3127903">
     10  <!ENTITY cups-filters-md5sum        "24bed15110499fd652d65d6baab85ca6">
    1111  <!ENTITY cups-filters-size          "1.4 MB">
    12   <!ENTITY cups-filters-buildsize     "55 MB (with tests), 16 MB installed">
     12  <!ENTITY cups-filters-buildsize     "56 MB (with tests), 16 MB installed">
    1313  <!ENTITY cups-filters-time          "0.2 SBU (Using parallelism=4; with tests)">
    1414]>
     
    3737    </para>
    3838
    39     &lfs111_checked;
     39    &lfs112_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8989      <xref linkend="dejavu-fonts"/> (the build fails if they are not
    9090      installed, although they are only required for the tests),
     91      <xref linkend="libexif"/>,
    9192      <xref linkend="libjpeg"/>,
    9293      <xref linkend="libpng"/>,
  • pst/printing/gs.xml

    r8430372 r2cc15a2b  
    4848    </para>
    4949
    50     &lfs111_checked;
     50    &lfs112_checked;
    5151
    5252    <bridgehead renderas="sect3">Package Information</bridgehead>
  • xsoft/other/gimp.xml

    r8430372 r2cc15a2b  
    6262    </para>
    6363
    64     &lfs111_checked;
     64    &lfs112_checked;
    6565
    6666    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.