Changeset f2bb5a0 for multimedia/libdriv


Ignore:
Timestamp:
07/02/2006 01:43:30 PM (18 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
92dec691
Parents:
352944e
Message:

Updated to SDL-1.2.11

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/sdl.xml

    r352944e rf2bb5a0  
    77  <!ENTITY sdl-download-http "http://www.libsdl.org/release/SDL-&sdl-version;.tar.gz">
    88  <!ENTITY sdl-download-ftp  " ">
    9   <!ENTITY sdl-md5sum        "80919ef556425ff82a8555ff40a579a0">
    10   <!ENTITY sdl-size          "2.6 MB">
    11   <!ENTITY sdl-buildsize     "36 MB">
     9  <!ENTITY sdl-md5sum        "418b42956b7cd103bfab1b9077ccc149">
     10  <!ENTITY sdl-size          "2.7 MB">
     11  <!ENTITY sdl-buildsize     "23 MB">
    1212  <!ENTITY sdl-time          "0.8 SBU">
    1313]>
     
    5656    </itemizedlist>
    5757
    58     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    59     <itemizedlist spacing="compact">
    60       <listitem>
    61         <para>Required patch: <ulink
    62         url="&patch-root;/SDL-&sdl-version;-gcc4-1.patch"/></para>
    63       </listitem>
    64     </itemizedlist>
    65 
    6658    <bridgehead renderas="sect3">SDL Dependencies</bridgehead>
    6759
     
    7769    <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
    7870    <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>, and
    79     <!-- Dead link,
    80     <ulink url="http://www.trolltech.com/download/qtopia/">Qtopia</ulink>
    81     -->
    8271    <ulink url="http://picogui.org/">PicoGUI</ulink></para>
    8372
     
    9382    following commands:</para>
    9483
    95 <screen><userinput>patch -Np1 -i ../SDL-&sdl-version;-gcc4-1.patch &amp;&amp;
    96 ./configure --prefix=/usr --disable-debug &amp;&amp;
     84<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9785make</userinput></screen>
    9886
     
    10290install -v -m755 -d /usr/share/doc/SDL-&sdl-version;/html &amp;&amp;
    10391install -v -m644 docs/html/*.html /usr/share/doc/SDL-&sdl-version;/html</userinput></screen>
    104 
    105   </sect2>
    106 
    107   <sect2 role="commands">
    108     <title>Command Explanations</title>
    109 
    110     <para><parameter>--disable-debug</parameter>: This switch configures
    111     <application>SDL</application> to build with aggressive
    112     optimizations.</para>
    113 
    114     <para><option>--enable-video-aalib</option>: This switch
    115     is required to build <application>SDL</application>
    116     with AAlib video support.</para>
    11792
    11893  </sect2>
Note: See TracChangeset for help on using the changeset viewer.