diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:04:44 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:04:44 +0000 |
commit | 1225f19c1422bd63a30d9a21570423545a12123f (patch) | |
tree | 2d751cf8b2fccc5be058517a4ff2db44289086c2 /graphics/librsvg2/patches/patch-ab | |
parent | e9259fdc12c53c46f347e3904e025c539ae324cf (diff) | |
download | pkgsrc-1225f19c1422bd63a30d9a21570423545a12123f.tar.gz |
Update librsvg2 and librsvg2-gtk2 to 2.9.5:
2005-01-13 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.c: bug 163886/163947, from John Spray <jcs116@york.ac.uk>
2005-01-11 Dom Lachowicz <cinamod@hotmail.com>
* configure.in: Install gtk docs in a standard place that devhelp
knows about. From Stephane LOEUILLET <LeRoutier@leroutier.net>
2004-12-22 Dom Lachowicz <cinamod@hotmail.com>
* moz-plugin/moz-plugin.c: Fix bug #161823
* Makefile.am: bug #158897, from <kou@cozmixng.org>
2004-11-29 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg-shapes.c: made markers work again and inherit from the context
that they were specified in, not where they were invoked.
2004-11-18 Dom Lachowicz <cinamod@hotmail.com>
* test-display.c: rsvg-view now can optionally use the new
GtkFileChooser instead of GtkFileSelection, depending on whether you
have GTK 2.4 installed or not.
2004-11-17 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-file-util.c: RSVG's convenience API should now be able to
transparently handle remote files via gnome-vfs, if available.
* rsvg.c: Some Win32/Unix path portability changes
2004-11-17 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg-defs.c: Interfile vfs linking now implemented. Utility api
automatically gives contextual information.
2004-11-17 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-shapes.c: Refactored the image downloading code into a generic
xlink:href downloading code.
Caleb can now use this for linking.
2004-11-17 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg-defs.c: Interfile linking now implemented. Can't yet use
gnome-vfs
2004-11-17 Caleb Moore <c.moore@student.unsw.edu.au>
* everywhere: split RsvgHandle into two parts.
* rsvg.c: made the image be rendered when get_pixbuf is actually called.
* rsvg-text.c: Large number of text improvements: formatting,
alignment, whitespace handling and styling.
* everywhere: Number if inheritance fixes
* rsvg-pservers.c: made current-color determined by context
* rsvg-private.h, rsvg.c: handle percentage widths more accurately
(based on viewbox)
2004-10-20 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg-defs.c: fixed memleak opened yesterday
2004-10-19 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg-defs.c: stopped passing the hash table a destroy function
2004-10-15 Dom Lachowicz <cinamod@hotmail.com>
* Makefile.am: bug 155530, ckelso@heliosphere.org (Chris Kelso)
2004-10-14 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.c: Push gnome_vfs_init() up to rsvg_init()
* rsvg-shapes.c: ditto, bug #155433
2004-09-29 Dom Lachowicz <cinamod@hotmail.com>
* moz-plugin/moz-plugin.c: Fix bug #154083
2004-09-26 Dom Lachowicz <cinamod@hotmail.com>
* gdk-pixbuf-loader/io-svg.c: Sanity checks
2004-09-25 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.c Part of bug 153671
* *.c: Prepare for some gettext lovin'
2004-09-23 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg-shapes.c, rsvg-paint-server.c: Made objectBoundingBox for
pservers to be calculated in user coordinates instead of pixel
coordinates, this allows for rotation and stuff.
Diffstat (limited to 'graphics/librsvg2/patches/patch-ab')
-rw-r--r-- | graphics/librsvg2/patches/patch-ab | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/graphics/librsvg2/patches/patch-ab b/graphics/librsvg2/patches/patch-ab index a6ccb2aede4..a33f76007a1 100644 --- a/graphics/librsvg2/patches/patch-ab +++ b/graphics/librsvg2/patches/patch-ab @@ -1,26 +1,26 @@ -$NetBSD: patch-ab,v 1.4 2004/09/21 16:51:01 jmmv Exp $ +$NetBSD: patch-ab,v 1.5 2005/03/22 16:04:44 jmmv Exp $ ---- gdk-pixbuf-loader/Makefile.in.orig 2004-09-12 21:16:37.000000000 +0200 +--- gdk-pixbuf-loader/Makefile.in.orig 2005-01-19 02:14:41.000000000 +0100 +++ gdk-pixbuf-loader/Makefile.in -@@ -52,7 +52,7 @@ LTLIBRARIES = $(loader_LTLIBRARIES) - am__DEPENDENCIES_1 = - svg_loader_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -- $(am__DEPENDENCIES_1) $(top_builddir)/librsvg-2.la -+ $(am__DEPENDENCIES_1) - am_svg_loader_la_OBJECTS = io-svg.lo - svg_loader_la_OBJECTS = $(am_svg_loader_la_OBJECTS) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -@@ -252,7 +252,7 @@ svg_loader_la_LDFLAGS = -avoid-version - +@@ -220,7 +220,7 @@ svg_loader_la_LDFLAGS = -avoid-version - svg_loader_la_LIBADD = $(LIBRSVG_LIBS) \ $(LIBGNOME_VFS_LIBS) \ $(LIBGSF_LIBS) $(LIBCROCO_LIBS) \ - $(top_builddir)/librsvg-2.la + `pkg-config --libs librsvg-2.0` + loader_LTLIBRARIES = $(target_pixbuf_loader) - all: all-am -@@ -534,10 +534,6 @@ uninstall-am: uninstall-info-am uninstal +@@ -231,7 +231,7 @@ CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = + LTLIBRARIES = $(loader_LTLIBRARIES) + +-svg_loader_la_DEPENDENCIES = $(top_builddir)/librsvg-2.la ++svg_loader_la_DEPENDENCIES = + am_svg_loader_la_OBJECTS = io-svg.lo + svg_loader_la_OBJECTS = $(am_svg_loader_la_OBJECTS) + +@@ -522,10 +522,6 @@ uninstall-am: uninstall-info-am uninstal install-data-hook: |