pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libgnomecanvas Update to 2.4.0, based on work...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e2e66870be0
branches: trunk
changeset: 464725:4e2e66870be0
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Dec 14 19:48:37 2003 +0000
description:
Update to 2.4.0, based on work done by xtraeme@.
2003-09-01 Anders Carlsson <andersca%gnome.org@localhost>
* configure.in: Release 2.4.0
2003-09-01 Christian Rose <menthos%menthos.com@localhost>
* configure.in: Added "ne" to ALL_LINGUAS.
2003-08-31 Laurent Dhima <laurenti%alblinux.net@localhost>
* configure.in: Added "sq" to ALL_LINGUAS.
2003-08-25 Anders Carlsson <andersca%gnome.org@localhost>
* configure.in: Release 2.3.7
2003-08-11 Anders Carlsson <andersca%codefactory.se@localhost>
* configure.in: Release 2.3.6
2003-08-07 Anders Carlsson <andersca%codefactory.se@localhost>
* 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@localhost>
* 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@localhost>
* configure.in: Added "eo" to ALL_LINGUAS.
2003-06-20 Samúel Jón Gunnarsson <sammi%techattack.nu@localhost>
* configure.in: Added "is" to ALL_LINGUAS
2003-06-16 Taneem Ahmed <taneem%eyetap.org@localhost>
* configure.in: Added "bn" to ALL_LINGUAS.
2003-06-11 Kenneth Rohde Christiansen <kenneth%gnu.org@localhost>
* configure.in: Added "li" to ALL_LINGUAS.
2003-05-18 Martin Kretzschmar <m_kretzschmar%gmx.net@localhost>
Implement general clipping in clipgroup. Fixes bug #104602.
2001-12-06 Lauris Kaplinski <lauris%kaplinski.com@localhost>
* 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@localhost>
* configure.in: Added "cy" to ALL_LINGUAS.
2003-05-07 Abel Cheung <maddog%linux.org.hk@localhost>
* configure.in: Added "cs" to ALL_LINGUAS.
2003-05-05 Christian Rose <menthos%menthos.com@localhost>
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
2003-05-03 Kjartan Maraas <kmaraas%gnome.org@localhost>
* docs/reference/*: Merged docs from branch.
* libgnomecanvas/gnome-canvas-util.h: Same here.
2003-05-03 Kjartan Maraas <kmaraas%gnome.org@localhost>
reviewed by: Tim Janik <timj%gtk.org@localhost>
* 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@localhost>.
* 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@localhost>.
(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@localhost>
Mon Mar 31 07:21:33 2003 Tim Janik <timj%gtk.org@localhost>
* libgnomecanvas/gnome-canvas-pixbuf.c:
(gnome_canvas_pixbuf_update): change update logic to fix redrawing bugs.
2003-03-27 Anders Carlsson <andersca%codefactory.se@localhost>
* configure.in: Release 2.3.0
2003-03-26 Christian Rose <menthos%menthos.com@localhost>
* configure.in: Added "yi" to ALL_LINGUAS.
2003-03-21 Guntupalli Karunakar <karunakar%freedomink.org@localhost>
* configure.in: Added "ml" to ALL_LINGUAS
2003-03-19 Paul Duffy <dubhthach%frink.nuigalway.ie@localhost>
* configure.in: Added "ga" to ALL_LINGUAS.
2003-03-06 Sebastian Rittau <srittau%jroger.in-berlin.de@localhost>
* 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:
graphics/libgnomecanvas/Makefile | 7 ++---
graphics/libgnomecanvas/PLIST | 36 +++++++++++++---------------------
graphics/libgnomecanvas/buildlink2.mk | 5 +--
graphics/libgnomecanvas/distinfo | 6 ++--
4 files changed, 22 insertions(+), 32 deletions(-)
diffs (146 lines):
diff -r 3635c100819d -r 4e2e66870be0 graphics/libgnomecanvas/Makefile
--- a/graphics/libgnomecanvas/Makefile Sun Dec 14 19:48:04 2003 +0000
+++ b/graphics/libgnomecanvas/Makefile Sun Dec 14 19:48:37 2003 +0000
@@ -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@localhost
diff -r 3635c100819d -r 4e2e66870be0 graphics/libgnomecanvas/PLIST
--- a/graphics/libgnomecanvas/PLIST Sun Dec 14 19:48:04 2003 +0000
+++ b/graphics/libgnomecanvas/PLIST Sun Dec 14 19:48:37 2003 +0000
@@ -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/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/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/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/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 -r 3635c100819d -r 4e2e66870be0 graphics/libgnomecanvas/buildlink2.mk
--- a/graphics/libgnomecanvas/buildlink2.mk Sun Dec 14 19:48:04 2003 +0000
+++ b/graphics/libgnomecanvas/buildlink2.mk Sun Dec 14 19:48:37 2003 +0000
@@ -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_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 -r 3635c100819d -r 4e2e66870be0 graphics/libgnomecanvas/distinfo
--- a/graphics/libgnomecanvas/distinfo Sun Dec 14 19:48:04 2003 +0000
+++ b/graphics/libgnomecanvas/distinfo Sun Dec 14 19:48:37 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index