[Lunar-commits] <moonbase-other> Revert "librsvg: version bumped to 2.40.0."
Stefan Wold
ratler at lunar-linux.org
Tue Nov 5 21:17:46 CET 2013
commit 590c545dee869247344592c1e1c4d1687b5fd0cf
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 05 Nov 2013 12:15:57 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/590c545dee869247344592c1e1c4d1687b5fd0cf
Revert "librsvg: version bumped to 2.40.0."
This reverts commit 875112bbcf38c1148e78bd6df43daf18a7764200.
See reason for revert here:
https://github.com/lunar-linux/moonbase-other/pull/132#commitcomment-4517507
---
libs/librsvg/BUILD | +6/-6
libs/librsvg/DEPENDS | +17/-8
libs/librsvg/DETAILS | +3/-3
3 files changed, 26 insertions(+), 17 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,15 +1,24 @@
depends libxml2
depends gdk-pixbuf
-depends libcroco
depends cairo # needs cairo with png enabled
depends pango # needs pango with cairo enabled
-optional_depends "vala" \
- "--enable-vala=yes" \
- "--enable-vala=no" \
- "for vala support"
+optional_depends "libcroco" \
+ "--with-croco" \
+ "--without-croco" \
+ "for CSS parsing support (recommended)"
-optional_depends "gobject-introspection" \
- "--enable-introspection=yes" \
- "--enable-introspection=no" \
+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"
--- a/libs/librsvg/DETAILS
+++ b/libs/librsvg/DETAILS
@@ -1,11 +1,11 @@
MODULE=librsvg
- VERSION=2.40.0
+ VERSION=2.37.0
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:eb915c9d963326e74be2e92fba4c4e9fbb06eefe
+ SOURCE_VFY=sha1:92ac16f1210e2324011039284407e17d3fda6e88
WEB_SITE=http://www.gnome.org
ENTERED=20020714
- UPDATED=20131019
+ UPDATED=20130512
SHORT="A library for operating on files in SVG format"
PSAFE=no
More information about the Lunar-commits
mailing list