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.14.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dcdd065acbb
branches:  trunk
changeset: 510480:8dcdd065acbb
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Mar 30 21:08:46 2006 +0000

description:
Update to 2.14.0:

libgnomecanvas 2.14.0
---------------------

What's new since 2.13.0:

Updated and new translations:
        - ka (Gia Shervashidze), ku (Erdal Ronahi),
          ro (Misu Moldovan), zh_HK (Chinese Hong Kong team),
          zh_TW (Chinese Taiwan Team)

libgnomecanvas 2.13.0
---------------------

What's new since 2.12.0:

Bug fixes:
        - Correctly reset item_list_end when moving the last
        item in the list. Fixes bug #323850. (Federico, Denis Auroux)
        - Remove a bunch of cruft and compiler warnings (Kjartan)
        - Add g_object_notify() call to allow users to connect to
        the notify::parent signal. Closes bug #320791. (Sven Herzberg)
        - Use BILINEAR interpolation instead of HYPER which is
        "a slow buggy piece of shit". (Federico)
        - Cast GNOME_CANVAS_COLOR macros to use unsigned ints so that
        shifting left 24 bits won't overflow into the sign bit.
        Fixes bug #317718. (Danek Duvall)
        - Correctly calculate width_in_pixels and height_in_pixels
        in gnome-canvas-pixbuf.c. (Hans de Graaff)

Docs:
        - Add API docs for gnome-canvas-rich-text.c (Dinoop Thomas)

Translation updates:
        - Added Tatar (tt)
        - Updated Belarusian (be), Dutch (nl)

diffstat:

 graphics/libgnomecanvas/Makefile |  7 +++----
 graphics/libgnomecanvas/PLIST    |  5 ++++-
 graphics/libgnomecanvas/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (62 lines):

diff -r bd00c03754ef -r 8dcdd065acbb graphics/libgnomecanvas/Makefile
--- a/graphics/libgnomecanvas/Makefile  Thu Mar 30 21:08:18 2006 +0000
+++ b/graphics/libgnomecanvas/Makefile  Thu Mar 30 21:08:46 2006 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2006/02/05 23:09:35 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2006/03/30 21:08:46 jmmv Exp $
 #
 
-DISTNAME=              libgnomecanvas-2.12.0
-PKGREVISION=           2
+DISTNAME=              libgnomecanvas-2.14.0
 CATEGORIES=            graphics gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/libgnomecanvas/2.12/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/libgnomecanvas/2.14/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            jmmv%NetBSD.org@localhost
diff -r bd00c03754ef -r 8dcdd065acbb graphics/libgnomecanvas/PLIST
--- a/graphics/libgnomecanvas/PLIST     Thu Mar 30 21:08:18 2006 +0000
+++ b/graphics/libgnomecanvas/PLIST     Thu Mar 30 21:08:46 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2005/10/10 13:42:46 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.16 2006/03/30 21:08:46 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
@@ -79,6 +79,7 @@
 ${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/ku/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo
@@ -107,12 +108,14 @@
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo
+${PKGLOCALEDIR}/locale/tt/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo
+${PKGLOCALEDIR}/locale/zh_HK/LC_MESSAGES/libgnomecanvas-2.0.mo
 ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
 @dirrm share/doc/libgnomecanvas
 @comment in libglade2: @dirrm lib/libglade/2.0
diff -r bd00c03754ef -r 8dcdd065acbb graphics/libgnomecanvas/distinfo
--- a/graphics/libgnomecanvas/distinfo  Thu Mar 30 21:08:18 2006 +0000
+++ b/graphics/libgnomecanvas/distinfo  Thu Mar 30 21:08:46 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2005/10/10 13:42:46 jmmv Exp $
+$NetBSD: distinfo,v 1.16 2006/03/30 21:08:46 jmmv Exp $
 
-SHA1 (libgnomecanvas-2.12.0.tar.bz2) = cc05155728f4e8e008ada8d66cf6a7eb47c8bbbe
-RMD160 (libgnomecanvas-2.12.0.tar.bz2) = 4f67af71a9b6bb6528b4dd6ed738050025f9f2e9
-Size (libgnomecanvas-2.12.0.tar.bz2) = 590010 bytes
+SHA1 (libgnomecanvas-2.14.0.tar.bz2) = 9a3fe0cfaa6361f67b3b5ba86324bf8edb8724a0
+RMD160 (libgnomecanvas-2.14.0.tar.bz2) = 5d511f65c8860032e2b88bf11bd997920ba6ba7b
+Size (libgnomecanvas-2.14.0.tar.bz2) = 612330 bytes



Home | Main Index | Thread Index | Old Index