summaryrefslogtreecommitdiff
path: root/graphics/libgnomecanvas
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-14 19:48:37 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-14 19:48:37 +0000
commit04727c8ec88a866b3f98ca89c37f69d1756d672e (patch)
treeb4f5e1393fc8447475ca814461fc2f12d1ac9174 /graphics/libgnomecanvas
parent18cd4d0aef120ce21a848b078d99bac5dbb275c5 (diff)
downloadpkgsrc-04727c8ec88a866b3f98ca89c37f69d1756d672e.tar.gz
Update to 2.4.0, based on work done by xtraeme@.
2003-09-01 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.4.0 2003-09-01 Christian Rose <menthos@menthos.com> * configure.in: Added "ne" to ALL_LINGUAS. 2003-08-31 Laurent Dhima <laurenti@alblinux.net> * configure.in: Added "sq" to ALL_LINGUAS. 2003-08-25 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.3.7 2003-08-11 Anders Carlsson <andersca@codefactory.se> * configure.in: Release 2.3.6 2003-08-07 Anders Carlsson <andersca@codefactory.se> * configure.in: * docs/reference/Makefile.am: * docs/reference/libgnomecanvas-docs.sgml: * libgnomecanvas/gnome-canvas.c: Generate xml documentation. Fri Aug 01 11:49:34 2003 George Lebl <jirka@5z.com> * libgnomecanvas/gnome-canvas.c: Inside the do_update function it is possible that during picking we emitted an event in which the user then called some function which then requested update of something. We thus need to check again if we need to update stuff as without that we'd be left in a state where need_update would have been left TRUE and the canvas would have been left unpainted until another expose event. 2003-07-10 Joel Brich <joel.brich@laposte.net> * configure.in: Added "eo" to ALL_LINGUAS. 2003-06-20 Samúel Jón Gunnarsson <sammi@techattack.nu> * configure.in: Added "is" to ALL_LINGUAS 2003-06-16 Taneem Ahmed <taneem@eyetap.org> * configure.in: Added "bn" to ALL_LINGUAS. 2003-06-11 Kenneth Rohde Christiansen <kenneth@gnu.org> * configure.in: Added "li" to ALL_LINGUAS. 2003-05-18 Martin Kretzschmar <m_kretzschmar@gmx.net> Implement general clipping in clipgroup. Fixes bug #104602. 2001-12-06 Lauris Kaplinski <lauris@kaplinski.com> * gnome-canvas-clipgroup.c (gnome_canvas_clipgroup_update): Invoke parent method with NULL clippath, recalculate bounding box (gnome_canvas_clipgroup_render): Implement, do buffer/buffer clipped composition here (gcg_buf_new): Quick'n'dirty buffer cache (gcg_buf_free): Ditto (gcg_mask_new): Ditto (gcg_mask_free): Ditto 2003-05-13 Telsa Gwynne <hobbit@aloss.ukuu.org.uk> * configure.in: Added "cy" to ALL_LINGUAS. 2003-05-07 Abel Cheung <maddog@linux.org.hk> * configure.in: Added "cs" to ALL_LINGUAS. 2003-05-05 Christian Rose <menthos@menthos.com> * configure.in: Added sr and sr@Latn to ALL_LINGUAS. 2003-05-03 Kjartan Maraas <kmaraas@gnome.org> * docs/reference/*: Merged docs from branch. * libgnomecanvas/gnome-canvas-util.h: Same here. 2003-05-03 Kjartan Maraas <kmaraas@gnome.org> reviewed by: Tim Janik <timj@gtk.org> * libgnomecanvas/gnome-canvas-line.c: (gnome_canvas_line_update): Fix for bug #72424. AA Canvas crashes if you create a line that has arrows enabled but not yet any point positions set. Patch from Andreas Holzmann <Andreas.Holzmann@epost.de>. * libgnomecanvas/gnome-canvas-pixbuf.c: Fix for bug 97604. Certain affine transforms do not work for pixbuf items. Patch from Jim Evins <evins@snaught.com>. (gnome_canvas_pixbuf_render): Same as above. * libgnomecanvas/gnome-canvas-shape.c: (gnome_canvas_shape_update): Fix for bug #98258. Outline widths of rect, ellipse, and polygon items don't rotate. Patch from Jim Evins <evins@snaught.com> Mon Mar 31 07:21:33 2003 Tim Janik <timj@gtk.org> * libgnomecanvas/gnome-canvas-pixbuf.c: (gnome_canvas_pixbuf_update): change update logic to fix redrawing bugs. 2003-03-27 Anders Carlsson <andersca@codefactory.se> * configure.in: Release 2.3.0 2003-03-26 Christian Rose <menthos@menthos.com> * configure.in: Added "yi" to ALL_LINGUAS. 2003-03-21 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "ml" to ALL_LINGUAS 2003-03-19 Paul Duffy <dubhthach@frink.nuigalway.ie> * configure.in: Added "ga" to ALL_LINGUAS. 2003-03-06 Sebastian Rittau <srittau@jroger.in-berlin.de> * libgnomecanvas/gnome-canvas.c (gnome_canvas_w2c_d): Corrected docstring so that "returns" is not the first word on a line. * docs/reference/libgnomecanvas-sections.txt: Inserted *Class definitions into standard sections. Moved *Priv definitions into private sections. * docs/reference/libgnomecanvas-docs.sgml: Fixed file include: sgml/gnome-canvas-rect-ellipse.sgml -> sgml/gnome-canvas-ellipse.sgml
Diffstat (limited to 'graphics/libgnomecanvas')
-rw-r--r--graphics/libgnomecanvas/Makefile7
-rw-r--r--graphics/libgnomecanvas/PLIST36
-rw-r--r--graphics/libgnomecanvas/buildlink2.mk5
-rw-r--r--graphics/libgnomecanvas/distinfo6
4 files changed, 22 insertions, 32 deletions
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index b7e8081a513..c2bfca3c666 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2003/12/13 00:45:24 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2003/12/14 19:48:37 jmmv Exp $
#
-DISTNAME= libgnomecanvas-2.2.1
-PKGREVISION= 2
+DISTNAME= libgnomecanvas-2.4.0
CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomecanvas/2.2/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomecanvas/2.4/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
diff --git a/graphics/libgnomecanvas/PLIST b/graphics/libgnomecanvas/PLIST
index 2ff2231b317..4b89b2b1786 100644
--- a/graphics/libgnomecanvas/PLIST
+++ b/graphics/libgnomecanvas/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2003/06/03 19:15:39 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.7 2003/12/14 19:48:37 jmmv Exp $
include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h
include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h
include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h
@@ -19,8 +19,8 @@ lib/libglade/2.0/libcanvas.so
lib/libgnomecanvas-2.a
lib/libgnomecanvas-2.la
lib/libgnomecanvas-2.so
-lib/libgnomecanvas-2.so.200
-lib/libgnomecanvas-2.so.200.1
+lib/libgnomecanvas-2.so.400
+lib/libgnomecanvas-2.so.400.0
lib/pkgconfig/libgnomecanvas-2.0.pc
share/doc/html/libgnomecanvas/c35.html
share/doc/html/libgnomecanvas/c4.html
@@ -39,39 +39,27 @@ share/doc/html/libgnomecanvas/gnomecanvasrichtext.html
share/doc/html/libgnomecanvas/gnomecanvasshape.html
share/doc/html/libgnomecanvas/gnomecanvastext.html
share/doc/html/libgnomecanvas/gnomecanvaswidget.html
+share/doc/html/libgnomecanvas/home.png
share/doc/html/libgnomecanvas/index.html
share/doc/html/libgnomecanvas/index.sgml
-share/doc/html/libgnomecanvas/libgnomecanvas-gnome-canvas-i18n.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnome-canvas-marshal.html
+share/doc/html/libgnomecanvas/left.png
share/doc/html/libgnomecanvas/libgnomecanvas-gnome-canvas-path-def.html
share/doc/html/libgnomecanvas/libgnomecanvas-gnome-canvas-util.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvas.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasbpath.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasclipgroup.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasellipse.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasgroup.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasitem.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasline.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvaspathdef.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvaspixbuf.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvaspolygon.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasre.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasrect.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasrichtext.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvasshape.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvastext.html
-share/doc/html/libgnomecanvas/libgnomecanvas-gnomecanvaswidget.html
-share/doc/html/libgnomecanvas/libgnomecanvas-libgnomecanvas.html
+share/doc/html/libgnomecanvas/right.png
+share/doc/html/libgnomecanvas/up.png
${PKGLOCALEDIR}/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo
+${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo
+${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo
+${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo
@@ -82,15 +70,18 @@ ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo
+${PKGLOCALEDIR}/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo
+${PKGLOCALEDIR}/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo
+${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/libgnomecanvas-2.0.mo
@@ -101,6 +92,7 @@ ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo
+${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo
diff --git a/graphics/libgnomecanvas/buildlink2.mk b/graphics/libgnomecanvas/buildlink2.mk
index beb0913e9fc..785b1abd0ca 100644
--- a/graphics/libgnomecanvas/buildlink2.mk
+++ b/graphics/libgnomecanvas/buildlink2.mk
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.8 2003/12/13 00:45:24 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.9 2003/12/14 19:48:37 jmmv Exp $
.if !defined(LIBGNOMECANVAS_BUILDLINK2_MK)
LIBGNOMECANVAS_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= libgnomecanvas
-BUILDLINK_DEPENDS.libgnomecanvas?= libgnomecanvas>=2.2.1nb2
+BUILDLINK_DEPENDS.libgnomecanvas?= libgnomecanvas>=2.4.0
BUILDLINK_PKGSRCDIR.libgnomecanvas?= ../../graphics/libgnomecanvas
EVAL_PREFIX+= BUILDLINK_PREFIX.libgnomecanvas=libgnomecanvas
@@ -12,7 +12,6 @@ BUILDLINK_PREFIX.libgnomecanvas_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.libgnomecanvas= include/libgnomecanvas-2.0/libgnomecanvas/*
BUILDLINK_FILES.libgnomecanvas+= lib/libglade/2.0/libcanvas.*
BUILDLINK_FILES.libgnomecanvas+= lib/libgnomecanvas-2.*
-BUILDLINK_FILES.libgnomecanvas+= lib/pkgconfig/libgnomecanvas-2.0.pc
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/libglade2/buildlink2.mk"
diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo
index 61d22d59987..12105f082d3 100644
--- a/graphics/libgnomecanvas/distinfo
+++ b/graphics/libgnomecanvas/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/06/03 19:15:39 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2003/12/14 19:48:37 jmmv Exp $
-SHA1 (libgnomecanvas-2.2.1.tar.bz2) = 3afdac975077faf09afbca687cd4f95cf840137c
-Size (libgnomecanvas-2.2.1.tar.bz2) = 509130 bytes
+SHA1 (libgnomecanvas-2.4.0.tar.bz2) = 0d8abcd0e4682090409d728939c3f64c809122f9
+Size (libgnomecanvas-2.4.0.tar.bz2) = 535399 bytes