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: 26-Oct-2005 10:24:52
Branch: HEAD Handle: 2005102609245100
Modified files:
openpkg-src/librsvg librsvg.patch librsvg.spec
Log:
upgrading package: librsvg 2.13.0 -> 2.13.2
Summary:
Revision Changes Path
1.6 +4 -16 openpkg-src/librsvg/librsvg.patch
1.18 +4 -6 openpkg-src/librsvg/librsvg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/librsvg/librsvg.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 librsvg.patch
--- openpkg-src/librsvg/librsvg.patch 22 Oct 2005 12:05:31 -0000 1.5
+++ openpkg-src/librsvg/librsvg.patch 26 Oct 2005 08:24:51 -0000 1.6
@@ -1,23 +1,11 @@
Index: librsvg-2.0.pc.in
---- librsvg-2.0.pc.in.orig 2005-07-21 02:46:07 +0200
-+++ librsvg-2.0.pc.in 2005-10-22 13:54:27 +0200
+--- librsvg-2.0.pc.in.orig 2005-10-22 18:52:15 +0200
++++ librsvg-2.0.pc.in 2005-10-26 10:21:10 +0200
@@ -6,6 +6,6 @@
Name: librsvg
Description: library that renders svg files
Version: @VERSION@
-Requires: glib-2.0 gdk-pixbuf-2.0
-+Requires: glib-2.0 gdk-pixbuf-2.0 pangoft2 libxml-2.0 libart-2.0
- Libs: -L${libdir} -lrsvg-2 -lrsvg-2-libart
++Requires: glib-2.0 gdk-pixbuf-2.0 pangoft2 libxml-2.0 cairo
+ Libs: -L${libdir} -lrsvg-2
Cflags: -I${includedir}/librsvg-2
-Index: rsvg-art-composite.c
---- rsvg-art-composite.c.orig 2005-08-07 21:38:44 +0200
-+++ rsvg-art-composite.c 2005-10-22 13:58:21 +0200
-@@ -293,7 +293,7 @@
- GdkPixbuf * temp;
- out = get_next_out(&operationsleft, in, tos, nos,
intermediate);
- temp = rsvg_filter_render (filter, in, insidebg, ctx,
--
(RsvgIRect *)&render->bbox);
-+
&render->bbox, "2103");
- if (render->clippath)
- rsvg_art_clip_image(temp, render->clippath);
- rsvg_alpha_blt (temp, render->bbox.x0, render->bbox.y0,
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/librsvg/librsvg.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 librsvg.spec
--- openpkg-src/librsvg/librsvg.spec 22 Oct 2005 12:05:31 -0000 1.17
+++ openpkg-src/librsvg/librsvg.spec 26 Oct 2005 08:24:51 -0000 1.18
@@ -24,7 +24,7 @@
# package version
%define V_major 2.13
-%define V_minor 0
+%define V_minor 2
# package information
Name: librsvg
@@ -37,7 +37,7 @@
Group: Graphics
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20051022
+Release: 20051026
# list of sources
Source0:
http://ftp.gnome.org/pub/GNOME/sources/librsvg/%{V_major}/librsvg-%{version}.tar.bz2
@@ -48,8 +48,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, pkgconfig
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: libxml, libart, cairo, libcroco, libgsf, glib2, gtk2, pango,
popt
-PreReq: libxml, libart, cairo, libcroco, libgsf, glib2, gtk2, pango,
popt
+BuildPreReq: libxml, cairo, libcroco, libgsf, glib2, gtk2, pango, popt
+PreReq: libxml, cairo, libcroco, libgsf, glib2, gtk2, pango, popt
AutoReq: no
AutoReqProv: no
@@ -77,8 +77,6 @@
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
- --with-cairo \
- --with-art \
--with-svgz \
--with-croco \
--disable-gtk-theme \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]