summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-02 14:51:00 +0000
committerjmmv <jmmv>2003-09-02 14:51:00 +0000
commit84dbc2bd706b1e876b8aa2efb31dfe522efcfbd0 (patch)
treefab460ac2a64ba9e2238893e53fa7a2ed09ad65e /graphics
parentb928456727ba7138fa7fcc962ff5b327b74fd11d (diff)
downloadpkgsrc-84dbc2bd706b1e876b8aa2efb31dfe522efcfbd0.tar.gz
Update to 2.3.14. Closes PR pkg/22667 by rtr@. Changes since 2.3.11:
2003-08-08 Alexander Larsson <alexl@redhat.com> * configure.in: 2.3.14 Fri Jul 25 12:29:35 2003 George Lebl <jirka@5z.com> * art_render_gradient.c (art_render_gradient_linear_render_8) (art_render_gradient_linear_render) (art_render_gradient_linear) (art_render_gradient_radial_render) (art_render_gradient_radial): Redo the checks where float was compared by == or != to using the EPSILON define. Also copy the ArtGradientLinear and ArtGradientRadial into the source structure, pretending that these are constants that will never change or be freed by the caller is utterly evil and in fact for librsvg it is not constant. This fixes some more very random crashes when using librsvg with libart (which seems to be the only usage of the gradient stuff) Fri Jul 18 12:57:36 2003 George Lebl <jirka@5z.com> * art_render_gradient.c: Fix more comparison-of-doubles by == bugs, this code is uber ugly. Should fix the fairly random crashes on asserts I've been having. 2003-07-11 Michael Meeks <michael@ximian.com> * Version 2.3.13 2003-07-11 Federico Mena Quintero <federico@ximian.com> * art_svp_ops.c (art_svp_minus): impl. Tue Jul 08 01:15:02 2003 George Lebl <jirka@5z.com> * art_render_gradient.c: fix comment as pointed out by alex Tue Jul 08 01:13:48 2003 George Lebl <jirka@5z.com> * art_render_gradient.c (art_render_gradient_linear_render_8): when we wish to find the current segment and we go beyond the last stop due to float fun, use the last segment as that's really what we want. Avoids a very abrupt assert death. 2003-05-05 Alexander Larsson <alexl@redhat.com> * configure.in: Bump to 2.3.12 2003-04-24 Alexander Larsson <alexl@redhat.com> * art_uta_vpath.c (art_uta_from_vpath): Don't silently stomp on memory on bad vpaths. 2003-04-11 Alexander Larsson <alexl@redhat.com> * art_svp_vpath_stroke.c (render_seg): Handle cases when dmr2 is very small better. 2003-04-10 Alexander Larsson <alexl@redhat.com> * art_svp_wind.c (x_order_2): Handle horizontally aligned segments.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libart2/Makefile4
-rw-r--r--graphics/libart2/PLIST4
-rw-r--r--graphics/libart2/distinfo6
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/libart2/Makefile b/graphics/libart2/Makefile
index c4de3a8d60a..ccc5391dfe7 100644
--- a/graphics/libart2/Makefile
+++ b/graphics/libart2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:41:27 grant Exp $
+# $NetBSD: Makefile,v 1.9 2003/09/02 14:51:00 jmmv Exp $
-DISTNAME= libart_lgpl-2.3.11
+DISTNAME= libart_lgpl-2.3.14
PKGNAME= ${DISTNAME:S/_lgpl/2/}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
diff --git a/graphics/libart2/PLIST b/graphics/libart2/PLIST
index f0263495ad1..adc34524f10 100644
--- a/graphics/libart2/PLIST
+++ b/graphics/libart2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2003/01/05 15:13:55 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.5 2003/09/02 14:51:00 jmmv Exp $
bin/libart2-config
include/libart-2.0/libart_lgpl/art_affine.h
include/libart-2.0/libart_lgpl/art_alphagamma.h
@@ -48,7 +48,7 @@ lib/libart_lgpl_2.a
lib/libart_lgpl_2.la
lib/libart_lgpl_2.so
lib/libart_lgpl_2.so.5
-lib/libart_lgpl_2.so.5.11
+lib/libart_lgpl_2.so.5.14
lib/pkgconfig/libart-2.0.pc
@dirrm include/libart-2.0/libart_lgpl
@dirrm include/libart-2.0
diff --git a/graphics/libart2/distinfo b/graphics/libart2/distinfo
index 7c59548d331..aec2d0a6280 100644
--- a/graphics/libart2/distinfo
+++ b/graphics/libart2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/01/05 15:13:55 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2003/09/02 14:51:01 jmmv Exp $
-SHA1 (libart_lgpl-2.3.11.tar.bz2) = 195938cc8670236ac775ef22551f45bc54df8de5
-Size (libart_lgpl-2.3.11.tar.bz2) = 211943 bytes
+SHA1 (libart_lgpl-2.3.14.tar.bz2) = 24fe04eb7cb8d301edeaaab3e615aac77ea2e8af
+Size (libart_lgpl-2.3.14.tar.bz2) = 219477 bytes