diff --git a/general.ent b/general.ent
index 597057963c..8b5cd5e93b 100644
--- a/general.ent
+++ b/general.ent
@@ -906,6 +906,7 @@ program you invoke. Development restarted Feb 12, so commented until a new rele
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index bf50772878..1ff811640c 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,15 @@
-->
+
+ March 31st, 2012
+
+
+ [abenton] - Added Inkscape 0.48.2.
+
+
+
+
March 30th, 2012
diff --git a/xsoft/other/inkscape.xml b/xsoft/other/inkscape.xml
new file mode 100644
index 0000000000..4eb8fbc83e
--- /dev/null
+++ b/xsoft/other/inkscape.xml
@@ -0,0 +1,236 @@
+
+
+ %general-entities;
+
+
+
+
+
+
+
+]>
+
+
+
+
+
+ $LastChangedBy$
+ $Date$
+
+
+ Inkscape-&inkscape-version;
+
+
+ Inkscape
+
+
+
+ Introduction to Inkscape
+
+
+ Inkscape is a what you see is what you get
+ Scalable Vector Graphics editor. It is useful for creating, viewing and
+ changing SVG images.
+
+
+ &lfs71_checked;
+
+ Package Information
+
+
+
+ Download (HTTP):
+
+
+
+
+ Download (FTP):
+
+
+
+
+ Download MD5 sum: &inkscape-md5sum;
+
+
+
+
+ Download size: &inkscape-size;
+
+
+
+
+ Estimated disk space required: &inkscape-buildsize;
+
+
+
+
+ Estimated build time: &inkscape-time;
+
+
+
+
+ Additional Downloads
+
+
+
+ Required patch:
+
+
+
+
+
+ Inkscape Dependencies
+
+ Required
+
+ ,
+ ,
+
+ Gsl
+ ,
+ and
+ .
+
+
+ Optional
+
+ ,
+ ,
+ ,
+ ,
+ ,
+ ,
+ ,
+ and
+ Libwpg.
+
+
+
+ User Notes:
+
+
+
+
+ Installation of Inkscape
+
+
+ Fix a bug that would otherwise prevent compiling with
+ Libpng 1.5:
+
+
+sed -i 's/ptr->jmpbuf/jmpbuf(png_ptr)/' \
+ src/{extension/internal/pdfinput/svg-builder,helper/png-write}.cpp
+
+
+ Fix a bug that would otherwise prevent compiling with
+ Libpng 1.5.7 or greater:
+
+
+sed -i 's#if ( png_get_iCCP.*#if (0) {#' src/sp-image.cpp
+
+
+ If you have not installed fix
+ a bug that will otherwise break the build:
+
+
+sed -i '/<io\/sys.h>/d
+ /preferences.h/a#include "io/sys.h"' src/color-profile.cpp
+
+
+ Fix a bug that would otherwise prevent compiling with
+ Gcc 4.7:
+
+
+patch -p1 < ../inkscape-&inkscape-version;_gcc-4.7-1.patch
+
+
+ Fix many bugs that would otherwise prevent compiling with
+ Glib 3.2 or greater:
+
+
+for thing in array convert dir error fileutils hash list macros main mem \
+ messages quark slist strfuncs string types urifuncs utils
+do sed -i "/^#include /s#/g${thing}##" $(grep -rl "include .glib/g${thing}" .)
+done
+
+
+ Install Inkscape by running the following
+ commands:
+
+
+./configure --prefix=/usr --disable-lcms &&
+make
+
+
+
+
+ To test the results, issue: make check.
+
+
+
+ Now, as the root user:
+
+
+make install
+
+
+
+ Command Explanations
+
+
+ : This is required if you've not installed
+ . If you have installed
+ Lcms remove this option.
+
+
+
+
+ Contents
+
+
+ Installed Programs
+ Installed Directory
+
+
+ inkscape and inkview.
+ /usr/share/inkscape.
+
+
+
+
+ Short Descriptions
+
+
+
+
+ inkscape
+
+
+ an SVG (Scalable Vector Graphics) editing program.
+
+
+ inkscape
+
+
+
+
+
+ inkview
+
+
+ is a simple program for displaying SVG files.
+
+
+ inkview
+
+
+
+
+
+
diff --git a/xsoft/other/other.xml b/xsoft/other/other.xml
index ba6670774b..e37cf9c936 100644
--- a/xsoft/other/other.xml
+++ b/xsoft/other/other.xml
@@ -21,6 +21,7 @@ $Date$
+