Commit graph

13 commits

Author SHA1 Message Date
joerg
025b7ad848 DESTDIR ready 2010-02-03 23:05:44 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
gdt
67bb315aba Update to 1.6.4 from 1.6.3. pkgsrc changes:
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.
2009-05-26 12:28:09 +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
drochner
821a3690a6 This does not need glib1. bump PKGREVISION 2009-02-16 16:25:38 +00:00
drochner
87cdcb4bd8 remove a patch which I had only added to work around a missing file
in the tarball - the file was added in the last release
2008-12-15 20:11:04 +00:00
gdt
35e21251b8 Update to 1.6.3. Add TEST_TARGET even though it doesn't seem to do
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.
2008-12-11 17:35:54 +00:00
drochner
f5c252690c update to 1.6.2
changes: bugfixes
approved by Greg Troxel
2008-11-26 12:00:36 +00:00
gdt
a9d8a1a51b Add comments pointing to where on upstream site one can find NEWS. 2008-09-01 14:31:53 +00:00
gdt
b6b16d3283 Put tarball someplace with a standard name, and reference it there.
Include URL to upstream bug about tarball naming.
2008-09-01 13:29:53 +00:00
gdt
dda2c50f71 Update to 1.6.1. I tried to find a summary of changes, but couldn't. 2008-08-31 23:22:21 +00:00
gdt
f2d7ca07f6 Add gtkimageview at 1.3.0. While there is a newer version, gdt has
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.
2008-08-31 00:09:13 +00:00