OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-May-2006 11:07:51
Branch: HEAD Handle: 2006052210075000
Modified files:
openpkg-src/librsvg librsvg.patch librsvg.spec
Log:
downgrade to latest stable version (which also works with glib 2.10.x)
Summary:
Revision Changes Path
1.8 +12 -0 openpkg-src/librsvg/librsvg.patch
1.32 +3 -3 openpkg-src/librsvg/librsvg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/librsvg/librsvg.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 librsvg.patch
--- openpkg-src/librsvg/librsvg.patch 26 Oct 2005 08:31:56 -0000 1.7
+++ openpkg-src/librsvg/librsvg.patch 22 May 2006 09:07:50 -0000 1.8
@@ -9,3 +9,15 @@
+Requires: glib-2.0 gdk-pixbuf-2.0 pangoft2 libxml-2.0 cairo libgsf-1
libcroco-0.6
Libs: -L${libdir} -lrsvg-2
Cflags: -I${includedir}/librsvg-2
+Index: moz-plugin/Makefile.in
+--- moz-plugin/Makefile.in.orig 2006-05-10 23:12:24 +0200
++++ moz-plugin/Makefile.in 2006-05-22 10:59:52 +0200
+@@ -289,7 +289,7 @@
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+- test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
++ test -d "$(DESTDIR)$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
|| true
+ @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ f=$(am__strip_dir) \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/librsvg/librsvg.spec
============================================================================
$ cvs diff -u -r1.31 -r1.32 librsvg.spec
--- openpkg-src/librsvg/librsvg.spec 20 May 2006 20:49:35 -0000 1.31
+++ openpkg-src/librsvg/librsvg.spec 22 May 2006 09:07:50 -0000 1.32
@@ -23,8 +23,8 @@
##
# package version
-%define V_major 2.15
-%define V_minor 0
+%define V_major 2.14
+%define V_minor 4
# package information
Name: librsvg
@@ -37,7 +37,7 @@
Group: Graphics
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20060520
+Release: 20060522
# list of sources
Source0:
http://ftp.gnome.org/pub/GNOME/sources/librsvg/%{V_major}/librsvg-%{version}.tar.bz2
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]