pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/goocanvas Update goocanvas to 0.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ebadc396816
branches:  trunk
changeset: 392790:1ebadc396816
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun May 10 04:59:38 2009 +0000

description:
Update goocanvas to 0.14.

GooCanvas 0.14  (Mar 15 2009)
==============

 o Added support for tooltips (this means we need GTK+ 2.12).
   (Note that there is a GTK+ bug which will cause problems with
   tooltips on a large canvas. See bug #573294.)
 o Added "x", "y", "width" and "height" properties to items that
   didn't have them.
 o Fixed bug in goo_canvas_convert_from_item_space().
 o Added "scroll-event" signal to GooCanvasItem.


GooCanvas 0.13  (Nov 30 2008)
==============

 o New GooCanvasGrid item for drawing grids on the canvas.
 o Support for static items that don't move as the canvas is zoomed
   and scrolled (this is a bit experimental).
 o Font hinting is not turned off any more - this means smaller text should
   be more readable. Hopefully it doesn't affect text layout.
 o Fixed a few GooCanvasTable drawing bugs.
 o Fixed GooCanvasText drawing, when align is set.
 o Fixed GooCanvasPolyline is_item_at() code, so the fill isn't tested.
 o Added "animation-finished" signals to GooCanvasItem & Model.

diffstat:

 graphics/goocanvas/Makefile |  9 ++++++---
 graphics/goocanvas/PLIST    |  5 ++++-
 graphics/goocanvas/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (65 lines):

diff -r 7c0843625e6b -r 1ebadc396816 graphics/goocanvas/Makefile
--- a/graphics/goocanvas/Makefile       Sun May 10 04:44:21 2009 +0000
+++ b/graphics/goocanvas/Makefile       Sun May 10 04:59:38 2009 +0000
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2008/11/20 14:22:15 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/10 04:59:38 obache Exp $
 #
 
-DISTNAME=      goocanvas-0.12
+DISTNAME=      goocanvas-0.14
 CATEGORIES=    graphics
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/goocanvas/0.12/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/goocanvas/0.14/}
 
 MAINTAINER=    obache%NetBSD.org@localhost
 HOMEPAGE=      http://live.gnome.org/GooCanvas
 COMMENT=       Cairo-based canvas widget for GTK+
 
+LICENSE=       gnu-lgpl-v2.1
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
@@ -20,5 +22,6 @@
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.12.0
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7c0843625e6b -r 1ebadc396816 graphics/goocanvas/PLIST
--- a/graphics/goocanvas/PLIST  Sun May 10 04:44:21 2009 +0000
+++ b/graphics/goocanvas/PLIST  Sun May 10 04:59:38 2009 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/22 10:27:17 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/05/10 04:59:38 obache Exp $
 include/goocanvas-1.0/goocanvas.h
 include/goocanvas-1.0/goocanvasellipse.h
 include/goocanvas-1.0/goocanvasenumtypes.h
+include/goocanvas-1.0/goocanvasgrid.h
 include/goocanvas-1.0/goocanvasgroup.h
 include/goocanvas-1.0/goocanvasimage.h
 include/goocanvas-1.0/goocanvasitem.h
@@ -21,6 +22,8 @@
 share/gtk-doc/html/goocanvas/GooCanvas.html
 share/gtk-doc/html/goocanvas/GooCanvasEllipse.html
 share/gtk-doc/html/goocanvas/GooCanvasEllipseModel.html
+share/gtk-doc/html/goocanvas/GooCanvasGrid.html
+share/gtk-doc/html/goocanvas/GooCanvasGridModel.html
 share/gtk-doc/html/goocanvas/GooCanvasGroup.html
 share/gtk-doc/html/goocanvas/GooCanvasGroupModel.html
 share/gtk-doc/html/goocanvas/GooCanvasImage.html
diff -r 7c0843625e6b -r 1ebadc396816 graphics/goocanvas/distinfo
--- a/graphics/goocanvas/distinfo       Sun May 10 04:44:21 2009 +0000
+++ b/graphics/goocanvas/distinfo       Sun May 10 04:59:38 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/10/22 10:27:17 obache Exp $
+$NetBSD: distinfo,v 1.2 2009/05/10 04:59:38 obache Exp $
 
-SHA1 (goocanvas-0.12.tar.gz) = 424efb1bedb470b0d0be5a30c0eec9834a1e00bb
-RMD160 (goocanvas-0.12.tar.gz) = 9bbdbfebdf465b7c61c42e8ec39046e9d2591061
-Size (goocanvas-0.12.tar.gz) = 798758 bytes
+SHA1 (goocanvas-0.14.tar.gz) = ec650d703781d818ea73a74b917cce2441710a61
+RMD160 (goocanvas-0.14.tar.gz) = 77eda7e7523e1216dccd7793148ab04121defbf4
+Size (goocanvas-0.14.tar.gz) = 853898 bytes



Home | Main Index | Thread Index | Old Index