gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash ./ChangeLog doc/C/sources.xml
Date: Sun, 29 Jan 2006 16:50:58 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/01/29 16:50:58

Modified files:
        .              : ChangeLog 
        doc/C          : sources.xml 

Log message:
        * doc/C/sources.xml: Add section on PNG and JPEG dependancies.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.51&tr2=1.52&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/sources.xml.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.51 gnash/ChangeLog:1.52
--- gnash/ChangeLog:1.51        Sun Jan 29 16:48:42 2006
+++ gnash/ChangeLog     Sun Jan 29 16:50:58 2006
@@ -1,5 +1,7 @@
 2006-01-29  Rob Savoye  <address@hidden>
 
+       * doc/C/sources.xml: Add section on PNG and JPEG dependancies.
+
        * doc/Doxyfile.in (INPUT): Change to using @top_srcdir@, so the
        doxygen usage supports building the docs when configuring with a
        separate build tree from the sources.
Index: gnash/doc/C/sources.xml
diff -u gnash/doc/C/sources.xml:1.2 gnash/doc/C/sources.xml:1.3
--- gnash/doc/C/sources.xml:1.2 Sun Jan 29 06:25:55 2006
+++ gnash/doc/C/sources.xml     Sun Jan 29 16:50:58 2006
@@ -51,6 +51,38 @@
 
     </sect3>
 
+    <sect3 id="png">
+      <title>PNG</title>
+      <para>
+       <ulink type="http"
+              url="http://www.libpng.org/pub/png/";>PNG</ulink> is a
+       patent free image format that is comparable to
+       <code>GIF</code>.
+      </para>
+      <para>
+       To install a binary package using apt-get (on Debian based
+       systems), install libpng12-dev. For RPM or Yum based
+       systems, install the libpng package.
+      </para>
+
+    </sect3>
+
+    <sect3 id="jpeg">
+      <title>JPEG</title>
+      <para>
+       <ulink type="http"
+              url="http://www.ijg.org/";>JPEG</ulink>is a lossy image
+       format, heavily used for images because of the smaller size of
+       the file.
+      </para>
+      <para>
+       To install a binary package using apt-get (on Debian based
+       systems), install libjpeg62-dev. For RPM or Yum based
+       systems, install the libjpeg package.
+      </para>
+
+    </sect3>
+
     <sect3 id="sdlmixer">
       <title>SDL Mixer</title>
       <para>




reply via email to

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