diff options
author | drochner <drochner@pkgsrc.org> | 2005-10-06 18:46:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-10-06 18:46:59 +0000 |
commit | a7567a0ef48958c89660fced1dca40b393b0865b (patch) | |
tree | 61501dbf5cbd501bd265353cb1d7b414e9878645 /graphics | |
parent | 642d78aa28170fd2685644931601488e4baa205b (diff) | |
download | pkgsrc-a7567a0ef48958c89660fced1dca40b393b0865b.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 5 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 10 | ||||
-rw-r--r-- | graphics/cairo/patches/patch-ab | 16 |
3 files changed, 15 insertions, 16 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index bfc20984219..db9f85d9171 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -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 --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index ab012aadcf1..4a7dfbe5868 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -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 --git a/graphics/cairo/patches/patch-ab b/graphics/cairo/patches/patch-ab index 9b440ebcf53..7751a6b5712 100644 --- a/graphics/cairo/patches/patch-ab +++ b/graphics/cairo/patches/patch-ab @@ -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 |