Changeset 5886225


Ignore:
Timestamp:
12/03/2008 12:53:06 AM (15 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
852f5146
Parents:
e9bc693d
Message:

update SDL

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re9bc693d r5886225  
    622622<!ENTITY audiofile-version            "0.2.6">
    623623<!ENTITY esound-version               "0.2.40">
    624 <!ENTITY sdl-version                  "1.2.11">
     624<!ENTITY sdl-version                  "1.2.13">
    625625<!ENTITY libao-version                "0.8.8">
    626626<!ENTITY libogg-version               "1.1.3">
  • introduction/welcome/changelog.xml

    re9bc693d r5886225  
    4747          <para>[ken] - Update to lame-398-2.</para>
    4848        </listitem>
     49        <listitem>
     50          <para>[ken] - Update to SDL-1.2.13.</para>
     51        </listitem>
    4952      </itemizedlist>
    5053    </listitem>
  • multimedia/libdriv/sdl.xml

    re9bc693d r5886225  
    77  <!ENTITY sdl-download-http "http://www.libsdl.org/release/SDL-&sdl-version;.tar.gz">
    88  <!ENTITY sdl-download-ftp  " ">
    9   <!ENTITY sdl-md5sum        "418b42956b7cd103bfab1b9077ccc149">
    10   <!ENTITY sdl-size          "2.7 MB">
    11   <!ENTITY sdl-buildsize     "23 MB">
    12   <!ENTITY sdl-time          "0.8 SBU">
     9  <!ENTITY sdl-md5sum        "c6660feea2a6834de10bc71b2f8e4d88">
     10  <!ENTITY sdl-size          "3.2 MB">
     11  <!ENTITY sdl-buildsize     "32 MB (extra 1MB for the tests)">
     12  <!ENTITY sdl-time          "0.7 SBU (without the tests)">
    1313]>
    1414
     
    6868    <ulink url="http://www.directfb.org/">DirectFB</ulink>,
    6969    <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
    70     <xref linkend="pth"/>, and
    71     <ulink url="http://picogui.org/">PicoGUI</ulink></para>
     70    <xref linkend="pth"/>,
     71    <ulink url="http://picogui.org/">PicoGUI</ulink>, and
     72    <ulink url="http://pulseaudio.org">PulseAudio</ulink></para>
    7273
    7374    <para condition="html" role="usernotes">User Notes:
     
    107108    <title>Testing SDL</title>
    108109
    109     <para>It is advisable to test the installation of
     110    <para>If you wish to, test the installation of
    110111    <application>SDL</application> using the included
    111112    test programs. It is not required to install any of the resulting binaries
     
    117118make</userinput></screen>
    118119
    119     <para>You'll need to manually run all the test programs.</para>
     120    <para>You'll need to manually run all the test programs (they are listed in
     121    the <filename>README</filename> file in this directory).  Many of them will
     122    need to be manually killed, and you'll need to turn your speakers on with the
     123    volume at a suitable level.</para>
     124
     125  </sect2>
     126
     127  <sect2 role="commands">
     128    <title>Command Explanations</title>
     129
     130    <para><parameter>--disable-static</parameter>: prevent static libraries
     131    being built and installed.</para>
    120132
    121133  </sect2>
Note: See TracChangeset for help on using the changeset viewer.