diff options
author | adam <adam@pkgsrc.org> | 2005-01-28 14:58:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-28 14:58:09 +0000 |
commit | 9776846380a12cf10bd5a58b839ac56a811a9ee1 (patch) | |
tree | 15d7bdfc4668f3adbf91b6d4ddb28a6f80dd7c9e /graphics/librsvg/Makefile | |
parent | 763b4bf0e0872946cf6923086699139082abcef3 (diff) | |
download | pkgsrc-9776846380a12cf10bd5a58b839ac56a811a9ee1.tar.gz |
Changes 1.0.3:
* Fix bug where empty gradients cause segfault (Darin)
* Small build fix (Darin)
Changes 1.0.2:
* Fix bug where scaled text would be clipped (Darin)
* Fix bug where empty .svg file cause segfault (Darin)
* Fix bug where some .svg files with certain kinds of degenerate
gradients would cause segfault (Darin)
* Change install and packaging so that librsvg 1 and librsvg 2
can be installed on the same system. (Ramiro)
* Fix bug where we would read past the end of a string when the
string has multibyte sequences in it (Darin)
* Remove vestiges of unused gettext and xml-i18n-tools (Darin)
Diffstat (limited to 'graphics/librsvg/Makefile')
-rw-r--r-- | graphics/librsvg/Makefile | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index 78817d72039..f5ee55b4362 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -1,21 +1,19 @@ -# $NetBSD: Makefile,v 1.17 2004/11/20 22:10:23 jmmv Exp $ -# +# $NetBSD: Makefile,v 1.18 2005/01/28 14:58:09 adam Exp $ -DISTNAME= librsvg-1.0.1 -PKGREVISION= 8 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/1.0/} -EXTRACT_SUFX= .tar.bz2 +DISTNAME= librsvg-1.0.3 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/1.0/} +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rh@NetBSD.org -HOMEPAGE= http://www.levien.com/svg/ -COMMENT= Raph's SVG library +MAINTAINER= rh@NetBSD.org +HOMEPAGE= http://www.levien.com/svg/ +COMMENT= Raph's SVG library -USE_BUILDLINK3= YES -USE_X11BASE= YES -GNU_CONFIGURE= YES +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_X11= yes +GNU_CONFIGURE= yes -USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../graphics/gdk-pixbuf/buildlink3.mk" |