mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
updated to sdl-1.2.7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1846 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4d3712928b
commit
eb98bc33c5
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "CVS-20040222">
|
||||
<!ENTITY releasedate "February 22nd, 2004">
|
||||
<!ENTITY version "CVS-20040223">
|
||||
<!ENTITY releasedate "February 23rd, 2004">
|
||||
<!ENTITY blfs-version "cvs">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
|
@ -11,6 +11,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>February 23rd, 2004 [igor]: Updated to
|
||||
SDL-1.2.7.</para></listitem>
|
||||
|
||||
<listitem><para>February 22nd, 2004 [tushar]: Updated to
|
||||
Firefox-0.8 and Thunderbird-0.5</para></listitem>
|
||||
|
||||
|
@ -1,13 +1,6 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>CPPFLAGS="-DALSA_PCM_OLD_HW_PARAMS_API"</parameter>:
|
||||
This package did not upgrade to new
|
||||
<application><acronym>ALSA</acronym></application>
|
||||
<acronym>API</acronym> yet. Pass these preprocessor flags to configure
|
||||
script if you wish to utilize
|
||||
<application><acronym>ALSA</acronym></application>.</para>
|
||||
|
||||
<para><parameter>--disable-debug</parameter>: This switch configures
|
||||
<application><acronym>SDL</acronym></application> to build with aggressive
|
||||
optimizations.</para>
|
||||
|
@ -16,10 +16,16 @@ to write multimedia software, such as games and emulators.</para>
|
||||
|
||||
<sect3><title><application><acronym>SDL</acronym></application> dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="alsa"/>, <xref linkend="esound"/>, <xref
|
||||
linkend="arts"/>, <xref linkend="nas"/>, <xref linkend="NASM"/>,
|
||||
<xref linkend="xfree86"/>, <xref linkend="aalib"/> and <xref
|
||||
linkend="DirectFB"/>
|
||||
<para>
|
||||
<xref linkend="alsa"/>,
|
||||
<xref linkend="esound"/>,
|
||||
<xref linkend="arts"/>,
|
||||
<xref linkend="nas"/>,
|
||||
<xref linkend="NASM"/>,
|
||||
<xref linkend="xfree86"/>,
|
||||
<xref linkend="aalib"/>,
|
||||
<xref linkend="DirectFB"/> and
|
||||
<xref linkend="SVGAlib"/>
|
||||
</para></sect4>
|
||||
</sect3>
|
||||
|
||||
|
@ -4,9 +4,9 @@
|
||||
<!ENTITY SDL-exp SYSTEM "sdl-exp.xml">
|
||||
<!ENTITY SDL-config SYSTEM "sdl-config.xml">
|
||||
<!ENTITY SDL-desc SYSTEM "sdl-desc.xml">
|
||||
<!ENTITY SDL-version "1.2.6">
|
||||
<!ENTITY SDL-version "1.2.7">
|
||||
<!ENTITY SDL-download-http "http://www.libsdl.org/release/SDL-&SDL-version;.tar.gz">
|
||||
<!ENTITY SDL-download-ftp "">
|
||||
<!ENTITY SDL-size "1.9 MB">
|
||||
<!ENTITY SDL-buildsize "50.3 MB">
|
||||
<!ENTITY SDL-time "0.72 SBU">
|
||||
<!ENTITY SDL-size "2.4 MB">
|
||||
<!ENTITY SDL-buildsize "46 MB">
|
||||
<!ENTITY SDL-time "0.99 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user