[gimp-web/testing] Update Source Page



commit aecc5623bd889522922e1bc0602da43644f2e759
Author: Pat David <patdavid gmail com>
Date:   Fri May 24 13:08:09 2019 -0500

    Update Source Page
    
    This updates the required dependencies for the latest stable GIMP.
    The language has been fixed as well.
    
    Fixes #130.
    Provied by Todd Allen (@windrockdog).
    Thank you!

 content/source/index.md | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/content/source/index.md b/content/source/index.md
index c776ce06..4e33a94d 100644
--- a/content/source/index.md
+++ b/content/source/index.md
@@ -1,6 +1,6 @@
 Title: GIMP From Source
 Date: 2015-08-17T15:38:06-05:00
-Modified: 2015-08-17T15:38:12-05:00
+Modified: 2019-05-24T13:07:19-06:00
 Authors: Pat David
 Status: hidden
 
@@ -30,9 +30,9 @@ The GIMP source code is distributed as tarballs. It is available from the GIMP F
 
 ## GIMP Requirements
 
-All requirements below must be met to be able compiling GIMP from source. This list might change depending 
on the releases being worked on during development of GIMP. Look at the files INSTALL and README in the 
tarballs for details.
+All requirements below must be met to be able to compile GIMP from source. This list might change depending 
on the releases being worked on during development of GIMP. Look at the files INSTALL and README in the 
tarballs for details.
 
-### Stable version 2.8.x
+### Stable version 2.10.x
 
 <table markdown='span' class='gimpfromsrc'>
 <tbody>
@@ -52,14 +52,14 @@ All requirements below must be met to be able compiling GIMP from source. This l
 </tr>
 <tr>
 <td>GTK+</td>
-<td>2.24.10 or newer</td>
+<td>2.24.32 or newer</td>
 <td>[Download](ftp://ftp.gnome.org/pub/GNOME/sources/gtk+/)</td>
 <td>-</td>
 <td>The GIMP toolkit</td>
 </tr>
 <tr>
 <td>GLib</td>
-<td>2.30.2 or newer</td>
+<td>2.54.2 or newer</td>
 <td>[Download](ftp://ftp.gnome.org/pub/GNOME/sources/glib/)</td>
 <td>-</td>
 <td>Glib Convenience Library</td>
@@ -73,21 +73,21 @@ All requirements below must be met to be able compiling GIMP from source. This l
 </tr>
 <tr>
 <td>Fontconfig</td>
-<td>2.2.0 or newer</td>
+<td>2.12.4 or newer</td>
 <td>-</td>
 <td>[Download](http://freedesktop.org/fontconfig/release/)</td>
 <td>Font Configuration</td>
 </tr>
 <tr>
 <td>babl</td>
-<td>0.1.10 or newer</td>
+<td>0.1.62 or newer</td>
 <td>[Download](http://download.gimp.org/pub/babl/)</td>
 <td>-</td>
 <td>Pixel format translation library</td>
 </tr>
 <tr>
 <td>GEGL</td>
-<td>0.2.0 or newer</td>
+<td>0.4.14 or newer</td>
 <td>[Download](http://download.gimp.org/pub/gegl/)</td>
 <td>-</td>
 <td>Generic Graphics Library</td>
@@ -98,8 +98,8 @@ All requirements below must be met to be able compiling GIMP from source. This l
 
 ## GIMP from Git
 
-The source code of GIMP is maintained in the GNOME Git repository. Besides offering version tracking, 
branching, avanced diff support and else, this repository grants everyone access to the latest revision of 
the GIMP source code.  
- Follow this guide and you will have the most recent GIMP in no time:
+The source code of GIMP is maintained in the GNOME Git repository. Besides offering version tracking, 
branching, avanced diff support and else, this repository grants everyone access to the latest revision of 
the GIMP source code.
+Follow this guide and you will have the most recent GIMP in no time:
 
 *   [Best way to keep up with GIMP from git](/source/howtos/gimp-git-build.html)
 
@@ -107,7 +107,7 @@ To find out more about GIMP development, [http://wiki.gimp.org/](http://wiki.gim
 
 ## <a name="optional_packages">Optional packages</a>
 
-To make it easy for you to understand how to get GIMP and what is required to run GIMP, the list of packages 
has been done below. Not only is the list for the required packages but also for the packages that can be 
added to support other things like fileformats etc.
+To make it easy for you to understand how to get GIMP and what is required to run GIMP, the list of optional 
packages has been outlined below. The list outlines what the additional package adds, like support for 
fileformats, etc. 
 
 <table markdown="span" class='gimpfromsrc'>
 <tbody>


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