[Lunar-commits] <moonbase-other> librsvg: version bumped to 2.40.0.
Florin Braescu
florin at lunar-linux.org
Tue Nov 5 21:17:43 CET 2013
commit 875112bbcf38c1148e78bd6df43daf18a7764200
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 27 Oct 2013 04:16:53 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/875112bbcf38c1148e78bd6df43daf18a7764200
librsvg: version bumped to 2.40.0.
---
libs/librsvg/BUILD | +6/-6
libs/librsvg/DEPENDS | +8/-17
libs/librsvg/DETAILS | +3/-3
3 files changed, 17 insertions(+), 26 deletions(-)
--- a/libs/librsvg/BUILD
+++ b/libs/librsvg/BUILD
@@ -1,10 +1,10 @@
-(
+aclocal
+automake
- OPTS+=" --disable-static"
+OPTS+=" --disable-static"
- # Only want gdk-pixbuf to own /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
- sed -i -e "s:\$(DESTDIR)\$(gdk_pixbuf_cache_file):dummyfile:" gdk-pixbuf-loader/Makefile.{in,am} &&
+# Only want gdk-pixbuf to own /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
+sed -i -e "s:\$(DESTDIR)\$(gdk_pixbuf_cache_file):dummyfile:" gdk-pixbuf-loader/Makefile.{in,am}
- default_build
+default_build
-) > $C_FIFO 2>&1
--- a/libs/librsvg/DEPENDS
+++ b/libs/librsvg/DEPENDS
@@ -1,24 +1,15 @@
depends libxml2
depends gdk-pixbuf
+depends libcroco
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 "vala" \
+ "--enable-vala=yes" \
+ "--enable-vala=no" \
+ "for vala support"
-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" \
+optional_depends "gobject-introspection" \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
"for introspection support"
--- a/libs/librsvg/DETAILS
+++ b/libs/librsvg/DETAILS
@@ -1,11 +1,11 @@
MODULE=librsvg
- VERSION=2.37.0
+ VERSION=2.40.0
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:92ac16f1210e2324011039284407e17d3fda6e88
+ SOURCE_VFY=sha1:eb915c9d963326e74be2e92fba4c4e9fbb06eefe
WEB_SITE=http://www.gnome.org
ENTERED=20020714
- UPDATED=20130512
+ UPDATED=20131019
SHORT="A library for operating on files in SVG format"
PSAFE=no
More information about the Lunar-commits
mailing list