diff options
author | wiz <wiz@pkgsrc.org> | 2007-08-30 06:35:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-08-30 06:35:55 +0000 |
commit | 3c6a5706e2da8704ab542b459f3e0f18d361c641 (patch) | |
tree | 718b9106153b26f183b0546bc0a6a8cfee5ae0b7 /graphics/librsvg2/patches | |
parent | 961d6f87017f545c7f9775b935d27bf6c6724b3d (diff) | |
download | pkgsrc-3c6a5706e2da8704ab542b459f3e0f18d361c641.tar.gz |
Update to 2.18.1:
Version 2.18.0
- Support for some of the SVG 1.2 comp-op properties
- Less-blurry output
- Marker orientation is fixed
- Support compressed SVG from the GdkPixbuf plugin
- CSS fixes
- Better support for SVG conditionals
- Support for SVG 1.1's shape-rendering and text-rendering properties
Diffstat (limited to 'graphics/librsvg2/patches')
-rw-r--r-- | graphics/librsvg2/patches/patch-ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/librsvg2/patches/patch-ac b/graphics/librsvg2/patches/patch-ac index 368d13730ad..a0979572194 100644 --- a/graphics/librsvg2/patches/patch-ac +++ b/graphics/librsvg2/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.10 2006/09/15 15:09:32 jmmv Exp $ +$NetBSD: patch-ac,v 1.11 2007/08/30 06:35:57 wiz Exp $ ---- Makefile.in.orig 2006-08-31 16:56:39.000000000 +0200 +--- Makefile.in.orig 2007-08-20 19:11:13.000000000 +0000 +++ Makefile.in -@@ -311,7 +311,7 @@ sysconfdir = @sysconfdir@ +@@ -313,7 +313,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @HAVE_GTK_FALSE@target_rsvg_view = @HAVE_GTK_TRUE@target_rsvg_view = rsvg-view --SUBDIRS = . moz-plugin gdk-pixbuf-loader gtk-engine data doc -+SUBDIRS = . gdk-pixbuf-loader gtk-engine data doc +-SUBDIRS = . moz-plugin gdk-pixbuf-loader gtk-engine data tests doc ++SUBDIRS = . gdk-pixbuf-loader gtk-engine data tests doc lib_LTLIBRARIES = librsvg-2.la man_MANS = rsvg.1 @OS_WIN32_FALSE@libm = -lm |