[Lunar-commits] <moonbase-other> librsvg: version bumped to 2.40.6.

Florin Braescu florin at lunar-linux.org
Thu Dec 25 12:29:48 CET 2014


commit 9573009fde9d5c2719b869b705bfc7808779063e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu, 25 Dec 2014 13:29:09 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/9573009fde9d5c2719b869b705bfc7808779063e

librsvg: version bumped to 2.40.6.

Move it from libs to graphics dir.
---
  libs/librsvg/BUILD -> graphics/librsvg/BUILD         
  libs/librsvg/CONFIGURE -> graphics/librsvg/CONFIGURE 
  graphics/librsvg/DEPENDS                              | +15/-0    
  graphics/librsvg/DETAILS                              | +3/-3     
  libs/librsvg/DEPENDS -> graphics/librsvg/DETAILS     
  libs/librsvg/DETAILS -> graphics/librsvg/POST_INSTALL
  libs/librsvg/DEPENDS                                  | +0/-24    
  7 files changed, 18 insertions(+), 27 deletions(-)

--- /dev/null
+++ b/graphics/librsvg/DEPENDS
@@ -0,0 +1,15 @@
+depends  libxml2
+depends  gdk-pixbuf
+depends  cairo      # needs cairo with png enabled
+depends  pango      # needs pango with cairo enabled
+depends  libcroco
+
+optional_depends "vala"              \
+                 "--enable-vala=yes" \
+                 "--enable-vala=no"  \
+                 "for libgsf run-time decompression"
+
+optional_depends "gobject-introspection"      \
+                 "--enable-introspection=yes" \
+                 "--enable-introspection=no"  \
+                 "for introspection support"
@@ -1,11 +1,11 @@
           MODULE=librsvg
-         VERSION=2.37.0
+         VERSION=2.40.6
           SOURCE=$MODULE-$VERSION.tar.xz
       SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
-      SOURCE_VFY=sha1:92ac16f1210e2324011039284407e17d3fda6e88
+      SOURCE_VFY=sha256:8af349f241677b04b7a1ea6b9b33a6343e781bcccc8a09d00208a47342584f06
         WEB_SITE=http://www.gnome.org
          ENTERED=20020714
-         UPDATED=20130512
+         UPDATED=20141225
            SHORT="A library for operating on files in SVG format"
 
 PSAFE=no
--- a/libs/librsvg/DEPENDS
+++ /dev/null
@@ -1,24 +0,0 @@
-depends  libxml2
-depends  gdk-pixbuf
-depends  cairo      # needs cairo with png enabled
-depends  pango      # needs pango with cairo enabled
-
-optional_depends "libcroco"                              \
-                 "--with-croco"                          \
-                 "--without-croco"                       \
-                 "for CSS parsing support (recommended)"
-
-optional_depends "libgsf"                                \
-                 "--with-svgz"                           \
-                 "--without-svgz"                        \
-                 "for libgsf run-time decompression"
-
-optional_depends "gtk+-2"                                \
-                 "--enable-gtk-theme"                    \
-                 "--disable-gtk-theme"                   \
-                 "for GTK+ theme engine"
-
-optional_depends "gobject-introspection"                 \
-                 "--enable-introspection=yes"            \
-                 "--enable-introspection=no"             \
-                 "for introspection support"




More information about the Lunar-commits mailing list