diff --git a/general/graphlib/librsvg.xml b/general/graphlib/librsvg.xml
index 656d90e446..b8860b3fc5 100644
--- a/general/graphlib/librsvg.xml
+++ b/general/graphlib/librsvg.xml
@@ -33,7 +33,7 @@
librsvg libraries and tools used to
manipulate, convert and view Scalable Vector Graphic (SVG) images.
- &lfs70_checked;
+ &lfs71_checked;
Package Information
@@ -88,7 +88,8 @@
Install librsvg by running the following
commands:
-./configure --prefix=/usr --disable-static &&
+sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' Makefile.in &&
+./configure --prefix=/usr --disable-static &&
make
To test the results, issue: make check.
@@ -102,12 +103,18 @@ make
Command Explanations
+
+ sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#'
+ Makefile.in: This sed fixes a problem compiling if you have
+ Gobject-Introspection installed. It has no effect if you've not installed
+ Gobject-Introspection.
+
+
-
diff --git a/xsoft/other/gnash.xml b/xsoft/other/gnash.xml
index c5d76567c5..e705643ec2 100644
--- a/xsoft/other/gnash.xml
+++ b/xsoft/other/gnash.xml
@@ -77,35 +77,36 @@
Required
-
-
-
-
+ ,
+ ,
+ and
+ .
Recommended
-
+ ,
and
or .
Optional
-
-
-
-
-
-
-
- SWFTools
- Swfmill
- Mtasc
- Netcat
- Csound
- Libdc1394
- LibGSM.
+ ,
+ ,
+ ,
+ ,
+ ,
+ ,
+ ,
+ ,
+ SWFTools,
+ Swfmill ,
+ Mtasc,
+ Netcat,
+ Csound,
+ LibGSM and
+ Libdc1394.