Changeset 3f33827


Ignore:
Timestamp:
04/26/2022 06:22:55 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
aa035a3
Parents:
9465bea
Message:

Update to SDL2-2.0.22.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9465bea r3f33827  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to SDL2-2.0.22. Fixes
     50          <ulink url="&blfs-ticket-root;16468">#16468</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[bdubbs] - Update to gnupg-2.3.6. Fixes
    5054          <ulink url="&blfs-ticket-root;16467">#16467</ulink>.</para>
  • multimedia/libdriv/sdl2.xml

    r9465bea r3f33827  
    77  <!ENTITY sdl2-download-http "https://www.libsdl.org/release/SDL2-&sdl2-version;.tar.gz">
    88  <!ENTITY sdl2-download-ftp  " ">
    9   <!ENTITY sdl2-md5sum        "a53acc02e1cca98c4123229069b67c9e">
     9  <!ENTITY sdl2-md5sum        "40aedb499cb2b6f106d909d9d97f869a">
    1010  <!ENTITY sdl2-size          "6.9 MB">
    11   <!ENTITY sdl2-buildsize     "173 MB (with docs)">
     11  <!ENTITY sdl2-buildsize     "175 MB (with docs)">
    1212  <!ENTITY sdl2-time          "0.5 SBU (using parallelism=4; with docs)">
    1313]>
     
    111111  <sect2 role="installation">
    112112    <title>Installation of SDL2</title>
    113 <!--
    114     <para>
    115       First, if you are building on a 32-bit i686 system, apply a patch
    116       containing a fix for the OpenGL headers and their data types:
    117     </para>
    118 
    119 <screen><userinput remap="pre">case $(uname -m) in
    120    i?86) patch -Np1 -i ../SDL2-&sdl2-version;-opengl_include_fix-1.patch ;;
    121 esac</userinput></screen>
    122 -->
     113
     114    <para>
     115      First, fix an overly restrictive build option:
     116    </para>
     117
     118<screen><userinput remap="pre">sed -i "s/-Werror=declaration-after-statement//" configure</userinput></screen>
     119
    123120    <para>
    124121      Install <application>SDL2</application> by running the
  • packages.ent

    r9465bea r3f33827  
    10471047<!ENTITY pulseaudio-version           "&pulseaudio-major-version;">
    10481048<!ENTITY sdl-version                  "1.2.15">
    1049 <!ENTITY sdl2-version                 "2.0.20">
     1049<!ENTITY sdl2-version                 "2.0.22">
    10501050<!ENTITY sound-theme-freedesktop-version "0.8">
    10511051<!ENTITY soundtouch-version           "2.3.1">
Note: See TracChangeset for help on using the changeset viewer.