default options, and build from within the source directory, you can simply
type:
- $magick> cd ImageMagick-6.5.9
+ $magick> cd ImageMagick-7.0.0
$magick> ./configure
Watch the configure script output to verify that it finds everything that
After the build you, locate the RPMS folder and install the ImageMagick
binary RPM distribution:
- $magick> rpm -ivh ImageMagick-6.5.9-?.*.rpm
+ $magick> rpm -ivh ImageMagick-7.0.0-?.*.rpm
MinGW-specific Build instructions
sure you specify the development headers when you install a package. Next
type,
- $magick> tar jxvf ImageMagick-6.5.9-?.tar.bz2
- $magick> cd ImageMagick-6.5.9
+ $magick> tar jxvf ImageMagick-7.0.0-?.tar.bz2
+ $magick> cd ImageMagick-7.0.0
$magick> export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"
$magick> export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"
$magick> ./configure --without-perl
*/
#define MagickPackageName "ImageMagick"
#define MagickCopyright "Copyright (C) 1999-2012 ImageMagick Studio LLC"
-#define MagickSVNRevision "7154"
+#define MagickSVNRevision "7163"
#define MagickLibVersion 0x700
#define MagickLibVersionText "7.0.0"
#define MagickLibVersionNumber 7,0,0
#define MagickLibAddendum "-0"
#define MagickLibInterface 7
#define MagickLibMinInterface 7
-#define MagickReleaseDate "2012-03-18"
+#define MagickReleaseDate "2012-03-19"
#define MagickChangeDate "20110801"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#if defined(MAGICKCORE_OPENMP_SUPPORT)
<name>ImageMagick</name>
<shortdesc xml:lang="en">ImageMagick: convert, edit, and compose images.</shortdesc>
<homepage rdf:resource="http://www.imagemagick.org/"/>
- <created>2012-03-18</created>
+ <created>2012-03-19</created>
<description xml:lang="en">
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
<release>
<Version>
<name>stable</name>
- <created>2012-03-18</created>
+ <created>2012-03-19</created>
<revision>7.0.0</revision>
</Version>
</release>
<configure name="VERSION" value="7.0.0"/>
<configure name="LIB_VERSION" value="0x700"/>
<configure name="LIB_VERSION_NUMBER" value="7,0,0,0"/>
- <configure name="SVN_REVISION" value="7154" />
- <configure name="RELEASE_DATE" value="2012-03-18"/>
+ <configure name="SVN_REVISION" value="7163" />
+ <configure name="RELEASE_DATE" value="2012-03-19"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
<configure name="EXEC-PREFIX" value="/usr/local"/>
LIBSTDCLDFLAGS
PERL_MAKE_OPTIONS
QUANTUM_DEPTH
+LEGACY_SUPPORT_FALSE
+LEGACY_SUPPORT_TRUE
MAINT
MAINTAINER_MODE_FALSE
MAINTAINER_MODE_TRUE
enable_gprof
enable_gcov
with_method_prefix
+enable_legacy_support
with_quantum_depth
with_cache
with_frozenpaths
--enable-prof enable 'prof' profiling support
--enable-gprof enable 'gprof' profiling support
--enable-gcov enable 'gcov' profiling support
+ --enable-legacy-support install ImageMagick utility shortcuts (default disabled)
--disable-assert turn off assertions
Optional Packages:
MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE
-MAGICK_SVN_REVISION=7154
+MAGICK_SVN_REVISION=7163
DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-method-prefix "
fi
+# Enable ImageMagick utilities legacy support (default no)
+# Check whether --enable-legacy-support was given.
+if test "${enable_legacy_support+set}" = set; then :
+ enableval=$enable_legacy_support; with_legacy_support=$enableval
+else
+ with_legacy_support='no'
+fi
+
+ if test "$with_legacy_support" != 'no'; then
+ LEGACY_SUPPORT_TRUE=
+ LEGACY_SUPPORT_FALSE='#'
+else
+ LEGACY_SUPPORT_TRUE='#'
+ LEGACY_SUPPORT_FALSE=
+fi
+
+
# Number of bits in a Quantum
# Check whether --with-quantum-depth was given.
as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${LEGACY_SUPPORT_TRUE}" && test -z "${LEGACY_SUPPORT_FALSE}"; then
+ as_fn_error $? "conditional \"LEGACY_SUPPORT\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.