Ignore:
Timestamp:
01/18/2011 09:47:09 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
57f7cfa
Parents:
ac2e6e24
Message:

Updated to SDL-1.2.14

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/sdl.xml

    rac2e6e24 r10ee44ef  
    77  <!ENTITY sdl-download-http "http://www.libsdl.org/release/SDL-&sdl-version;.tar.gz">
    88  <!ENTITY sdl-download-ftp  " ">
    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)">
     9  <!ENTITY sdl-md5sum        "e52086d1b508fa0b76c52ee30b55bec4">
     10  <!ENTITY sdl-size          "4.0 MB">
     11  <!ENTITY sdl-buildsize     "37 MB">
     12  <!ENTITY sdl-time          "0.6 SBU">
    1313]>
    1414
     
    6161    <para role="optional"><xref linkend="alsa"/>,
    6262    <xref linkend="esound"/>,
     63    <ulink url="http://pulseaudio.org">PulseAudio</ulink>,
    6364    <xref linkend="arts"/>,
    6465    <xref linkend="nas"/>,
    6566    <xref linkend="NASM"/>,
     67    <xref linkend="libusb"/>,
    6668    <xref linkend="x-window-system"/>,
     69    <ulink url="http://www.directfb.org/">DirectFB</ulink>,
     70    <ulink url="http://www.ggi-project.org/">GGI</ulink>,
     71    <ulink url="http://my.arava.co.il/~matan/svgalib/">SVGAlib-1.9.5</ulink>
     72    (<ulink url="&patch-root;/svgalib-1.9.25-megafixes-1.patch">patched</ulink>),
    6773    <xref linkend="aalib"/>,
    68     <ulink url="http://www.directfb.org/">DirectFB</ulink>,
    69     <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
    70     <xref linkend="pth"/>,
     74    <ulink url="http://caca.zoy.org/wiki/libcaca">libcaca</ulink>,
    7175    <ulink url="http://picogui.org/">PicoGUI</ulink>, and
    72     <ulink url="http://pulseaudio.org">PulseAudio</ulink></para>
     76    <xref linkend="pth"/></para>
    7377
    7478    <para condition="html" role="usernotes">User Notes:
     
    8387    href="../../xincludes/X11R6_symlink.xml"/>
    8488
    85     <!-- <para>If your <application>X Window System</application> is installed into
    86     any prefix other than <filename class="directory">/usr/X11R6</filename>,
    87     execute the following command, replacing
    88     <replaceable>&lt;PREFIX&gt;</replaceable> with the installation prefix of
    89     the <application>X Window System</application>:</para>
    90 
    91 <screen><userinput>sed -i 's:/usr/X11R6:<replaceable>&lt;PREFIX&gt;</replaceable>:' configure</userinput></screen> -->
    92 
    9389    <para>Install <application>SDL</application> by running the
    9490    following commands:</para>
     
    10096
    10197<screen role="root"><userinput>make install &amp;&amp;
     98
    10299install -v -m755 -d /usr/share/doc/SDL-&sdl-version;/html &amp;&amp;
    103 install -v -m644 docs/html/*.html /usr/share/doc/SDL-&sdl-version;/html</userinput></screen>
     100install -v -m644    docs/html/*.html docs/index.html \
     101                    /usr/share/doc/SDL-&sdl-version;/html</userinput></screen>
    104102
    105103  </sect2>
     
    156154      <seglistitem>
    157155        <seg>sdl-config</seg>
    158         <seg>libSDL*.{so,a}</seg>
     156        <seg>libSDL.{so,a} and libSDLmain.a</seg>
    159157        <seg>/usr/include/SDL and /usr/share/doc/SDL-&sdl-version;</seg>
    160158      </seglistitem>
     
    179177
    180178      <varlistentry id="libsdl">
    181         <term><filename class='libraryfile'>libSDL*.{so,a}</filename></term>
     179        <term><filename class='libraryfile'>libSDL.{so,a}</filename></term>
    182180        <listitem>
    183           <para> libraries provide low level access to audio, keyboard, mouse,
     181          <para> library provides low level access to audio, keyboard, mouse,
    184182          joystick, 3D hardware via OpenGL, and
    185183          2D frame buffer across multiple platforms.</para>
    186184          <indexterm zone="sdl libsdl">
    187             <primary sortas="c-libsdl">libSDL*.{so,a}</primary>
     185            <primary sortas="c-libsdl">libSDL.{so,a}</primary>
    188186          </indexterm>
    189187        </listitem>
Note: See TracChangeset for help on using the changeset viewer.