pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cairo update to 1.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca18280b5342
branches: trunk
changeset: 500341:ca18280b5342
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Oct 06 18:46:59 2005 +0000
description:
update to 1.0.2
This is a maintenance (bug-fix only) release
Three fixes in the 1.0.2 release deserve particular mention:
-Dashed curves
-Better support for multi-thread applications
-Many win32 compilation and rendering fixes
diffstat:
graphics/cairo/Makefile | 5 ++---
graphics/cairo/distinfo | 10 +++++-----
graphics/cairo/patches/patch-ab | 16 ++++++++--------
3 files changed, 15 insertions(+), 16 deletions(-)
diffs (54 lines):
diff -r aa9657cae05a -r ca18280b5342 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile Thu Oct 06 18:40:36 2005 +0000
+++ b/graphics/cairo/Makefile Thu Oct 06 18:46:59 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2005/10/02 10:54:37 jmmv Exp $
+# $NetBSD: Makefile,v 1.26 2005/10/06 18:46:59 drochner Exp $
-DISTNAME= cairo-1.0.0
-PKGREVISION= 2
+DISTNAME= cairo-1.0.2
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
diff -r aa9657cae05a -r ca18280b5342 graphics/cairo/distinfo
--- a/graphics/cairo/distinfo Thu Oct 06 18:40:36 2005 +0000
+++ b/graphics/cairo/distinfo Thu Oct 06 18:46:59 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2005/10/03 19:45:42 joerg Exp $
+$NetBSD: distinfo,v 1.15 2005/10/06 18:46:59 drochner Exp $
-SHA1 (cairo-1.0.0.tar.gz) = abc50d6a657cba15b3956c8c3aaea080b71172bb
-RMD160 (cairo-1.0.0.tar.gz) = cd81c235d62d816983233b3e87004144001cfe7f
-Size (cairo-1.0.0.tar.gz) = 1439299 bytes
+SHA1 (cairo-1.0.2.tar.gz) = 3a425049499b0b067ed4dc60d94b4d0819c0841b
+RMD160 (cairo-1.0.2.tar.gz) = 59f309974fdac86253ed9a4d00e564a2fac310eb
+Size (cairo-1.0.2.tar.gz) = 1458903 bytes
SHA1 (patch-aa) = dd3557cd52a7ceb1ed688c08a2de87483c5d8a1f
-SHA1 (patch-ab) = ae202f339a15b2bd38567cbd29c0fdc59f5f82c8
+SHA1 (patch-ab) = 08155b91ceacea1e358ac7a41119d0d9370c9b5e
diff -r aa9657cae05a -r ca18280b5342 graphics/cairo/patches/patch-ab
--- a/graphics/cairo/patches/patch-ab Thu Oct 06 18:40:36 2005 +0000
+++ b/graphics/cairo/patches/patch-ab Thu Oct 06 18:46:59 2005 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1 2005/10/03 19:45:42 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2005/10/06 18:46:59 drochner Exp $
---- test/Makefile.in.orig 2005-10-03 18:27:21.000000000 +0000
+--- test/Makefile.in.orig 2005-10-04 02:48:31.000000000 +0200
+++ test/Makefile.in
-@@ -44,7 +44,7 @@ host_triplet = @host@
- @CAIRO_HAS_PS_SURFACE_TRUE@am__append_3 = ps-surface
- @CAIRO_HAS_XLIB_SURFACE_TRUE@am__append_4 = xlib-surface
- check_PROGRAMS = $(am__EXEEXT_5)
--@HAVE_PTHREAD_TRUE@am__append_5 = -lpthread
-+@HAVE_PTHREAD_TRUE@am__append_5 = ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
+@@ -43,7 +43,7 @@ host_triplet = @host@
+ @CAIRO_HAS_PS_SURFACE_TRUE@am__append_4 = ps-surface
+ @CAIRO_HAS_XLIB_SURFACE_TRUE@am__append_5 = xlib-surface
+ check_PROGRAMS = $(am__EXEEXT_6)
+-@HAVE_PTHREAD_TRUE@am__append_6 = -lpthread
++@HAVE_PTHREAD_TRUE@am__append_6 = ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
noinst_PROGRAMS = imagediff$(EXEEXT)
subdir = test
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
Home |
Main Index |
Thread Index |
Old Index