to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
upstream has provided a way to fetch the distfile with a URL that
can be constructed by pkgsrc
Upstream changes:
* Experimental support for the build tool waf.
* Fix test failures when compiling with -O0. See r631.
* Ensure that conversions from double to int are performed
correctly. Fixes for ticket31.
* Clarify what gtk_image_view_get_draw_rect() and
gtk_image_view_get_viewport() returns when the view is not
allocated.
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.
much.
From the (hard-to-find) release notes on upstream trac:
Major changes in 1.6.3
Ensure that the header testlib.h is included in distributed
tarball. Fixes ticket30.
been using this version with ufraw, and is therefore committing it
before upgrading.
GtkImageView is a simple image viewer widget for GTK. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:
* Mouse and keyboard zooming.
* Scrolling and dragging.
* Adjustable interpolation.
* Fullscreen mode.
* GIF animation support.