Commit graph

30 commits

Author SHA1 Message Date
jmmv
79b7444bfe Update to 2.6.0:
What's new since 2.4:

* Bug fixes:
	- BPath fixes (David Boucher)
	- Doc fixes (Richard Hult)
	- Set methods for height and width in GnomeCanvasRichText
	  (Kjartan Maraas)
	- Build fixes ("The Written Word", Kjartan Maraas)

* Translations:
	- Added British English translation (Gareth Owen)
	- Added Canadian English translation (Adam Weinberger)
	- Added Lithuanian translation (Žygimantas Beručka, Tomas Kuliavas)
	- Added Serbian Jekavian translation (Bojan Suzić)
	- Added Punjabi translation (Amanpreet Singh Alam)

	- Updated Albanian translation (Laurent Dhima)
	- Updated Arabic translation (Arafat Medini)
	- Updated Azerbaijani translation (Mətin Əmirov)
	- Updated Belarusian translation (Ales Nyakhaychyk)
	- Updated Bengali translation (Sayamindu Dasgupta)
	- Updated Brazilian Portuguese translation (Medina)
	- Updated Croatian translation (Robert Sedak)
	- Updated Czech translation (Miloslav Trmac)
 	- Updated Danish translation (Ole Laursen)
	- Updated Dutch translation (Vincent van Adrighem)
	- Updated Finnish translation (Pauli Virtanen)
	- Updated French translation (Christophe Merlet)
	- Updated German translation (Christian Neumair)
	- Updated Greek translation (Kostas Papadimas)
	- Updated Hindi translation (Guntupalli Karunakar)
	- Updated Hungarian translation (Andras Timar)
	- Updated Irish translation (Paul Duffy)
	- Updated Italian translation (Alesso Frusciante)
	- Updated Japanese translation (Takeshi AIHANA)
	- Updated Korean translation (Changwoo Ryu)
	- Updated Malay translation (Hasbullah Bin Pit)
	- Updated Mongolian translation (Sanlig Badral)
	- Updated Norwegian translation (Kjartan Maraas)
	- Updated Norwegian Nynorsk translation (Åsmund Skjæveland)
	- Updated Polish translation (GNOME PL Team)
	- Updated Portuguese translation (Duarte Loreto)
	- Updated Romanian translation (Mişu Moldovan)
	- Updated Russian translation (Russian Team)
	- Updated Serbian translations (Branko Ivanovic, Danilo Šegan)
	- Updated Simplified Chinese translation (Funda Wang)
	- Updated Slovak translation (Marcel Telka)
	- Updated Spanish translation (Francisco Javier F. Serrador)
	- Updated Swedish translation (Christian Rose)
	- Updated Tamil translation (Dinesh Nadarajah)
	- Updated Ukrainian translation (Maxim Dziumanenko)
	- Updated Welsh translation (Dafydd Harries)
2004-04-01 18:22:52 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
e9c2d7a142 Explicitly depend on pkgconfig. 2004-02-13 12:16:01 +00:00
xtraeme
83c0134322 bl3ify 2004-02-11 01:23:36 +00:00
grant
59daad6697 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:46:42 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
04727c8ec8 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
2003-12-14 19:48:37 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
67d539809d Update to 2.2.1:
Library:
* Fix crashes in the AA canvas. (Andreas Holzmann).
* Make affine transformations work for pixbuf items (Jim Evins).
* Fix rotation of outline widths for rect, ellipse and polygon items.
  (Jim Evins).
* Fix redrawing bugs (Tim Janik).
Build:
* Fix localedir setup and random fixes to make it distcheck (Kjartan).
Docs:
* Completely revamped documentation (Josh Green).
* Some fixes from Sebasian Rittau.
Translations:
* cs (Miroslav Trmac), ga (Paul Duffy), ml (Guntupalli Karunkar)
  sr (mdfk@root.co.yu), sr@lat (mdfk@root.co.yu), yi (Raphael Finkel).
2003-06-03 19:15:39 +00:00
jmmv
4b47f36617 Line up PKGREVISION whitespace. 2003-05-05 16:32:24 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
7d43b9fff0 Update to 2.2.0.2. Changes in this version:
- Fixed the way the idle loop is set up around the update/redraw flags.
- Fixed event copying.
- Added translations: fa, kn, id.
2003-02-28 10:26:27 +00:00
jmmv
cf42394076 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.
2003-02-14 20:14:27 +00:00
jmmv
8d6fdfe1c9 Install documentation under share/doc/html, not share/gtk-doc/html.
Some PLIST fixes for libglade2 shared directories.
Bump PKGREVISION to 1.
2003-01-05 12:11:22 +00:00
jmmv
149031951d Update libgnomecanvas to 2.0.5. Changes since 2.0.4:
* Added be and cs translations.
* gnome_canvas_shape_update, gnome_canvas_shape_bounds: Ensure that path is
  not NULL before calling gnome_canvas_path_def_any().
2003-01-03 21:39:58 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
salo
77e08cb991 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 13:49:38 +00:00
rh
b2e6832bf7 Update libgnomecanvas to 2.0.4nb1. Changes include:
- USE_X11 instead of USE_X11BASE
	- add missing PKGCONFIG_OVERRIDE
2002-10-30 04:13:54 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
jlam
e576968c0f Don't symlink certain classes of files that aren't needed by buildlink2:
*.pc and binaries.  Both these things are simply found by packages in their
true installed locations.
2002-09-22 09:52:33 +00:00
wiz
d772dc762a Use 7bit characters only. 2002-09-07 13:44:50 +00:00
rh
5c6c4d4303 Be a little bit more descriptive about what the GNOME canvas is. 2002-09-07 05:04:31 +00:00
rh
b559ec77bb Initial import of libgnomecanvas-2.0.4, the GNOME2 canvas handling library.
Provided in PR pkg/18195 by Julio Merino <jmmv@hispabsd.org>, with minor
PLIST fixes by me.
2002-09-07 04:41:42 +00:00