gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/doc/C sources.xml


From: Martin Guy
Subject: [Gnash-commit] gnash/doc/C sources.xml
Date: Tue, 08 May 2007 22:16:55 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/08 22:16:55

Modified files:
        doc/C          : sources.xml 

Log message:
        reorder lists of enable flags and environment variables

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/sources.xml?cvsroot=gnash&r1=1.35&r2=1.36

Patches:
Index: sources.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/sources.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- sources.xml 7 May 2007 14:11:23 -0000       1.35
+++ sources.xml 8 May 2007 22:16:55 -0000       1.36
@@ -998,218 +998,218 @@
        to limit what is required for a quite build of 
<emphasis>Gnash</emphasis>.
       </para>
 
-      <variablelist>
        <varlistentry>
-         <term>--disable-fork</term>
+         <term>--disable-debugger</term>
          <listitem>
            <para>
-             Disable the plugin forking the standalone player, and
-             using a thread for the player instead. Currently forking
-             the standalone player will give you the best results.
+             Disable support for the Flash debugger. The debugger is
+             mainly of interest to Flash developers.
            </para>
          </listitem>
        </varlistentry>
        
        <varlistentry>
-         <term>--enable-plugin</term>
+         <term>--enable-dmalloc</term>
          <listitem>
            <para>
-             Enable building the plugin. By default the
-             Mozilla Firefox plugin won't be built, even if all the required
-             files are found by configure. Configure
-             <emphasis>--with-plugindir=</emphasis> to specify where the
-             plugin should be installed. 
+             Enable support for the DMalloc memory debugging tool.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--disable-glext</term>
+         <term>--enable-dom</term>
          <listitem>
            <para>
-             Disable using GtkGlExt, which forces the use of SDL
-             instead. By default if the GtkGL extension for Gtk is found
-             by configure, the GTK enabled GUI is built.
+             When using the XML library, parse the messages using a
+             DOM based parser. This is the default.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--disable-klash</term>
+         <term>--enable-embedded</term>
          <listitem>
            <para>
-             Disable support for Konqueror plugin. If
-             <emphasis>--enable--plugin</emphasis> is  specified, and
-             support for building KDE programs is found, Klash is
-             built by default. This option limits the plugin to only
-             the Mozilla/Firefox one.
+             Link to Qt-embedded, don't use X. This is only used by
+             Klash.
            </para>
          </listitem>
        </varlistentry>
 
+      <variablelist>
        <varlistentry>
-         <term>--disable-debugger</term>
+         <term>--disable-fork</term>
          <listitem>
            <para>
-             Disable support for the Flash debugger. The debugger is
-             mainly of interest to Flash developers.
+             Disable the plugin forking the standalone player, and
+             using a thread for the player instead. Currently forking
+             the standalone player will give you the best results.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-libsuffix</term>
+         <term>--enable-ghelp</term>
          <listitem>
            <para>
-             /lib directory suffix (64,32,none=default). This is only
-             used by Klash.
+             Enable support for the GNOME help system.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-embedded</term>
+         <term>--disable-glext</term>
          <listitem>
            <para>
-             Link to Qt-embedded, don't use X. This is only used by
-             Klash.
+             Disable using GtkGlExt, which forces the use of SDL
+             instead. By default if the GtkGL extension for Gtk is found
+             by configure, the GTK enabled GUI is built.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-qtopia</term>
+         <term>--enable-i810-lod-bias</term>
          <listitem>
            <para>
-             Link to Qt-embedded, link to the Qtopia
-             Environment. This is only used by Klash.
+             Enable fix for Intel 810 LOD bias problem. Older versions
+             of libMesa on the Intel i810 or i815 graphics processor
+             need this flag or Gnash will core dump. This has been
+             fixed in newer versions (summer 2005) of libMesa.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-mac</term>
+         <term>--disable-klash</term>
          <listitem>
            <para>
