Subject: CVS commit: pkgsrc/graphics/libgnomecanvas
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 02/14/2003 22:14:30
Module Name: pkgsrc
Committed By: jmmv
Date: Fri Feb 14 20:14:29 UTC 2003
Modified Files:
pkgsrc/graphics/libgnomecanvas: Makefile PLIST buildlink2.mk distinfo
Log Message:
Updated to 2.2.0.1. Changes since 2.0.5:
* libgnomecanvas/Makefile.am (libgnomecanvas_2_la_LDFLAGS): Correct version
number error.
* configure.in: Add EXTRAVERSION and set to .1. Added missing languages to
ALL_LINGUAS.
* libgnomecanvas/gnome-canvas.c (gnome_canvas_request_redraw_uta): Comment
out assert that caused lots of crashes.
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: added 'ro' to ALL_LINGUAS
* libgnomecanvas/gnome-canvas-shape.c (gnome_canvas_shape_init): Initialize
shape->priv->scale to 1.0.
* configure.in: Similar setup for Win32 build as DLL as in glib etc: Call
AC_LIBTOOL_WIN32_DLL. Check for native Win32 or Win32 platform in general
(including Cygwin). Set automake conditionals OS_WIN32 and PLATFORM_WIN32.
Use gcc -mms-bitfields for binary compatibility with GTK+ DLLs.
* libgnomecanvas/Makefile.am: [Win32] Use -no-undefined. Install import
libraries.
* glade/Makefile.am: [Win32] Use -no-undefined.
* libgnomecanvas/gnome-canvas-util.c (gnome_canvas_get_miter_points): Use
G_PI and G_PI_2 instead of M_PI and M_PI_2.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/libgnomecanvas/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/libgnomecanvas/PLIST \
pkgsrc/graphics/libgnomecanvas/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/libgnomecanvas/buildlink2.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.