%define VERSION 6.6.0
-%define Patchlevel 3
+%define Patchlevel 4
Name: ImageMagick
Version: %{VERSION}
IDENTIFY="$(MEMCHECK) @abs_top_builddir@/utilities/identify" \
MONTAGE="$(MEMCHECK) @abs_top_builddir@/utilities/montage" \
VALIDATE="$(MEMCHECK) @abs_top_builddir@/tests/validate" \
- REFERENCE_IMAGE="@abs_top_builddir@/images/rose.pnm" \
LD_LIBRARY_PATH="@abs_top_builddir@/magick/.libs:${LD_LIBRARY_PATH}" \
MAGICK_CODER_MODULE_PATH='@MAGICK_CODER_MODULE_PATH@' \
MAGICK_CONFIGURE_PATH='@MAGICK_CONFIGURE_BUILD_PATH@@DIRSEP@@MAGICK_CONFIGURE_SRC_PATH@' \
IDENTIFY="$(MEMCHECK) @abs_top_builddir@/utilities/identify" \
MONTAGE="$(MEMCHECK) @abs_top_builddir@/utilities/montage" \
VALIDATE="$(MEMCHECK) @abs_top_builddir@/tests/validate" \
- REFERENCE_IMAGE="@abs_top_builddir@/images/rose.pnm" \
LD_LIBRARY_PATH="@abs_top_builddir@/magick/.libs:${LD_LIBRARY_PATH}" \
MAGICK_CODER_MODULE_PATH='@MAGICK_CODER_MODULE_PATH@' \
MAGICK_CONFIGURE_PATH='@MAGICK_CONFIGURE_BUILD_PATH@@DIRSEP@@MAGICK_CONFIGURE_SRC_PATH@' \
tests/validate-compare.sh \
tests/validate-composite.sh \
tests/validate-convert.sh \
- tests/validate-formats-on-disk.sh \
- tests/validate-formats-in-memory.sh \
tests/validate-identify.sh \
tests/validate-import.sh \
tests/validate-montage.sh \
tests/validate-pipe.sh \
- tests/validate-stream.sh
+ tests/validate-stream.sh \
+ tests/validate-formats-in-memory.sh \
+ tests/validate-formats-on-disk.sh
TESTS_EXTRA_DIST = \
tests/common.sh \
<configuremap>
<configure name="NAME" value="ImageMagick"/>
<configure name="LIB_VERSION" value="0x660"/>
- <configure name="LIB_VERSION_NUMBER" value="6,6,0,3"/>
- <configure name="RELEASE_DATE" value="2010-03-05"/>
+ <configure name="LIB_VERSION_NUMBER" value="6,6,0,4"/>
+ <configure name="RELEASE_DATE" value="2010-03-06"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
<configure name="EXEC-PREFIX" value="/usr/local"/>
#! /bin/sh
# libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.6.0-3
+# Generated automatically by config.status (ImageMagick) 6.6.0-4
# Libtool was configured on host magick.imagemagick.org:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
#define MagickLibVersion 0x660
#define MagickLibVersionText "6.6.0"
#define MagickLibVersionNumber 3,0,0
-#define MagickLibAddendum "-3"
+#define MagickLibAddendum "-4"
#define MagickLibInterface 3
#define MagickLibMinInterface 3
-#define MagickReleaseDate "2010-03-05"
+#define MagickReleaseDate "2010-03-06"
#define MagickChangeDate "20100305"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.6.0/index.html"
tests/validate-compare.sh \
tests/validate-composite.sh \
tests/validate-convert.sh \
- tests/validate-formats-on-disk.sh \
- tests/validate-formats-in-memory.sh \
tests/validate-identify.sh \
tests/validate-import.sh \
tests/validate-montage.sh \
tests/validate-pipe.sh \
- tests/validate-stream.sh
+ tests/validate-stream.sh \
+ tests/validate-formats-in-memory.sh \
+ tests/validate-formats-on-disk.sh
TESTS_EXTRA_DIST = \
tests/common.sh \
SRCDIR=`dirname $0`
SRCDIR=`cd $SRCDIR && pwd`
TOPSRCDIR=`cd $srcdir && pwd`
+REFERENCE_IMAGE="${TOPSRCDIR}/images/rose.pnm"
export SRCDIR TOPSRCDIR
cd tests || exit 1
\-flatten flatten a sequence of images
\-fx expression apply mathematical expression to an image channel(s)
\-hald-clut apply a Hald color lookup table to the image
- \-intensity-projection
- the maximum (or minimum) intensity projection
+ \-maximum the maximum intensity of an image sequence
+ \-minimum the minimum intensity of an image sequence
\-morph value morph an image sequence
\-mosaic create a mosaic from an image sequence
\-process arguments process the image with a custom image filter
\-flatten flatten a sequence of images
\-fx expression apply mathematical expression to an image channel(s)
\-hald-clut apply a Hald color lookup table to the image
- \-intensity-projection
- the maximum (or minimum) intensity projection
+ \-maximum the maximum intensity of an image sequence
+ \-minimum the minimum intensity of an image sequence
\-morph value morph an image sequence
\-mosaic create a mosaic from an image sequence
\-process arguments process the image with a custom image filter
# PACKAGE_NAME (e.g. "1.0.0").
PACKAGE_VERSION='6.6.0'
PACKAGE_LIB_VERSION="0x660"
-PACKAGE_RELEASE="3"
+PACKAGE_RELEASE="4"
PACKAGE_LIB_VERSION_NUMBER="6,6,0,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"