Commit graph

25 commits

Author SHA1 Message Date
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
890544cc54 gave up maintainership of Gnome related packages. 2011-02-13 06:34:30 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
obache
3a307e1ce4 Update goocanvas to 1.0.0.
GooCanvas 1.0.0	(Jan 10 2011)
===============

 o Added "alpha" property to GooCanvasImage to set opacity.
 o Allow setting clip path to NULL to reset it.
 o Allow setting line dash to NULL to reset it.
 o Handle RTL direction better in GooCanvasTable.
 o Fixed GooCanvasGroup bug - use the correct scale argument in paint.
 o Fixed GooCanvasPolyline bug - update arrows when line width changes.
 o Fixed static items bug - don't clip incorrectly.
 o Improved performance a bit when creating lots of items.
2011-01-12 09:17:29 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
obache
beb1aec1c0 Update goocanvas to 0.15.
GooCanvas 0.15	(Jun 29 2009)
==============

 o Fixed a bug that caused a hang when using GooCanvasWidget with
   accessibility support turned on.
 o Added "scale-to-fit" property to GooCanvasImage, to scale the image
   to the "width" and "height" settings, instead of just clipping.
2009-08-08 07:50:20 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
obache
f6b0018a9a Fixes LICENSE, LGPL-v2.1 => LGPL-v2 2009-05-10 05:10:31 +00:00
obache
ee995780d1 Update goocanvas to 0.14.
GooCanvas 0.14	(Mar 15 2009)
==============

 o Added support for tooltips (this means we need GTK+ 2.12).
   (Note that there is a GTK+ bug which will cause problems with
   tooltips on a large canvas. See bug #573294.)
 o Added "x", "y", "width" and "height" properties to items that
   didn't have them.
 o Fixed bug in goo_canvas_convert_from_item_space().
 o Added "scroll-event" signal to GooCanvasItem.


GooCanvas 0.13	(Nov 30 2008)
==============

 o New GooCanvasGrid item for drawing grids on the canvas.
 o Support for static items that don't move as the canvas is zoomed
   and scrolled (this is a bit experimental).
 o Font hinting is not turned off any more - this means smaller text should
   be more readable. Hopefully it doesn't affect text layout.
 o Fixed a few GooCanvasTable drawing bugs.
 o Fixed GooCanvasText drawing, when align is set.
 o Fixed GooCanvasPolyline is_item_at() code, so the fill isn't tested.
 o Added "animation-finished" signals to GooCanvasItem & Model.
2009-05-10 04:59:38 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
hasso
1af3778457 Needs msgfmt. 2008-11-20 14:22:15 +00:00
obache
e5a2e36ff0 Import goocanvas-0.12 as graphics/goocanvas.
GooCanvas is similar in many ways to GnomeCanvas and FooCanvas.
But it uses cairo for rendering, has an optional model/view split,
and uses interfaces for items & models (so you can easily turn any
application object into a canvas item or model).
2008-10-22 10:27:17 +00:00