diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-10 13:58:59 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-10 13:58:59 +0000 |
commit | 472a6067013b1c76a76f9e4d6b33dc0e2be9ba09 (patch) | |
tree | d420c917c907fe2daf58430318d20b8602ab7937 /graphics/librsvg2/patches/patch-ab | |
parent | e424eb1a6dd2666d95b8920c58042a33778b5d2c (diff) | |
download | pkgsrc-472a6067013b1c76a76f9e4d6b33dc0e2be9ba09.tar.gz |
Update librsvg2 to 2.12.6.
While doing this, merge the librsvg2-gtk package into librsvg2. The reason
is that from now on the core library (librsvg) uses gdk, so there is no
gain in separating both things (the GTK+ dependency is needed anyway).
Also enable gnome-vfs support, as one of our dependents (libgsf) is already
pulling it in (so the new dependency is not "bloat"). For completeness,
enable libgnomeprint* support too.
2005-10-06 Dom Lachowicz <cinamod@hotmail.com>
* autogen.sh: Let librsvg build out of srcdir. Bug #158331
* test-display.c: Populate save dialogs with the SVG's name. Bug #318010.
* configure.in: Ditto
* rsvg-structure.c: Related to bug #318025, don't set has_width or has_height unless they are > 0.
* rsvg.c: Bug #168567, mega hack to make multiImage sort-of work.
* configure.in: 2.12.6
2005-10-06 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-paint-server.c: Backport Caleb's patch to 317871, fixing a crash
inside of libart for some gradients.
* rsvg-art-paint-server.c: Ditto
2005-10-04 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-shapes.c: Fix problems in non-C locales. Bug #317615
* configure.in: 2.12.5
2005-10-01 Dom Lachowicz <cinamod@hotmail.com>
* configure.in: 2.12.4
* gdk-pixbuf-loader/io-svg.c: Because bug 308021 was fixed, and bug 317225 still
exists (although possibly not within librsvg itself), I've re-enabled a match for
"<?xml", with a priority of "1".
2005-10-01 Dom Lachowicz <cinamod@hotmail.com>
* configure.in: bug 314593, support firefox-config
2005-09-29 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-filter.c: Fix bug #317549
* configure.in: 2.12.3
2005-09-25 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.c: Bug 309660 - signedness issues
* configure.in: 2.12.2
2005-09-25 Dom Lachowicz <cinamod@hotmail.com>
* 2.12.1
* rsvg-structure.c:
* rsvg-shapes.c: Bug 371148 - C89 fixes
* gdk-pixbuf-loader/Makefile.am
* gtk-engine/Makefile.am: Bug 316803 - Win32 mingw build fixes
* moz-plugin/Makefile.am: Bug 316588 - add glib cflags to INCLUDES
* librsvg.spec.in: Backport from HEAD branch
2005-09-22 Rodney Dawes <dobey@novell.com>
* configure.in: GNOME_REQUIRE_PKGCONFIG doesn't exist, so remove it
so that we don't get a weird warning when running configure
2005-09-16 Dom Lachowicz <cinamod@hotmail.com>
* gdk-pixbuf-loader/io-svg.c: Scan the first 1024 chars for <svg. 100
Wasn't sufficient for a lot of icon themes.
2005-09-15 Dom Lachowicz <cinamod@hotmail.com>
* 2.12.0
2005-08-29 Christian Schaller <uraeus@gnome.org>
* Do 2.11.1 release
2005-08-26 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.[ch]: Unbreak dpi API. See bug 314628
* test-rsvg.c: Ditto
* test-display.c: Ditto
* gdk-pixbuf-loader/io-svg.c: Backport for the GdkPixbufLoader module
API changes, sot hat it does better pattern recognition.
2005-08-25 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg.c: disabled char nodes. Chopped off namespaces.
* configure.in: bumped version number to 2.11.0
Diffstat (limited to 'graphics/librsvg2/patches/patch-ab')
-rw-r--r-- | graphics/librsvg2/patches/patch-ab | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/graphics/librsvg2/patches/patch-ab b/graphics/librsvg2/patches/patch-ab index a33f76007a1..5d54b739a7a 100644 --- a/graphics/librsvg2/patches/patch-ab +++ b/graphics/librsvg2/patches/patch-ab @@ -1,26 +1,8 @@ -$NetBSD: patch-ab,v 1.5 2005/03/22 16:04:44 jmmv Exp $ +$NetBSD: patch-ab,v 1.6 2005/10/10 13:59:00 jmmv Exp $ ---- gdk-pixbuf-loader/Makefile.in.orig 2005-01-19 02:14:41.000000000 +0100 +--- gdk-pixbuf-loader/Makefile.in.orig 2005-10-07 04:33:38.000000000 +0200 +++ gdk-pixbuf-loader/Makefile.in -@@ -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) -@@ -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 +@@ -528,10 +528,6 @@ uninstall-am: uninstall-info-am uninstal install-data-hook: |