head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2012.05.10.04.32.19; author dholland; state dead; branches; next 1.1; 1.1 date 2012.05.07.08.35.57; author adam; state Exp; branches; next ; desc @@ 1.2 log @Remove wrong patch. HI ADAM @ text @$NetBSD: patch-configure,v 1.1 2012/05/07 08:35:57 adam Exp $ Fix version test for intltool. --- configure.orig 2012-05-06 20:06:34.000000000 +0000 +++ configure @@@@ -17697,7 +17697,7 @@@@ if test -n "0.40.1"; then $as_echo_n "checking for intltool >= 0.40.1... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } - test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || + test "$INTLTOOL_APPLIED_VERSION_AS_INT" -lt "$INTLTOOL_REQUIRED_VERSION_AS_INT" || as_fn_error $? "Your intltool is too old. You need intltool 0.40.1 or later." "$LINENO" 5 fi @ 1.1 log @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. @ text @d1 1 a1 1 $NetBSD$ @