-             Link to Qt/Mac (don't use X). This is only used by
-             Klash. 
+             Disable support for Konqueror plugin. If
+             <emphasis>--enable--plugin</emphasis> is  specified, and
+             support for building KDE programs is found, Klash is
+             built by default. This option limits the plugin to only
+             the Mozilla/Firefox one.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-sdk-install</term>
+         <term>--enable-libsuffix</term>
          <listitem>
            <para>
-             Enable installing the libraries and headers as an SDK.
+             /lib directory suffix (64,32,none=default). This is only
+             used by Klash.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-testing</term>
+         <term>--enable-mac</term>
          <listitem>
            <para>
-             Enable testing-specific methods.
+             Link to Qt/Mac (don't use X). This is only used by
+             Klash. 
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-strict</term>
+         <term>--with-mp3-decoder=ffmpeg|mad</term>
          <listitem>
            <para>
-             Turn on tons of GCC compiler warnings. By default only
-             <emphasis>-Wall</emphasis> is used with GCC.
+             Specified the MP3 decoder to use with sdl sound handler.
+              Mixing this with --enable-sound=gst is invalid. Using
+             <emphasis>mad</emphasis> is the default decoder.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-ghelp</term>
+         <term>--enable-plugin</term>
          <listitem>
            <para>
-             Enable support for the GNOME help system.
+             Enable building the plugin. By default the
+             Mozilla Firefox plugin won't be built, even if all the required
+             files are found by configure. Configure
+             <emphasis>--with-plugindir=</emphasis> to specify where the
+             plugin should be installed. 
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-dom</term>
+         <term>--enable-qtopia</term>
          <listitem>
            <para>
-             When using the XML library, parse the messages using a
-             DOM based parser. This is the default.
+             Link to Qt-embedded, link to the Qtopia
+             Environment. This is only used by Klash.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-xmlreader</term>
+         <term>--enable-renderer=opengl|cairo|agg</term>
          <listitem>
            <para>
-             When using the XML library, parse the messages using a
-             SAX based parser.
+             Enable support for the a graphics backend. Currently
+             only <emphasis>opengl</emphasis> and
+             <emphasis>agg</emphasis> work sufficiently. OpenGL is
+             used when you have hardware accelerated graphics. AGG i
+             used when you don't have hardware accelerated
+             graphics. Typically most desktop machines have OpenGL
+             support, and most embedded systems don't. OpenGl is the
+             default when building Gnash, though the quality of AGG's
+             rendering is currently superior to OpenGL.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-dmalloc</term>
+         <term>--enable-sdk-install</term>
          <listitem>
            <para>
-             Enable support for the DMalloc memory debugging tool.
+             Enable installing the libraries and headers as an SDK.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-i810-lod-bias</term>
+         <term>--enable-sound=gst|sdl</term>
          <listitem>
            <para>
-             Enable fix for Intel 810 LOD bias problem. Older versions
-             of libMesa on the Intel i810 or i815 graphics processor
-             need this flag or Gnash will core dump. This has been
-             fixed in newer versions (summer 2005) of libMesa.
+             Enable support for the a sound handing system. Currently
+             only <emphasis>sdl</emphasis> works sufficiently. This
+             is enabled by default when building Gnash.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-sound=gst|sdl</term>
+         <term>--enable-strict</term>
          <listitem>
            <para>
-             Enable support for the a sound handing system. Currently
-             only <emphasis>sdl</emphasis> works sufficiently. This
-             is enabled by default when building Gnash.
+             Turn on tons of GCC compiler warnings. By default only
+             <emphasis>-Wall</emphasis> is used with GCC.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--with-mp3-decoder=ffmpeg|mad</term>
+         <term>--enable-testing</term>
          <listitem>
            <para>
-             Specified the MP3 decoder to use with sdl sound handler.
-              Mixing this with --enable-sound=gst is invalid. Using
-             <emphasis>mad</emphasis> is the default decoder.
+             Enable testing-specific methods.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-renderer=opengl|cairo|agg</term>
+         <term>--enable-xmlreader</term>
          <listitem>
            <para>
-             Enable support for the a graphics backend. Currently
-             only <emphasis>opengl</emphasis> and
-             <emphasis>agg</emphasis> work sufficiently. OpenGL is
-             used when you have hardware accelerated graphics. AGG i
-             used when you don't have hardware accelerated
-             graphics. Typically most desktop machines have OpenGL
-             support, and most embedded systems don't. OpenGl is the
-             default when building Gnash, though the quality of AGG's
-             rendering is currently superior to OpenGL.
+             When using the XML library, parse the messages using a
+             SAX based parser.
            </para>
          </listitem>
        </varlistentry>
@@ -1224,40 +1224,41 @@
       </para>
 
       <variablelist>
+       
        <varlistentry>
-         <term>CXX</term>
+         <term>CPPFLAGS</term>
          <listitem>
            <para>
-             C++ compiler command.
+             C/C++ preprocessor flags, e.g. -I[headers directory] if you have
+             headers in a nonstandard directory.
            </para>
          </listitem>
        </varlistentry>
        
        <varlistentry>
-         <term>LDFLAGS</term>
+         <term>CXX</term>
          <listitem>
            <para>
-             linker flags, e.g. -L[library directory] if you have libraries in 
a
-             nonstandard directory.
+             C++ compiler command.
            </para>
          </listitem>
        </varlistentry>
        
        <varlistentry>
-         <term>CPPFLAGS</term>
+         <term>CXXFLAGS</term>
          <listitem>
            <para>
-             C/C++ preprocessor flags, e.g. -I[headers directory] if you have
-             headers in a nonstandard directory.
+             C++ compiler flags.
            </para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term>CXXFLAGS</term>
+         <term>LDFLAGS</term>
          <listitem>
            <para>
-             C++ compiler flags.
+             linker flags, e.g. -L[library directory] if you have libraries in
+             a non-standard directory.
            </para>
          </listitem>
        </varlistentry>
@@ -1300,7 +1301,7 @@
       </para>
 
       <programlisting>
-        ../../gnash/configure --build=i686-pc-linux-gnu --host=arm-linux 
--prefix=/usr/local/arm/oe --disable-plugin --enable-renderer=agg 
--disable-shared --with-mp3-decoder=mad
+        ../../gnash/configure --build=i686-pc-linux-gnu --host=arm-linux 
--prefix=/usr/local/arm/oe --disable-plugin --enable-renderer=agg 
--disable-shared
       </programlisting>
       
       <para>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]