summaryrefslogtreecommitdiff
path: root/graphics/gegl/buildlink3.mk
diff options
context:
space:
mode:
authoradam <adam>2012-05-07 08:35:57 +0000
committeradam <adam>2012-05-07 08:35:57 +0000
commitd76e213320cb6c05807e972be4e666b77e3e6ea0 (patch)
tree4e998aa5ba717e0b0be037205d17dd530a6a06f2 /graphics/gegl/buildlink3.mk
parent12de20530a51a69fe05059992e461c5c0c38509a (diff)
downloadpkgsrc-d76e213320cb6c05807e972be4e666b77e3e6ea0.tar.gz
Changes 0.2.0:
* OpenCL support * build improvements. * High level API to apply ops directly to buffers with arguments. * Final bits of translation infrastructure. * Invalidate regions when disconnecting input pads. * Operations: * New operation: global-matting * Allow transform core to do perspective transforms. * Added string based key/value pairs to operations. * Added arguments for dealing with scaled down preview rendering. * Added human interaction ranges and non-linear mapping to properties. * Buffer: * Removed broken lanczos sampler. * Add gegl_buffer_set_color and gegl_buffer_set_pattern * Added ability to drop cached tiles. * Added API for handling abyss policy (not implemented yet) * Avoid iterating global tile cache when flushing/destroying buffers that have no tiles in the cache.
Diffstat (limited to 'graphics/gegl/buildlink3.mk')
-rw-r--r--graphics/gegl/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gegl/buildlink3.mk b/graphics/gegl/buildlink3.mk
index 4c9d80363a5..3e0f400c7f8 100644
--- a/graphics/gegl/buildlink3.mk
+++ b/graphics/gegl/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.15 2012/03/03 00:12:14 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2012/05/07 08:35:57 adam Exp $
BUILDLINK_TREE+= gegl
.if !defined(GEGL_BUILDLINK3_MK)
GEGL_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.gegl+= gegl>=0.0.20
-BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.1.8nb2
+BUILDLINK_API_DEPENDS.gegl+= gegl>=0.2.0
+BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.2.0
BUILDLINK_PKGSRCDIR.gegl?= ../../graphics/gegl
pkgbase := gegl