diff -Naur librsvgREV43395/librsvg.conf librsvg/librsvg.conf
--- librsvgREV43395/librsvg.conf	2014-11-24 23:29:51.000000000 +0800
+++ librsvg/librsvg.conf	2014-11-28 23:06:48.000000000 +0800
@@ -18,3 +18,15 @@
 fi
 
 var_append confopt " " "--without-gimp"
+
+# BK note, sometime soon after librsvg 2.32.1, libcroco has become mandatory dep.
+if pkginstalled libcroco; then
+	var_append confopt " " " --with-croco"
+else
+	var_append confopt " " " --without-croco"
+fi
+
+# BK
+if pkginstalled libgsf; then
+	var_append confopt " " " --with-svgz"
+fi
diff -Naur librsvgREV43395/librsvg.desc librsvg/librsvg.desc
--- librsvgREV43395/librsvg.desc	2014-11-24 23:29:51.000000000 +0800
+++ librsvg/librsvg.desc	2014-11-28 23:14:47.000000000 +0800
@@ -31,9 +31,9 @@
 
 [L] LGPL
 [S] Stable
-[V] 2.26.3
+[V] 2.32.1
 [P] X -----5---9 136.900
 
 [O] . $base/package/*/*/gnome2-conf.in
 
-[D] 4206255463 librsvg-2.26.3.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.26/
+[D] 16871762 librsvg-2.32.1.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.32/
