Author: randy Date: 2011-01-18 14:47:09 -0700 (Tue, 18 Jan 2011) New Revision: 8825
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/sdl.xml Log: Updated to SDL-1.2.14 Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2011-01-18 17:46:10 UTC (rev 8824) +++ trunk/BOOK/general.ent 2011-01-18 21:47:09 UTC (rev 8825) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "18"> <!-- Always 2 digits --> +<!ENTITY day "19"> <!-- Always 2 digits --> <!ENTITY month "01"> <!-- Always 2 digits --> <!ENTITY year "2011"> <!ENTITY copyrightdate "2001-&year;"> @@ -745,7 +745,7 @@ <!ENTITY alsa-download-ftp "ftp://ftp.alsa-project.org/pub"> <!ENTITY audiofile-version "0.2.7"> <!ENTITY esound-version "0.2.41"> -<!ENTITY sdl-version "1.2.13"> +<!ENTITY sdl-version "1.2.14"> <!ENTITY libao-version "0.8.8"> <!ENTITY libogg-version "1.2.0"> <!ENTITY libvorbis-version "1.3.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2011-01-18 17:46:10 UTC (rev 8824) +++ trunk/BOOK/introduction/welcome/changelog.xml 2011-01-18 21:47:09 UTC (rev 8825) @@ -42,6 +42,15 @@ --> <listitem> + <para>January 19th, 2011</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to SDL-1.2.14.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>January 18th, 2011</para> <itemizedlist> <listitem> Modified: trunk/BOOK/multimedia/libdriv/sdl.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/sdl.xml 2011-01-18 17:46:10 UTC (rev 8824) +++ trunk/BOOK/multimedia/libdriv/sdl.xml 2011-01-18 21:47:09 UTC (rev 8825) @@ -6,10 +6,10 @@ <!ENTITY sdl-download-http "http://www.libsdl.org/release/SDL-&sdl-version;.tar.gz"> <!ENTITY sdl-download-ftp " "> - <!ENTITY sdl-md5sum "c6660feea2a6834de10bc71b2f8e4d88"> - <!ENTITY sdl-size "3.2 MB"> - <!ENTITY sdl-buildsize "32 MB (extra 1MB for the tests)"> - <!ENTITY sdl-time "0.7 SBU (without the tests)"> + <!ENTITY sdl-md5sum "e52086d1b508fa0b76c52ee30b55bec4"> + <!ENTITY sdl-size "4.0 MB"> + <!ENTITY sdl-buildsize "37 MB"> + <!ENTITY sdl-time "0.6 SBU"> ]> <sect1 id="sdl" xreflabel="SDL-&sdl-version;"> @@ -60,16 +60,20 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="alsa"/>, <xref linkend="esound"/>, + <ulink url="http://pulseaudio.org">PulseAudio</ulink>, <xref linkend="arts"/>, <xref linkend="nas"/>, <xref linkend="NASM"/>, + <xref linkend="libusb"/>, <xref linkend="x-window-system"/>, - <xref linkend="aalib"/>, <ulink url="http://www.directfb.org/">DirectFB</ulink>, - <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, - <xref linkend="pth"/>, + <ulink url="http://www.ggi-project.org/">GGI</ulink>, + <ulink url="http://my.arava.co.il/~matan/svgalib/">SVGAlib-1.9.5</ulink> + (<ulink url="&patch-root;/svgalib-1.9.25-megafixes-1.patch">patched</ulink>), + <xref linkend="aalib"/>, + <ulink url="http://caca.zoy.org/wiki/libcaca">libcaca</ulink>, <ulink url="http://picogui.org/">PicoGUI</ulink>, and - <ulink url="http://pulseaudio.org">PulseAudio</ulink></para> + <xref linkend="pth"/></para> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/sdl"/></para> @@ -82,14 +86,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../xincludes/X11R6_symlink.xml"/> - <!-- <para>If your <application>X Window System</application> is installed into - any prefix other than <filename class="directory">/usr/X11R6</filename>, - execute the following command, replacing - <replaceable><PREFIX></replaceable> with the installation prefix of - the <application>X Window System</application>:</para> - -<screen><userinput>sed -i 's:/usr/X11R6:<replaceable><PREFIX></replaceable>:' configure</userinput></screen> --> - <para>Install <application>SDL</application> by running the following commands:</para> @@ -99,8 +95,10 @@ <para>Now, as the <systemitem class="username">root</systemitem> user:</para> <screen role="root"><userinput>make install && + install -v -m755 -d /usr/share/doc/SDL-&sdl-version;/html && -install -v -m644 docs/html/*.html /usr/share/doc/SDL-&sdl-version;/html</userinput></screen> +install -v -m644 docs/html/*.html docs/index.html \ + /usr/share/doc/SDL-&sdl-version;/html</userinput></screen> </sect2> @@ -155,7 +153,7 @@ <seglistitem> <seg>sdl-config</seg> - <seg>libSDL*.{so,a}</seg> + <seg>libSDL.{so,a} and libSDLmain.a</seg> <seg>/usr/include/SDL and /usr/share/doc/SDL-&sdl-version;</seg> </seglistitem> </segmentedlist> @@ -178,13 +176,13 @@ </varlistentry> <varlistentry id="libsdl"> - <term><filename class='libraryfile'>libSDL*.{so,a}</filename></term> + <term><filename class='libraryfile'>libSDL.{so,a}</filename></term> <listitem> - <para> libraries provide low level access to audio, keyboard, mouse, + <para> library provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D frame buffer across multiple platforms.</para> <indexterm zone="sdl libsdl"> - <primary sortas="c-libsdl">libSDL*.{so,a}</primary> + <primary sortas="c-libsdl">libSDL.{so,a}</primary> </indexterm> </listitem> </varlistentry> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
