Author: ken Date: 2008-12-02 17:53:06 -0700 (Tue, 02 Dec 2008) New Revision: 7642
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/sdl.xml Log: update SDL Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-12-02 23:59:33 UTC (rev 7641) +++ trunk/BOOK/general.ent 2008-12-03 00:53:06 UTC (rev 7642) @@ -621,7 +621,7 @@ <!ENTITY alsa-download-ftp "ftp://ftp.alsa-project.org/pub"> <!ENTITY audiofile-version "0.2.6"> <!ENTITY esound-version "0.2.40"> -<!ENTITY sdl-version "1.2.11"> +<!ENTITY sdl-version "1.2.13"> <!ENTITY libao-version "0.8.8"> <!ENTITY libogg-version "1.1.3"> <!ENTITY libvorbis-version "1.2.0"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-02 23:59:33 UTC (rev 7641) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-03 00:53:06 UTC (rev 7642) @@ -46,6 +46,9 @@ <listitem> <para>[ken] - Update to lame-398-2.</para> </listitem> + <listitem> + <para>[ken] - Update to SDL-1.2.13.</para> + </listitem> </itemizedlist> </listitem> Modified: trunk/BOOK/multimedia/libdriv/sdl.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/sdl.xml 2008-12-02 23:59:33 UTC (rev 7641) +++ trunk/BOOK/multimedia/libdriv/sdl.xml 2008-12-03 00:53:06 UTC (rev 7642) @@ -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 "418b42956b7cd103bfab1b9077ccc149"> - <!ENTITY sdl-size "2.7 MB"> - <!ENTITY sdl-buildsize "23 MB"> - <!ENTITY sdl-time "0.8 SBU"> + <!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)"> ]> <sect1 id="sdl" xreflabel="SDL-&sdl-version;"> @@ -67,8 +67,9 @@ <xref linkend="aalib"/>, <ulink url="http://www.directfb.org/">DirectFB</ulink>, <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, - <xref linkend="pth"/>, and - <ulink url="http://picogui.org/">PicoGUI</ulink></para> + <xref linkend="pth"/>, + <ulink url="http://picogui.org/">PicoGUI</ulink>, and + <ulink url="http://pulseaudio.org">PulseAudio</ulink></para> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/sdl"/></para> @@ -106,7 +107,7 @@ <sect2 role="testing"> <title>Testing SDL</title> - <para>It is advisable to test the installation of + <para>If you wish to, test the installation of <application>SDL</application> using the included test programs. It is not required to install any of the resulting binaries to validate the installation. Issue the following commands to build the @@ -116,10 +117,21 @@ ./configure && make</userinput></screen> - <para>You'll need to manually run all the test programs.</para> + <para>You'll need to manually run all the test programs (they are listed in + the <filename>README</filename> file in this directory). Many of them will + need to be manually killed, and you'll need to turn your speakers on with the + volume at a suitable level.</para> </sect2> + <sect2 role="commands"> + <title>Command Explanations</title> + + <para><parameter>--disable-static</parameter>: prevent static libraries + being built and installed.</para> + + </sect2> + <sect2 role="configuration"> <title>Configuring SDL</title> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
